Skip to content

Commit 8eda5cf

Browse files
Generate mongodbflex
1 parent d14550d commit 8eda5cf

58 files changed

Lines changed: 342 additions & 337 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

services/mongodbflex/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9873a8f7a4120017699e43baba2e8b2af7bca93e
1+
876a48fb56473c7c844baa697906d461c0675f47

services/mongodbflex/src/stackit/mongodbflex/__init__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
# flake8: noqa
44

55
"""
6-
STACKIT MongoDB Service API
6+
STACKIT MongoDB Service API
77
8-
This is the documentation for the STACKIT MongoDB Flex Service API
8+
This is the documentation for the STACKIT MongoDB Flex Service API
99
10-
The version of the OpenAPI document: 2.0.0
11-
Contact: support@stackit.cloud
12-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 2.0.0
11+
Contact: support@stackit.cloud
12+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
14-
Do not edit the class manually.
14+
Do not edit the class manually.
1515
""" # noqa: E501
1616

17+
1718
__version__ = "1.0.0"
1819

1920
# Define package exports

services/mongodbflex/src/stackit/mongodbflex/api/default_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT MongoDB Service API
4+
STACKIT MongoDB Service API
55
6-
This is the documentation for the STACKIT MongoDB Flex Service API
6+
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 2.0.0
9-
Contact: support@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0.0
9+
Contact: support@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Dict, List, Optional, Tuple, Union

services/mongodbflex/src/stackit/mongodbflex/api_client.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT MongoDB Service API
4+
STACKIT MongoDB Service API
55
6-
This is the documentation for the STACKIT MongoDB Flex Service API
6+
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 2.0.0
9-
Contact: support@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0.0
9+
Contact: support@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import datetime
@@ -37,6 +37,7 @@
3737
ApiException,
3838
)
3939

40+
4041
RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
4142

4243

services/mongodbflex/src/stackit/mongodbflex/api_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from pydantic import BaseModel, Field, StrictBytes, StrictInt
88

9+
910
T = TypeVar("T")
1011

1112

services/mongodbflex/src/stackit/mongodbflex/configuration.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT MongoDB Service API
4+
STACKIT MongoDB Service API
55
6-
This is the documentation for the STACKIT MongoDB Flex Service API
6+
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 2.0.0
9-
Contact: support@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0.0
9+
Contact: support@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import sys
@@ -19,6 +19,7 @@
1919

2020
import os
2121

22+
2223
ServerVariablesT = Dict[str, str]
2324

2425

services/mongodbflex/src/stackit/mongodbflex/exceptions.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT MongoDB Service API
4+
STACKIT MongoDB Service API
55
6-
This is the documentation for the STACKIT MongoDB Flex Service API
6+
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 2.0.0
9-
Contact: support@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0.0
9+
Contact: support@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Optional

services/mongodbflex/src/stackit/mongodbflex/models/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# flake8: noqa
44
"""
5-
STACKIT MongoDB Service API
5+
STACKIT MongoDB Service API
66
7-
This is the documentation for the STACKIT MongoDB Flex Service API
7+
This is the documentation for the STACKIT MongoDB Flex Service API
88
9-
The version of the OpenAPI document: 2.0.0
10-
Contact: support@stackit.cloud
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 2.0.0
10+
Contact: support@stackit.cloud
11+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
13-
Do not edit the class manually.
13+
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616
# import models into model package

services/mongodbflex/src/stackit/mongodbflex/models/acl.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT MongoDB Service API
4+
STACKIT MongoDB Service API
55
6-
This is the documentation for the STACKIT MongoDB Flex Service API
6+
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 2.0.0
9-
Contact: support@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0.0
9+
Contact: support@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

services/mongodbflex/src/stackit/mongodbflex/models/backup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT MongoDB Service API
4+
STACKIT MongoDB Service API
55
6-
This is the documentation for the STACKIT MongoDB Flex Service API
6+
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 2.0.0
9-
Contact: support@stackit.cloud
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0.0
9+
Contact: support@stackit.cloud
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

0 commit comments

Comments
 (0)