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
1531groups :
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