Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/cost/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4407196dbbef4e53e6798809e856725cbc84ae05
876a48fb56473c7c844baa697906d461c0675f47
11 changes: 6 additions & 5 deletions services/cost/src/stackit/cost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
# flake8: noqa

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/api/default_api.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from datetime import date
Expand Down
11 changes: 6 additions & 5 deletions services/cost/src/stackit/cost/api_client.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

import datetime
Expand Down Expand Up @@ -36,6 +36,7 @@
ApiException,
)


RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]


Expand Down
1 change: 1 addition & 0 deletions services/cost/src/stackit/cost/api_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from pydantic import BaseModel, Field, StrictBytes, StrictInt


T = TypeVar("T")


Expand Down
11 changes: 6 additions & 5 deletions services/cost/src/stackit/cost/configuration.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

import sys
Expand All @@ -18,6 +18,7 @@

import os


ServerVariablesT = Dict[str, str]


Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# flake8: noqa
"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/models/auth_error_response.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/models/detailed_service_cost.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/models/error_response.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
11 changes: 6 additions & 5 deletions services/cost/src/stackit/cost/models/project_cost.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand All @@ -33,6 +33,7 @@
)
from stackit.cost.models.summarized_project_cost import SummarizedProjectCost


PROJECTCOST_ANY_OF_SCHEMAS = [
"ProjectCostWithDetailedServices",
"ProjectCostWithReports",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
10 changes: 5 additions & 5 deletions services/cost/src/stackit/cost/models/report_data.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# coding: utf-8

"""
STACKIT Cost API
STACKIT Cost API

The cost API provides detailed reports on the costs for a customer or project over a certain amount of time
The cost API provides detailed reports on the costs for a customer or project over a certain amount of time

The version of the OpenAPI document: 3.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
The version of the OpenAPI document: 3.0
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
Expand Down
Loading
Loading