From 91edebce26410257b6c449ff66bfaab0bb76934d Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Mon, 25 Aug 2025 18:10:42 +0100 Subject: [PATCH 1/3] Update API version enum to include versions 2.12, 2.13, and 2.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- descriptions/0/api.intercom.io.yaml | 3 +++ descriptions/2.10/api.intercom.io.yaml | 3 +++ descriptions/2.11/api.intercom.io.yaml | 3 +++ descriptions/2.12/api.intercom.io.yaml | 2 ++ descriptions/2.13/api.intercom.io.yaml | 1 + descriptions/2.14/api.intercom.io.yaml | 3 +++ descriptions/2.7/api.intercom.io.yaml | 3 +++ descriptions/2.8/api.intercom.io.yaml | 3 +++ descriptions/2.9/api.intercom.io.yaml | 3 +++ 9 files changed, 24 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 90cbad6b..55146f06 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -20140,6 +20140,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable linked_object: title: Linked Object diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 03d4cc2b..8e8f1210 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -14909,6 +14909,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable linked_object: title: Linked Object diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index e702c442..4d0aa304 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -16078,6 +16078,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable linked_object: title: Linked Object diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 975c1f9e..41955840 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -16197,6 +16197,8 @@ components: - '2.10' - '2.11' - '2.12' + - '2.13' + - '2.14' - Unstable linked_object: title: Linked Object diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 87cdee1c..3836e89a 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -17913,6 +17913,7 @@ components: - '2.11' - '2.12' - '2.13' + - '2.14' - Unstable linked_object: title: Linked Object diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 333b1d88..483b9b5c 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -19444,6 +19444,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable linked_object: title: Linked Object diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index 0c8aa7d4..0bc209fa 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -12901,6 +12901,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable merge_contacts_request: description: Merge contact data. diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 7648d315..906c745f 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -12925,6 +12925,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable merge_contacts_request: description: Merge contact data. diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index ba9d786e..6ee40192 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -14264,6 +14264,9 @@ components: - '2.9' - '2.10' - '2.11' + - '2.12' + - '2.13' + - '2.14' - Unstable merge_contacts_request: description: Merge contact data. From 05a6c00f84c7b25bd09456fd740eb81c049459d3 Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Tue, 26 Aug 2025 10:01:39 +0100 Subject: [PATCH 2/3] Match latest verion option to the api version --- descriptions/2.10/api.intercom.io.yaml | 5 ----- descriptions/2.12/api.intercom.io.yaml | 3 --- descriptions/2.13/api.intercom.io.yaml | 2 -- descriptions/2.14/api.intercom.io.yaml | 1 - descriptions/2.7/api.intercom.io.yaml | 8 -------- descriptions/2.8/api.intercom.io.yaml | 7 ------- descriptions/2.9/api.intercom.io.yaml | 6 ------ 7 files changed, 32 deletions(-) diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 8e8f1210..de77d214 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -14908,11 +14908,6 @@ components: - '2.8' - '2.9' - '2.10' - - '2.11' - - '2.12' - - '2.13' - - '2.14' - - Unstable linked_object: title: Linked Object type: object diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 41955840..08543641 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -16197,9 +16197,6 @@ components: - '2.10' - '2.11' - '2.12' - - '2.13' - - '2.14' - - Unstable linked_object: title: Linked Object type: object diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 3836e89a..54a2efbd 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -17913,8 +17913,6 @@ components: - '2.11' - '2.12' - '2.13' - - '2.14' - - Unstable linked_object: title: Linked Object type: object diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 483b9b5c..5c21a678 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -19447,7 +19447,6 @@ components: - '2.12' - '2.13' - '2.14' - - Unstable linked_object: title: Linked Object type: object diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index 0bc209fa..11abc226 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -12897,14 +12897,6 @@ components: - '2.5' - '2.6' - '2.7' - - '2.8' - - '2.9' - - '2.10' - - '2.11' - - '2.12' - - '2.13' - - '2.14' - - Unstable merge_contacts_request: description: Merge contact data. type: object diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 906c745f..ae89843d 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -12922,13 +12922,6 @@ components: - '2.6' - '2.7' - '2.8' - - '2.9' - - '2.10' - - '2.11' - - '2.12' - - '2.13' - - '2.14' - - Unstable merge_contacts_request: description: Merge contact data. type: object diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index 6ee40192..8ab00a16 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -14262,12 +14262,6 @@ components: - '2.7' - '2.8' - '2.9' - - '2.10' - - '2.11' - - '2.12' - - '2.13' - - '2.14' - - Unstable merge_contacts_request: description: Merge contact data. type: object From 7d40fd673d658bb20c64254cbfdd6a2158a7b9f2 Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Tue, 26 Aug 2025 10:26:27 +0100 Subject: [PATCH 3/3] Fix incorrect version for 2.11 --- descriptions/2.11/api.intercom.io.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 4d0aa304..e702c442 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -16078,9 +16078,6 @@ components: - '2.9' - '2.10' - '2.11' - - '2.12' - - '2.13' - - '2.14' - Unstable linked_object: title: Linked Object