We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3d7f commit 82fffa4Copy full SHA for 82fffa4
fern/apis/fai/generators.yml
@@ -1,16 +1,16 @@
1
+default-group: local
2
+
3
api:
4
specs:
- - openapi: ./openapi.json
-default-group: local
5
+ - openapi: openapi.json
6
7
groups:
8
local:
9
generators:
10
- name: fernapi/fern-typescript-node-sdk
- version: 2.0.0
11
+ version: 2.8.4
12
output:
- location: npm
13
- url: npm.buildwithfern.com
14
- package-name: "@fern-api/fai-sdk"
15
- github:
16
- repository: fern-api/fai-sdk
+ location: local-file-system
+ path: ../../../packages/fai-sdk/src
+ config:
+ namespaceExport: FernAI
fern/apis/fai/openapi.json
@@ -689,7 +689,7 @@
689
}
690
},
691
"x-fern-audiences": [
692
- "customers"
+ "customer"
693
],
694
"security": [
695
{
0 commit comments