Skip to content

Commit

Permalink
Merge pull request #63 from hookdeck/chore/local-ts-gen
Browse files Browse the repository at this point in the history
chore: local ts gen
  • Loading branch information
leggetter authored Oct 10, 2024
2 parents d8b3a87 + 713bb8d commit df0b10e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

local/go/generated/hookdeck-go-sdk/
local/go/go
local/typescript
14 changes: 13 additions & 1 deletion fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,26 @@ groups:
local:
generators:
- name: fernapi/fern-go-sdk
version: 0.6.1
version: 0.27.0
output:
location: local-file-system
path: ../local/go/generated/hookdeck-go-sdk
config:
enableExplicitNull: true
module:
path: github.com/hookdeck/hookdeck-go-sdk
- name: fernapi/fern-typescript-node-sdk
version: 0.39.3
output:
location: local-file-system
path: ../local/typescript/generated/hookdeck-typescript-sdk
config:
namespaceExport: Hookdeck
allowCustomFetcher: true
skipResponseValidation: true
includeApiReference: true
outputEsm: false
smart-casing: true
go-sdk:
generators:
- name: fernapi/fern-go-sdk
Expand Down

0 comments on commit df0b10e

Please sign in to comment.