Skip to content

Commit cca908b

Browse files
cloudant-sdks-automationricellis
authored andcommitted
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
1 parent 8be0fd7 commit cca908b

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

ibmcloudant/cloudant_v1.py

+22-20
Original file line numberDiff line numberDiff line change
@@ -8110,9 +8110,9 @@ def get_activity_tracker_events(
81108110
**kwargs,
81118111
) -> DetailedResponse:
81128112
"""
8113-
Retrieve Activity Tracker events information.
8113+
Retrieve activity tracking events information.
81148114

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
81168116
Cloudant instance.
81178117

81188118
:param dict headers: A `dict` containing the request headers
@@ -8149,13 +8149,13 @@ def post_activity_tracker_events(
81498149
**kwargs,
81508150
) -> DetailedResponse:
81518151
"""
8152-
Modify Activity Tracker events configuration.
8152+
Modify activity tracking events configuration.
81538153

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.
81568156

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
81598159
required element of this array.
81608160
:param dict headers: A `dict` containing the request headers
81618161
:return: A `DetailedResponse` containing the result, headers and HTTP status code.
@@ -9146,10 +9146,10 @@ class TypeEnum(str, Enum):
91469146

91479147
class ActivityTrackerEvents:
91489148
"""
9149-
Schema for Activity Tracker events.
9149+
Schema for activity tracking events.
91509150

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
91539153
element of this array.
91549154
"""
91559155

@@ -9160,8 +9160,8 @@ def __init__(
91609160
"""
91619161
Initialize a ActivityTrackerEvents object.
91629162

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
91659165
required element of this array.
91669166
"""
91679167
self.types = types
@@ -9637,26 +9637,28 @@ class NameEnum(str, Enum):
96379637
CLASSIC = 'classic'
96389638
EMAIL = 'email'
96399639
KEYWORD = 'keyword'
9640+
PERFIELD = 'perfield'
96409641
SIMPLE = 'simple'
9642+
SIMPLE_ASCIIFOLDING = 'simple_asciifolding'
96419643
STANDARD = 'standard'
96429644
WHITESPACE = 'whitespace'
96439645
ARABIC = 'arabic'
96449646
ARMENIAN = 'armenian'
96459647
BASQUE = 'basque'
9646-
BULGARIAN = 'bulgarian'
96479648
BRAZILIAN = 'brazilian'
9649+
BULGARIAN = 'bulgarian'
96489650
CATALAN = 'catalan'
9649-
CJK = 'cjk'
96509651
CHINESE = 'chinese'
9652+
CJK = 'cjk'
96519653
CZECH = 'czech'
96529654
DANISH = 'danish'
96539655
DUTCH = 'dutch'
96549656
ENGLISH = 'english'
96559657
FINNISH = 'finnish'
96569658
FRENCH = 'french'
9659+
GALICIAN = 'galician'
96579660
GERMAN = 'german'
96589661
GREEK = 'greek'
9659-
GALICIAN = 'galician'
96609662
HINDI = 'hindi'
96619663
HUNGARIAN = 'hungarian'
96629664
INDONESIAN = 'indonesian'
@@ -9674,7 +9676,6 @@ class NameEnum(str, Enum):
96749676
SWEDISH = 'swedish'
96759677
THAI = 'thai'
96769678
TURKISH = 'turkish'
9677-
PERFIELD = 'perfield'
96789679

96799680

96809681

@@ -9784,26 +9785,28 @@ class NameEnum(str, Enum):
97849785
CLASSIC = 'classic'
97859786
EMAIL = 'email'
97869787
KEYWORD = 'keyword'
9788+
PERFIELD = 'perfield'
97879789
SIMPLE = 'simple'
9790+
SIMPLE_ASCIIFOLDING = 'simple_asciifolding'
97889791
STANDARD = 'standard'
97899792
WHITESPACE = 'whitespace'
97909793
ARABIC = 'arabic'
97919794
ARMENIAN = 'armenian'
97929795
BASQUE = 'basque'
9793-
BULGARIAN = 'bulgarian'
97949796
BRAZILIAN = 'brazilian'
9797+
BULGARIAN = 'bulgarian'
97959798
CATALAN = 'catalan'
9796-
CJK = 'cjk'
97979799
CHINESE = 'chinese'
9800+
CJK = 'cjk'
97989801
CZECH = 'czech'
97999802
DANISH = 'danish'
98009803
DUTCH = 'dutch'
98019804
ENGLISH = 'english'
98029805
FINNISH = 'finnish'
98039806
FRENCH = 'french'
9807+
GALICIAN = 'galician'
98049808
GERMAN = 'german'
98059809
GREEK = 'greek'
9806-
GALICIAN = 'galician'
98079810
HINDI = 'hindi'
98089811
HUNGARIAN = 'hungarian'
98099812
INDONESIAN = 'indonesian'
@@ -9821,7 +9824,6 @@ class NameEnum(str, Enum):
98219824
SWEDISH = 'swedish'
98229825
THAI = 'thai'
98239826
TURKISH = 'turkish'
9824-
PERFIELD = 'perfield'
98259827

98269828

98279829

0 commit comments

Comments
 (0)