diff --git a/examples/.keep b/examples/.keep index d8c73e9..0c8cffb 100644 --- a/examples/.keep +++ b/examples/.keep @@ -1,4 +1 @@ -File generated from our OpenAPI spec by Stainless. - -This directory can be used to store example files demonstrating usage of this SDK. -It is ignored by Stainless code generation and its content (other than this keep file) won't be touched. \ No newline at end of file +This directory can be used to store custom files to expand the SDK. diff --git a/src/landingai_ade/__init__.py b/src/landingai_ade/__init__.py index e442a3f..c786bbc 100644 --- a/src/landingai_ade/__init__.py +++ b/src/landingai_ade/__init__.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - import typing as _t from . import types diff --git a/src/landingai_ade/_client.py b/src/landingai_ade/_client.py index cb8c846..f7cac00 100644 --- a/src/landingai_ade/_client.py +++ b/src/landingai_ade/_client.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations import os diff --git a/src/landingai_ade/_constants.py b/src/landingai_ade/_constants.py index 75cd75a..f9d7f88 100644 --- a/src/landingai_ade/_constants.py +++ b/src/landingai_ade/_constants.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - import httpx RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response" diff --git a/src/landingai_ade/_exceptions.py b/src/landingai_ade/_exceptions.py index 7ad5340..d2e1ad5 100644 --- a/src/landingai_ade/_exceptions.py +++ b/src/landingai_ade/_exceptions.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing_extensions import Literal diff --git a/src/landingai_ade/_resource.py b/src/landingai_ade/_resource.py index 0c48236..d7dc75c 100644 --- a/src/landingai_ade/_resource.py +++ b/src/landingai_ade/_resource.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations import time diff --git a/src/landingai_ade/lib/.keep b/src/landingai_ade/lib/.keep index 5e2c99f..0c8cffb 100644 --- a/src/landingai_ade/lib/.keep +++ b/src/landingai_ade/lib/.keep @@ -1,4 +1 @@ -File generated from our OpenAPI spec by Stainless. - This directory can be used to store custom files to expand the SDK. -It is ignored by Stainless code generation and its content (other than this keep file) won't be touched. \ No newline at end of file diff --git a/src/landingai_ade/resources/__init__.py b/src/landingai_ade/resources/__init__.py index d21187c..928497a 100644 --- a/src/landingai_ade/resources/__init__.py +++ b/src/landingai_ade/resources/__init__.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from .parse_jobs import ( ParseJobsResource, AsyncParseJobsResource, diff --git a/src/landingai_ade/resources/parse_jobs.py b/src/landingai_ade/resources/parse_jobs.py index d25cb9c..44590b7 100644 --- a/src/landingai_ade/resources/parse_jobs.py +++ b/src/landingai_ade/resources/parse_jobs.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Mapping, Optional, cast diff --git a/src/landingai_ade/types/__init__.py b/src/landingai_ade/types/__init__.py index 5bf01bd..5ac7268 100644 --- a/src/landingai_ade/types/__init__.py +++ b/src/landingai_ade/types/__init__.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from .shared import ParseMetadata as ParseMetadata, ParseGroundingBox as ParseGroundingBox diff --git a/src/landingai_ade/types/classify_response.py b/src/landingai_ade/types/classify_response.py index 230bd6e..46762e2 100644 --- a/src/landingai_ade/types/classify_response.py +++ b/src/landingai_ade/types/classify_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from pydantic import Field as FieldInfo diff --git a/src/landingai_ade/types/client_classify_params.py b/src/landingai_ade/types/client_classify_params.py index 7b14e32..0a8bad9 100644 --- a/src/landingai_ade/types/client_classify_params.py +++ b/src/landingai_ade/types/client_classify_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Iterable, Optional diff --git a/src/landingai_ade/types/client_extract_build_schema_params.py b/src/landingai_ade/types/client_extract_build_schema_params.py index f2207eb..9851d58 100644 --- a/src/landingai_ade/types/client_extract_build_schema_params.py +++ b/src/landingai_ade/types/client_extract_build_schema_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Union, Optional diff --git a/src/landingai_ade/types/client_extract_params.py b/src/landingai_ade/types/client_extract_params.py index 69319d0..de4f0f8 100644 --- a/src/landingai_ade/types/client_extract_params.py +++ b/src/landingai_ade/types/client_extract_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Union, Optional diff --git a/src/landingai_ade/types/client_parse_params.py b/src/landingai_ade/types/client_parse_params.py index c3ec1e3..005c7ca 100644 --- a/src/landingai_ade/types/client_parse_params.py +++ b/src/landingai_ade/types/client_parse_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Optional diff --git a/src/landingai_ade/types/client_section_params.py b/src/landingai_ade/types/client_section_params.py index 76aee7a..bd507a2 100644 --- a/src/landingai_ade/types/client_section_params.py +++ b/src/landingai_ade/types/client_section_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Union, Optional diff --git a/src/landingai_ade/types/client_split_params.py b/src/landingai_ade/types/client_split_params.py index 28f9398..abede14 100644 --- a/src/landingai_ade/types/client_split_params.py +++ b/src/landingai_ade/types/client_split_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Union, Iterable, Optional diff --git a/src/landingai_ade/types/extract_build_schema_response.py b/src/landingai_ade/types/extract_build_schema_response.py index 1acf1bd..84af0be 100644 --- a/src/landingai_ade/types/extract_build_schema_response.py +++ b/src/landingai_ade/types/extract_build_schema_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from typing_extensions import Literal diff --git a/src/landingai_ade/types/extract_response.py b/src/landingai_ade/types/extract_response.py index 2d2e913..b45df6b 100644 --- a/src/landingai_ade/types/extract_response.py +++ b/src/landingai_ade/types/extract_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from typing_extensions import Literal diff --git a/src/landingai_ade/types/parse_job_create_params.py b/src/landingai_ade/types/parse_job_create_params.py index 062d4ed..41f423a 100644 --- a/src/landingai_ade/types/parse_job_create_params.py +++ b/src/landingai_ade/types/parse_job_create_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Optional diff --git a/src/landingai_ade/types/parse_job_create_response.py b/src/landingai_ade/types/parse_job_create_response.py index 62034d0..80b3500 100644 --- a/src/landingai_ade/types/parse_job_create_response.py +++ b/src/landingai_ade/types/parse_job_create_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from .._models import BaseModel __all__ = ["ParseJobCreateResponse"] diff --git a/src/landingai_ade/types/parse_job_get_response.py b/src/landingai_ade/types/parse_job_get_response.py index 7fb9b33..16d3b21 100644 --- a/src/landingai_ade/types/parse_job_get_response.py +++ b/src/landingai_ade/types/parse_job_get_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import Dict, List, Union, Optional from typing_extensions import Literal, TypeAlias diff --git a/src/landingai_ade/types/parse_job_list_params.py b/src/landingai_ade/types/parse_job_list_params.py index a326c06..8879d83 100644 --- a/src/landingai_ade/types/parse_job_list_params.py +++ b/src/landingai_ade/types/parse_job_list_params.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations from typing import Optional diff --git a/src/landingai_ade/types/parse_job_list_response.py b/src/landingai_ade/types/parse_job_list_response.py index b7e5dc1..11c462b 100644 --- a/src/landingai_ade/types/parse_job_list_response.py +++ b/src/landingai_ade/types/parse_job_list_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from .._models import BaseModel diff --git a/src/landingai_ade/types/parse_response.py b/src/landingai_ade/types/parse_response.py index 968803b..15cf20e 100644 --- a/src/landingai_ade/types/parse_response.py +++ b/src/landingai_ade/types/parse_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import Dict, List, Union, Optional from typing_extensions import Literal, TypeAlias diff --git a/src/landingai_ade/types/section_response.py b/src/landingai_ade/types/section_response.py index 16a5dae..47f9aae 100644 --- a/src/landingai_ade/types/section_response.py +++ b/src/landingai_ade/types/section_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from .._models import BaseModel diff --git a/src/landingai_ade/types/shared/__init__.py b/src/landingai_ade/types/shared/__init__.py index 59aa5d8..7c5c1f7 100644 --- a/src/landingai_ade/types/shared/__init__.py +++ b/src/landingai_ade/types/shared/__init__.py @@ -1,4 +1,2 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from .parse_metadata import ParseMetadata as ParseMetadata from .parse_grounding_box import ParseGroundingBox as ParseGroundingBox diff --git a/src/landingai_ade/types/shared/parse_grounding_box.py b/src/landingai_ade/types/shared/parse_grounding_box.py index 62d32ed..526d9f4 100644 --- a/src/landingai_ade/types/shared/parse_grounding_box.py +++ b/src/landingai_ade/types/shared/parse_grounding_box.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from ..._models import BaseModel __all__ = ["ParseGroundingBox"] diff --git a/src/landingai_ade/types/shared/parse_metadata.py b/src/landingai_ade/types/shared/parse_metadata.py index 6100f98..4d54798 100644 --- a/src/landingai_ade/types/shared/parse_metadata.py +++ b/src/landingai_ade/types/shared/parse_metadata.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from ..._models import BaseModel diff --git a/src/landingai_ade/types/split_response.py b/src/landingai_ade/types/split_response.py index 9ed23c9..18cff4d 100644 --- a/src/landingai_ade/types/split_response.py +++ b/src/landingai_ade/types/split_response.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from typing import List, Optional from .._models import BaseModel diff --git a/tests/__init__.py b/tests/__init__.py index fd8019a..e69de29 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1 +0,0 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. diff --git a/tests/api_resources/__init__.py b/tests/api_resources/__init__.py index fd8019a..e69de29 100644 --- a/tests/api_resources/__init__.py +++ b/tests/api_resources/__init__.py @@ -1 +0,0 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. diff --git a/tests/api_resources/test_client.py b/tests/api_resources/test_client.py index 349a0c2..c431392 100644 --- a/tests/api_resources/test_client.py +++ b/tests/api_resources/test_client.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations import os diff --git a/tests/api_resources/test_parse_jobs.py b/tests/api_resources/test_parse_jobs.py index 092b2e5..e5e6136 100644 --- a/tests/api_resources/test_parse_jobs.py +++ b/tests/api_resources/test_parse_jobs.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations import os diff --git a/tests/conftest.py b/tests/conftest.py index d0b560d..8c95585 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations import os diff --git a/tests/test_client.py b/tests/test_client.py index c0d01b9..de80472 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1,5 +1,3 @@ -# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. - from __future__ import annotations import gc