File tree Expand file tree Collapse file tree 2 files changed +39
-40
lines changed
Expand file tree Collapse file tree 2 files changed +39
-40
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ paths:
2727 x-fern-sdk-group-name :
2828 - calls
2929 x-fern-sdk-method-name : update
30- /v2/call :
31- get :
32- parameters :
33- structuredOutputs :
34- x-fern-ignore : true
3530 /chat :
3631 get :
3732 x-fern-availability : beta
Original file line number Diff line number Diff line change 871871 "schema": {
872872 "type": "object",
873873 "additionalProperties": {
874- "type": "object",
875- "properties": {
876- "eq": {
877- "type": "string",
878- "description": "Equal to"
879- },
880- "neq": {
881- "type": "string",
882- "description": "Not equal to"
883- },
884- "gt": {
885- "type": "string",
886- "description": "Greater than"
887- },
888- "gte": {
889- "type": "string",
890- "description": "Greater than or equal to"
891- },
892- "lt": {
893- "type": "string",
894- "description": "Less than"
895- },
896- "lte": {
897- "type": "string",
898- "description": "Less than or equal to"
899- },
900- "contains": {
901- "type": "string",
902- "description": "Contains"
903- },
904- "notContains": {
905- "type": "string",
906- "description": "Not contains"
907- }
908- }
874+ "$ref": "#/components/schemas/StructuredOutputsFilterValue"
909875 },
910876 "example": {
911877 "c9dddda4-d70a-4dad-aa5c-aaf117f85cea": {
53985364 }
53995365 },
54005366 "schemas": {
5367+ "StructuredOutputsFilterValue": {
5368+ "type": "object",
5369+ "description": "Filter operators for structured output values",
5370+ "properties": {
5371+ "eq": {
5372+ "type": "string",
5373+ "description": "Equal to"
5374+ },
5375+ "neq": {
5376+ "type": "string",
5377+ "description": "Not equal to"
5378+ },
5379+ "gt": {
5380+ "type": "string",
5381+ "description": "Greater than"
5382+ },
5383+ "gte": {
5384+ "type": "string",
5385+ "description": "Greater than or equal to"
5386+ },
5387+ "lt": {
5388+ "type": "string",
5389+ "description": "Less than"
5390+ },
5391+ "lte": {
5392+ "type": "string",
5393+ "description": "Less than or equal to"
5394+ },
5395+ "contains": {
5396+ "type": "string",
5397+ "description": "Contains"
5398+ },
5399+ "notContains": {
5400+ "type": "string",
5401+ "description": "Not contains"
5402+ }
5403+ }
5404+ },
54015405 "FallbackTranscriberPlan": {
54025406 "type": "object",
54035407 "properties": {
You can’t perform that action at this time.
0 commit comments