@@ -8110,9 +8110,9 @@ def get_activity_tracker_events(
8110
8110
**kwargs,
8111
8111
) -> DetailedResponse:
8112
8112
"""
8113
- Retrieve Activity Tracker events information.
8113
+ Retrieve activity tracking events information.
8114
8114
8115
- Check event types that are being sent to IBM Cloud Activity Tracker for the IBM
8115
+ Check event types sent to IBM Cloud Activity Tracker Event Routing for the IBM
8116
8116
Cloudant instance.
8117
8117
8118
8118
:param dict headers: A `dict` containing the request headers
@@ -8149,13 +8149,13 @@ def post_activity_tracker_events(
8149
8149
**kwargs,
8150
8150
) -> DetailedResponse:
8151
8151
"""
8152
- Modify Activity Tracker events configuration.
8152
+ Modify activity tracking events configuration.
8153
8153
8154
- Configure event types that are being sent to IBM Cloud Activity Tracker for the
8155
- IBM Cloudant instance.
8154
+ Configure event types sent to IBM Cloud Activity Tracker Event Routing for the IBM
8155
+ Cloudant instance.
8156
8156
8157
- :param List[str] types: An array of event types that are being sent to IBM
8158
- Cloud Activity Tracker for the IBM Cloudant instance. "management" is a
8157
+ :param List[str] types: An array of event types sent to IBM Cloud Activity
8158
+ Tracker Event Routing for the IBM Cloudant instance. "management" is a
8159
8159
required element of this array.
8160
8160
:param dict headers: A `dict` containing the request headers
8161
8161
:return: A `DetailedResponse` containing the result, headers and HTTP status code.
@@ -9146,10 +9146,10 @@ class TypeEnum(str, Enum):
9146
9146
9147
9147
class ActivityTrackerEvents:
9148
9148
"""
9149
- Schema for Activity Tracker events.
9149
+ Schema for activity tracking events.
9150
9150
9151
- :param List[str] types: An array of event types that are being sent to IBM Cloud
9152
- Activity Tracker for the IBM Cloudant instance. "management" is a required
9151
+ :param List[str] types: An array of event types sent to IBM Cloud Activity
9152
+ Tracker Event Routing for the IBM Cloudant instance. "management" is a required
9153
9153
element of this array.
9154
9154
"""
9155
9155
@@ -9160,8 +9160,8 @@ def __init__(
9160
9160
"""
9161
9161
Initialize a ActivityTrackerEvents object.
9162
9162
9163
- :param List[str] types: An array of event types that are being sent to IBM
9164
- Cloud Activity Tracker for the IBM Cloudant instance. "management" is a
9163
+ :param List[str] types: An array of event types sent to IBM Cloud Activity
9164
+ Tracker Event Routing for the IBM Cloudant instance. "management" is a
9165
9165
required element of this array.
9166
9166
"""
9167
9167
self.types = types
@@ -9637,26 +9637,28 @@ class NameEnum(str, Enum):
9637
9637
CLASSIC = 'classic'
9638
9638
EMAIL = 'email'
9639
9639
KEYWORD = 'keyword'
9640
+ PERFIELD = 'perfield'
9640
9641
SIMPLE = 'simple'
9642
+ SIMPLE_ASCIIFOLDING = 'simple_asciifolding'
9641
9643
STANDARD = 'standard'
9642
9644
WHITESPACE = 'whitespace'
9643
9645
ARABIC = 'arabic'
9644
9646
ARMENIAN = 'armenian'
9645
9647
BASQUE = 'basque'
9646
- BULGARIAN = 'bulgarian'
9647
9648
BRAZILIAN = 'brazilian'
9649
+ BULGARIAN = 'bulgarian'
9648
9650
CATALAN = 'catalan'
9649
- CJK = 'cjk'
9650
9651
CHINESE = 'chinese'
9652
+ CJK = 'cjk'
9651
9653
CZECH = 'czech'
9652
9654
DANISH = 'danish'
9653
9655
DUTCH = 'dutch'
9654
9656
ENGLISH = 'english'
9655
9657
FINNISH = 'finnish'
9656
9658
FRENCH = 'french'
9659
+ GALICIAN = 'galician'
9657
9660
GERMAN = 'german'
9658
9661
GREEK = 'greek'
9659
- GALICIAN = 'galician'
9660
9662
HINDI = 'hindi'
9661
9663
HUNGARIAN = 'hungarian'
9662
9664
INDONESIAN = 'indonesian'
@@ -9674,7 +9676,6 @@ class NameEnum(str, Enum):
9674
9676
SWEDISH = 'swedish'
9675
9677
THAI = 'thai'
9676
9678
TURKISH = 'turkish'
9677
- PERFIELD = 'perfield'
9678
9679
9679
9680
9680
9681
@@ -9784,26 +9785,28 @@ class NameEnum(str, Enum):
9784
9785
CLASSIC = 'classic'
9785
9786
EMAIL = 'email'
9786
9787
KEYWORD = 'keyword'
9788
+ PERFIELD = 'perfield'
9787
9789
SIMPLE = 'simple'
9790
+ SIMPLE_ASCIIFOLDING = 'simple_asciifolding'
9788
9791
STANDARD = 'standard'
9789
9792
WHITESPACE = 'whitespace'
9790
9793
ARABIC = 'arabic'
9791
9794
ARMENIAN = 'armenian'
9792
9795
BASQUE = 'basque'
9793
- BULGARIAN = 'bulgarian'
9794
9796
BRAZILIAN = 'brazilian'
9797
+ BULGARIAN = 'bulgarian'
9795
9798
CATALAN = 'catalan'
9796
- CJK = 'cjk'
9797
9799
CHINESE = 'chinese'
9800
+ CJK = 'cjk'
9798
9801
CZECH = 'czech'
9799
9802
DANISH = 'danish'
9800
9803
DUTCH = 'dutch'
9801
9804
ENGLISH = 'english'
9802
9805
FINNISH = 'finnish'
9803
9806
FRENCH = 'french'
9807
+ GALICIAN = 'galician'
9804
9808
GERMAN = 'german'
9805
9809
GREEK = 'greek'
9806
- GALICIAN = 'galician'
9807
9810
HINDI = 'hindi'
9808
9811
HUNGARIAN = 'hungarian'
9809
9812
INDONESIAN = 'indonesian'
@@ -9821,7 +9824,6 @@ class NameEnum(str, Enum):
9821
9824
SWEDISH = 'swedish'
9822
9825
THAI = 'thai'
9823
9826
TURKISH = 'turkish'
9824
- PERFIELD = 'perfield'
9825
9827
9826
9828
9827
9829
0 commit comments