stackit-mongodbflex 1.1.0__tar.gz → 1.2.1__tar.gz
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.
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/PKG-INFO +5 -4
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/pyproject.toml +2 -2
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/create_user_payload.py +4 -2
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/instance_response_user.py +5 -2
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/partial_update_user_payload.py +5 -2
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/update_user_payload.py +4 -2
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/user.py +5 -2
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/LICENSE.md +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/NOTICE.txt +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/README.md +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/__init__.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api/__init__.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api/default_api.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api_client.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/configuration.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/exceptions.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/__init__.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/acl.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/backup.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/backup_schedule.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/clone_instance_payload.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/clone_instance_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/create_instance_payload.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/create_instance_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/create_user_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/data_point.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/error.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/flavor.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/get_backup_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/get_user_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/handlers_instances_slow_queries_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/handlers_instances_suggested_indexes_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/host.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/host_metric.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/instance.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/instance_flavor.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/instance_list_instance.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/instance_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_backups_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_flavors_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_instances_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_metrics_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_restore_jobs_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_storages_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_user.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_users_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_versions_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/mongodbatlas_operation.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/mongodbatlas_stats.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/partial_update_instance_payload.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/restore_instance_payload.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/restore_instance_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/restore_instance_status.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/shape.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/slow_query.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/storage.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/storage_range.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/suggested_index.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/update_backup_schedule_payload.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/update_instance_payload.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/update_instance_response.py +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/py.typed +0 -0
- {stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/rest.py +0 -0
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: stackit-mongodbflex
|
|
3
|
-
Version: 1.1
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: STACKIT MongoDB Service API
|
|
5
5
|
Author: STACKIT Developer Tools
|
|
6
6
|
Author-email: developer-tools@stackit.cloud
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.9,<4.0
|
|
8
8
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.9
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -18,6 +17,8 @@ Requires-Dist: pydantic (>=2.9.2)
|
|
|
18
17
|
Requires-Dist: python-dateutil (>=2.9.0.post0)
|
|
19
18
|
Requires-Dist: requests (>=2.32.3)
|
|
20
19
|
Requires-Dist: stackit-core (>=0.0.1a)
|
|
20
|
+
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
|
|
21
|
+
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
|
|
21
22
|
Description-Content-Type: text/markdown
|
|
22
23
|
|
|
23
24
|
# stackit.mongodbflex
|
|
@@ -3,7 +3,7 @@ name = "stackit-mongodbflex"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "stackit-mongodbflex"
|
|
6
|
-
version = "v1.1
|
|
6
|
+
version = "v1.2.1"
|
|
7
7
|
authors = [
|
|
8
8
|
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
|
|
9
9
|
]
|
|
@@ -20,7 +20,7 @@ packages = [
|
|
|
20
20
|
]
|
|
21
21
|
|
|
22
22
|
[tool.poetry.dependencies]
|
|
23
|
-
python = ">=3.
|
|
23
|
+
python = ">=3.9,<4.0"
|
|
24
24
|
stackit-core = ">=0.0.1a"
|
|
25
25
|
requests = ">=2.32.3"
|
|
26
26
|
pydantic = ">=2.9.2"
|
|
@@ -18,7 +18,7 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
|
|
@@ -28,7 +28,9 @@ class CreateUserPayload(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
database: StrictStr
|
|
31
|
-
roles: List[StrictStr]
|
|
31
|
+
roles: List[StrictStr] = Field(
|
|
32
|
+
description="The roles defined for a user. The *roles* attribute can contain the following values: 'read', 'readWrite', 'readAnyDatabase', 'readWriteAnyDatabase', 'stackitAdmin'. **The 'readAnyDatabase', 'readWriteAnyDatabase' and 'stackitAdmin' roles will always be created in the admin database.**"
|
|
33
|
+
)
|
|
32
34
|
username: Optional[StrictStr] = None
|
|
33
35
|
__properties: ClassVar[List[str]] = ["database", "roles", "username"]
|
|
34
36
|
|
|
@@ -18,7 +18,7 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
|
|
@@ -31,7 +31,10 @@ class InstanceResponseUser(BaseModel):
|
|
|
31
31
|
host: Optional[StrictStr] = None
|
|
32
32
|
id: Optional[StrictStr] = None
|
|
33
33
|
port: Optional[StrictInt] = None
|
|
34
|
-
roles: Optional[List[StrictStr]] =
|
|
34
|
+
roles: Optional[List[StrictStr]] = Field(
|
|
35
|
+
default=None,
|
|
36
|
+
description="The roles defined for a user. The *roles* attribute can contain the following values: 'read', 'readWrite', 'readAnyDatabase', 'readWriteAnyDatabase', 'stackitAdmin'. **The 'readAnyDatabase', 'readWriteAnyDatabase' and 'stackitAdmin' roles will always be created in the admin database.**",
|
|
37
|
+
)
|
|
35
38
|
username: Optional[StrictStr] = None
|
|
36
39
|
__properties: ClassVar[List[str]] = ["database", "host", "id", "port", "roles", "username"]
|
|
37
40
|
|
|
@@ -18,7 +18,7 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
|
|
@@ -28,7 +28,10 @@ class PartialUpdateUserPayload(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
database: Optional[StrictStr] = None
|
|
31
|
-
roles: Optional[List[StrictStr]] =
|
|
31
|
+
roles: Optional[List[StrictStr]] = Field(
|
|
32
|
+
default=None,
|
|
33
|
+
description="The roles defined for a user. The *roles* attribute can contain the following values: 'read', 'readWrite', 'readAnyDatabase', 'readWriteAnyDatabase', 'stackitAdmin'. **The 'readAnyDatabase', 'readWriteAnyDatabase' and 'stackitAdmin' roles will always be created in the admin database.**",
|
|
34
|
+
)
|
|
32
35
|
__properties: ClassVar[List[str]] = ["database", "roles"]
|
|
33
36
|
|
|
34
37
|
model_config = ConfigDict(
|
|
@@ -18,7 +18,7 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
|
|
@@ -28,7 +28,9 @@ class UpdateUserPayload(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
database: StrictStr
|
|
31
|
-
roles: List[StrictStr]
|
|
31
|
+
roles: List[StrictStr] = Field(
|
|
32
|
+
description="The roles defined for a user. The *roles* attribute can contain the following values: 'read', 'readWrite', 'readAnyDatabase', 'readWriteAnyDatabase', 'stackitAdmin'. **The 'readAnyDatabase', 'readWriteAnyDatabase' and 'stackitAdmin' roles will always be created in the admin database.**"
|
|
33
|
+
)
|
|
32
34
|
__properties: ClassVar[List[str]] = ["database", "roles"]
|
|
33
35
|
|
|
34
36
|
model_config = ConfigDict(
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/user.py
RENAMED
|
@@ -18,7 +18,7 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
|
|
@@ -32,7 +32,10 @@ class User(BaseModel):
|
|
|
32
32
|
id: Optional[StrictStr] = None
|
|
33
33
|
password: Optional[StrictStr] = None
|
|
34
34
|
port: Optional[StrictInt] = None
|
|
35
|
-
roles: Optional[List[StrictStr]] =
|
|
35
|
+
roles: Optional[List[StrictStr]] = Field(
|
|
36
|
+
default=None,
|
|
37
|
+
description="The roles defined for a user. The *roles* attribute can contain the following values: 'read', 'readWrite', 'readAnyDatabase', 'readWriteAnyDatabase', 'stackitAdmin'. **The 'readAnyDatabase', 'readWriteAnyDatabase' and 'stackitAdmin' roles will always be created in the admin database.**",
|
|
38
|
+
)
|
|
36
39
|
uri: Optional[StrictStr] = None
|
|
37
40
|
username: Optional[StrictStr] = None
|
|
38
41
|
__properties: ClassVar[List[str]] = ["database", "host", "id", "password", "port", "roles", "uri", "username"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api/__init__.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api/default_api.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api_client.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/api_response.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/configuration.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/exceptions.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/__init__.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/acl.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/backup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/data_point.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/error.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/flavor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/host.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/instance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/list_user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/shape.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/slow_query.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.1.0 → stackit_mongodbflex-1.2.1}/src/stackit/mongodbflex/models/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|