@closerplatform/spinner-openapi 0.12.935 → 0.12.937
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.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3233,6 +3233,12 @@ export interface KnowledgeBaseDto {
|
|
|
3233
3233
|
* @memberof KnowledgeBaseDto
|
|
3234
3234
|
*/
|
|
3235
3235
|
updatedAt: number;
|
|
3236
|
+
/**
|
|
3237
|
+
*
|
|
3238
|
+
* @type {string}
|
|
3239
|
+
* @memberof KnowledgeBaseDto
|
|
3240
|
+
*/
|
|
3241
|
+
botId?: string;
|
|
3236
3242
|
/**
|
|
3237
3243
|
*
|
|
3238
3244
|
* @type {number}
|