@breign/client 1.0.99 → 1.0.100
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 +3 -1
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -9275,6 +9275,8 @@
|
|
|
9275
9275
|
},
|
|
9276
9276
|
"PromptInit" : {
|
|
9277
9277
|
"additionalProperties" : {
|
|
9278
|
+
"maxLength" : 50000,
|
|
9279
|
+
"minLength" : 50,
|
|
9278
9280
|
"type" : "string"
|
|
9279
9281
|
},
|
|
9280
9282
|
"maxProperties" : 200,
|
|
@@ -9282,7 +9284,7 @@
|
|
|
9282
9284
|
"properties" : {
|
|
9283
9285
|
"default" : {
|
|
9284
9286
|
"maxLength" : 50000,
|
|
9285
|
-
"minLength" :
|
|
9287
|
+
"minLength" : 50,
|
|
9286
9288
|
"type" : "string"
|
|
9287
9289
|
}
|
|
9288
9290
|
},
|