Skip to content

Commit f749b84

Browse files
committed
Upgrade fern cli version with defaults migration
1 parent cd39113 commit f749b84

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

fern/fern.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "intercom",
3-
"version": "0.70.1"
4-
}
3+
"version": "2.8.2"
4+
}

fern/generators.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,28 @@ api:
66
settings:
77
title-as-schema-name: false
88
inline-path-parameters: true
9+
type-dates-as-strings: true
10+
object-query-parameters: false
11+
idiomatic-request-names: false
12+
respect-nullable-schemas: false
13+
wrap-references-to-nullable-in-optional: true
14+
coerce-optional-schemas-to-nullable: true
15+
coerce-enums-to-literals: true
916
- openapi: ../descriptions/0/api.intercom.io.yaml
1017
overrides: ./unstable-openapi-overrides.yml
1118
namespace: unstable
1219
settings:
1320
title-as-schema-name: false
1421
inline-path-parameters: true
22+
type-dates-as-strings: true
23+
object-query-parameters: false
24+
idiomatic-request-names: false
25+
respect-nullable-schemas: false
26+
wrap-references-to-nullable-in-optional: true
27+
coerce-optional-schemas-to-nullable: true
28+
coerce-enums-to-literals: true
29+
settings:
30+
path-parameter-order: spec-order
1531
groups:
1632
ts-sdk:
1733
generators:
@@ -42,7 +58,6 @@ groups:
4258
- intercom
4359
- api
4460
smart-casing: true
45-
4661
java-sdk:
4762
generators:
4863
- name: fernapi/fern-java-sdk
@@ -64,7 +79,6 @@ groups:
6479
client-class-name: Intercom
6580
inline-path-parameters: true
6681
enable-forward-compatible-enums: true
67-
6882
python-sdk:
6983
generators:
7084
- name: fernapi/fern-python-sdk
@@ -78,9 +92,8 @@ groups:
7892
skip_validation: true
7993
output:
8094
location: pypi
81-
package-name: 'python-intercom'
95+
package-name: python-intercom
8296
token: ${FERN_PYPI_TOKEN}
83-
8497
php-sdk:
8598
generators:
8699
- name: fernapi/fern-php-sdk

0 commit comments

Comments
 (0)