Skip to content

Commit

Permalink
Merge branch 'mainUpstream' into 20240705-135728
Browse files Browse the repository at this point in the history
# Conflicts:
#	thousandeyes-sdk-administrative/pyproject.toml
#	thousandeyes-sdk-agents/pyproject.toml
#	thousandeyes-sdk-alerts/pyproject.toml
#	thousandeyes-sdk-bgp-monitors/pyproject.toml
#	thousandeyes-sdk-credentials/pyproject.toml
#	thousandeyes-sdk-dashboards/pyproject.toml
#	thousandeyes-sdk-endpoint-agents/pyproject.toml
#	thousandeyes-sdk-endpoint-instant-tests/pyproject.toml
#	thousandeyes-sdk-endpoint-labels/pyproject.toml
#	thousandeyes-sdk-endpoint-test-results/pyproject.toml
#	thousandeyes-sdk-endpoint-tests/pyproject.toml
#	thousandeyes-sdk-instant-tests/pyproject.toml
#	thousandeyes-sdk-internet-insights/pyproject.toml
#	thousandeyes-sdk-labels/pyproject.toml
#	thousandeyes-sdk-snapshots/pyproject.toml
#	thousandeyes-sdk-streaming/pyproject.toml
#	thousandeyes-sdk-tags/pyproject.toml
#	thousandeyes-sdk-test-results/pyproject.toml
#	thousandeyes-sdk-tests/pyproject.toml
#	thousandeyes-sdk-usage/pyproject.toml
  • Loading branch information
joaomper-TE committed Jul 8, 2024
2 parents 84289ca + 1ab1081 commit 96b2416
Show file tree
Hide file tree
Showing 151 changed files with 219 additions and 245 deletions.
6 changes: 0 additions & 6 deletions .bumpversion.cfg

This file was deleted.

1 change: 0 additions & 1 deletion thousandeyes-sdk-administrative/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.openapi-generator-ignore
README.md
docs/AccountGroup.md
docs/AccountGroupDetail.md
Expand Down
2 changes: 1 addition & 1 deletion thousandeyes-sdk-administrative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

## Requirements.

Python 3.7+
Python 3.8+

## Installation & Usage
### pip install
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-administrative/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
]
description = "ThousandEyes SDK Administrative API"
license = { file = "LICENSE" }
requires-python = ">= 3.8"
dependencies = [
"urllib3 >= 1.25.3",
"python-dateutil >=2.8.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.administrative.models

Expand All @@ -30,7 +31,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class AccountGroupsApi:
Expand All @@ -43,7 +43,7 @@ class AccountGroupsApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-administrative"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.administrative.models

Expand All @@ -26,7 +27,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class PermissionsApi:
Expand All @@ -39,7 +39,7 @@ class PermissionsApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-administrative"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.administrative.models

Expand All @@ -28,7 +29,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class RolesApi:
Expand All @@ -41,7 +41,7 @@ class RolesApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-administrative"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.administrative.models

Expand All @@ -27,7 +28,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class UserEventsApi:
Expand All @@ -40,7 +40,7 @@ class UserEventsApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-administrative"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.administrative.models

Expand All @@ -29,7 +30,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class UsersApi:
Expand All @@ -42,7 +42,7 @@ class UsersApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-administrative"))
self.api_client = api_client


Expand Down
1 change: 0 additions & 1 deletion thousandeyes-sdk-agents/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.openapi-generator-ignore
README.md
docs/AccountGroup.md
docs/Agent.md
Expand Down
2 changes: 1 addition & 1 deletion thousandeyes-sdk-agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

## Requirements.

Python 3.7+
Python 3.8+

## Installation & Usage
### pip install
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
]
description = "ThousandEyes SDK Agents API"
license = { file = "LICENSE" }
requires-python = ">= 3.8"
dependencies = [
"urllib3 >= 1.25.3",
"python-dateutil >=2.8.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.agents.models

Expand All @@ -27,7 +28,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class CloudAndEnterpriseAgentNotificationRulesApi:
Expand All @@ -40,7 +40,7 @@ class CloudAndEnterpriseAgentNotificationRulesApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-agents"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.agents.models

Expand All @@ -31,7 +32,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class CloudAndEnterpriseAgentsApi:
Expand All @@ -44,7 +44,7 @@ class CloudAndEnterpriseAgentsApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-agents"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.agents.models

Expand All @@ -30,7 +31,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class EnterpriseAgentClusterApi:
Expand All @@ -43,7 +43,7 @@ class EnterpriseAgentClusterApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-agents"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.agents.models

Expand All @@ -26,7 +27,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class ProxiesApi:
Expand All @@ -39,7 +39,7 @@ class ProxiesApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-agents"))
self.api_client = api_client


Expand Down
1 change: 0 additions & 1 deletion thousandeyes-sdk-alerts/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.openapi-generator-ignore
README.md
docs/Alert.md
docs/AlertDetail.md
Expand Down
2 changes: 1 addition & 1 deletion thousandeyes-sdk-alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

## Requirements.

Python 3.7+
Python 3.8+

## Installation & Usage
### pip install
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-alerts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
]
description = "ThousandEyes SDK Alerts API"
license = { file = "LICENSE" }
requires-python = ">= 3.8"
dependencies = [
"urllib3 >= 1.25.3",
"python-dateutil >=2.8.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.alerts.models

Expand All @@ -29,7 +30,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class AlertRulesApi:
Expand All @@ -42,7 +42,7 @@ class AlertRulesApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-alerts"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.alerts.models

Expand All @@ -29,7 +30,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class AlertSuppressionWindowsApi:
Expand All @@ -42,7 +42,7 @@ class AlertSuppressionWindowsApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-alerts"))
self.api_client = api_client


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
from importlib.metadata import version

import thousandeyes_sdk.alerts.models

Expand All @@ -28,7 +29,6 @@
from thousandeyes_sdk.core.api_client import ApiClient, RequestSerialized
from thousandeyes_sdk.core.api_response import ApiResponse
from thousandeyes_sdk.core.rest import RESTResponseType
from thousandeyes_sdk.core.version import Version


class AlertsApi:
Expand All @@ -41,7 +41,7 @@ class AlertsApi:
def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(Version.get())
api_client.user_agent = "ThousandEyesSDK-Python/{0}".format(version("thousandeyes-sdk-alerts"))
self.api_client = api_client


Expand Down
1 change: 0 additions & 1 deletion thousandeyes-sdk-bgp-monitors/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.openapi-generator-ignore
README.md
docs/Error.md
docs/Link.md
Expand Down
2 changes: 1 addition & 1 deletion thousandeyes-sdk-bgp-monitors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

## Requirements.

Python 3.7+
Python 3.8+

## Installation & Usage
### pip install
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-bgp-monitors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
]
description = "ThousandEyes SDK BGP Monitors API"
license = { file = "LICENSE" }
requires-python = ">= 3.8"
dependencies = [
"urllib3 >= 1.25.3",
"python-dateutil >=2.8.2",
Expand Down
Loading

0 comments on commit 96b2416

Please sign in to comment.