scc-firewall-manager-sdk 1.15.341__py3-none-any.whl → 1.15.342__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of scc-firewall-manager-sdk might be problematic. Click here for more details.

@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.15.341"
18
+ __version__ = "1.15.342"
19
19
 
20
20
  # import apis into sdk package
21
21
  from scc_firewall_manager_sdk.api.ai_assistant_api import AIAssistantApi
@@ -88,7 +88,7 @@ class ApiClient:
88
88
  self.default_headers[header_name] = header_value
89
89
  self.cookie = cookie
90
90
  # Set default User-Agent.
91
- self.user_agent = 'OpenAPI-Generator/1.15.341/python'
91
+ self.user_agent = 'OpenAPI-Generator/1.15.342/python'
92
92
  self.client_side_validation = configuration.client_side_validation
93
93
 
94
94
  def __enter__(self):
@@ -380,7 +380,7 @@ class Configuration:
380
380
  "OS: {env}\n"\
381
381
  "Python Version: {pyversion}\n"\
382
382
  "Version of the API: 1.15.0\n"\
383
- "SDK Package Version: 1.15.341".\
383
+ "SDK Package Version: 1.15.342".\
384
384
  format(env=sys.platform, pyversion=sys.version)
385
385
 
386
386
  def get_host_settings(self):
@@ -35,11 +35,13 @@ class MspManagedDeviceDistinctAttributeValues(BaseModel):
35
35
  conflict_detection_states: Optional[List[ConflictDetectionState]] = Field(default=None, description="The distinct conflict detection states for the devices managed by the MSP Portal.", alias="conflictDetectionStates")
36
36
  connectivity_states: Optional[List[ConnectivityState]] = Field(default=None, description="The distinct connectivity states for the devices managed by the MSP Portal.", alias="connectivityStates")
37
37
  device_types: Optional[List[EntityType]] = Field(default=None, description="The distinct device types for the devices managed by the MSP Portal.", alias="deviceTypes")
38
+ hardware_models: Optional[List[StrictStr]] = Field(default=None, description="The distinct hardware models for the devices managed by the MSP Portal.", alias="hardwareModels")
38
39
  managed_tenant_display_names: Optional[List[StrictStr]] = Field(default=None, description="The display names of the tenants that have devices onboarded and are managed by the MSP Portal.", alias="managedTenantDisplayNames")
39
40
  managed_tenant_names: Optional[List[StrictStr]] = Field(default=None, description="The names of the tenants that have devices onboarded and are managed by the MSP Portal.", alias="managedTenantNames")
41
+ model_numbers: Optional[List[StrictStr]] = Field(default=None, description="The distinct model numbers for the devices managed by the MSP Portal.", alias="modelNumbers")
40
42
  redundancy_modes: Optional[List[StrictStr]] = Field(default=None, description="The distinct redundancy modes for the devices managed by the MSP Portal.", alias="redundancyModes")
41
43
  software_versions: Optional[Dict[str, List[StrictStr]]] = Field(default=None, description="The software versions of the devices managed by the MSP Portal.", alias="softwareVersions")
42
- __properties: ClassVar[List[str]] = ["configStates", "conflictDetectionStates", "connectivityStates", "deviceTypes", "managedTenantDisplayNames", "managedTenantNames", "redundancyModes", "softwareVersions"]
44
+ __properties: ClassVar[List[str]] = ["configStates", "conflictDetectionStates", "connectivityStates", "deviceTypes", "hardwareModels", "managedTenantDisplayNames", "managedTenantNames", "modelNumbers", "redundancyModes", "softwareVersions"]
43
45
 
44
46
  @field_validator('redundancy_modes')
45
47
  def redundancy_modes_validate_enum(cls, value):
@@ -107,8 +109,10 @@ class MspManagedDeviceDistinctAttributeValues(BaseModel):
107
109
  "conflictDetectionStates": obj.get("conflictDetectionStates"),
108
110
  "connectivityStates": obj.get("connectivityStates"),
109
111
  "deviceTypes": obj.get("deviceTypes"),
112
+ "hardwareModels": obj.get("hardwareModels"),
110
113
  "managedTenantDisplayNames": obj.get("managedTenantDisplayNames"),
111
114
  "managedTenantNames": obj.get("managedTenantNames"),
115
+ "modelNumbers": obj.get("modelNumbers"),
112
116
  "redundancyModes": obj.get("redundancyModes"),
113
117
  "softwareVersions": obj.get("softwareVersions")
114
118
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scc-firewall-manager-sdk
3
- Version: 1.15.341
3
+ Version: 1.15.342
4
4
  Summary: Cisco Security Cloud Control Firewall Manager API
5
5
  Home-page:
6
6
  Author: Cisco Security Cloud Control TAC
