diff --git a/.gitignore b/.gitignore index 4ae2088..45e924f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ compiled/ # Fern preview files /fern/.preview +/fern/.definition \ No newline at end of file diff --git a/fern/fern.config.json b/fern/fern.config.json index 15b79fd..30bd66f 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "intercom", - "version": "0.70.1" -} \ No newline at end of file + "version": "2.8.2" +} diff --git a/fern/generators.yml b/fern/generators.yml index 98dd1c9..4348c80 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -6,12 +6,28 @@ api: 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: diff --git a/fern/unstable-openapi-overrides.yml b/fern/unstable-openapi-overrides.yml index 6192450..7e57f0a 100644 --- a/fern/unstable-openapi-overrides.yml +++ b/fern/unstable-openapi-overrides.yml @@ -136,6 +136,10 @@ paths: components: schemas: + intercom_version: + x-fern-ignore: true + intercom_version_unstable: + x-fern-ignore: true create_data_attribute_request: x-fern-type-name: CreateDataAttributeRequest update_data_attribute_request: