Skip to content

Commit 82fffa4

Browse files
update fern definition
1 parent d3a3d7f commit 82fffa4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

fern/apis/fai/generators.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
default-group: local
2+
13
api:
24
specs:
3-
- openapi: ./openapi.json
4-
default-group: local
5+
- openapi: openapi.json
56

67
groups:
78
local:
89
generators:
910
- name: fernapi/fern-typescript-node-sdk
10-
version: 2.0.0
11+
version: 2.8.4
1112
output:
12-
location: npm
13-
url: npm.buildwithfern.com
14-
package-name: "@fern-api/fai-sdk"
15-
github:
16-
repository: fern-api/fai-sdk
13+
location: local-file-system
14+
path: ../../../packages/fai-sdk/src
15+
config:
16+
namespaceExport: FernAI

fern/apis/fai/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
}
690690
},
691691
"x-fern-audiences": [
692-
"customers"
692+
"customer"
693693
],
694694
"security": [
695695
{

0 commit comments

Comments
 (0)