Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/preview-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Download Fern
run: npm install -g fern-api

Expand All @@ -31,8 +36,8 @@ jobs:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
cd fern/apis/api/.preview/fern-typescript-sdk
yarn install
yarn build
pnpm install
pnpm build

preview-python:
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ groups:
python-sdk:
generators:
- name: fernapi/fern-python-sdk
version: 4.31.2
version: 4.37.1
api:
settings:
unions: v1
Expand All @@ -28,7 +28,7 @@ groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
version: 2.13.0
version: 3.32.0
api:
settings:
unions: v1
Expand Down Expand Up @@ -68,7 +68,7 @@ groups:
go-sdk:
generators:
- name: fernapi/fern-go-sdk
version: 1.13.14
version: 1.16.4
disable-examples: true
api:
settings:
Expand All @@ -93,7 +93,7 @@ groups:
csharp-sdk:
generators:
- name: fernapi/fern-csharp-sdk
version: 2.4.3
version: 2.9.2
disable-examples: true
github:
repository: VapiAI/server-sdk-csharp
Expand All @@ -113,7 +113,7 @@ groups:
php-sdk:
generators:
- name: fernapi/fern-php-sdk
version: 1.17.1
version: 1.18.0
disable-examples: true
github:
repository: VapiAI/server-sdk-php
Expand All @@ -123,7 +123,7 @@ groups:
swift-sdk:
generators:
- name: fernapi/fern-swift-sdk
version: 0.18.2
version: 0.24.1
disable-examples: true
github:
repository: VapiAI/server-sdk-swift
Expand Down
Loading