Skip to content

Commit f01bb34

Browse files
committed
Added x-fern-type-name in the spec
1 parent 0e20c5e commit f01bb34

2 files changed

Lines changed: 1 addition & 33 deletions

File tree

fern/apis/api/openapi-overrides.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -27,39 +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-
- name: structuredOutputs
34-
schema:
35-
additionalProperties:
36-
type: object
37-
x-fern-type-name: StructuredOutputsFilterValue
38-
properties:
39-
eq:
40-
type: string
41-
description: Equal to
42-
neq:
43-
type: string
44-
description: Not equal to
45-
gt:
46-
type: string
47-
description: Greater than
48-
gte:
49-
type: string
50-
description: Greater than or equal to
51-
lt:
52-
type: string
53-
description: Less than
54-
lte:
55-
type: string
56-
description: Less than or equal to
57-
contains:
58-
type: string
59-
description: Contains
60-
notContains:
61-
type: string
62-
description: Not contains
6330
/chat:
6431
get:
6532
x-fern-availability: beta

fern/apis/api/openapi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@
872872
"type": "object",
873873
"additionalProperties": {
874874
"type": "object",
875+
"x-fern-type-name": "StructuredOutputsFilterValue",
875876
"properties": {
876877
"eq": {
877878
"type": "string",

0 commit comments

Comments
 (0)