@djangocfg/ext-knowbase 1.0.25 → 1.0.27
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/config.cjs +1 -1
- package/dist/config.js +1 -1
- package/dist/hooks.cjs +592 -210
- package/dist/hooks.d.cts +21 -0
- package/dist/hooks.d.ts +21 -0
- package/dist/hooks.js +592 -210
- package/dist/i18n.cjs +507 -3
- package/dist/i18n.d.cts +29 -1
- package/dist/i18n.d.ts +29 -1
- package/dist/i18n.js +492 -2
- package/dist/index.cjs +115 -209
- package/dist/index.d.cts +72 -205
- package/dist/index.d.ts +72 -205
- package/dist/index.js +115 -209
- package/package.json +9 -9
- package/src/api/generated/ext_knowbase/_utils/fetchers/ext_knowbase__knowbase.ts +69 -136
- package/src/api/generated/ext_knowbase/_utils/hooks/ext_knowbase__knowbase.ts +14 -15
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveItem.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveItemChunk.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveItemChunkDetail.schema.ts +3 -4
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveItemChunkRequest.schema.ts +3 -4
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveItemDetail.schema.ts +3 -4
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveItemRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveProcessingResult.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveSearchRequestRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveSearchResult.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ArchiveStatistics.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/CfgKnowbaseSystemArchivesCreateRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatHistory.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatMessage.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatQueryRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatResponse.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatResponseRequest.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatSession.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatSessionCreateRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatSessionRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatSource.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChatSourceRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/ChunkRevectorizationRequestRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/Document.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentArchive.schema.ts +3 -4
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentArchiveDetail.schema.ts +6 -7
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentArchiveList.schema.ts +5 -6
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentArchiveRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentCategory.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentCategoryRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentCreateRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentProcessingStatus.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/DocumentStats.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedArchiveItemChunkList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedArchiveItemList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedArchiveSearchResultList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedChatResponseList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedChatSessionList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedDocumentArchiveListList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedDocumentList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedPublicCategoryList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PaginatedPublicDocumentListList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PatchedArchiveItemChunkRequest.schema.ts +3 -4
- package/src/api/generated/ext_knowbase/_utils/schemas/PatchedArchiveItemRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/PatchedChatResponseRequest.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PatchedChatSessionRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/PatchedDocumentArchiveRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/PatchedDocumentRequest.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/PublicCategory.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/PublicDocument.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/PublicDocumentList.schema.ts +2 -3
- package/src/api/generated/ext_knowbase/_utils/schemas/VectorizationResult.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/_utils/schemas/VectorizationStatistics.schema.ts +1 -1
- package/src/api/generated/ext_knowbase/api-instance.ts +1 -1
- package/src/api/generated/ext_knowbase/client.ts +6 -5
- package/src/api/generated/ext_knowbase/enums.ts +0 -165
- package/src/api/generated/ext_knowbase/ext_knowbase__knowbase/client.ts +35 -34
- package/src/api/generated/ext_knowbase/ext_knowbase__knowbase/models.ts +9 -9
- package/src/api/generated/ext_knowbase/index.ts +8 -6
- package/src/api/generated/ext_knowbase/retry.ts +0 -1
- package/src/api/generated/ext_knowbase/schema.json +189 -0
- package/src/i18n/index.ts +14 -0
- package/src/i18n/locales/ar.ts +36 -0
- package/src/i18n/locales/da.ts +36 -0
- package/src/i18n/locales/de.ts +36 -0
- package/src/i18n/locales/es.ts +36 -0
- package/src/i18n/locales/fr.ts +36 -0
- package/src/i18n/locales/it.ts +36 -0
- package/src/i18n/locales/ja.ts +36 -0
- package/src/i18n/locales/nl.ts +36 -0
- package/src/i18n/locales/no.ts +36 -0
- package/src/i18n/locales/pl.ts +36 -0
- package/src/i18n/locales/pt-BR.ts +36 -0
- package/src/i18n/locales/sv.ts +36 -0
- package/src/i18n/locales/tr.ts +36 -0
- package/src/i18n/locales/zh.ts +36 -0
- package/src/i18n/useKnowbaseT.ts +15 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import * as _djangocfg_ext_base from '@djangocfg/ext-base';
|
|
|
3
3
|
import { z, ZodError } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Content classification
|
|
7
6
|
* * `document` - Document
|
|
8
7
|
* * `code` - Code
|
|
9
8
|
* * `image` - Image
|
|
@@ -36,89 +35,6 @@ declare enum ArchiveItemChunkChunkType {
|
|
|
36
35
|
TABLE = "table",
|
|
37
36
|
LIST = "list"
|
|
38
37
|
}
|
|
39
|
-
/**
|
|
40
|
-
* Type of content in chunk
|
|
41
|
-
* * `text` - Text
|
|
42
|
-
* * `code` - Code
|
|
43
|
-
* * `heading` - Heading
|
|
44
|
-
* * `metadata` - Metadata
|
|
45
|
-
* * `table` - Table
|
|
46
|
-
* * `list` - List
|
|
47
|
-
*/
|
|
48
|
-
declare enum ArchiveItemChunkDetailChunkType {
|
|
49
|
-
TEXT = "text",
|
|
50
|
-
CODE = "code",
|
|
51
|
-
HEADING = "heading",
|
|
52
|
-
METADATA = "metadata",
|
|
53
|
-
TABLE = "table",
|
|
54
|
-
LIST = "list"
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Type of content in chunk
|
|
58
|
-
* * `text` - Text
|
|
59
|
-
* * `code` - Code
|
|
60
|
-
* * `heading` - Heading
|
|
61
|
-
* * `metadata` - Metadata
|
|
62
|
-
* * `table` - Table
|
|
63
|
-
* * `list` - List
|
|
64
|
-
*/
|
|
65
|
-
declare enum ArchiveItemChunkRequestChunkType {
|
|
66
|
-
TEXT = "text",
|
|
67
|
-
CODE = "code",
|
|
68
|
-
HEADING = "heading",
|
|
69
|
-
METADATA = "metadata",
|
|
70
|
-
TABLE = "table",
|
|
71
|
-
LIST = "list"
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Content classification
|
|
75
|
-
* * `document` - Document
|
|
76
|
-
* * `code` - Code
|
|
77
|
-
* * `image` - Image
|
|
78
|
-
* * `data` - Data
|
|
79
|
-
* * `archive` - Archive
|
|
80
|
-
* * `unknown` - Unknown
|
|
81
|
-
*/
|
|
82
|
-
declare enum ArchiveItemDetailContentType {
|
|
83
|
-
DOCUMENT = "document",
|
|
84
|
-
CODE = "code",
|
|
85
|
-
IMAGE = "image",
|
|
86
|
-
DATA = "data",
|
|
87
|
-
ARCHIVE = "archive",
|
|
88
|
-
UNKNOWN = "unknown"
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* * `document` - Document
|
|
92
|
-
* * `code` - Code
|
|
93
|
-
* * `image` - Image
|
|
94
|
-
* * `data` - Data
|
|
95
|
-
* * `archive` - Archive
|
|
96
|
-
* * `unknown` - Unknown
|
|
97
|
-
*/
|
|
98
|
-
declare enum ArchiveSearchRequestRequestContentTypesItems {
|
|
99
|
-
DOCUMENT = "document",
|
|
100
|
-
CODE = "code",
|
|
101
|
-
IMAGE = "image",
|
|
102
|
-
DATA = "data",
|
|
103
|
-
ARCHIVE = "archive",
|
|
104
|
-
UNKNOWN = "unknown"
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* * `text` - Text
|
|
108
|
-
* * `code` - Code
|
|
109
|
-
* * `heading` - Heading
|
|
110
|
-
* * `metadata` - Metadata
|
|
111
|
-
* * `table` - Table
|
|
112
|
-
* * `list` - List
|
|
113
|
-
*/
|
|
114
|
-
declare enum ArchiveSearchRequestRequestChunkTypesItems {
|
|
115
|
-
TEXT = "text",
|
|
116
|
-
CODE = "code",
|
|
117
|
-
HEADING = "heading",
|
|
118
|
-
METADATA = "metadata",
|
|
119
|
-
TABLE = "table",
|
|
120
|
-
LIST = "list"
|
|
121
|
-
}
|
|
122
38
|
/**
|
|
123
39
|
* Message sender role
|
|
124
40
|
* * `user` - User
|
|
@@ -157,110 +73,19 @@ declare enum DocumentArchiveProcessingStatus {
|
|
|
157
73
|
FAILED = "failed",
|
|
158
74
|
CANCELLED = "cancelled"
|
|
159
75
|
}
|
|
160
|
-
/**
|
|
161
|
-
* Archive format
|
|
162
|
-
* * `zip` - ZIP
|
|
163
|
-
* * `tar` - TAR
|
|
164
|
-
* * `tar.gz` - TAR GZ
|
|
165
|
-
* * `tar.bz2` - TAR BZ2
|
|
166
|
-
*/
|
|
167
|
-
declare enum DocumentArchiveDetailArchiveType {
|
|
168
|
-
ZIP = "zip",
|
|
169
|
-
TAR = "tar",
|
|
170
|
-
TAR_DOT_GZ = "tar.gz",
|
|
171
|
-
TAR_DOT_BZ2 = "tar.bz2"
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* * `pending` - Pending
|
|
175
|
-
* * `processing` - Processing
|
|
176
|
-
* * `completed` - Completed
|
|
177
|
-
* * `failed` - Failed
|
|
178
|
-
* * `cancelled` - Cancelled
|
|
179
|
-
*/
|
|
180
|
-
declare enum DocumentArchiveDetailProcessingStatus {
|
|
181
|
-
PENDING = "pending",
|
|
182
|
-
PROCESSING = "processing",
|
|
183
|
-
COMPLETED = "completed",
|
|
184
|
-
FAILED = "failed",
|
|
185
|
-
CANCELLED = "cancelled"
|
|
186
|
-
}
|
|
187
|
-
/**
|
|
188
|
-
* Archive format
|
|
189
|
-
* * `zip` - ZIP
|
|
190
|
-
* * `tar` - TAR
|
|
191
|
-
* * `tar.gz` - TAR GZ
|
|
192
|
-
* * `tar.bz2` - TAR BZ2
|
|
193
|
-
*/
|
|
194
|
-
declare enum DocumentArchiveListArchiveType {
|
|
195
|
-
ZIP = "zip",
|
|
196
|
-
TAR = "tar",
|
|
197
|
-
TAR_DOT_GZ = "tar.gz",
|
|
198
|
-
TAR_DOT_BZ2 = "tar.bz2"
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* * `pending` - Pending
|
|
202
|
-
* * `processing` - Processing
|
|
203
|
-
* * `completed` - Completed
|
|
204
|
-
* * `failed` - Failed
|
|
205
|
-
* * `cancelled` - Cancelled
|
|
206
|
-
*/
|
|
207
|
-
declare enum DocumentArchiveListProcessingStatus {
|
|
208
|
-
PENDING = "pending",
|
|
209
|
-
PROCESSING = "processing",
|
|
210
|
-
COMPLETED = "completed",
|
|
211
|
-
FAILED = "failed",
|
|
212
|
-
CANCELLED = "cancelled"
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
* Type of content in chunk
|
|
216
|
-
* * `text` - Text
|
|
217
|
-
* * `code` - Code
|
|
218
|
-
* * `heading` - Heading
|
|
219
|
-
* * `metadata` - Metadata
|
|
220
|
-
* * `table` - Table
|
|
221
|
-
* * `list` - List
|
|
222
|
-
*/
|
|
223
|
-
declare enum PatchedArchiveItemChunkRequestChunkType {
|
|
224
|
-
TEXT = "text",
|
|
225
|
-
CODE = "code",
|
|
226
|
-
HEADING = "heading",
|
|
227
|
-
METADATA = "metadata",
|
|
228
|
-
TABLE = "table",
|
|
229
|
-
LIST = "list"
|
|
230
|
-
}
|
|
231
76
|
|
|
232
77
|
type GeneratedEnums_ArchiveItemChunkChunkType = ArchiveItemChunkChunkType;
|
|
233
78
|
declare const GeneratedEnums_ArchiveItemChunkChunkType: typeof ArchiveItemChunkChunkType;
|
|
234
|
-
type GeneratedEnums_ArchiveItemChunkDetailChunkType = ArchiveItemChunkDetailChunkType;
|
|
235
|
-
declare const GeneratedEnums_ArchiveItemChunkDetailChunkType: typeof ArchiveItemChunkDetailChunkType;
|
|
236
|
-
type GeneratedEnums_ArchiveItemChunkRequestChunkType = ArchiveItemChunkRequestChunkType;
|
|
237
|
-
declare const GeneratedEnums_ArchiveItemChunkRequestChunkType: typeof ArchiveItemChunkRequestChunkType;
|
|
238
79
|
type GeneratedEnums_ArchiveItemContentType = ArchiveItemContentType;
|
|
239
80
|
declare const GeneratedEnums_ArchiveItemContentType: typeof ArchiveItemContentType;
|
|
240
|
-
type GeneratedEnums_ArchiveItemDetailContentType = ArchiveItemDetailContentType;
|
|
241
|
-
declare const GeneratedEnums_ArchiveItemDetailContentType: typeof ArchiveItemDetailContentType;
|
|
242
|
-
type GeneratedEnums_ArchiveSearchRequestRequestChunkTypesItems = ArchiveSearchRequestRequestChunkTypesItems;
|
|
243
|
-
declare const GeneratedEnums_ArchiveSearchRequestRequestChunkTypesItems: typeof ArchiveSearchRequestRequestChunkTypesItems;
|
|
244
|
-
type GeneratedEnums_ArchiveSearchRequestRequestContentTypesItems = ArchiveSearchRequestRequestContentTypesItems;
|
|
245
|
-
declare const GeneratedEnums_ArchiveSearchRequestRequestContentTypesItems: typeof ArchiveSearchRequestRequestContentTypesItems;
|
|
246
81
|
type GeneratedEnums_ChatMessageRole = ChatMessageRole;
|
|
247
82
|
declare const GeneratedEnums_ChatMessageRole: typeof ChatMessageRole;
|
|
248
83
|
type GeneratedEnums_DocumentArchiveArchiveType = DocumentArchiveArchiveType;
|
|
249
84
|
declare const GeneratedEnums_DocumentArchiveArchiveType: typeof DocumentArchiveArchiveType;
|
|
250
|
-
type GeneratedEnums_DocumentArchiveDetailArchiveType = DocumentArchiveDetailArchiveType;
|
|
251
|
-
declare const GeneratedEnums_DocumentArchiveDetailArchiveType: typeof DocumentArchiveDetailArchiveType;
|
|
252
|
-
type GeneratedEnums_DocumentArchiveDetailProcessingStatus = DocumentArchiveDetailProcessingStatus;
|
|
253
|
-
declare const GeneratedEnums_DocumentArchiveDetailProcessingStatus: typeof DocumentArchiveDetailProcessingStatus;
|
|
254
|
-
type GeneratedEnums_DocumentArchiveListArchiveType = DocumentArchiveListArchiveType;
|
|
255
|
-
declare const GeneratedEnums_DocumentArchiveListArchiveType: typeof DocumentArchiveListArchiveType;
|
|
256
|
-
type GeneratedEnums_DocumentArchiveListProcessingStatus = DocumentArchiveListProcessingStatus;
|
|
257
|
-
declare const GeneratedEnums_DocumentArchiveListProcessingStatus: typeof DocumentArchiveListProcessingStatus;
|
|
258
85
|
type GeneratedEnums_DocumentArchiveProcessingStatus = DocumentArchiveProcessingStatus;
|
|
259
86
|
declare const GeneratedEnums_DocumentArchiveProcessingStatus: typeof DocumentArchiveProcessingStatus;
|
|
260
|
-
type GeneratedEnums_PatchedArchiveItemChunkRequestChunkType = PatchedArchiveItemChunkRequestChunkType;
|
|
261
|
-
declare const GeneratedEnums_PatchedArchiveItemChunkRequestChunkType: typeof PatchedArchiveItemChunkRequestChunkType;
|
|
262
87
|
declare namespace GeneratedEnums {
|
|
263
|
-
export { GeneratedEnums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType,
|
|
88
|
+
export { GeneratedEnums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, GeneratedEnums_ArchiveItemContentType as ArchiveItemContentType, GeneratedEnums_ChatMessageRole as ChatMessageRole, GeneratedEnums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, GeneratedEnums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus };
|
|
264
89
|
}
|
|
265
90
|
|
|
266
91
|
/**
|
|
@@ -726,13 +551,13 @@ interface DocumentArchiveDetail$1 {
|
|
|
726
551
|
* `tar` - TAR
|
|
727
552
|
* `tar.gz` - TAR GZ
|
|
728
553
|
* `tar.bz2` - TAR BZ2 */
|
|
729
|
-
archive_type:
|
|
554
|
+
archive_type: DocumentArchiveArchiveType;
|
|
730
555
|
/** * `pending` - Pending
|
|
731
556
|
* `processing` - Processing
|
|
732
557
|
* `completed` - Completed
|
|
733
558
|
* `failed` - Failed
|
|
734
559
|
* `cancelled` - Cancelled */
|
|
735
|
-
processing_status:
|
|
560
|
+
processing_status: DocumentArchiveProcessingStatus;
|
|
736
561
|
/** When processing completed */
|
|
737
562
|
processed_at?: string | null;
|
|
738
563
|
/** Processing time in milliseconds */
|
|
@@ -1018,7 +843,7 @@ interface ArchiveItemChunkRequest$1 {
|
|
|
1018
843
|
* `metadata` - Metadata
|
|
1019
844
|
* `table` - Table
|
|
1020
845
|
* `list` - List */
|
|
1021
|
-
chunk_type?:
|
|
846
|
+
chunk_type?: ArchiveItemChunkChunkType;
|
|
1022
847
|
}
|
|
1023
848
|
/**
|
|
1024
849
|
* Archive item chunk serializer.
|
|
@@ -1071,7 +896,7 @@ interface ArchiveItemChunkDetail$1 {
|
|
|
1071
896
|
* `metadata` - Metadata
|
|
1072
897
|
* `table` - Table
|
|
1073
898
|
* `list` - List */
|
|
1074
|
-
chunk_type?:
|
|
899
|
+
chunk_type?: ArchiveItemChunkChunkType;
|
|
1075
900
|
/** Number of tokens in chunk */
|
|
1076
901
|
token_count: number;
|
|
1077
902
|
/** Number of characters in chunk */
|
|
@@ -1103,7 +928,7 @@ interface PatchedArchiveItemChunkRequest$1 {
|
|
|
1103
928
|
* `metadata` - Metadata
|
|
1104
929
|
* `table` - Table
|
|
1105
930
|
* `list` - List */
|
|
1106
|
-
chunk_type?:
|
|
931
|
+
chunk_type?: ArchiveItemChunkChunkType;
|
|
1107
932
|
}
|
|
1108
933
|
/**
|
|
1109
934
|
* Archive item serializer.
|
|
@@ -1180,7 +1005,7 @@ interface ArchiveItemDetail$1 {
|
|
|
1180
1005
|
* `data` - Data
|
|
1181
1006
|
* `archive` - Archive
|
|
1182
1007
|
* `unknown` - Unknown */
|
|
1183
|
-
content_type:
|
|
1008
|
+
content_type: ArchiveItemContentType;
|
|
1184
1009
|
/** Item size in bytes */
|
|
1185
1010
|
file_size?: number;
|
|
1186
1011
|
/** Whether item can be processed for chunks */
|
|
@@ -1296,13 +1121,13 @@ interface DocumentArchiveList$1 {
|
|
|
1296
1121
|
* `tar` - TAR
|
|
1297
1122
|
* `tar.gz` - TAR GZ
|
|
1298
1123
|
* `tar.bz2` - TAR BZ2 */
|
|
1299
|
-
archive_type:
|
|
1124
|
+
archive_type: DocumentArchiveArchiveType;
|
|
1300
1125
|
/** * `pending` - Pending
|
|
1301
1126
|
* `processing` - Processing
|
|
1302
1127
|
* `completed` - Completed
|
|
1303
1128
|
* `failed` - Failed
|
|
1304
1129
|
* `cancelled` - Cancelled */
|
|
1305
|
-
processing_status:
|
|
1130
|
+
processing_status: DocumentArchiveProcessingStatus;
|
|
1306
1131
|
/** When processing completed */
|
|
1307
1132
|
processed_at?: string | null;
|
|
1308
1133
|
/** Total items in archive */
|
|
@@ -1353,10 +1178,12 @@ declare namespace models {
|
|
|
1353
1178
|
declare class ExtKnowbaseKnowbase {
|
|
1354
1179
|
private client;
|
|
1355
1180
|
constructor(client: any);
|
|
1356
|
-
adminChatList(page?: number, page_size?: number): Promise<PaginatedChatResponseList$1>;
|
|
1181
|
+
adminChatList(ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedChatResponseList$1>;
|
|
1357
1182
|
adminChatList(params?: {
|
|
1183
|
+
ordering?: string;
|
|
1358
1184
|
page?: number;
|
|
1359
1185
|
page_size?: number;
|
|
1186
|
+
search?: string;
|
|
1360
1187
|
}): Promise<PaginatedChatResponseList$1>;
|
|
1361
1188
|
/**
|
|
1362
1189
|
* Chat query endpoints.
|
|
@@ -1390,10 +1217,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1390
1217
|
* Process chat query with RAG context.
|
|
1391
1218
|
*/
|
|
1392
1219
|
adminChatQueryCreate(data: ChatQueryRequest$1): Promise<ChatResponse$1>;
|
|
1393
|
-
adminDocumentsList(page?: number, page_size?: number, status?: string): Promise<PaginatedDocumentList$1>;
|
|
1220
|
+
adminDocumentsList(ordering?: string, page?: number, page_size?: number, search?: string, status?: string): Promise<PaginatedDocumentList$1>;
|
|
1394
1221
|
adminDocumentsList(params?: {
|
|
1222
|
+
ordering?: string;
|
|
1395
1223
|
page?: number;
|
|
1396
1224
|
page_size?: number;
|
|
1225
|
+
search?: string;
|
|
1397
1226
|
status?: string;
|
|
1398
1227
|
}): Promise<PaginatedDocumentList$1>;
|
|
1399
1228
|
/**
|
|
@@ -1440,10 +1269,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1440
1269
|
* Get user's document processing statistics.
|
|
1441
1270
|
*/
|
|
1442
1271
|
adminDocumentsStatsRetrieve(): Promise<DocumentStats$1>;
|
|
1443
|
-
adminSessionsList(page?: number, page_size?: number): Promise<PaginatedChatSessionList$1>;
|
|
1272
|
+
adminSessionsList(ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedChatSessionList$1>;
|
|
1444
1273
|
adminSessionsList(params?: {
|
|
1274
|
+
ordering?: string;
|
|
1445
1275
|
page?: number;
|
|
1446
1276
|
page_size?: number;
|
|
1277
|
+
search?: string;
|
|
1447
1278
|
}): Promise<PaginatedChatSessionList$1>;
|
|
1448
1279
|
/**
|
|
1449
1280
|
* Create new chat session
|
|
@@ -1479,10 +1310,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1479
1310
|
* Archive (deactivate) chat session.
|
|
1480
1311
|
*/
|
|
1481
1312
|
adminSessionsArchiveCreate(id: string, data: ChatSessionRequest$1): Promise<ChatSession$1>;
|
|
1482
|
-
categoriesList(page?: number, page_size?: number): Promise<PaginatedPublicCategoryList$1>;
|
|
1313
|
+
categoriesList(ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedPublicCategoryList$1>;
|
|
1483
1314
|
categoriesList(params?: {
|
|
1315
|
+
ordering?: string;
|
|
1484
1316
|
page?: number;
|
|
1485
1317
|
page_size?: number;
|
|
1318
|
+
search?: string;
|
|
1486
1319
|
}): Promise<PaginatedPublicCategoryList$1>;
|
|
1487
1320
|
/**
|
|
1488
1321
|
* Get public category details
|
|
@@ -1490,9 +1323,10 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1490
1323
|
* Get category details by ID (public access)
|
|
1491
1324
|
*/
|
|
1492
1325
|
categoriesRetrieve(id: string): Promise<PublicCategory$1>;
|
|
1493
|
-
documentsList(category?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedPublicDocumentListList$1>;
|
|
1326
|
+
documentsList(category?: string, ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedPublicDocumentListList$1>;
|
|
1494
1327
|
documentsList(params?: {
|
|
1495
1328
|
category?: string;
|
|
1329
|
+
ordering?: string;
|
|
1496
1330
|
page?: number;
|
|
1497
1331
|
page_size?: number;
|
|
1498
1332
|
search?: string;
|
|
@@ -1503,10 +1337,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1503
1337
|
* Get document details by ID (public access)
|
|
1504
1338
|
*/
|
|
1505
1339
|
documentsRetrieve(id: string): Promise<PublicDocument$1>;
|
|
1506
|
-
systemArchivesList(page?: number, page_size?: number): Promise<PaginatedDocumentArchiveListList$1>;
|
|
1340
|
+
systemArchivesList(ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedDocumentArchiveListList$1>;
|
|
1507
1341
|
systemArchivesList(params?: {
|
|
1342
|
+
ordering?: string;
|
|
1508
1343
|
page?: number;
|
|
1509
1344
|
page_size?: number;
|
|
1345
|
+
search?: string;
|
|
1510
1346
|
}): Promise<PaginatedDocumentArchiveListList$1>;
|
|
1511
1347
|
/**
|
|
1512
1348
|
* Upload and process archive
|
|
@@ -1536,15 +1372,19 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1536
1372
|
* Get hierarchical file tree structure
|
|
1537
1373
|
*/
|
|
1538
1374
|
systemArchivesFileTreeRetrieve(id: string): Promise<any>;
|
|
1539
|
-
systemArchivesItemsList(id: string, page?: number, page_size?: number): Promise<PaginatedArchiveItemList$1>;
|
|
1375
|
+
systemArchivesItemsList(id: string, ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedArchiveItemList$1>;
|
|
1540
1376
|
systemArchivesItemsList(id: string, params?: {
|
|
1377
|
+
ordering?: string;
|
|
1541
1378
|
page?: number;
|
|
1542
1379
|
page_size?: number;
|
|
1380
|
+
search?: string;
|
|
1543
1381
|
}): Promise<PaginatedArchiveItemList$1>;
|
|
1544
|
-
systemArchivesSearchCreate(id: string, data: ArchiveSearchRequestRequest$1, page?: number, page_size?: number): Promise<PaginatedArchiveSearchResultList$1>;
|
|
1382
|
+
systemArchivesSearchCreate(id: string, data: ArchiveSearchRequestRequest$1, ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedArchiveSearchResultList$1>;
|
|
1545
1383
|
systemArchivesSearchCreate(id: string, data: ArchiveSearchRequestRequest$1, params?: {
|
|
1384
|
+
ordering?: string;
|
|
1546
1385
|
page?: number;
|
|
1547
1386
|
page_size?: number;
|
|
1387
|
+
search?: string;
|
|
1548
1388
|
}): Promise<PaginatedArchiveSearchResultList$1>;
|
|
1549
1389
|
/**
|
|
1550
1390
|
* Re-vectorize chunks
|
|
@@ -1564,10 +1404,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1564
1404
|
* Get vectorization statistics for archives
|
|
1565
1405
|
*/
|
|
1566
1406
|
systemArchivesVectorizationStatsRetrieve(): Promise<VectorizationStatistics$1>;
|
|
1567
|
-
systemChunksList(page?: number, page_size?: number): Promise<PaginatedArchiveItemChunkList$1>;
|
|
1407
|
+
systemChunksList(ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedArchiveItemChunkList$1>;
|
|
1568
1408
|
systemChunksList(params?: {
|
|
1409
|
+
ordering?: string;
|
|
1569
1410
|
page?: number;
|
|
1570
1411
|
page_size?: number;
|
|
1412
|
+
search?: string;
|
|
1571
1413
|
}): Promise<PaginatedArchiveItemChunkList$1>;
|
|
1572
1414
|
/**
|
|
1573
1415
|
* Archive item chunk management endpoints - Admin only.
|
|
@@ -1601,10 +1443,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1601
1443
|
* Generate embedding for specific chunk
|
|
1602
1444
|
*/
|
|
1603
1445
|
systemChunksVectorizeCreate(id: string, data: ArchiveItemChunkRequest$1): Promise<any>;
|
|
1604
|
-
systemItemsList(page?: number, page_size?: number): Promise<PaginatedArchiveItemList$1>;
|
|
1446
|
+
systemItemsList(ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedArchiveItemList$1>;
|
|
1605
1447
|
systemItemsList(params?: {
|
|
1448
|
+
ordering?: string;
|
|
1606
1449
|
page?: number;
|
|
1607
1450
|
page_size?: number;
|
|
1451
|
+
search?: string;
|
|
1608
1452
|
}): Promise<PaginatedArchiveItemList$1>;
|
|
1609
1453
|
/**
|
|
1610
1454
|
* Archive item management endpoints - Admin only.
|
|
@@ -1626,10 +1470,12 @@ declare class ExtKnowbaseKnowbase {
|
|
|
1626
1470
|
* Archive item management endpoints - Admin only.
|
|
1627
1471
|
*/
|
|
1628
1472
|
systemItemsDestroy(id: string): Promise<void>;
|
|
1629
|
-
systemItemsChunksList(id: string, page?: number, page_size?: number): Promise<PaginatedArchiveItemChunkList$1>;
|
|
1473
|
+
systemItemsChunksList(id: string, ordering?: string, page?: number, page_size?: number, search?: string): Promise<PaginatedArchiveItemChunkList$1>;
|
|
1630
1474
|
systemItemsChunksList(id: string, params?: {
|
|
1475
|
+
ordering?: string;
|
|
1631
1476
|
page?: number;
|
|
1632
1477
|
page_size?: number;
|
|
1478
|
+
search?: string;
|
|
1633
1479
|
}): Promise<PaginatedArchiveItemChunkList$1>;
|
|
1634
1480
|
/**
|
|
1635
1481
|
* Get item content
|
|
@@ -2075,7 +1921,7 @@ declare const ArchiveItemChunkDetailSchema: z.ZodObject<{
|
|
|
2075
1921
|
id: z.ZodString;
|
|
2076
1922
|
content: z.ZodString;
|
|
2077
1923
|
chunk_index: z.ZodInt;
|
|
2078
|
-
chunk_type: z.ZodOptional<z.ZodEnum<typeof
|
|
1924
|
+
chunk_type: z.ZodOptional<z.ZodEnum<typeof ArchiveItemChunkChunkType>>;
|
|
2079
1925
|
token_count: z.ZodInt;
|
|
2080
1926
|
character_count: z.ZodInt;
|
|
2081
1927
|
embedding_model: z.ZodString;
|
|
@@ -2102,7 +1948,7 @@ type ArchiveItemChunkDetail = z.infer<typeof ArchiveItemChunkDetailSchema>;
|
|
|
2102
1948
|
declare const ArchiveItemChunkRequestSchema: z.ZodObject<{
|
|
2103
1949
|
content: z.ZodString;
|
|
2104
1950
|
chunk_index: z.ZodInt;
|
|
2105
|
-
chunk_type: z.ZodOptional<z.ZodEnum<typeof
|
|
1951
|
+
chunk_type: z.ZodOptional<z.ZodEnum<typeof ArchiveItemChunkChunkType>>;
|
|
2106
1952
|
}, z.core.$strip>;
|
|
2107
1953
|
/**
|
|
2108
1954
|
* Infer TypeScript type from Zod schema
|
|
@@ -2124,7 +1970,7 @@ declare const ArchiveItemDetailSchema: z.ZodObject<{
|
|
|
2124
1970
|
relative_path: z.ZodString;
|
|
2125
1971
|
item_name: z.ZodString;
|
|
2126
1972
|
item_type: z.ZodString;
|
|
2127
|
-
content_type: z.ZodEnum<typeof
|
|
1973
|
+
content_type: z.ZodEnum<typeof ArchiveItemContentType>;
|
|
2128
1974
|
file_size: z.ZodOptional<z.ZodInt>;
|
|
2129
1975
|
is_processable: z.ZodBoolean;
|
|
2130
1976
|
language: z.ZodString;
|
|
@@ -2643,8 +2489,8 @@ declare const DocumentArchiveDetailSchema: z.ZodObject<{
|
|
|
2643
2489
|
archive_file: z.ZodUnion<readonly [z.ZodURL, z.ZodLiteral<"">]>;
|
|
2644
2490
|
original_filename: z.ZodString;
|
|
2645
2491
|
file_size: z.ZodInt;
|
|
2646
|
-
archive_type: z.ZodEnum<typeof
|
|
2647
|
-
processing_status: z.ZodEnum<typeof
|
|
2492
|
+
archive_type: z.ZodEnum<typeof DocumentArchiveArchiveType>;
|
|
2493
|
+
processing_status: z.ZodEnum<typeof DocumentArchiveProcessingStatus>;
|
|
2648
2494
|
processed_at: z.ZodNullable<z.ZodString>;
|
|
2649
2495
|
processing_duration_ms: z.ZodInt;
|
|
2650
2496
|
processing_error: z.ZodString;
|
|
@@ -2707,8 +2553,8 @@ declare const DocumentArchiveListSchema: z.ZodObject<{
|
|
|
2707
2553
|
is_public: z.ZodBoolean;
|
|
2708
2554
|
original_filename: z.ZodString;
|
|
2709
2555
|
file_size: z.ZodInt;
|
|
2710
|
-
archive_type: z.ZodEnum<typeof
|
|
2711
|
-
processing_status: z.ZodEnum<typeof
|
|
2556
|
+
archive_type: z.ZodEnum<typeof DocumentArchiveArchiveType>;
|
|
2557
|
+
processing_status: z.ZodEnum<typeof DocumentArchiveProcessingStatus>;
|
|
2712
2558
|
processed_at: z.ZodNullable<z.ZodString>;
|
|
2713
2559
|
total_items: z.ZodInt;
|
|
2714
2560
|
total_chunks: z.ZodInt;
|
|
@@ -3053,8 +2899,8 @@ declare const PaginatedDocumentArchiveListListSchema: z.ZodObject<{
|
|
|
3053
2899
|
is_public: z.ZodBoolean;
|
|
3054
2900
|
original_filename: z.ZodString;
|
|
3055
2901
|
file_size: z.ZodInt;
|
|
3056
|
-
archive_type: z.ZodEnum<typeof
|
|
3057
|
-
processing_status: z.ZodEnum<typeof
|
|
2902
|
+
archive_type: z.ZodEnum<typeof DocumentArchiveArchiveType>;
|
|
2903
|
+
processing_status: z.ZodEnum<typeof DocumentArchiveProcessingStatus>;
|
|
3058
2904
|
processed_at: z.ZodNullable<z.ZodString>;
|
|
3059
2905
|
total_items: z.ZodInt;
|
|
3060
2906
|
total_chunks: z.ZodInt;
|
|
@@ -3176,7 +3022,7 @@ type PaginatedPublicDocumentListList = z.infer<typeof PaginatedPublicDocumentLis
|
|
|
3176
3022
|
declare const PatchedArchiveItemChunkRequestSchema: z.ZodObject<{
|
|
3177
3023
|
content: z.ZodOptional<z.ZodString>;
|
|
3178
3024
|
chunk_index: z.ZodOptional<z.ZodInt>;
|
|
3179
|
-
chunk_type: z.ZodOptional<z.ZodEnum<typeof
|
|
3025
|
+
chunk_type: z.ZodOptional<z.ZodEnum<typeof ArchiveItemChunkChunkType>>;
|
|
3180
3026
|
}, z.core.$strip>;
|
|
3181
3027
|
/**
|
|
3182
3028
|
* Infer TypeScript type from Zod schema
|
|
@@ -3624,8 +3470,10 @@ declare function formatZodError(error: ZodError): string;
|
|
|
3624
3470
|
* @path /cfg/knowbase/admin/chat/
|
|
3625
3471
|
*/
|
|
3626
3472
|
declare function getKnowbaseAdminChatList(params?: {
|
|
3473
|
+
ordering?: string;
|
|
3627
3474
|
page?: number;
|
|
3628
3475
|
page_size?: number;
|
|
3476
|
+
search?: string;
|
|
3629
3477
|
}, client?: any): Promise<PaginatedChatResponseList>;
|
|
3630
3478
|
/**
|
|
3631
3479
|
* API operation
|
|
@@ -3683,8 +3531,10 @@ declare function createKnowbaseAdminChatQueryCreate(data: ChatQueryRequest, clie
|
|
|
3683
3531
|
* @path /cfg/knowbase/admin/documents/
|
|
3684
3532
|
*/
|
|
3685
3533
|
declare function getKnowbaseAdminDocumentsList(params?: {
|
|
3534
|
+
ordering?: string;
|
|
3686
3535
|
page?: number;
|
|
3687
3536
|
page_size?: number;
|
|
3537
|
+
search?: string;
|
|
3688
3538
|
status?: string;
|
|
3689
3539
|
}, client?: any): Promise<PaginatedDocumentList>;
|
|
3690
3540
|
/**
|
|
@@ -3750,8 +3600,10 @@ declare function getKnowbaseAdminDocumentsStatsRetrieve(client?: any): Promise<D
|
|
|
3750
3600
|
* @path /cfg/knowbase/admin/sessions/
|
|
3751
3601
|
*/
|
|
3752
3602
|
declare function getKnowbaseAdminSessionsList(params?: {
|
|
3603
|
+
ordering?: string;
|
|
3753
3604
|
page?: number;
|
|
3754
3605
|
page_size?: number;
|
|
3606
|
+
search?: string;
|
|
3755
3607
|
}, client?: any): Promise<PaginatedChatSessionList>;
|
|
3756
3608
|
/**
|
|
3757
3609
|
* Create new chat session
|
|
@@ -3809,8 +3661,10 @@ declare function createKnowbaseAdminSessionsArchiveCreate(id: string, data: Chat
|
|
|
3809
3661
|
* @path /cfg/knowbase/categories/
|
|
3810
3662
|
*/
|
|
3811
3663
|
declare function getKnowbaseCategoriesList(params?: {
|
|
3664
|
+
ordering?: string;
|
|
3812
3665
|
page?: number;
|
|
3813
3666
|
page_size?: number;
|
|
3667
|
+
search?: string;
|
|
3814
3668
|
}, client?: any): Promise<PaginatedPublicCategoryList>;
|
|
3815
3669
|
/**
|
|
3816
3670
|
* Get public category details
|
|
@@ -3827,6 +3681,7 @@ declare function getKnowbaseCategoriesRetrieve(id: string, client?: any): Promis
|
|
|
3827
3681
|
*/
|
|
3828
3682
|
declare function getKnowbaseDocumentsList(params?: {
|
|
3829
3683
|
category?: string;
|
|
3684
|
+
ordering?: string;
|
|
3830
3685
|
page?: number;
|
|
3831
3686
|
page_size?: number;
|
|
3832
3687
|
search?: string;
|
|
@@ -3845,8 +3700,10 @@ declare function getKnowbaseDocumentsRetrieve(id: string, client?: any): Promise
|
|
|
3845
3700
|
* @path /cfg/knowbase/system/archives/
|
|
3846
3701
|
*/
|
|
3847
3702
|
declare function getKnowbaseSystemArchivesList(params?: {
|
|
3703
|
+
ordering?: string;
|
|
3848
3704
|
page?: number;
|
|
3849
3705
|
page_size?: number;
|
|
3706
|
+
search?: string;
|
|
3850
3707
|
}, client?: any): Promise<PaginatedDocumentArchiveListList>;
|
|
3851
3708
|
/**
|
|
3852
3709
|
* Upload and process archive
|
|
@@ -3897,8 +3754,10 @@ declare function getKnowbaseSystemArchivesFileTreeRetrieve(id: string, client?:
|
|
|
3897
3754
|
* @path /cfg/knowbase/system/archives/{id}/items/
|
|
3898
3755
|
*/
|
|
3899
3756
|
declare function getKnowbaseSystemArchivesItemsList(id: string, params?: {
|
|
3757
|
+
ordering?: string;
|
|
3900
3758
|
page?: number;
|
|
3901
3759
|
page_size?: number;
|
|
3760
|
+
search?: string;
|
|
3902
3761
|
}, client?: any): Promise<PaginatedArchiveItemList>;
|
|
3903
3762
|
/**
|
|
3904
3763
|
* Search archive chunks
|
|
@@ -3907,8 +3766,10 @@ declare function getKnowbaseSystemArchivesItemsList(id: string, params?: {
|
|
|
3907
3766
|
* @path /cfg/knowbase/system/archives/{id}/search/
|
|
3908
3767
|
*/
|
|
3909
3768
|
declare function createKnowbaseSystemArchivesSearchCreate(id: string, data: ArchiveSearchRequestRequest, params?: {
|
|
3769
|
+
ordering?: string;
|
|
3910
3770
|
page?: number;
|
|
3911
3771
|
page_size?: number;
|
|
3772
|
+
search?: string;
|
|
3912
3773
|
}, client?: any): Promise<PaginatedArchiveSearchResultList>;
|
|
3913
3774
|
/**
|
|
3914
3775
|
* Re-vectorize chunks
|
|
@@ -3938,8 +3799,10 @@ declare function getKnowbaseSystemArchivesVectorizationStatsRetrieve(client?: an
|
|
|
3938
3799
|
* @path /cfg/knowbase/system/chunks/
|
|
3939
3800
|
*/
|
|
3940
3801
|
declare function getKnowbaseSystemChunksList(params?: {
|
|
3802
|
+
ordering?: string;
|
|
3941
3803
|
page?: number;
|
|
3942
3804
|
page_size?: number;
|
|
3805
|
+
search?: string;
|
|
3943
3806
|
}, client?: any): Promise<PaginatedArchiveItemChunkList>;
|
|
3944
3807
|
/**
|
|
3945
3808
|
* API operation
|
|
@@ -3997,8 +3860,10 @@ declare function createKnowbaseSystemChunksVectorizeCreate(id: string, data: Arc
|
|
|
3997
3860
|
* @path /cfg/knowbase/system/items/
|
|
3998
3861
|
*/
|
|
3999
3862
|
declare function getKnowbaseSystemItemsList(params?: {
|
|
3863
|
+
ordering?: string;
|
|
4000
3864
|
page?: number;
|
|
4001
3865
|
page_size?: number;
|
|
3866
|
+
search?: string;
|
|
4002
3867
|
}, client?: any): Promise<PaginatedArchiveItemList>;
|
|
4003
3868
|
/**
|
|
4004
3869
|
* API operation
|
|
@@ -4042,8 +3907,10 @@ declare function deleteKnowbaseSystemItemsDestroy(id: string, client?: any): Pro
|
|
|
4042
3907
|
* @path /cfg/knowbase/system/items/{id}/chunks/
|
|
4043
3908
|
*/
|
|
4044
3909
|
declare function getKnowbaseSystemItemsChunksList(id: string, params?: {
|
|
3910
|
+
ordering?: string;
|
|
4045
3911
|
page?: number;
|
|
4046
3912
|
page_size?: number;
|
|
3913
|
+
search?: string;
|
|
4047
3914
|
}, client?: any): Promise<PaginatedArchiveItemChunkList>;
|
|
4048
3915
|
/**
|
|
4049
3916
|
* Get item content
|