This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new de565075e94d Upgrade zendesk
de565075e94d is described below

commit de565075e94d5336b6143ced12f2420ca073a665
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jan 9 11:10:12 2026 +0100

    Upgrade zendesk
---
 .../apache/camel/catalog/components/zendesk.json   |  6 +-
 .../zendesk/ZendeskEndpointConfiguration.java      |  6 +-
 .../zendesk/internal/ZendeskApiMethod.java         | 11 ++++
 .../apache/camel/component/zendesk/zendesk.json    |  6 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  6 +-
 .../dsl/ZendeskEndpointBuilderFactory.java         | 70 +++++++++++-----------
 parent/pom.xml                                     |  2 +-
 7 files changed, 61 insertions(+), 46 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
index 070430762cd9..10f9d3db16d4 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
@@ -37,7 +37,7 @@
     "username": { "index": 9, "kind": "property", "displayName": "Username", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The user name." }
   },
   "properties": {
-    "methodName": { "index": 0, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLA [...]
+    "methodName": { "index": 0, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLA [...]
     "inBody": { "index": 1, "kind": "parameter", "displayName": "In Body", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the name of a parameter to be passed in 
the exchange In Body" },
     "serverUrl": { "index": 2, "kind": "parameter", "displayName": "Server 
Url", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The server URL to 
connect." },
     "sendEmptyMessageWhenIdle": { "index": 3, "kind": "parameter", 
"displayName": "Send Empty Message When Idle", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If the polling consumer did not poll any files, you can 
enable this option to send an empty message (no body) instead." },
@@ -66,9 +66,9 @@
     "username": { "index": 26, "kind": "parameter", "displayName": "Username", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The user name." }
   },
   "apis": {
-    "DEFAULT": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [ 
"java.util.List<String> addTagToOrganisations(long id, String[] tags)" ] }, 
"addTagToTicket": { "description": "", "signatures": [ "java.util.List<String> 
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description": 
"", "signatures": [ "java.util.List<String> addTagToTopics(long id, String[] 
tags)" ] }, "associateA [...]
+    "DEFAULT": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [ 
"java.util.List<String> addTagToOrganisations(long id, String[] tags)" ] }, 
"addTagToTicket": { "description": "", "signatures": [ "java.util.List<String> 
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description": 
"", "signatures": [ "java.util.List<String> addTagToTopics(long id, String[] 
tags)" ] }, "associateA [...]
   },
   "apiProperties": {
-    "DEFAULT": { "methods": { "addTagToOrganisations": { "properties": { "id": 
{ "index": 0, "kind": "parameter", "displayName": "Id", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Long", "deprecated": false, "autowired": false, "secret": false, 
"description": "", "optional": false }, "tags": { "index": 1, "kind": 
"parameter", "displayName": "Tags", "group": "common", "label": "", "required": 
false, "type": "array", "javaType": "java.lang.St [...]
+    "DEFAULT": { "methods": { "addTagToOrganisations": { "properties": { "id": 
{ "index": 0, "kind": "parameter", "displayName": "Id", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Long", "deprecated": false, "autowired": false, "secret": false, 
"description": "", "optional": false }, "tags": { "index": 1, "kind": 
"parameter", "displayName": "Tags", "group": "common", "label": "", "required": 
false, "type": "array", "javaType": "java.lang.St [...]
   }
 }
diff --git 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
index ef5abe535428..8042cc2d07ed 100644
--- 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
+++ 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
@@ -17,7 +17,7 @@ import org.apache.camel.spi.UriParams;
  */
 @ApiParams(apiName = "DEFAULT", 
            description = "",
-           apiMethods = {@ApiMethod(methodName = "addTagToOrganisations", 
signatures={"java.util.List<String> addTagToOrganisations(long id, String[] 
tags)"}), @ApiMethod(methodName = "addTagToTicket", 
signatures={"java.util.List<String> addTagToTicket(long id, String[] tags)"}), 
@ApiMethod(methodName = "addTagToTopics", signatures={"java.util.List<String> 
addTagToTopics(long id, String[] tags)"}), @ApiMethod(methodName = 
"associateAttachmentsToArticle", signatures={"void associateAttach [...]
+           apiMethods = {@ApiMethod(methodName = "addTagToOrganisations", 
signatures={"java.util.List<String> addTagToOrganisations(long id, String[] 
tags)"}), @ApiMethod(methodName = "addTagToTicket", 
signatures={"java.util.List<String> addTagToTicket(long id, String[] tags)"}), 
@ApiMethod(methodName = "addTagToTopics", signatures={"java.util.List<String> 
addTagToTopics(long id, String[] tags)"}), @ApiMethod(methodName = 
"associateAttachmentsToArticle", signatures={"void associateAttach [...]
 @UriParams
 @Configurer(extended = true)
 @Generated("org.apache.camel.maven.ApiComponentGeneratorMojo")
@@ -239,7 +239,7 @@ public final class ZendeskEndpointConfiguration extends 
ZendeskConfiguration {
     @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getArticlesFromPage")})
     private Integer page;
     @UriParam
-    @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getContentTags")})
+    @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getContentTags"), @ApiMethod(methodName = "getTicketFromSearchWithExport")})
     private Integer pageSize;
     @UriParam
     @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"resetUserPassword")})
@@ -275,7 +275,7 @@ public final class ZendeskEndpointConfiguration extends 
ZendeskConfiguration {
     @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getHolidaysForSchedule"), @ApiMethod(methodName = "getSchedule")})
     private Long scheduleId;
     @UriParam
-    @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getArticleFromSearch"), @ApiMethod(methodName = "getTicketsFromSearch")})
+    @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"getArticleFromSearch"), @ApiMethod(methodName = 
"getTicketFromSearchWithExport"), @ApiMethod(methodName = 
"getTicketsFromSearch")})
     private String searchTerm;
     @UriParam
     @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = 
"createSection"), @ApiMethod(methodName = "deleteSection"), 
@ApiMethod(methodName = "getArticles"), @ApiMethod(methodName = 
"updateSection")})
diff --git 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/internal/ZendeskApiMethod.java
 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/internal/ZendeskApiMethod.java
index e414fa8c2865..3b6b8456492e 100644
--- 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/internal/ZendeskApiMethod.java
+++ 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/internal/ZendeskApiMethod.java
@@ -1256,6 +1256,17 @@ public enum ZendeskApiMethod implements ApiMethod {
         java.util.List.class,
         "getTicketForms"),
 
+    GET_TICKET_FROM_SEARCH_WITH_EXPORT(
+        Iterable.class,
+        "getTicketFromSearchWithExport",
+        arg("searchTerm", String.class)),
+
+    GET_TICKET_FROM_SEARCH_WITH_EXPORT_1(
+        Iterable.class,
+        "getTicketFromSearchWithExport",
+        arg("searchTerm", String.class),
+        arg("pageSize", int.class)),
+
     GET_TICKET_INCIDENTS(
         Iterable.class,
         "getTicketIncidents",
diff --git 
a/components/camel-zendesk/src/generated/resources/META-INF/org/apache/camel/component/zendesk/zendesk.json
 
b/components/camel-zendesk/src/generated/resources/META-INF/org/apache/camel/component/zendesk/zendesk.json
index 070430762cd9..10f9d3db16d4 100644
--- 
a/components/camel-zendesk/src/generated/resources/META-INF/org/apache/camel/component/zendesk/zendesk.json
+++ 
b/components/camel-zendesk/src/generated/resources/META-INF/org/apache/camel/component/zendesk/zendesk.json
@@ -37,7 +37,7 @@
     "username": { "index": 9, "kind": "property", "displayName": "Username", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The user name." }
   },
   "properties": {
-    "methodName": { "index": 0, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLA [...]
+    "methodName": { "index": 0, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLA [...]
     "inBody": { "index": 1, "kind": "parameter", "displayName": "In Body", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the name of a parameter to be passed in 
the exchange In Body" },
     "serverUrl": { "index": 2, "kind": "parameter", "displayName": "Server 
Url", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The server URL to 
connect." },
     "sendEmptyMessageWhenIdle": { "index": 3, "kind": "parameter", 
"displayName": "Send Empty Message When Idle", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If the polling consumer did not poll any files, you can 
enable this option to send an empty message (no body) instead." },
@@ -66,9 +66,9 @@
     "username": { "index": 26, "kind": "parameter", "displayName": "Username", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The user name." }
   },
   "apis": {
-    "DEFAULT": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [ 
"java.util.List<String> addTagToOrganisations(long id, String[] tags)" ] }, 
"addTagToTicket": { "description": "", "signatures": [ "java.util.List<String> 
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description": 
"", "signatures": [ "java.util.List<String> addTagToTopics(long id, String[] 
tags)" ] }, "associateA [...]
+    "DEFAULT": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [ 
"java.util.List<String> addTagToOrganisations(long id, String[] tags)" ] }, 
"addTagToTicket": { "description": "", "signatures": [ "java.util.List<String> 
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description": 
"", "signatures": [ "java.util.List<String> addTagToTopics(long id, String[] 
tags)" ] }, "associateA [...]
   },
   "apiProperties": {
-    "DEFAULT": { "methods": { "addTagToOrganisations": { "properties": { "id": 
{ "index": 0, "kind": "parameter", "displayName": "Id", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Long", "deprecated": false, "autowired": false, "secret": false, 
"description": "", "optional": false }, "tags": { "index": 1, "kind": 
"parameter", "displayName": "Tags", "group": "common", "label": "", "required": 
false, "type": "array", "javaType": "java.lang.St [...]
+    "DEFAULT": { "methods": { "addTagToOrganisations": { "properties": { "id": 
{ "index": 0, "kind": "parameter", "displayName": "Id", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Long", "deprecated": false, "autowired": false, "secret": false, 
"description": "", "optional": false }, "tags": { "index": 1, "kind": 
"parameter", "displayName": "Tags", "group": "common", "label": "", "required": 
false, "type": "array", "javaType": "java.lang.St [...]
   }
 }
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 656f59429c82..4c707bdd2173 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -17337,7 +17337,7 @@ public class StaticEndpointBuilders {
      * 
      * Path parameter: methodName (required)
      * What operation to use
-     * There are 378 enums and the value can be one of:
+     * There are 380 enums and the value can be one of:
      * ADD_TAG_TO_ORGANISATIONS, ADD_TAG_TO_TICKET, ADD_TAG_TO_TOPICS,
      * ASSOCIATE_ATTACHMENTS_TO_ARTICLE, CHANGE_USER_PASSWORD, CREATE_ARTICLE,
      * CREATE_ARTICLE_1, CREATE_ARTICLE_TRANSLATION, CREATE_AUTOMATION,
@@ -17423,6 +17423,7 @@ public class StaticEndpointBuilders {
      * GET_TICKET_AUDITS, GET_TICKET_AUDITS_1, GET_TICKET_COLLABORATORS,
      * GET_TICKET_COMMENTS, GET_TICKET_COMMENTS_1, GET_TICKET_FIELD,
      * GET_TICKET_FIELDS, GET_TICKET_FORM, GET_TICKET_FORMS,
+     * GET_TICKET_FROM_SEARCH_WITH_EXPORT, 
GET_TICKET_FROM_SEARCH_WITH_EXPORT_1,
      * GET_TICKET_INCIDENTS, GET_TICKET_METRIC, GET_TICKET_METRIC_BY_TICKET,
      * GET_TICKET_METRICS, GET_TICKETS, GET_TICKETS_1,
      * GET_TICKETS_BY_EXTERNAL_ID, GET_TICKETS_BY_EXTERNAL_ID_1,
@@ -17491,7 +17492,7 @@ public class StaticEndpointBuilders {
      * 
      * Path parameter: methodName (required)
      * What operation to use
-     * There are 378 enums and the value can be one of:
+     * There are 380 enums and the value can be one of:
      * ADD_TAG_TO_ORGANISATIONS, ADD_TAG_TO_TICKET, ADD_TAG_TO_TOPICS,
      * ASSOCIATE_ATTACHMENTS_TO_ARTICLE, CHANGE_USER_PASSWORD, CREATE_ARTICLE,
      * CREATE_ARTICLE_1, CREATE_ARTICLE_TRANSLATION, CREATE_AUTOMATION,
@@ -17577,6 +17578,7 @@ public class StaticEndpointBuilders {
      * GET_TICKET_AUDITS, GET_TICKET_AUDITS_1, GET_TICKET_COLLABORATORS,
      * GET_TICKET_COMMENTS, GET_TICKET_COMMENTS_1, GET_TICKET_FIELD,
      * GET_TICKET_FIELDS, GET_TICKET_FORM, GET_TICKET_FORMS,
+     * GET_TICKET_FROM_SEARCH_WITH_EXPORT, 
GET_TICKET_FROM_SEARCH_WITH_EXPORT_1,
      * GET_TICKET_INCIDENTS, GET_TICKET_METRIC, GET_TICKET_METRIC_BY_TICKET,
      * GET_TICKET_METRICS, GET_TICKETS, GET_TICKETS_1,
      * GET_TICKETS_BY_EXTERNAL_ID, GET_TICKETS_BY_EXTERNAL_ID_1,
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZendeskEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZendeskEndpointBuilderFactory.java
index d8c4b2818435..789e6f7344a7 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZendeskEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ZendeskEndpointBuilderFactory.java
@@ -1057,7 +1057,7 @@ public interface ZendeskEndpointBuilderFactory {
          * 
          * Path parameter: methodName (required)
          * What operation to use
-         * There are 378 enums and the value can be one of:
+         * There are 380 enums and the value can be one of:
          * ADD_TAG_TO_ORGANISATIONS, ADD_TAG_TO_TICKET, ADD_TAG_TO_TOPICS,
          * ASSOCIATE_ATTACHMENTS_TO_ARTICLE, CHANGE_USER_PASSWORD,
          * CREATE_ARTICLE, CREATE_ARTICLE_1, CREATE_ARTICLE_TRANSLATION,
@@ -1148,22 +1148,23 @@ public interface ZendeskEndpointBuilderFactory {
          * GET_TICKET_AUDITS, GET_TICKET_AUDITS_1, GET_TICKET_COLLABORATORS,
          * GET_TICKET_COMMENTS, GET_TICKET_COMMENTS_1, GET_TICKET_FIELD,
          * GET_TICKET_FIELDS, GET_TICKET_FORM, GET_TICKET_FORMS,
-         * GET_TICKET_INCIDENTS, GET_TICKET_METRIC, 
GET_TICKET_METRIC_BY_TICKET,
-         * GET_TICKET_METRICS, GET_TICKETS, GET_TICKETS_1,
-         * GET_TICKETS_BY_EXTERNAL_ID, GET_TICKETS_BY_EXTERNAL_ID_1,
-         * GET_TICKETS_COUNT, GET_TICKETS_COUNT_FOR_ORGANIZATION,
-         * GET_TICKETS_FROM_SEARCH, GET_TICKETS_INCREMENTALLY,
-         * GET_TICKETS_INCREMENTALLY_1, GET_TIME_ZONES, GET_TOPIC, GET_TOPICS,
-         * GET_TOPICS_1, GET_TOPICS_2, GET_TOPICS_3, GET_TOPICS_BY_USER,
-         * GET_TRIGGER, GET_TRIGGERS, GET_TRIGGERS_1, GET_TWITTER_MONITORS,
-         * GET_USER, GET_USER_CCD_TICKETS, GET_USER_FIELDS, 
GET_USER_IDENTITIES,
-         * GET_USER_IDENTITIES_1, GET_USER_IDENTITY, GET_USER_IDENTITY_1,
-         * GET_USER_IDENTITY_2, GET_USER_RELATED_INFO,
-         * GET_USER_REQUESTED_TICKETS, GET_USER_REQUESTS, GET_USER_REQUESTS_1,
-         * GET_USER_SEGMENT, GET_USER_SEGMENTS, GET_USER_SEGMENTS_1,
-         * GET_USER_SEGMENTS_APPLICABLE, GET_USER_SUBSCRIPTIONS,
-         * GET_USER_SUBSCRIPTIONS_1, GET_USERS, GET_USERS_1,
-         * GET_USERS_BY_EXTERNAL_IDS, GET_USERS_BY_EXTERNAL_IDS_1,
+         * GET_TICKET_FROM_SEARCH_WITH_EXPORT,
+         * GET_TICKET_FROM_SEARCH_WITH_EXPORT_1, GET_TICKET_INCIDENTS,
+         * GET_TICKET_METRIC, GET_TICKET_METRIC_BY_TICKET, GET_TICKET_METRICS,
+         * GET_TICKETS, GET_TICKETS_1, GET_TICKETS_BY_EXTERNAL_ID,
+         * GET_TICKETS_BY_EXTERNAL_ID_1, GET_TICKETS_COUNT,
+         * GET_TICKETS_COUNT_FOR_ORGANIZATION, GET_TICKETS_FROM_SEARCH,
+         * GET_TICKETS_INCREMENTALLY, GET_TICKETS_INCREMENTALLY_1,
+         * GET_TIME_ZONES, GET_TOPIC, GET_TOPICS, GET_TOPICS_1, GET_TOPICS_2,
+         * GET_TOPICS_3, GET_TOPICS_BY_USER, GET_TRIGGER, GET_TRIGGERS,
+         * GET_TRIGGERS_1, GET_TWITTER_MONITORS, GET_USER, 
GET_USER_CCD_TICKETS,
+         * GET_USER_FIELDS, GET_USER_IDENTITIES, GET_USER_IDENTITIES_1,
+         * GET_USER_IDENTITY, GET_USER_IDENTITY_1, GET_USER_IDENTITY_2,
+         * GET_USER_RELATED_INFO, GET_USER_REQUESTED_TICKETS, 
GET_USER_REQUESTS,
+         * GET_USER_REQUESTS_1, GET_USER_SEGMENT, GET_USER_SEGMENTS,
+         * GET_USER_SEGMENTS_1, GET_USER_SEGMENTS_APPLICABLE,
+         * GET_USER_SUBSCRIPTIONS, GET_USER_SUBSCRIPTIONS_1, GET_USERS,
+         * GET_USERS_1, GET_USERS_BY_EXTERNAL_IDS, GET_USERS_BY_EXTERNAL_IDS_1,
          * GET_USERS_BY_ROLE, GET_USERS_INCREMENTALLY, GET_VIEW, GET_VIEWS,
          * IMPORT_TICKET, IMPORT_TOPIC, LIST_HELP_CENTER_LOCALES,
          * LOOKUP_ORGANIZATIONS_BY_EXTERNAL_ID, LOOKUP_USER_BY_EMAIL,
@@ -1218,7 +1219,7 @@ public interface ZendeskEndpointBuilderFactory {
          * 
          * Path parameter: methodName (required)
          * What operation to use
-         * There are 378 enums and the value can be one of:
+         * There are 380 enums and the value can be one of:
          * ADD_TAG_TO_ORGANISATIONS, ADD_TAG_TO_TICKET, ADD_TAG_TO_TOPICS,
          * ASSOCIATE_ATTACHMENTS_TO_ARTICLE, CHANGE_USER_PASSWORD,
          * CREATE_ARTICLE, CREATE_ARTICLE_1, CREATE_ARTICLE_TRANSLATION,
@@ -1309,22 +1310,23 @@ public interface ZendeskEndpointBuilderFactory {
          * GET_TICKET_AUDITS, GET_TICKET_AUDITS_1, GET_TICKET_COLLABORATORS,
          * GET_TICKET_COMMENTS, GET_TICKET_COMMENTS_1, GET_TICKET_FIELD,
          * GET_TICKET_FIELDS, GET_TICKET_FORM, GET_TICKET_FORMS,
-         * GET_TICKET_INCIDENTS, GET_TICKET_METRIC, 
GET_TICKET_METRIC_BY_TICKET,
-         * GET_TICKET_METRICS, GET_TICKETS, GET_TICKETS_1,
-         * GET_TICKETS_BY_EXTERNAL_ID, GET_TICKETS_BY_EXTERNAL_ID_1,
-         * GET_TICKETS_COUNT, GET_TICKETS_COUNT_FOR_ORGANIZATION,
-         * GET_TICKETS_FROM_SEARCH, GET_TICKETS_INCREMENTALLY,
-         * GET_TICKETS_INCREMENTALLY_1, GET_TIME_ZONES, GET_TOPIC, GET_TOPICS,
-         * GET_TOPICS_1, GET_TOPICS_2, GET_TOPICS_3, GET_TOPICS_BY_USER,
-         * GET_TRIGGER, GET_TRIGGERS, GET_TRIGGERS_1, GET_TWITTER_MONITORS,
-         * GET_USER, GET_USER_CCD_TICKETS, GET_USER_FIELDS, 
GET_USER_IDENTITIES,
-         * GET_USER_IDENTITIES_1, GET_USER_IDENTITY, GET_USER_IDENTITY_1,
-         * GET_USER_IDENTITY_2, GET_USER_RELATED_INFO,
-         * GET_USER_REQUESTED_TICKETS, GET_USER_REQUESTS, GET_USER_REQUESTS_1,
-         * GET_USER_SEGMENT, GET_USER_SEGMENTS, GET_USER_SEGMENTS_1,
-         * GET_USER_SEGMENTS_APPLICABLE, GET_USER_SUBSCRIPTIONS,
-         * GET_USER_SUBSCRIPTIONS_1, GET_USERS, GET_USERS_1,
-         * GET_USERS_BY_EXTERNAL_IDS, GET_USERS_BY_EXTERNAL_IDS_1,
+         * GET_TICKET_FROM_SEARCH_WITH_EXPORT,
+         * GET_TICKET_FROM_SEARCH_WITH_EXPORT_1, GET_TICKET_INCIDENTS,
+         * GET_TICKET_METRIC, GET_TICKET_METRIC_BY_TICKET, GET_TICKET_METRICS,
+         * GET_TICKETS, GET_TICKETS_1, GET_TICKETS_BY_EXTERNAL_ID,
+         * GET_TICKETS_BY_EXTERNAL_ID_1, GET_TICKETS_COUNT,
+         * GET_TICKETS_COUNT_FOR_ORGANIZATION, GET_TICKETS_FROM_SEARCH,
+         * GET_TICKETS_INCREMENTALLY, GET_TICKETS_INCREMENTALLY_1,
+         * GET_TIME_ZONES, GET_TOPIC, GET_TOPICS, GET_TOPICS_1, GET_TOPICS_2,
+         * GET_TOPICS_3, GET_TOPICS_BY_USER, GET_TRIGGER, GET_TRIGGERS,
+         * GET_TRIGGERS_1, GET_TWITTER_MONITORS, GET_USER, 
GET_USER_CCD_TICKETS,
+         * GET_USER_FIELDS, GET_USER_IDENTITIES, GET_USER_IDENTITIES_1,
+         * GET_USER_IDENTITY, GET_USER_IDENTITY_1, GET_USER_IDENTITY_2,
+         * GET_USER_RELATED_INFO, GET_USER_REQUESTED_TICKETS, 
GET_USER_REQUESTS,
+         * GET_USER_REQUESTS_1, GET_USER_SEGMENT, GET_USER_SEGMENTS,
+         * GET_USER_SEGMENTS_1, GET_USER_SEGMENTS_APPLICABLE,
+         * GET_USER_SUBSCRIPTIONS, GET_USER_SUBSCRIPTIONS_1, GET_USERS,
+         * GET_USERS_1, GET_USERS_BY_EXTERNAL_IDS, GET_USERS_BY_EXTERNAL_IDS_1,
          * GET_USERS_BY_ROLE, GET_USERS_INCREMENTALLY, GET_VIEW, GET_VIEWS,
          * IMPORT_TICKET, IMPORT_TOPIC, LIST_HELP_CENTER_LOCALES,
          * LOOKUP_ORGANIZATIONS_BY_EXTERNAL_ID, LOOKUP_USER_BY_EMAIL,
diff --git a/parent/pom.xml b/parent/pom.xml
index 3cb8c723459c..c50d6c5d26a8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -560,7 +560,7 @@
         <yasson-version>3.0.4</yasson-version>
         
<yetus-audience-annotations-version>0.15.1</yetus-audience-annotations-version>
         <zeebe-version>8.8.9</zeebe-version>
-        <zendesk-client-version>1.3.1</zendesk-client-version>
+        <zendesk-client-version>1.4.0</zendesk-client-version>
         <zookeeper-version>3.9.4</zookeeper-version>
         <zxing-version>3.5.4</zxing-version>
     </properties>

Reply via email to