Skip to content

Commit 6cc31ff

Browse files
committed
Merge pull request #47 from intercom/dehora/rm-3
Replace v3 with public in service description files
2 parents 8f45ffb + f55b099 commit 6cc31ff

14 files changed

+20
-20
lines changed

src/Intercom/Service/config/intercom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "Intercom API",
33
"description": "The Intercom API",
44
"includes": [
5-
"intercom_v3.json"
5+
"intercom_public.json"
66
]
77
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Intercom API",
3+
"apiVersion": "3",
4+
"baseUrl": "https://api.intercom.io/",
5+
"description": "The Intercom API",
6+
"includes": [
7+
"intercom_public_company.json",
8+
"intercom_public_conversation.json",
9+
"intercom_public_count.json",
10+
"intercom_public_event.json",
11+
"intercom_public_tag.json",
12+
"intercom_public_note.json",
13+
"intercom_public_segment.json",
14+
"intercom_public_admin.json",
15+
"intercom_public_user.json",
16+
"intercom_public_abstract_operations.json"
17+
]
18+
}

src/Intercom/Service/config/intercom_v3_abstract_operations.json renamed to src/Intercom/Service/config/intercom_public_abstract_operations.json

File renamed without changes.
File renamed without changes.

src/Intercom/Service/config/intercom_v3_company.json renamed to src/Intercom/Service/config/intercom_public_company.json

File renamed without changes.

src/Intercom/Service/config/intercom_v3_conversation.json renamed to src/Intercom/Service/config/intercom_public_conversation.json

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/Intercom/Service/config/intercom_v3_segment.json renamed to src/Intercom/Service/config/intercom_public_segment.json

File renamed without changes.

0 commit comments

Comments
 (0)