Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions src/visier_platform_sdk/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ test/test_vee_status_code_dto.py
test/test_vee_status_dto.py
test/test_vee_visual_dto.py
test/test_vee_visual_options_dto.py
test/test_version_information_dto.py
test/test_webhook_basic_auth_credential_dto.py
test/test_webhook_credentials_dto.py
test/test_webhook_details_dto.py
Expand Down Expand Up @@ -1339,6 +1340,7 @@ visier_platform_sdk/models/vee_status_code_dto.py
visier_platform_sdk/models/vee_status_dto.py
visier_platform_sdk/models/vee_visual_dto.py
visier_platform_sdk/models/vee_visual_options_dto.py
visier_platform_sdk/models/version_information_dto.py
visier_platform_sdk/models/webhook_basic_auth_credential_dto.py
visier_platform_sdk/models/webhook_credentials_dto.py
visier_platform_sdk/models/webhook_details_dto.py
Expand Down
15 changes: 10 additions & 5 deletions src/visier_platform_sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
[tool.poetry]
name = "visier_platform_sdk"
version = "22222222.99201.1926"
version = "22222222.99201.1949"
description = "API Reference"
authors = ["Visier <alpine@visier.com>"]
license = "Apache License, Version 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "API Reference"]
repository = "https://github.com/visier/python-sdk"
keywords = ["Visier", "Visier-SDK", "API Reference"]
include = ["visier_platform_sdk/py.typed"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"

urllib3 = ">= 2.1.0, < 3.0.0"
# Workaround to fix urllib3 version conflict with `vcrpy` while using `uv` and `poetry`
urllib3 = [
{ version = ">= 2.1.0, < 3.0.0", markers = "platform_python_implementation != 'PyPy'" },
{ version = "<2", markers = "platform_python_implementation == 'PyPy'" }
]
python-dateutil = ">= 2.8.2"
pydantic = ">= 2"
typing-extensions = ">= 4.7.1"
Flask = ">= 3.0.0"

[tool.poetry.dev-dependencies]
pytest = ">= 7.2.1"
Expand Down
5 changes: 4 additions & 1 deletion src/visier_platform_sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
urllib3 >= 2.1.0, < 3.0.0
# Workaround to fix urllib3 version conflict with `vcrpy` while using `uv` and `poetry`
urllib3 <2; platform_python_implementation =='PyPy'
urllib3 >= 2.1.0, < 3.0.0; platform_python_implementation !='PyPy'
python_dateutil >= 2.8.2
pydantic >= 2
typing-extensions >= 4.7.1
Flask >= 3.0.0
16 changes: 10 additions & 6 deletions src/visier_platform_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand All @@ -22,11 +22,15 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "visier-platform-sdk"
VERSION = "22222222.99201.1926"
PYTHON_REQUIRES = ">= 3.9"
VERSION = "22222222.99201.1949"
PYTHON_REQUIRES = ">= 3.10"
REQUIRES = [
"urllib3 >= 2.1.0, < 3.0.0",
# Workaround to fix urllib3 version conflict with `vcrpy` while using `uv` and `poetry`.
# description is here: https://github.com/kevin1024/vcrpy/pull/826
"urllib3 <2; platform_python_implementation =='PyPy'",
"urllib3 >= 2.1.0, < 3.0.0; platform_python_implementation !='PyPy'",
"python-dateutil >= 2.8.2",
"Flask >= 3.0.0",
"pydantic >= 2",
"typing-extensions >= 4.7.1",
]
Expand All @@ -37,8 +41,8 @@
description="API Reference",
author="Visier",
author_email="alpine@visier.com",
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "API Reference"],
url="https://github.com/visier/python-sdk",
keywords=["Visier", "Visier-SDK", "API Reference"],
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion src/visier_platform_sdk/test/test_adp_auth_params_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion src/visier_platform_sdk/test/test_aggregation_query_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion src/visier_platform_sdk/test/test_analytic_object_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion src/visier_platform_sdk/test/test_analytic_objects_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion src/visier_platform_sdk/test/test_any.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion src/visier_platform_sdk/test/test_api_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.

The version of the OpenAPI document: 22222222.99201.1926
The version of the OpenAPI document: 22222222.99201.1949
Contact: alpine@visier.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Loading
Loading