Skip to content

Commit 8d65941

Browse files
Generate logs
1 parent 1f6317f commit 8d65941

17 files changed

Lines changed: 76 additions & 81 deletions

services/logs/oas_commit

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

services/logs/src/stackit/logs/__init__.py

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

55
"""
6-
STACKIT Logs API
6+
STACKIT Logs API
77
8-
This API provides endpoints for managing STACKIT Logs.
8+
This API provides endpoints for managing STACKIT Logs.
99
10-
The version of the OpenAPI document: 1.0.0
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 1.0.0
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

16-
1716
__version__ = "1.0.0"
1817

1918
# Define package exports

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

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

33
"""
4-
STACKIT Logs API
4+
STACKIT Logs API
55
6-
This API provides endpoints for managing STACKIT Logs.
6+
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1.0.0
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
11-
Do not edit the class manually.
11+
Do not edit the class manually.
1212
""" # noqa: E501
1313

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

services/logs/src/stackit/logs/api_client.py

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

33
"""
4-
STACKIT Logs API
4+
STACKIT Logs API
55
6-
This API provides endpoints for managing STACKIT Logs.
6+
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1.0.0
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
11-
Do not edit the class manually.
11+
Do not edit the class manually.
1212
""" # noqa: E501
1313

1414
import datetime
@@ -36,7 +36,6 @@
3636
ApiException,
3737
)
3838

39-
4039
RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
4140

4241

services/logs/src/stackit/logs/api_response.py

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

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

9-
109
T = TypeVar("T")
1110

1211

services/logs/src/stackit/logs/configuration.py

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

33
"""
4-
STACKIT Logs API
4+
STACKIT Logs API
55
6-
This API provides endpoints for managing STACKIT Logs.
6+
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1.0.0
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
11-
Do not edit the class manually.
11+
Do not edit the class manually.
1212
""" # noqa: E501
1313

1414
import sys
@@ -18,7 +18,6 @@
1818

1919
import os
2020

21-
2221
ServerVariablesT = Dict[str, str]
2322

2423

services/logs/src/stackit/logs/exceptions.py

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

33
"""
4-
STACKIT Logs API
4+
STACKIT Logs API
55
6-
This API provides endpoints for managing STACKIT Logs.
6+
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1.0.0
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
11-
Do not edit the class manually.
11+
Do not edit the class manually.
1212
""" # noqa: E501
1313

1414
from typing import Any, Optional

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

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

33
# flake8: noqa
44
"""
5-
STACKIT Logs API
5+
STACKIT Logs API
66
7-
This API provides endpoints for managing STACKIT Logs.
7+
This API provides endpoints for managing STACKIT Logs.
88
9-
The version of the OpenAPI document: 1.0.0
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 1.0.0
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 models into model package

services/logs/src/stackit/logs/models/access_token.py

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

33
"""
4-
STACKIT Logs API
4+
STACKIT Logs API
55
6-
This API provides endpoints for managing STACKIT Logs.
6+
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1.0.0
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
11-
Do not edit the class manually.
11+
Do not edit the class manually.
1212
""" # noqa: E501
1313

1414
from __future__ import annotations

services/logs/src/stackit/logs/models/access_token_list.py

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

33
"""
4-
STACKIT Logs API
4+
STACKIT Logs API
55
6-
This API provides endpoints for managing STACKIT Logs.
6+
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1.0.0
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.0.0
9+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
11-
Do not edit the class manually.
11+
Do not edit the class manually.
1212
""" # noqa: E501
1313

1414
from __future__ import annotations

0 commit comments

Comments
 (0)