-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgenerators.yml
More file actions
55 lines (54 loc) · 1.64 KB
/
generators.yml
File metadata and controls
55 lines (54 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
api:
specs:
- openapi: ../descriptions/2.11/api.intercom.io.yaml
overrides: ./openapi-overrides.yml
settings:
title-as-schema-name: false
inline-path-parameters: true
groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.49.3
output:
location: npm
package-name: intercom-client
token: ${FERN_NPM_TOKEN}
github:
repository: intercom/intercom-node
mode: pull-request
config:
namespaceExport: Intercom
allowCustomFetcher: true
skipResponseValidation: true
includeApiReference: true
noSerdeLayer: true
enableInlineTypes: true
inlinePathParameters: true
timeoutInSeconds: 20
packageJson:
license: Apache-2.0
description: Official Node bindings to the Intercom API
homepage: https://github.com/intercom/intercom-node
bugs: https://github.com/intercom/intercom-node/issues
keywords:
- intercom
- api
smart-casing: true
java-sdk:
generators:
- name: fernapi/fern-java-sdk
version: 2.32.4
output:
location: maven
coordinate: io.intercom:intercom-java
username: ${MAVEN_USERNAME}
password: ${MAVEN_PASSWORD}
github:
repository: intercom/intercom-java
mode: pull-request
config:
enable-inline-types: true
client-class-name: Intercom
inline-path-parameters: true
# enable-forward-compatible-enums: true