Skip to content

Commit 1d57dfb

Browse files
Generate secretsmanager
1 parent d14550d commit 1d57dfb

26 files changed

Lines changed: 126 additions & 121 deletions

services/secretsmanager/oas_commit

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

services/secretsmanager/src/stackit/secretsmanager/__init__.py

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

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

1819
# Define package exports

services/secretsmanager/src/stackit/secretsmanager/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 Secrets Manager API
4+
STACKIT Secrets Manager API
55
6-
This API provides endpoints for managing the Secrets-Manager.
6+
This API provides endpoints for managing the Secrets-Manager.
77
8-
The version of the OpenAPI document: 1.4.3
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.4.3
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/secretsmanager/src/stackit/secretsmanager/api_client.py

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

33
"""
4-
STACKIT Secrets Manager API
4+
STACKIT Secrets Manager API
55
6-
This API provides endpoints for managing the Secrets-Manager.
6+
This API provides endpoints for managing the Secrets-Manager.
77
8-
The version of the OpenAPI document: 1.4.3
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.4.3
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,6 +36,7 @@
3636
ApiException,
3737
)
3838

39+
3940
RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
4041

4142

services/secretsmanager/src/stackit/secretsmanager/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/secretsmanager/src/stackit/secretsmanager/configuration.py

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

33
"""
4-
STACKIT Secrets Manager API
4+
STACKIT Secrets Manager API
55
6-
This API provides endpoints for managing the Secrets-Manager.
6+
This API provides endpoints for managing the Secrets-Manager.
77
8-
The version of the OpenAPI document: 1.4.3
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.4.3
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,6 +18,7 @@
1818

1919
import os
2020

21+
2122
ServerVariablesT = Dict[str, str]
2223

2324

services/secretsmanager/src/stackit/secretsmanager/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 Secrets Manager API
4+
STACKIT Secrets Manager API
55
6-
This API provides endpoints for managing the Secrets-Manager.
6+
This API provides endpoints for managing the Secrets-Manager.
77
8-
The version of the OpenAPI document: 1.4.3
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.4.3
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/secretsmanager/src/stackit/secretsmanager/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 Secrets Manager API
5+
STACKIT Secrets Manager API
66
7-
This API provides endpoints for managing the Secrets-Manager.
7+
This API provides endpoints for managing the Secrets-Manager.
88
9-
The version of the OpenAPI document: 1.4.3
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 1.4.3
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/secretsmanager/src/stackit/secretsmanager/models/acl.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 Secrets Manager API
4+
STACKIT Secrets Manager API
55
6-
This API provides endpoints for managing the Secrets-Manager.
6+
This API provides endpoints for managing the Secrets-Manager.
77
8-
The version of the OpenAPI document: 1.4.3
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.4.3
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/secretsmanager/src/stackit/secretsmanager/models/bad_request.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 Secrets Manager API
4+
STACKIT Secrets Manager API
55
6-
This API provides endpoints for managing the Secrets-Manager.
6+
This API provides endpoints for managing the Secrets-Manager.
77
8-
The version of the OpenAPI document: 1.4.3
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.4.3
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)