From 76763f85620f88dd74401668e9784e089ec0c5c4 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:22:52 -0800 Subject: [PATCH 1/3] :herb: Add custom license for SDKs --- fern/LICENSE | 12 ++++++++++++ fern/generators.yml | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 fern/LICENSE diff --git a/fern/LICENSE b/fern/LICENSE new file mode 100644 index 0000000..b752015 --- /dev/null +++ b/fern/LICENSE @@ -0,0 +1,12 @@ +Copyright 2014 Intercom, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. diff --git a/fern/generators.yml b/fern/generators.yml index 972f865..cd6ec40 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -17,6 +17,8 @@ groups: github: repository: intercom/intercom-node mode: pull-request + license: + custom: ./LICENSE config: namespaceExport: Intercom allowCustomFetcher: true From 8fc185a7d2c424b7dbc6aadbcd0c72bd6823ee90 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:42:33 -0800 Subject: [PATCH 2/3] Restore Apache-2.0 value instead --- fern/LICENSE | 12 ------------ fern/generators.yml | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 fern/LICENSE diff --git a/fern/LICENSE b/fern/LICENSE deleted file mode 100644 index b752015..0000000 --- a/fern/LICENSE +++ /dev/null @@ -1,12 +0,0 @@ -Copyright 2014 Intercom, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. diff --git a/fern/generators.yml b/fern/generators.yml index cd6ec40..1317b40 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -17,8 +17,6 @@ groups: github: repository: intercom/intercom-node mode: pull-request - license: - custom: ./LICENSE config: namespaceExport: Intercom allowCustomFetcher: true @@ -27,4 +25,6 @@ groups: noSerdeLayer: true enableInlineTypes: true inlinePathParameters: true + packageJson: + license: Apache-2.0 smart-casing: true From 607b93720b77a9f56fc34c43b47532274ae9f8e3 Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:05:25 -0500 Subject: [PATCH 3/3] Add additional metadata from the original package.json Add additional metadata from the original package.json --- fern/generators.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/generators.yml b/fern/generators.yml index 1317b40..62f2af4 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -27,4 +27,10 @@ groups: inlinePathParameters: true 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