Skip to content

Commit c630917

Browse files
committed
Update config settings
1 parent 5b4eb7a commit c630917

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "intercom",
3-
"version": "0.57.17"
3+
"version": "0.63.25"
44
}

fern/generators.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
12
api:
23
specs:
34
- openapi: ../descriptions/2.11/api.intercom.io.yaml
@@ -15,7 +16,7 @@ groups:
1516
ts-sdk:
1617
generators:
1718
- name: fernapi/fern-typescript-node-sdk
18-
version: 0.49.3
19+
version: 0.51.7
1920
output:
2021
location: npm
2122
package-name: intercom-client
@@ -45,7 +46,7 @@ groups:
4546
java-sdk:
4647
generators:
4748
- name: fernapi/fern-java-sdk
48-
version: 2.32.8
49+
version: 2.37.0
4950
output:
5051
location: maven
5152
coordinate: io.intercom:intercom-java

fern/unstable-openapi-overrides.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ paths:
66
application/json:
77
schema:
88
$ref: '#/components/schemas/CreateArticleRequestBody'
9+
'/articles/{id}':
10+
put: null
11+
'/tickets':
12+
post: null
13+
'/ticket_types/{id}':
14+
put: null
915
'/companies':
1016
post:
1117
requestBody:
@@ -61,6 +67,30 @@ paths:
6167
content:
6268
application/json:
6369
examples: null
70+
'/custom_channel_events/notify_attribute_collected':
71+
post:
72+
x-fern-sdk-group-name:
73+
- customChannelEvents
74+
x-fern-sdk-method-name: notifyAttributeCollected
75+
x-fern-request-name: NotifyAttributeCollectedRequest
76+
'/custom_channel_events/notify_new_message':
77+
post:
78+
x-fern-sdk-group-name:
79+
- customChannelEvents
80+
x-fern-sdk-method-name: notifyNewMessage
81+
x-fern-request-name: NotifyNewMessageRequest
82+
'/custom_channel_events/notify_new_conversation':
83+
post:
84+
x-fern-sdk-group-name:
85+
- customChannelEvents
86+
x-fern-sdk-method-name: notifyNewConversation
87+
x-fern-request-name: NotifyNewConversationRequest
88+
'/custom_channel_events/notify_quick_reply_selected':
89+
post:
90+
x-fern-sdk-group-name:
91+
- customChannelEvents
92+
x-fern-sdk-method-name: notifyQuickReplySelected
93+
x-fern-request-name: NotifyQuickReplySelectedRequest
6494

6595
components:
6696
schemas:
@@ -69,6 +99,8 @@ components:
6999
monthly_spend: '155.5'
70100
create_ticket_request:
71101
x-fern-type-name: CreateTicketRequestBody
102+
properties:
103+
ticket_attributes: null
72104
reply_conversation_request:
73105
x-fern-type-name: ReplyConversationRequestBody
74106
update_article_request:

0 commit comments

Comments
 (0)