From 4a9ca3277479ee965a1f9db21ab1c94ec038bb7b Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 28 Jul 2026 10:55:36 +0000 Subject: [PATCH] Generate intake --- services/intake/oas_commit | 2 +- services/intake/src/stackit/intake/__init__.py | 11 +++++------ services/intake/src/stackit/intake/api/default_api.py | 10 +++++----- services/intake/src/stackit/intake/api_client.py | 11 +++++------ services/intake/src/stackit/intake/api_response.py | 1 - services/intake/src/stackit/intake/configuration.py | 11 +++++------ services/intake/src/stackit/intake/exceptions.py | 10 +++++----- services/intake/src/stackit/intake/models/__init__.py | 10 +++++----- .../intake/src/stackit/intake/models/catalog_auth.py | 10 +++++----- .../src/stackit/intake/models/catalog_auth_patch.py | 10 +++++----- .../src/stackit/intake/models/catalog_auth_type.py | 10 +++++----- .../intake/src/stackit/intake/models/client_config.py | 10 +++++----- .../stackit/intake/models/create_intake_payload.py | 10 +++++----- .../intake/models/create_intake_runner_payload.py | 10 +++++----- .../intake/models/create_intake_user_payload.py | 10 +++++----- .../intake/src/stackit/intake/models/dremio_auth.py | 10 +++++----- .../src/stackit/intake/models/dremio_auth_patch.py | 10 +++++----- .../src/stackit/intake/models/intake_catalog.py | 10 +++++----- .../src/stackit/intake/models/intake_catalog_patch.py | 10 +++++----- .../src/stackit/intake/models/intake_response.py | 10 +++++----- .../stackit/intake/models/intake_runner_response.py | 10 +++++----- .../src/stackit/intake/models/intake_user_response.py | 10 +++++----- .../intake/models/list_intake_runners_response.py | 10 +++++----- .../intake/models/list_intake_users_response.py | 10 +++++----- .../stackit/intake/models/list_intakes_response.py | 10 +++++----- .../src/stackit/intake/models/partitioning_type.py | 10 +++++----- .../stackit/intake/models/partitioning_update_type.py | 10 +++++----- .../stackit/intake/models/update_intake_payload.py | 10 +++++----- .../intake/models/update_intake_runner_payload.py | 10 +++++----- .../intake/models/update_intake_user_payload.py | 10 +++++----- .../intake/src/stackit/intake/models/user_type.py | 10 +++++----- services/intake/src/stackit/intake/rest.py | 11 +++++------ 32 files changed, 151 insertions(+), 156 deletions(-) diff --git a/services/intake/oas_commit b/services/intake/oas_commit index 0f8ce352b..abd8d51b0 100644 --- a/services/intake/oas_commit +++ b/services/intake/oas_commit @@ -1 +1 @@ -876a48fb56473c7c844baa697906d461c0675f47 +46f03c1468dd453695c05e72c088a6bfb5a4bbab diff --git a/services/intake/src/stackit/intake/__init__.py b/services/intake/src/stackit/intake/__init__.py index 9acc10e8b..fb2fb51e1 100644 --- a/services/intake/src/stackit/intake/__init__.py +++ b/services/intake/src/stackit/intake/__init__.py @@ -3,17 +3,16 @@ # flake8: noqa """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 - __version__ = "1.0.0" # Define package exports diff --git a/services/intake/src/stackit/intake/api/default_api.py b/services/intake/src/stackit/intake/api/default_api.py index 9b9806bd9..36e3cdfde 100644 --- a/services/intake/src/stackit/intake/api/default_api.py +++ b/services/intake/src/stackit/intake/api/default_api.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from typing import Any, Dict, List, Optional, Tuple, Union diff --git a/services/intake/src/stackit/intake/api_client.py b/services/intake/src/stackit/intake/api_client.py index 463e7519d..ead1d0fef 100644 --- a/services/intake/src/stackit/intake/api_client.py +++ b/services/intake/src/stackit/intake/api_client.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 import datetime @@ -36,7 +36,6 @@ ApiException, ) - RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]] diff --git a/services/intake/src/stackit/intake/api_response.py b/services/intake/src/stackit/intake/api_response.py index b3ba14a1d..ca801da0b 100644 --- a/services/intake/src/stackit/intake/api_response.py +++ b/services/intake/src/stackit/intake/api_response.py @@ -6,7 +6,6 @@ from pydantic import BaseModel, Field, StrictBytes, StrictInt - T = TypeVar("T") diff --git a/services/intake/src/stackit/intake/configuration.py b/services/intake/src/stackit/intake/configuration.py index cb52b3321..29b2c890d 100644 --- a/services/intake/src/stackit/intake/configuration.py +++ b/services/intake/src/stackit/intake/configuration.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 import sys @@ -18,7 +18,6 @@ import os - ServerVariablesT = Dict[str, str] diff --git a/services/intake/src/stackit/intake/exceptions.py b/services/intake/src/stackit/intake/exceptions.py index 9aa96b1fb..35cbeb7c9 100644 --- a/services/intake/src/stackit/intake/exceptions.py +++ b/services/intake/src/stackit/intake/exceptions.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from typing import Any, Optional diff --git a/services/intake/src/stackit/intake/models/__init__.py b/services/intake/src/stackit/intake/models/__init__.py index 3264475a5..8b7c163bb 100644 --- a/services/intake/src/stackit/intake/models/__init__.py +++ b/services/intake/src/stackit/intake/models/__init__.py @@ -2,14 +2,14 @@ # flake8: noqa """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 # import models into model package diff --git a/services/intake/src/stackit/intake/models/catalog_auth.py b/services/intake/src/stackit/intake/models/catalog_auth.py index ede58decc..e315db21e 100644 --- a/services/intake/src/stackit/intake/models/catalog_auth.py +++ b/services/intake/src/stackit/intake/models/catalog_auth.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/catalog_auth_patch.py b/services/intake/src/stackit/intake/models/catalog_auth_patch.py index c05883ab4..5e28e955f 100644 --- a/services/intake/src/stackit/intake/models/catalog_auth_patch.py +++ b/services/intake/src/stackit/intake/models/catalog_auth_patch.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/catalog_auth_type.py b/services/intake/src/stackit/intake/models/catalog_auth_type.py index 3892e1abf..c9458a4ac 100644 --- a/services/intake/src/stackit/intake/models/catalog_auth_type.py +++ b/services/intake/src/stackit/intake/models/catalog_auth_type.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/client_config.py b/services/intake/src/stackit/intake/models/client_config.py index df038a0c0..f74b80d4a 100644 --- a/services/intake/src/stackit/intake/models/client_config.py +++ b/services/intake/src/stackit/intake/models/client_config.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/create_intake_payload.py b/services/intake/src/stackit/intake/models/create_intake_payload.py index 8daeebd4b..44b1667f1 100644 --- a/services/intake/src/stackit/intake/models/create_intake_payload.py +++ b/services/intake/src/stackit/intake/models/create_intake_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/create_intake_runner_payload.py b/services/intake/src/stackit/intake/models/create_intake_runner_payload.py index f0403aaba..ae6e13eb8 100644 --- a/services/intake/src/stackit/intake/models/create_intake_runner_payload.py +++ b/services/intake/src/stackit/intake/models/create_intake_runner_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/create_intake_user_payload.py b/services/intake/src/stackit/intake/models/create_intake_user_payload.py index a264e952c..858661a63 100644 --- a/services/intake/src/stackit/intake/models/create_intake_user_payload.py +++ b/services/intake/src/stackit/intake/models/create_intake_user_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/dremio_auth.py b/services/intake/src/stackit/intake/models/dremio_auth.py index 072a68355..8c44a9efc 100644 --- a/services/intake/src/stackit/intake/models/dremio_auth.py +++ b/services/intake/src/stackit/intake/models/dremio_auth.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/dremio_auth_patch.py b/services/intake/src/stackit/intake/models/dremio_auth_patch.py index 2f512f1b0..3fb07d476 100644 --- a/services/intake/src/stackit/intake/models/dremio_auth_patch.py +++ b/services/intake/src/stackit/intake/models/dremio_auth_patch.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/intake_catalog.py b/services/intake/src/stackit/intake/models/intake_catalog.py index ee9ccdfbc..6316f1c6a 100644 --- a/services/intake/src/stackit/intake/models/intake_catalog.py +++ b/services/intake/src/stackit/intake/models/intake_catalog.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/intake_catalog_patch.py b/services/intake/src/stackit/intake/models/intake_catalog_patch.py index 8047b9360..b6d6ea15c 100644 --- a/services/intake/src/stackit/intake/models/intake_catalog_patch.py +++ b/services/intake/src/stackit/intake/models/intake_catalog_patch.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/intake_response.py b/services/intake/src/stackit/intake/models/intake_response.py index 47f249f93..d79f324f2 100644 --- a/services/intake/src/stackit/intake/models/intake_response.py +++ b/services/intake/src/stackit/intake/models/intake_response.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/intake_runner_response.py b/services/intake/src/stackit/intake/models/intake_runner_response.py index b5092feda..5d36ec43e 100644 --- a/services/intake/src/stackit/intake/models/intake_runner_response.py +++ b/services/intake/src/stackit/intake/models/intake_runner_response.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/intake_user_response.py b/services/intake/src/stackit/intake/models/intake_user_response.py index 5a12f4ec8..15f757d01 100644 --- a/services/intake/src/stackit/intake/models/intake_user_response.py +++ b/services/intake/src/stackit/intake/models/intake_user_response.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/list_intake_runners_response.py b/services/intake/src/stackit/intake/models/list_intake_runners_response.py index 122780e76..014ef9802 100644 --- a/services/intake/src/stackit/intake/models/list_intake_runners_response.py +++ b/services/intake/src/stackit/intake/models/list_intake_runners_response.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/list_intake_users_response.py b/services/intake/src/stackit/intake/models/list_intake_users_response.py index beb8107f8..d2221600f 100644 --- a/services/intake/src/stackit/intake/models/list_intake_users_response.py +++ b/services/intake/src/stackit/intake/models/list_intake_users_response.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/list_intakes_response.py b/services/intake/src/stackit/intake/models/list_intakes_response.py index f9e7d5cd1..ff7f5ca3e 100644 --- a/services/intake/src/stackit/intake/models/list_intakes_response.py +++ b/services/intake/src/stackit/intake/models/list_intakes_response.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/partitioning_type.py b/services/intake/src/stackit/intake/models/partitioning_type.py index 18cdbe7e6..7951e185b 100644 --- a/services/intake/src/stackit/intake/models/partitioning_type.py +++ b/services/intake/src/stackit/intake/models/partitioning_type.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/partitioning_update_type.py b/services/intake/src/stackit/intake/models/partitioning_update_type.py index a0d79f119..a955fd587 100644 --- a/services/intake/src/stackit/intake/models/partitioning_update_type.py +++ b/services/intake/src/stackit/intake/models/partitioning_update_type.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/update_intake_payload.py b/services/intake/src/stackit/intake/models/update_intake_payload.py index 534fd53f5..a16a335ac 100644 --- a/services/intake/src/stackit/intake/models/update_intake_payload.py +++ b/services/intake/src/stackit/intake/models/update_intake_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/update_intake_runner_payload.py b/services/intake/src/stackit/intake/models/update_intake_runner_payload.py index 62cad46d9..d63e82170 100644 --- a/services/intake/src/stackit/intake/models/update_intake_runner_payload.py +++ b/services/intake/src/stackit/intake/models/update_intake_runner_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/update_intake_user_payload.py b/services/intake/src/stackit/intake/models/update_intake_user_payload.py index 52f2cefb4..17f732ac3 100644 --- a/services/intake/src/stackit/intake/models/update_intake_user_payload.py +++ b/services/intake/src/stackit/intake/models/update_intake_user_payload.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/models/user_type.py b/services/intake/src/stackit/intake/models/user_type.py index 078c2e7cc..e1e3e2f92 100644 --- a/services/intake/src/stackit/intake/models/user_type.py +++ b/services/intake/src/stackit/intake/models/user_type.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/intake/src/stackit/intake/rest.py b/services/intake/src/stackit/intake/rest.py index 51d5fbfee..574fcbb39 100644 --- a/services/intake/src/stackit/intake/rest.py +++ b/services/intake/src/stackit/intake/rest.py @@ -1,14 +1,14 @@ # coding: utf-8 """ - STACKIT Intake API +STACKIT Intake API - This API provides endpoints for managing Intakes. +This API provides endpoints for managing Intakes. - The version of the OpenAPI document: 1beta.3.7 - Generated by OpenAPI Generator (https://openapi-generator.tech) +The version of the OpenAPI document: 1beta.3.7 +Generated by OpenAPI Generator (https://openapi-generator.tech) - Do not edit the class manually. +Do not edit the class manually. """ # noqa: E501 import io @@ -21,7 +21,6 @@ from stackit.intake.exceptions import ApiException, ApiValueError - RESTResponseType = requests.Response