@yuntijs/arcadia-bff-sdk 1.2.22 → 1.2.23

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.
@@ -23,6 +23,12 @@ export declare const sdk: {
23
23
  page?: import("./sdk").InputMaybe<number> | undefined;
24
24
  size?: import("./sdk").InputMaybe<number> | undefined;
25
25
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListApplicationPromptQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListApplicationPromptQuery, import("graphql-request/src/types").ClientError>;
26
+ useListGptCategory(variables?: import("./sdk").Exact<{
27
+ [key: string]: never;
28
+ }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError>;
29
+ useGetGptStore(variables?: import("./sdk").Exact<{
30
+ [key: string]: never;
31
+ }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError>;
26
32
  useAllDataProcessListByPage(variables: import("./sdk").Exact<{
27
33
  input: import("./sdk").AllDataProcessListByPageInput;
28
34
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").AllDataProcessListByPageQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").AllDataProcessListByPageQuery, import("graphql-request/src/types").ClientError>;
@@ -75,18 +81,6 @@ export declare const sdk: {
75
81
  name: string;
76
82
  namespace: string;
77
83
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetEmbedderQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetEmbedderQuery, import("graphql-request/src/types").ClientError>;
78
- useGetGpt(variables: import("./sdk").Exact<{
79
- name: string;
80
- }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptQuery, import("graphql-request/src/types").ClientError>;
81
- useListGpTs(variables: import("./sdk").Exact<{
82
- input: import("./sdk").ListGptInput;
83
- }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGpTsQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGpTsQuery, import("graphql-request/src/types").ClientError>;
84
- useListGptCategory(variables?: import("./sdk").Exact<{
85
- [key: string]: never;
86
- }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError>;
87
- useGetGptStore(variables?: import("./sdk").Exact<{
88
- [key: string]: never;
89
- }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError>;
90
84
  useListKnowledgeBases(variables: import("./sdk").Exact<{
91
85
  input: import("./sdk").ListKnowledgeBaseInput;
92
86
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBasesQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBasesQuery, import("graphql-request/src/types").ClientError>;
@@ -186,6 +180,12 @@ export declare const sdk: {
186
180
  page?: import("./sdk").InputMaybe<number> | undefined;
187
181
  size?: import("./sdk").InputMaybe<number> | undefined;
188
182
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListApplicationPromptQuery>;
183
+ listGPTCategory(variables?: import("./sdk").Exact<{
184
+ [key: string]: never;
185
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
186
+ getGPTStore(variables?: import("./sdk").Exact<{
187
+ [key: string]: never;
188
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
189
189
  allDataProcessListByPage(variables: import("./sdk").Exact<{
190
190
  input: import("./sdk").AllDataProcessListByPageInput;
191
191
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").AllDataProcessListByPageQuery>;
@@ -271,18 +271,6 @@ export declare const sdk: {
271
271
  name: string;
272
272
  namespace: string;
273
273
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetEmbedderQuery>;
274
- getGPT(variables: import("./sdk").Exact<{
275
- name: string;
276
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptQuery>;
277
- listGPTs(variables: import("./sdk").Exact<{
278
- input: import("./sdk").ListGptInput;
279
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGpTsQuery>;
280
- listGPTCategory(variables?: import("./sdk").Exact<{
281
- [key: string]: never;
282
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
283
- getGPTStore(variables?: import("./sdk").Exact<{
284
- [key: string]: never;
285
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
286
274
  listKnowledgeBases(variables: import("./sdk").Exact<{
287
275
  input: import("./sdk").ListKnowledgeBaseInput;
288
276
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasesQuery>;
@@ -461,6 +449,12 @@ export declare const initSdk: (options?: SdkOptions) => {
461
449
  page?: import("./sdk").InputMaybe<number> | undefined;
462
450
  size?: import("./sdk").InputMaybe<number> | undefined;
463
451
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListApplicationPromptQuery>;
452
+ listGPTCategory(variables?: import("./sdk").Exact<{
453
+ [key: string]: never;
454
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
455
+ getGPTStore(variables?: import("./sdk").Exact<{
456
+ [key: string]: never;
457
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
464
458
  allDataProcessListByPage(variables: import("./sdk").Exact<{
465
459
  input: import("./sdk").AllDataProcessListByPageInput;
466
460
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").AllDataProcessListByPageQuery>;
@@ -546,18 +540,6 @@ export declare const initSdk: (options?: SdkOptions) => {
546
540
  name: string;
547
541
  namespace: string;
548
542
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetEmbedderQuery>;
549
- getGPT(variables: import("./sdk").Exact<{
550
- name: string;
551
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptQuery>;
552
- listGPTs(variables: import("./sdk").Exact<{
553
- input: import("./sdk").ListGptInput;
554
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGpTsQuery>;
555
- listGPTCategory(variables?: import("./sdk").Exact<{
556
- [key: string]: never;
557
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
558
- getGPTStore(variables?: import("./sdk").Exact<{
559
- [key: string]: never;
560
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
561
543
  listKnowledgeBases(variables: import("./sdk").Exact<{
562
544
  input: import("./sdk").ListKnowledgeBaseInput;
563
545
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasesQuery>;
@@ -693,6 +675,12 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
693
675
  page?: import("./sdk").InputMaybe<number> | undefined;
694
676
  size?: import("./sdk").InputMaybe<number> | undefined;
695
677
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListApplicationPromptQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListApplicationPromptQuery, import("graphql-request/src/types").ClientError>;
678
+ useListGptCategory(variables?: import("./sdk").Exact<{
679
+ [key: string]: never;
680
+ }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError>;
681
+ useGetGptStore(variables?: import("./sdk").Exact<{
682
+ [key: string]: never;
683
+ }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError>;
696
684
  useAllDataProcessListByPage(variables: import("./sdk").Exact<{
697
685
  input: import("./sdk").AllDataProcessListByPageInput;
698
686
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").AllDataProcessListByPageQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").AllDataProcessListByPageQuery, import("graphql-request/src/types").ClientError>;
@@ -745,18 +733,6 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
745
733
  name: string;
746
734
  namespace: string;
747
735
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetEmbedderQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetEmbedderQuery, import("graphql-request/src/types").ClientError>;
748
- useGetGpt(variables: import("./sdk").Exact<{
749
- name: string;
750
- }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptQuery, import("graphql-request/src/types").ClientError>;
751
- useListGpTs(variables: import("./sdk").Exact<{
752
- input: import("./sdk").ListGptInput;
753
- }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGpTsQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGpTsQuery, import("graphql-request/src/types").ClientError>;
754
- useListGptCategory(variables?: import("./sdk").Exact<{
755
- [key: string]: never;
756
- }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError>;
757
- useGetGptStore(variables?: import("./sdk").Exact<{
758
- [key: string]: never;
759
- }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError>;
760
736
  useListKnowledgeBases(variables: import("./sdk").Exact<{
761
737
  input: import("./sdk").ListKnowledgeBaseInput;
762
738
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBasesQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBasesQuery, import("graphql-request/src/types").ClientError>;
@@ -856,6 +832,12 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
856
832
  page?: import("./sdk").InputMaybe<number> | undefined;
857
833
  size?: import("./sdk").InputMaybe<number> | undefined;
858
834
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListApplicationPromptQuery>;
835
+ listGPTCategory(variables?: import("./sdk").Exact<{
836
+ [key: string]: never;
837
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
838
+ getGPTStore(variables?: import("./sdk").Exact<{
839
+ [key: string]: never;
840
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
859
841
  allDataProcessListByPage(variables: import("./sdk").Exact<{
860
842
  input: import("./sdk").AllDataProcessListByPageInput;
861
843
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").AllDataProcessListByPageQuery>;
@@ -941,18 +923,6 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
941
923
  name: string;
942
924
  namespace: string;
943
925
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetEmbedderQuery>;
944
- getGPT(variables: import("./sdk").Exact<{
945
- name: string;
946
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptQuery>;
947
- listGPTs(variables: import("./sdk").Exact<{
948
- input: import("./sdk").ListGptInput;
949
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGpTsQuery>;
950
- listGPTCategory(variables?: import("./sdk").Exact<{
951
- [key: string]: never;
952
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
953
- getGPTStore(variables?: import("./sdk").Exact<{
954
- [key: string]: never;
955
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
956
926
  listKnowledgeBases(variables: import("./sdk").Exact<{
957
927
  input: import("./sdk").ListKnowledgeBaseInput;
958
928
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasesQuery>;
@@ -1088,6 +1058,12 @@ export declare const useSdk: (options?: SdkOptions) => {
1088
1058
  page?: import("./sdk").InputMaybe<number> | undefined;
1089
1059
  size?: import("./sdk").InputMaybe<number> | undefined;
1090
1060
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListApplicationPromptQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListApplicationPromptQuery, import("graphql-request/src/types").ClientError>;
1061
+ useListGptCategory(variables?: import("./sdk").Exact<{
1062
+ [key: string]: never;
1063
+ }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError>;
1064
+ useGetGptStore(variables?: import("./sdk").Exact<{
1065
+ [key: string]: never;
1066
+ }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError>;
1091
1067
  useAllDataProcessListByPage(variables: import("./sdk").Exact<{
1092
1068
  input: import("./sdk").AllDataProcessListByPageInput;
1093
1069
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").AllDataProcessListByPageQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").AllDataProcessListByPageQuery, import("graphql-request/src/types").ClientError>;
@@ -1140,18 +1116,6 @@ export declare const useSdk: (options?: SdkOptions) => {
1140
1116
  name: string;
1141
1117
  namespace: string;
1142
1118
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetEmbedderQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetEmbedderQuery, import("graphql-request/src/types").ClientError>;
1143
- useGetGpt(variables: import("./sdk").Exact<{
1144
- name: string;
1145
- }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptQuery, import("graphql-request/src/types").ClientError>;
1146
- useListGpTs(variables: import("./sdk").Exact<{
1147
- input: import("./sdk").ListGptInput;
1148
- }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGpTsQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGpTsQuery, import("graphql-request/src/types").ClientError>;
1149
- useListGptCategory(variables?: import("./sdk").Exact<{
1150
- [key: string]: never;
1151
- }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListGptCategoryQuery, import("graphql-request/src/types").ClientError>;
1152
- useGetGptStore(variables?: import("./sdk").Exact<{
1153
- [key: string]: never;
1154
- }> | undefined, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetGptStoreQuery, import("graphql-request/src/types").ClientError>;
1155
1119
  useListKnowledgeBases(variables: import("./sdk").Exact<{
1156
1120
  input: import("./sdk").ListKnowledgeBaseInput;
1157
1121
  }>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBasesQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBasesQuery, import("graphql-request/src/types").ClientError>;
@@ -1251,6 +1215,12 @@ export declare const useSdk: (options?: SdkOptions) => {
1251
1215
  page?: import("./sdk").InputMaybe<number> | undefined;
1252
1216
  size?: import("./sdk").InputMaybe<number> | undefined;
1253
1217
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListApplicationPromptQuery>;
1218
+ listGPTCategory(variables?: import("./sdk").Exact<{
1219
+ [key: string]: never;
1220
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
1221
+ getGPTStore(variables?: import("./sdk").Exact<{
1222
+ [key: string]: never;
1223
+ }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
1254
1224
  allDataProcessListByPage(variables: import("./sdk").Exact<{
1255
1225
  input: import("./sdk").AllDataProcessListByPageInput;
1256
1226
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").AllDataProcessListByPageQuery>;
@@ -1336,18 +1306,6 @@ export declare const useSdk: (options?: SdkOptions) => {
1336
1306
  name: string;
1337
1307
  namespace: string;
1338
1308
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetEmbedderQuery>;
1339
- getGPT(variables: import("./sdk").Exact<{
1340
- name: string;
1341
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptQuery>;
1342
- listGPTs(variables: import("./sdk").Exact<{
1343
- input: import("./sdk").ListGptInput;
1344
- }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGpTsQuery>;
1345
- listGPTCategory(variables?: import("./sdk").Exact<{
1346
- [key: string]: never;
1347
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListGptCategoryQuery>;
1348
- getGPTStore(variables?: import("./sdk").Exact<{
1349
- [key: string]: never;
1350
- }> | undefined, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetGptStoreQuery>;
1351
1309
  listKnowledgeBases(variables: import("./sdk").Exact<{
1352
1310
  input: import("./sdk").ListKnowledgeBaseInput;
1353
1311
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasesQuery>;