Skip to content

Commit 8e6bd03

Browse files
authored
update voice-global parcel model for 20.18 compatibility (#128)
1 parent 5c35114 commit 8e6bd03

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

ENDPOINTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**THIS FILE WAS AUTO-GENERATED DO NOT EDIT**
22

3-
Generated for: catalystwan-0.41.2.dev0
3+
Generated for: catalystwan-0.41.2.dev1
44

55
All URIs are relative to */dataservice*
66
HTTP request | Supported Versions | Method | Payload Type | Return Type | Tenancy Mode

catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
class TrustedPrefixList(BaseModel):
1515
model_config = ConfigDict(populate_by_name=True)
16-
ip: Optional[Union[Variable, Default[None], Global[str]]] = Field(default=None)
16+
ip: Optional[Union[Variable, Default[None], Global[str], Global[List[str]]]] = Field(
17+
default=None, description="list[str] should be used for versions >= 20.18"
18+
)
1719
ip_format: Optional[Union[Variable, Default[None], Global[IpFormat]]] = Field(
1820
default=None, validation_alias="ipFormat", serialization_alias="ipFormat"
1921
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "catalystwan"
3-
version = "0.41.2dev0"
3+
version = "0.41.2dev1"
44
description = "Cisco Catalyst WAN SDK for Python"
55
authors = ["kagorski <kagorski@cisco.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)