From 7ad0385758908c5a2e13d5c7931cbfbb141d6ea9 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:00:34 +0000 Subject: [PATCH] feat(generated): update API definition to 1.0.0-dev0.1.28 Generated SDK source code using: - Generator version 3.104.0 - Specification version 1.0.0-dev0.1.28 - Automation (cloudant-sdks) version 51f3769 --- ibmcloudant/cloudant_v1.py | 42 ++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/ibmcloudant/cloudant_v1.py b/ibmcloudant/cloudant_v1.py index a96a339e..01c51570 100644 --- a/ibmcloudant/cloudant_v1.py +++ b/ibmcloudant/cloudant_v1.py @@ -8110,9 +8110,9 @@ def get_activity_tracker_events( **kwargs, ) -> DetailedResponse: """ - Retrieve Activity Tracker events information. + Retrieve activity tracking events information. - Check event types that are being sent to IBM Cloud Activity Tracker for the IBM + Check event types sent to IBM Cloud Activity Tracker Event Routing for the IBM Cloudant instance. :param dict headers: A `dict` containing the request headers @@ -8149,13 +8149,13 @@ def post_activity_tracker_events( **kwargs, ) -> DetailedResponse: """ - Modify Activity Tracker events configuration. + Modify activity tracking events configuration. - Configure event types that are being sent to IBM Cloud Activity Tracker for the - IBM Cloudant instance. + Configure event types sent to IBM Cloud Activity Tracker Event Routing for the IBM + Cloudant instance. - :param List[str] types: An array of event types that are being sent to IBM - Cloud Activity Tracker for the IBM Cloudant instance. "management" is a + :param List[str] types: An array of event types sent to IBM Cloud Activity + Tracker Event Routing for the IBM Cloudant instance. "management" is a required element of this array. :param dict headers: A `dict` containing the request headers :return: A `DetailedResponse` containing the result, headers and HTTP status code. @@ -9146,10 +9146,10 @@ class TypeEnum(str, Enum): class ActivityTrackerEvents: """ - Schema for Activity Tracker events. + Schema for activity tracking events. - :param List[str] types: An array of event types that are being sent to IBM Cloud - Activity Tracker for the IBM Cloudant instance. "management" is a required + :param List[str] types: An array of event types sent to IBM Cloud Activity + Tracker Event Routing for the IBM Cloudant instance. "management" is a required element of this array. """ @@ -9160,8 +9160,8 @@ def __init__( """ Initialize a ActivityTrackerEvents object. - :param List[str] types: An array of event types that are being sent to IBM - Cloud Activity Tracker for the IBM Cloudant instance. "management" is a + :param List[str] types: An array of event types sent to IBM Cloud Activity + Tracker Event Routing for the IBM Cloudant instance. "management" is a required element of this array. """ self.types = types @@ -9637,26 +9637,28 @@ class NameEnum(str, Enum): CLASSIC = 'classic' EMAIL = 'email' KEYWORD = 'keyword' + PERFIELD = 'perfield' SIMPLE = 'simple' + SIMPLE_ASCIIFOLDING = 'simple_asciifolding' STANDARD = 'standard' WHITESPACE = 'whitespace' ARABIC = 'arabic' ARMENIAN = 'armenian' BASQUE = 'basque' - BULGARIAN = 'bulgarian' BRAZILIAN = 'brazilian' + BULGARIAN = 'bulgarian' CATALAN = 'catalan' - CJK = 'cjk' CHINESE = 'chinese' + CJK = 'cjk' CZECH = 'czech' DANISH = 'danish' DUTCH = 'dutch' ENGLISH = 'english' FINNISH = 'finnish' FRENCH = 'french' + GALICIAN = 'galician' GERMAN = 'german' GREEK = 'greek' - GALICIAN = 'galician' HINDI = 'hindi' HUNGARIAN = 'hungarian' INDONESIAN = 'indonesian' @@ -9674,7 +9676,6 @@ class NameEnum(str, Enum): SWEDISH = 'swedish' THAI = 'thai' TURKISH = 'turkish' - PERFIELD = 'perfield' @@ -9784,26 +9785,28 @@ class NameEnum(str, Enum): CLASSIC = 'classic' EMAIL = 'email' KEYWORD = 'keyword' + PERFIELD = 'perfield' SIMPLE = 'simple' + SIMPLE_ASCIIFOLDING = 'simple_asciifolding' STANDARD = 'standard' WHITESPACE = 'whitespace' ARABIC = 'arabic' ARMENIAN = 'armenian' BASQUE = 'basque' - BULGARIAN = 'bulgarian' BRAZILIAN = 'brazilian' + BULGARIAN = 'bulgarian' CATALAN = 'catalan' - CJK = 'cjk' CHINESE = 'chinese' + CJK = 'cjk' CZECH = 'czech' DANISH = 'danish' DUTCH = 'dutch' ENGLISH = 'english' FINNISH = 'finnish' FRENCH = 'french' + GALICIAN = 'galician' GERMAN = 'german' GREEK = 'greek' - GALICIAN = 'galician' HINDI = 'hindi' HUNGARIAN = 'hungarian' INDONESIAN = 'indonesian' @@ -9821,7 +9824,6 @@ class NameEnum(str, Enum): SWEDISH = 'swedish' THAI = 'thai' TURKISH = 'turkish' - PERFIELD = 'perfield'