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 90cbad6..55146f0 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 03d4cc2..8e8f121 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 e702c44..4d0aa30 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 975c1f9..4195584 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 87cdee1..3836e89 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 333b1d8..483b9b5 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 0c8aa7d..0bc209f 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 7648d31..906c745 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 ba9d786..6ee4019 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 8e8f121..de77d21 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 4195584..0854364 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 3836e89..54a2efb 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 483b9b5..5c21a67 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 0bc209f..11abc22 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 906c745..ae89843 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 6ee4019..8ab00a1 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 4d0aa30..e702c44 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