@@ -1,7 +1,7 @@
1
- scc_firewall_manager_sdk/__init__.py,sha256=glUQwMrOtLkCoXXbDeoetPCtAiqj1J99tazSP6XC__0,23696
2
- scc_firewall_manager_sdk/api_client.py,sha256=ZjWrtHmhT1aHZgxs-_XjSq5CQLIQWTC4LQq0FGGuLRw,25921
1
+ scc_firewall_manager_sdk/__init__.py,sha256=6pqlXH98GYdpLJnUMiuKxX8ZIwAMhV69dmTne6MEa1A,23696
2
+ scc_firewall_manager_sdk/api_client.py,sha256=krpFfCLpjwaqpVkjo9i3UknzUqKoDysCaBf24crXfYo,25921
3
3
  scc_firewall_manager_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- scc_firewall_manager_sdk/configuration.py,sha256=84gggezPYKT9_gv3VVOt9e96Ij5x7IkBP5MMJXM2e9E,15993
4
+ scc_firewall_manager_sdk/configuration.py,sha256=SbgYsDlUe8KSedXHlo16hB1HpeGa4P9LezLkw5HTT00,15993
5
5
  scc_firewall_manager_sdk/exceptions.py,sha256=u5-7l5MRjP-aS2pNudBzqSw9OI4xVsIvUjw4WCA8LEk,6039
6
6
  scc_firewall_manager_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  scc_firewall_manager_sdk/rest.py,sha256=cSeilvAB5y-V_10IdXcZ0kOyv5dYW8jeWVhrD6kUDa0,9309
@@ -199,7 +199,7 @@ scc_firewall_manager_sdk/models/msp_managed_cloud_service.py,sha256=_PYu5Nn-6xrJ
199
199
  scc_firewall_manager_sdk/models/msp_managed_cloud_service_distinct_attribute_values.py,sha256=p3LQ3KOJ2uR--Qvy1-5vVlk4kYEVTijTDElHqCNR_Rc,4719
200
200
  scc_firewall_manager_sdk/models/msp_managed_cloud_service_page.py,sha256=Dd7FHEypt16shFZwXr40hdOec1abJRRLCTztdGs_fhU,3815
201
201
  scc_firewall_manager_sdk/models/msp_managed_device.py,sha256=4UE0wgCYMgipa22pzwRsW063x-703g3K1t0eVG6ufJE,11770
202
- scc_firewall_manager_sdk/models/msp_managed_device_distinct_attribute_values.py,sha256=DcE0qIEueWR4_U4sEaT2GqzAToZgJfS9LA-qtddd9lg,5552
202
+ scc_firewall_manager_sdk/models/msp_managed_device_distinct_attribute_values.py,sha256=Ul9gBwwbiEJC0OEILw1q6DSgCHVQr9uwOYXhIcHt8KQ,6050
203
203
  scc_firewall_manager_sdk/models/msp_managed_device_manager.py,sha256=EpNlNfq51KQg19ge2YLoSldcqapT8gqjmJ5ZD9gn0Lg,5379
204
204
  scc_firewall_manager_sdk/models/msp_managed_device_manager_distinct_attribute_values.py,sha256=IdKwQdyQ12Hgup8-raO2TQQwF-D0ifpvcAKRYv2WKqc,4272
205
205
  scc_firewall_manager_sdk/models/msp_managed_device_managers_page.py,sha256=QKbNL9m6Lck2DOB_8yzGB_VAFDBCjr__rAEUAOwu1w4,3827
@@ -284,7 +284,7 @@ scc_firewall_manager_sdk/models/vlan_interface_create_input.py,sha256=AKUqPJw5ku
284
284
  scc_firewall_manager_sdk/models/vlan_interface_patch_input.py,sha256=srEFTyQykscNrWsbp8KGEzbmHC07_AU3DXjJ-7Be4zc,6054
285
285
  scc_firewall_manager_sdk/models/ztp_onboarding_input.py,sha256=HAgBTdocZeHGDZP_-9NyRtzP9E7BReGtiOmn4S3J-_g,5326
286
286
  scc_firewall_manager_sdk/models/ztp_onboarding_template_configuration.py,sha256=f9Z62yGFvz4QAQ07Z4bjfHLw2bRg46ccwoLuQ8q30TE,4808
287
- scc_firewall_manager_sdk-1.15.341.dist-info/METADATA,sha256=0URG959NVC12nM3hUODvAodrblsFzr6L0LNo2oDXjHo,596
288
- scc_firewall_manager_sdk-1.15.341.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
289
- scc_firewall_manager_sdk-1.15.341.dist-info/top_level.txt,sha256=_g9WfFWGagKs6ULdfhEt8e7RXknpcp9_jA9ubIL4U3I,25
290
- scc_firewall_manager_sdk-1.15.341.dist-info/RECORD,,
287
+ scc_firewall_manager_sdk-1.15.342.dist-info/METADATA,sha256=RZRBamR4MEmdGD0yJD3akLji0pPbibtTQ8TuAALIcXk,596
288
+ scc_firewall_manager_sdk-1.15.342.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
289
+ scc_firewall_manager_sdk-1.15.342.dist-info/top_level.txt,sha256=_g9WfFWGagKs6ULdfhEt8e7RXknpcp9_jA9ubIL4U3I,25
290
+ scc_firewall_manager_sdk-1.15.342.dist-info/RECORD,,