@breign/client 1.0.65 → 1.0.66
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.
|
@@ -29,10 +29,10 @@ export interface KnowledgeBaseFilesInnerUio {
|
|
|
29
29
|
name: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {string}
|
|
33
33
|
* @memberof KnowledgeBaseFilesInnerUio
|
|
34
34
|
*/
|
|
35
|
-
knowledgeBaseId:
|
|
35
|
+
knowledgeBaseId: string;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* Check if a given object implements the KnowledgeBaseFilesInnerUio interface.
|
package/dist/openapi.json
CHANGED
|
@@ -10095,10 +10095,7 @@
|
|
|
10095
10095
|
"type" : "string"
|
|
10096
10096
|
},
|
|
10097
10097
|
"knowledgeBaseId" : {
|
|
10098
|
-
"
|
|
10099
|
-
"type" : "string"
|
|
10100
|
-
},
|
|
10101
|
-
"type" : "array"
|
|
10098
|
+
"type" : "string"
|
|
10102
10099
|
}
|
|
10103
10100
|
},
|
|
10104
10101
|
"required" : [ "id", "knowledgeBaseId", "name" ],
|