From b2c2f97f3482029c19840480d37effc12be8758a Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:24:37 +0000 Subject: [PATCH] feat(generated): update generator to 3.97.0 Generated SDK source code using: - Generator version 3.97.0 - Specification version 1.0.0-dev0.1.22 - Automation (cloudant-sdks) version cafcbd3 --- ibmcloudant/cloudant_v1.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ibmcloudant/cloudant_v1.py b/ibmcloudant/cloudant_v1.py index e692e91f..6ac8fbd9 100644 --- a/ibmcloudant/cloudant_v1.py +++ b/ibmcloudant/cloudant_v1.py @@ -11979,7 +11979,7 @@ def set_properties(self, _dict: dict): raise ValueError('Value for additional property {} must be of type object'.format(k)) setattr(self, k, v) else: - raise ValueError('Property {} cannot be specified as an additional property'.format(_key)) + raise ValueError('Property {} cannot be specified as an additional property'.format(k)) def __str__(self) -> str: """Return a `str` version of this DesignDocument object.""" @@ -12722,7 +12722,7 @@ def set_properties(self, _dict: dict): raise ValueError('Value for additional property {} must be of type object'.format(k)) setattr(self, k, v) else: - raise ValueError('Property {} cannot be specified as an additional property'.format(_key)) + raise ValueError('Property {} cannot be specified as an additional property'.format(k)) def __str__(self) -> str: """Return a `str` version of this Document object.""" @@ -14421,7 +14421,7 @@ def set_properties(self, _dict: dict): raise ValueError('Value for additional property {} must be of type str'.format(k)) setattr(self, k, v) else: - raise ValueError('Property {} cannot be specified as an additional property'.format(_key)) + raise ValueError('Property {} cannot be specified as an additional property'.format(k)) def __str__(self) -> str: """Return a `str` version of this IndexField object.""" @@ -16327,7 +16327,7 @@ def set_properties(self, _dict: dict): raise ValueError('Value for additional property {} must be of type object'.format(k)) setattr(self, k, v) else: - raise ValueError('Property {} cannot be specified as an additional property'.format(_key)) + raise ValueError('Property {} cannot be specified as an additional property'.format(k)) def __str__(self) -> str: """Return a `str` version of this ReplicationDocument object.""" @@ -18413,7 +18413,7 @@ def set_properties(self, _dict: dict): raise ValueError('Value for additional property {} must be of type str'.format(k)) setattr(self, k, v) else: - raise ValueError('Property {} cannot be specified as an additional property'.format(_key)) + raise ValueError('Property {} cannot be specified as an additional property'.format(k)) def __str__(self) -> str: """Return a `str` version of this ServerVendor object."""