Skip to content

Commit 4a9ca32

Browse files
Generate intake
1 parent 1f6317f commit 4a9ca32

32 files changed

Lines changed: 151 additions & 156 deletions

services/intake/oas_commit

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

services/intake/src/stackit/intake/__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 Intake API
6+
STACKIT Intake API
77
8-
This API provides endpoints for managing Intakes.
8+
This API provides endpoints for managing Intakes.
99
10-
The version of the OpenAPI document: 1beta.3.7
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/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 Intake API
4+
STACKIT Intake API
55
6-
This API provides endpoints for managing Intakes.
6+
This API provides endpoints for managing Intakes.
77
8-
The version of the OpenAPI document: 1beta.3.7
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/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 Intake API
4+
STACKIT Intake API
55
6-
This API provides endpoints for managing Intakes.
6+
This API provides endpoints for managing Intakes.
77
8-
The version of the OpenAPI document: 1beta.3.7
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/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/intake/src/stackit/intake/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 Intake API
4+
STACKIT Intake API
55
6-
This API provides endpoints for managing Intakes.
6+
This API provides endpoints for managing Intakes.
77
8-
The version of the OpenAPI document: 1beta.3.7
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/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 Intake API
4+
STACKIT Intake API
55
6-
This API provides endpoints for managing Intakes.
6+
This API provides endpoints for managing Intakes.
77
8-
The version of the OpenAPI document: 1beta.3.7
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/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 Intake API
5+
STACKIT Intake API
66
7-
This API provides endpoints for managing Intakes.
7+
This API provides endpoints for managing Intakes.
88
9-
The version of the OpenAPI document: 1beta.3.7
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/models/catalog_auth.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 Intake API
4+
STACKIT Intake API
55
6-
This API provides endpoints for managing Intakes.
6+
This API provides endpoints for managing Intakes.
77
8-
The version of the OpenAPI document: 1beta.3.7
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1beta.3.7
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/intake/src/stackit/intake/models/catalog_auth_patch.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 Intake API
4+
STACKIT Intake API
55
6-
This API provides endpoints for managing Intakes.
6+
This API provides endpoints for managing Intakes.
77
8-
The version of the OpenAPI document: 1beta.3.7
9-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1beta.3.7
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)