Skip to content

Commit 85ff964

Browse files
committed
updates
1 parent 7461199 commit 85ff964

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

fern/generators.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ groups:
1717
generators:
1818
- name: fernapi/fern-typescript-node-sdk
1919
version: 0.51.7
20-
output:
21-
location: npm
22-
package-name: intercom-client
23-
token: ${FERN_NPM_TOKEN}
20+
# output:
21+
# location: npm
22+
# package-name: intercom-client
23+
# token: ${FERN_NPM_TOKEN}
2424
github:
2525
repository: intercom/intercom-node
2626
mode: pull-request
@@ -86,19 +86,23 @@ groups:
8686
php-sdk:
8787
generators:
8888
- name: fernapi/fern-php-sdk
89-
# version: 1.16.5
90-
version: 123.0.0
91-
# github:
92-
# mode: pull-request
93-
# repository: intercom/intercom-php
89+
version: 1.16.6
90+
github:
91+
mode: pull-request
92+
repository: intercom/intercom-php
9493
smart-casing: true
9594
config:
9695
namespace: Intercom
97-
client-class-name: IntercomPhp
96+
clientName: IntercomClient
97+
packageName: intercom/intercom-php
98+
propertyAccess: private
99+
inlinePathParameters: true
100+
composerJson:
101+
description: Intercom API client.
102+
author:
103+
name: Intercom Platform Team
104+
url: https://www.intercom.com
105+
homepage: https://developers.intercom.com/docs
98106
output:
99107
location: local-file-system
100108
path: /Volumes/git/Intercom-OpenAPI/fern/.preview/fern-php-sdk-local
101-
# TODO: fix output target
102-
# location: npm
103-
# package-name: intercom/intercom-php
104-
# token: ${FERN_PACKAGIST_TOKEN}

0 commit comments

Comments
 (0)