Skip to content

Commit

Permalink
Merge pull request #39 from vocodedev/chore/refresh-sdk
Browse files Browse the repository at this point in the history
Refresh SDK
  • Loading branch information
vocode-petern authored Aug 16, 2024
2 parents 418d88f + 5e8b693 commit 1b70a22
Show file tree
Hide file tree
Showing 5 changed files with 1,375 additions and 652 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.16.24"
}
"version": "0.39.5"
}
11 changes: 8 additions & 3 deletions fern/generators.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
api:
path: ./openapi/openapi.json
overrides: ./openapi/overrides.yml
settings:
use-title: false
unions: v1
groups:
publish:
generators:
- name: "fernapi/fern-typescript-node-sdk"
version: "0.7.1"
version: "0.39.1"
output:
package-name: "@vocode/vocode-api"
token: "${NPM_TOKEN}"
Expand All @@ -13,7 +18,7 @@ groups:
github:
repository: "vocodedev/vocode-api-node"
- name: "fernapi/fern-python-sdk"
version: "0.7.5"
version: "3.10.5"
output:
package-name: "vocode-api"
token: "${PYPI_TOKEN}"
Expand Down
Loading

0 comments on commit 1b70a22

Please sign in to comment.