Skip to content

Commit

Permalink
upgrade + fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Aug 16, 2024
1 parent ffe975c commit 5e8b693
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/.preview/**

4 changes: 2 additions & 2 deletions fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "vocode",
"version": "0.39.1"
}
"version": "0.39.5"
}
9 changes: 7 additions & 2 deletions fern/generators.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
api:
path: ./openapi/openapi.json
overrides: ./openapi/overrides.yml
settings:
use-title: false
unions: v1
groups:
publish:
generators:
Expand All @@ -13,7 +18,7 @@ groups:
github:
repository: "vocodedev/vocode-api-node"
- name: "fernapi/fern-python-sdk"
version: "3.10.2"
version: "3.10.5"
output:
package-name: "vocode-api"
token: "${PYPI_TOKEN}"
Expand Down
4 changes: 4 additions & 0 deletions fern/openapi/overrides.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
components:
schemas:
AddToSteeringPoolRequest:
x-fern-type-name: AddToSteeringPoolBody

0 comments on commit 5e8b693

Please sign in to comment.