-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgenerators.yml
More file actions
122 lines (119 loc) · 3.83 KB
/
generators.yml
File metadata and controls
122 lines (119 loc) · 3.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
api:
specs:
- openapi: ../descriptions/2.14/api.intercom.io.yaml
overrides: ./openapi-overrides.yml
settings:
title-as-schema-name: false
inline-path-parameters: true
type-dates-as-strings: true
object-query-parameters: false
idiomatic-request-names: false
respect-nullable-schemas: false
wrap-references-to-nullable-in-optional: true
coerce-optional-schemas-to-nullable: true
coerce-enums-to-literals: true
- openapi: ../descriptions/0/api.intercom.io.yaml
overrides: ./unstable-openapi-overrides.yml
namespace: unstable
settings:
title-as-schema-name: false
inline-path-parameters: true
type-dates-as-strings: true
object-query-parameters: false
idiomatic-request-names: false
respect-nullable-schemas: false
wrap-references-to-nullable-in-optional: true
coerce-optional-schemas-to-nullable: true
coerce-enums-to-literals: true
settings:
path-parameter-order: spec-order
groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
version: 3.35.8
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: 3.21.0
output:
location: maven
coordinate: io.intercom:intercom-java
username: ${MAVEN_USERNAME}
password: ${MAVEN_PASSWORD}
signature:
keyId: ${MAVEN_SIGNING_KEY_ID}
password: ${MAVEN_SIGNING_PASSWORD}
secretKey: ${MAVEN_SIGNING_KEY}
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
enable-wire-tests: false
smart-casing: false
python-sdk:
generators:
- name: fernapi/fern-python-sdk
version: 4.41.8
github:
mode: pull-request
repository: intercom/python-intercom
config:
client_class_name: Intercom
pydantic_config:
skip_validation: true
output:
location: pypi
package-name: 'python-intercom'
token: ${FERN_PYPI_TOKEN}
smart-casing: false
php-sdk:
generators:
- name: fernapi/fern-php-sdk
version: 1.25.0
github:
mode: pull-request
repository: intercom/intercom-php
smart-casing: true
config:
namespace: Intercom
clientName: IntercomClient
packageName: intercom/intercom-php
propertyAccess: private
inlinePathParameters: true
composerJson:
description: Intercom API client.
author:
name: Intercom Platform Team
url: https://www.intercom.com
homepage: https://developers.intercom.com/docs