scc-firewall-manager-sdk 1.13.558__py3-none-any.whl → 1.13.559__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.13.558"
18
+ __version__ = "1.13.559"
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.13.558/python'
91
+ self.user_agent = 'OpenAPI-Generator/1.13.559/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.13.0\n"\
383
- "SDK Package Version: 1.13.558".\
383
+ "SDK Package Version: 1.13.559".\
384
384
  format(env=sys.platform, pyversion=sys.version)
385
385
 
386
386
  def get_host_settings(self):
@@ -32,7 +32,7 @@ class Changelog(BaseModel):
32
32
  entity_name: Optional[StrictStr] = Field(default=None, description="The name of the device, manager or service to which the Change Log refers.", alias="entityName")
33
33
  entity_uid: Optional[StrictStr] = Field(default=None, description="The unique identifier, represented as a UUID, of the device, manager or service to which the Change Log refers.", alias="entityUid")
34
34
  events: Optional[List[Event]] = Field(default=None, description="The events recorded in this Change Log.")
35
- last_event_date: Optional[datetime] = Field(default=None, description="The time (UTC; represented using the RFC-3339 standard) at which the last event in the changelog occurred. You can perform range queries on this endpoint using the syntax `[lastEventDate:YYYY-MM-ddTHH:mm:ssZ TO lastEventDate:YYYY-MM-ddTHH:mm:ssZ]`: please note that this will need to be URL-encoded.", alias="lastEventDate")
35
+ last_event_date: Optional[datetime] = Field(default=None, description="The time (UTC; represented using the RFC-3339 standard) at which the last event in the changelog occurred. You can perform range queries on this endpoint using the syntax `[lastEventDate:YYYY-MM-ddTHH:mm:ssZ TO lastEventDate:YYYY-MM-ddTHH:mm:ssZ]`: please note that this will need to be URL-encoded. Please note that the timeRange request parameter is mapped to the lastEventDate field. For further details on the timeRange parameter, refer to the Changelogs API documentation.", alias="lastEventDate")
36
36
  status: Optional[StrictStr] = Field(default=None, description="The status of the Change Log.")
37
37
  uid: StrictStr = Field(description="The unique identifier, represented as a UUID, of the Change Log.")
38
38
  __properties: ClassVar[List[str]] = ["entityName", "entityUid", "events", "lastEventDate", "status", "uid"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scc-firewall-manager-sdk
3
- Version: 1.13.558
3
+ Version: 1.13.559
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=EEsLheS-J_g-150gDYwFImkTUKzxzmo9TdZOhQZr5fQ,18559
2
- scc_firewall_manager_sdk/api_client.py,sha256=vQAsrTdPmpLgtIOjul6udToh-mA0E9Aexx9eIcgOjIg,25921
1
+ scc_firewall_manager_sdk/__init__.py,sha256=VMtjA7j0TwmpQf2YgZDa-mC4kL20s2EfVDWBpTWy7o8,18559
2
+ scc_firewall_manager_sdk/api_client.py,sha256=FxowAdAa5S9KhIEObf-HoeuUClobHLVdLPwKMQ4vBM0,25921
3
3
  scc_firewall_manager_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- scc_firewall_manager_sdk/configuration.py,sha256=kpjcOJurtR1Qaqsflv9ekwbQ3ahdZ5YRZWr2qtmABdI,15993
4
+ scc_firewall_manager_sdk/configuration.py,sha256=Um4dSMGP8qNNeKbkWLxv3PqtGZsRh_h9ABwJ8mZNJPE,15993
5
5
  scc_firewall_manager_sdk/exceptions.py,sha256=J4sPW_b1AGNUeRyPnnDlVtb1b8kOKgDO6cCzCf1wDYg,6039
6
6
  scc_firewall_manager_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  scc_firewall_manager_sdk/rest.py,sha256=fAq2gQ-7Y88YdlSxyPNV1I3fctDBTEU0DrBJapzVrNY,9309
@@ -71,7 +71,7 @@ scc_firewall_manager_sdk/models/cdo_transaction.py,sha256=wN5_A4ryMZPWwtJ85an-fh
71
71
  scc_firewall_manager_sdk/models/change_request.py,sha256=OxxBAxvRIK2tEw2b7MXw4rJStmVlq_Gu9VJK3aXjrXY,2939
72
72
  scc_firewall_manager_sdk/models/change_request_create_input.py,sha256=89PsdNiuPe_HK2lVV5SQC8xvQm0XbSVtXpyStuwAuW4,2961
73
73
  scc_firewall_manager_sdk/models/change_request_page.py,sha256=21ukEXEInlCqok4-h1Yb5F4pfQAkPA3f0QikVAU6fCA,3741
74
- scc_firewall_manager_sdk/models/changelog.py,sha256=ZZJxBnF1Shy93Iq1RwD-u-8B1UsyzJjNwx-Vg7w2RQo,4720
74
+ scc_firewall_manager_sdk/models/changelog.py,sha256=_mN2e9HNiHniP8h-9qzgcjkamxctCXJOVMmwCjDemno,4898
75
75
  scc_firewall_manager_sdk/models/changelog_page.py,sha256=keDztqjV7LVxh0p-BXsgexrOFWFNlLncY7npMpRorwo,3708
76
76
  scc_firewall_manager_sdk/models/chassis_stats_health_metrics.py,sha256=NM_-1NPZPTuSWsCDUcHFLyjtsTcsyy-siMd-FGwFjUg,6775
77
77
  scc_firewall_manager_sdk/models/cli_command_input.py,sha256=2kWxt2KagxrytgaoWuFvID3D8PurhMA3V4p0gzrLrhY,2938
@@ -227,7 +227,7 @@ scc_firewall_manager_sdk/models/user_page.py,sha256=zagv0LVHfNn_VR0EMHB_ZiQ6oWA9
227
227
  scc_firewall_manager_sdk/models/user_role.py,sha256=WVus0z7L_INfk_jkrQpm41fFh8coK1rfQhxrS2IcUsQ,1104
228
228
  scc_firewall_manager_sdk/models/ztp_onboarding_input.py,sha256=o6f4KOotVYPH06y4Gm9EhnddZIPlymWT31x8gfnbVt0,5326
229
229
  scc_firewall_manager_sdk/models/ztp_onboarding_template_configuration.py,sha256=d7_s7YPs0uQBiX201HJwMc9WR_vSmQpMfAskmRrx2bM,4808
230
- scc_firewall_manager_sdk-1.13.558.dist-info/METADATA,sha256=StiLjaMGddd4qWYtHSLdioMZsECFbCzBVoUxXgTlg-s,596
231
- scc_firewall_manager_sdk-1.13.558.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
232
- scc_firewall_manager_sdk-1.13.558.dist-info/top_level.txt,sha256=_g9WfFWGagKs6ULdfhEt8e7RXknpcp9_jA9ubIL4U3I,25
233
- scc_firewall_manager_sdk-1.13.558.dist-info/RECORD,,
230
+ scc_firewall_manager_sdk-1.13.559.dist-info/METADATA,sha256=CFZLZ8PXHrhnGKuPnMz_hmCtgsouw1pv_6UNYRvCFD0,596
231
+ scc_firewall_manager_sdk-1.13.559.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
232
+ scc_firewall_manager_sdk-1.13.559.dist-info/top_level.txt,sha256=_g9WfFWGagKs6ULdfhEt8e7RXknpcp9_jA9ubIL4U3I,25
233
+ scc_firewall_manager_sdk-1.13.559.dist-info/RECORD,,