Skip to content

Commit

Permalink
(feat): upgrade ts generator to support sse
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Apr 19, 2024
1 parent bbf00e3 commit 4e8d3c0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,28 @@ groups:
boto3: "^1.34.75"
types-boto3: "^1.0"
smart-casing: true
ts-sdk-local:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.15.0-rc0
output:
location: local-file-system
path: ../../../generated/octoai-typescript-sdk-fern
config:
namespaceExport: OctoAI
skipResponseValidation: true
allowCustomFetcher: true
outputSourceFiles: true
includeApiReference: true
extraDependencies:
'@aws-sdk/client-s3': '^3.540.0'
'aws-sdk-client-mock': '^4.0.0'
'aws-sdk-client-mock-jest': '^4.0.0'
smart-casing: true
ts-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.12.9
version: 0.15.0-rc0
output:
location: npm
package-name: "@octoai/sdk"
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "octoai",
"version": "0.23.0-rc0"
"version": "0.23.0-rc1"
}

0 comments on commit 4e8d3c0

Please sign in to comment.