Skip to content

Commit 457aaaf

Browse files
authored
Makes source no longer required (#260)
This should in theory make v0.18 backwards. compatible
1 parent 18578a3 commit 457aaaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+117
-118
lines changed

generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Groundlight makes it simple to understand images. You can easily create computer
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 0.15.3
6+
- API version: 0.18.1
77
- Package version: 1.0.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

generated/docs/BinaryClassificationResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**source** | **str** | |
87
**label** | **str** | |
98
**confidence** | **float** | | [optional]
9+
**source** | **str** | Source is optional to support edge v0.2 | [optional]
1010
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

generated/docs/CountingResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**source** | **str** | |
87
**count** | **int** | |
98
**confidence** | **float** | | [optional]
9+
**source** | **str** | Source is optional to support edge v0.2 | [optional]
1010
**greater_than_max** | **bool** | | [optional]
1111
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1212

generated/docs/LabelValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
99
**annotations_requested** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [readonly]
1010
**created_at** | **datetime** | | [readonly]
1111
**detector_id** | **int, none_type** | | [readonly]
12-
**source** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [readonly]
1312
**text** | **str, none_type** | Text annotations | [readonly]
1413
**rois** | [**[ROI], none_type**](ROI.md) | | [optional]
14+
**source** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional] [readonly]
1515
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

generated/docs/MultiClassificationResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**source** | **str** | |
87
**label** | **str** | |
98
**confidence** | **float** | | [optional]
9+
**source** | **str** | Source is optional to support edge v0.2 | [optional]
1010
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

generated/groundlight_openapi_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
77
8-
The version of the OpenAPI document: 0.15.3
8+
The version of the OpenAPI document: 0.18.1
99
1010
Generated by: https://openapi-generator.tech
1111
"""

generated/groundlight_openapi_client/api/actions_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
55
6-
The version of the OpenAPI document: 0.15.3
6+
The version of the OpenAPI document: 0.18.1
77
88
Generated by: https://openapi-generator.tech
99
"""

generated/groundlight_openapi_client/api/detector_groups_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
55
6-
The version of the OpenAPI document: 0.15.3
6+
The version of the OpenAPI document: 0.18.1
77
88
Generated by: https://openapi-generator.tech
99
"""

generated/groundlight_openapi_client/api/detector_reset_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
55
6-
The version of the OpenAPI document: 0.15.3
6+
The version of the OpenAPI document: 0.18.1
77
88
Generated by: https://openapi-generator.tech
99
"""

generated/groundlight_openapi_client/api/detectors_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
55
6-
The version of the OpenAPI document: 0.15.3
6+
The version of the OpenAPI document: 0.18.1
77
88
Generated by: https://openapi-generator.tech
99
"""

0 commit comments

Comments
 (0)