Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit df0b10e

Browse files
authored
Merge pull request #63 from hookdeck/chore/local-ts-gen
chore: local ts gen
2 parents d8b3a87 + 713bb8d commit df0b10e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
local/go/generated/hookdeck-go-sdk/
44
local/go/go
5+
local/typescript

fern/generators.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,26 @@ groups:
66
local:
77
generators:
88
- name: fernapi/fern-go-sdk
9-
version: 0.6.1
9+
version: 0.27.0
1010
output:
1111
location: local-file-system
1212
path: ../local/go/generated/hookdeck-go-sdk
1313
config:
1414
enableExplicitNull: true
1515
module:
1616
path: github.com/hookdeck/hookdeck-go-sdk
17+
- name: fernapi/fern-typescript-node-sdk
18+
version: 0.39.3
19+
output:
20+
location: local-file-system
21+
path: ../local/typescript/generated/hookdeck-typescript-sdk
22+
config:
23+
namespaceExport: Hookdeck
24+
allowCustomFetcher: true
25+
skipResponseValidation: true
26+
includeApiReference: true
27+
outputEsm: false
28+
smart-casing: true
1729
go-sdk:
1830
generators:
1931
- name: fernapi/fern-go-sdk

0 commit comments

Comments
 (0)