stackit-mongodbflex 1.2.0__tar.gz → 1.2.2__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.2.0 → stackit_mongodbflex-1.2.2}/PKG-INFO +5 -2
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/pyproject.toml +1 -1
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/create_user_payload.py +4 -2
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/data_point.py +7 -1
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/instance_response_user.py +5 -2
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/mongodbatlas_stats.py +7 -1
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/partial_update_user_payload.py +5 -2
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/shape.py +8 -1
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/suggested_index.py +8 -1
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/update_user_payload.py +4 -2
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/user.py +5 -2
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/LICENSE.md +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/NOTICE.txt +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/README.md +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/__init__.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api/__init__.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api/default_api.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api_client.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/configuration.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/exceptions.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/__init__.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/acl.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/backup.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/backup_schedule.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/clone_instance_payload.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/clone_instance_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/create_instance_payload.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/create_instance_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/create_user_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/error.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/flavor.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/get_backup_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/get_user_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/handlers_instances_slow_queries_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/handlers_instances_suggested_indexes_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/host.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/host_metric.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/instance.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/instance_flavor.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/instance_list_instance.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/instance_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_backups_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_flavors_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_instances_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_metrics_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_restore_jobs_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_storages_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_user.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_users_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/list_versions_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/mongodbatlas_operation.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/partial_update_instance_payload.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/restore_instance_payload.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/restore_instance_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/restore_instance_status.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/slow_query.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/storage.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/storage_range.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/update_backup_schedule_payload.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/update_instance_payload.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/update_instance_response.py +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/py.typed +0 -0
- {stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/rest.py +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: stackit-mongodbflex
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: STACKIT MongoDB Service API
|
|
5
|
+
License-File: LICENSE.md
|
|
6
|
+
License-File: NOTICE.txt
|
|
5
7
|
Author: STACKIT Developer Tools
|
|
6
8
|
Author-email: developer-tools@stackit.cloud
|
|
7
9
|
Requires-Python: >=3.9,<4.0
|
|
@@ -13,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
13
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
19
|
Requires-Dist: pydantic (>=2.9.2)
|
|
17
20
|
Requires-Dist: python-dateutil (>=2.9.0.post0)
|
|
18
21
|
Requires-Dist: requests (>=2.32.3)
|
|
@@ -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. Currently only one role in the list is supported, therefore only the first role from this list is used. 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
|
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/data_point.py
RENAMED
|
@@ -18,7 +18,13 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set, Union
|
|
20
20
|
|
|
21
|
-
from pydantic import
|
|
21
|
+
from pydantic import (
|
|
22
|
+
BaseModel,
|
|
23
|
+
ConfigDict,
|
|
24
|
+
StrictFloat,
|
|
25
|
+
StrictInt,
|
|
26
|
+
StrictStr,
|
|
27
|
+
)
|
|
22
28
|
from typing_extensions import Self
|
|
23
29
|
|
|
24
30
|
|
|
@@ -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,13 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set, Union
|
|
20
20
|
|
|
21
|
-
from pydantic import
|
|
21
|
+
from pydantic import (
|
|
22
|
+
BaseModel,
|
|
23
|
+
ConfigDict,
|
|
24
|
+
Field,
|
|
25
|
+
StrictFloat,
|
|
26
|
+
StrictInt,
|
|
27
|
+
)
|
|
22
28
|
from typing_extensions import Self
|
|
23
29
|
|
|
24
30
|
|
|
@@ -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. Currently only one role in the list is supported, therefore only the first role from this list is used. 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(
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/shape.py
RENAMED
|
@@ -18,7 +18,14 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set, Union
|
|
20
20
|
|
|
21
|
-
from pydantic import
|
|
21
|
+
from pydantic import (
|
|
22
|
+
BaseModel,
|
|
23
|
+
ConfigDict,
|
|
24
|
+
Field,
|
|
25
|
+
StrictFloat,
|
|
26
|
+
StrictInt,
|
|
27
|
+
StrictStr,
|
|
28
|
+
)
|
|
22
29
|
from typing_extensions import Self
|
|
23
30
|
|
|
24
31
|
from stackit.mongodbflex.models.mongodbatlas_operation import MongodbatlasOperation
|
|
@@ -18,7 +18,14 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set, Union
|
|
20
20
|
|
|
21
|
-
from pydantic import
|
|
21
|
+
from pydantic import (
|
|
22
|
+
BaseModel,
|
|
23
|
+
ConfigDict,
|
|
24
|
+
Field,
|
|
25
|
+
StrictFloat,
|
|
26
|
+
StrictInt,
|
|
27
|
+
StrictStr,
|
|
28
|
+
)
|
|
22
29
|
from typing_extensions import Self
|
|
23
30
|
|
|
24
31
|
|
|
@@ -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. Currently only one role in the list is supported, therefore only the first role from this list is used. 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.2.0 → stackit_mongodbflex-1.2.2}/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. Currently only one role in the list is supported, therefore only the first role from this list is used. 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.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api/__init__.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api/default_api.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api_client.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/api_response.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/configuration.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/exceptions.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/__init__.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/acl.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/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.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/error.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/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.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/host.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/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.2.0 → stackit_mongodbflex-1.2.2}/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
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/src/stackit/mongodbflex/models/slow_query.py
RENAMED
|
File without changes
|
{stackit_mongodbflex-1.2.0 → stackit_mongodbflex-1.2.2}/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
|