Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(generated): update generator to 3.97.0 #744

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ibmcloudant/cloudant_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down Expand Up @@ -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."""
Expand Down Expand Up @@ -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."""
Expand Down Expand Up @@ -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."""
Expand Down Expand Up @@ -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."""
Expand Down