Skip to content

Commit

Permalink
Save the webhook payloads for their own PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Feb 22, 2025
1 parent 9d6f954 commit b31a91b
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 668 deletions.
6 changes: 0 additions & 6 deletions generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ docs/PaginatedDetectorList.md
docs/PaginatedImageQueryList.md
docs/PaginatedRuleList.md
docs/PatchedDetectorRequest.md
docs/PayloadTemplate.md
docs/PayloadTemplateRequest.md
docs/ROI.md
docs/ROIRequest.md
docs/ResultTypeEnum.md
Expand Down Expand Up @@ -109,8 +107,6 @@ groundlight_openapi_client/model/paginated_detector_list.py
groundlight_openapi_client/model/paginated_image_query_list.py
groundlight_openapi_client/model/paginated_rule_list.py
groundlight_openapi_client/model/patched_detector_request.py
groundlight_openapi_client/model/payload_template.py
groundlight_openapi_client/model/payload_template_request.py
groundlight_openapi_client/model/result_type_enum.py
groundlight_openapi_client/model/roi.py
groundlight_openapi_client/model/roi_request.py
Expand All @@ -132,6 +128,4 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_payload_template.py
test/test_payload_template_request.py
tox.ini
3 changes: 0 additions & 3 deletions generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ rule_request = RuleRequest(
WebhookActionRequest(
url="url_example",
include_image=True,
payload_template=None,
),
],
) # RuleRequest |
Expand Down Expand Up @@ -172,8 +171,6 @@ Class | Method | HTTP request | Description
- [PaginatedImageQueryList](docs/PaginatedImageQueryList.md)
- [PaginatedRuleList](docs/PaginatedRuleList.md)
- [PatchedDetectorRequest](docs/PatchedDetectorRequest.md)
- [PayloadTemplate](docs/PayloadTemplate.md)
- [PayloadTemplateRequest](docs/PayloadTemplateRequest.md)
- [ROI](docs/ROI.md)
- [ROIRequest](docs/ROIRequest.md)
- [ResultTypeEnum](docs/ResultTypeEnum.md)
Expand Down
1 change: 0 additions & 1 deletion generated/docs/ActionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ with groundlight_openapi_client.ApiClient(configuration) as api_client:
WebhookActionRequest(
url="url_example",
include_image=True,
payload_template=None,
),
],
) # RuleRequest |
Expand Down
12 changes: 0 additions & 12 deletions generated/docs/PayloadTemplate.md

This file was deleted.

12 changes: 0 additions & 12 deletions generated/docs/PayloadTemplateRequest.md

This file was deleted.

1 change: 0 additions & 1 deletion generated/docs/WebhookAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | |
**include_image** | **bool** | | [optional]
**payload_template** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 0 additions & 1 deletion generated/docs/WebhookActionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | |
**include_image** | **bool** | | [optional]
**payload_template** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
274 changes: 0 additions & 274 deletions generated/groundlight_openapi_client/model/payload_template.py

This file was deleted.

Loading

0 comments on commit b31a91b

Please sign in to comment.