@breign/client 1.0.12 → 1.0.14
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/openapi.json
CHANGED
|
@@ -7099,7 +7099,7 @@
|
|
|
7099
7099
|
"type" : "string"
|
|
7100
7100
|
}
|
|
7101
7101
|
},
|
|
7102
|
-
"required" : [ "model", "
|
|
7102
|
+
"required" : [ "model", "providerId" ],
|
|
7103
7103
|
"type" : "object"
|
|
7104
7104
|
},
|
|
7105
7105
|
"Provider" : {
|
|
@@ -7706,7 +7706,7 @@
|
|
|
7706
7706
|
"type" : "string"
|
|
7707
7707
|
},
|
|
7708
7708
|
"FileStatus" : {
|
|
7709
|
-
"enum" : [ "PENDING", "UPLOADED", "INDEXED" ],
|
|
7709
|
+
"enum" : [ "SCRAPING", "PENDING", "UPLOADED", "INDEXED" ],
|
|
7710
7710
|
"type" : "string"
|
|
7711
7711
|
},
|
|
7712
7712
|
"ChatMessageRole" : {
|