Skip to content

Commit b31a91b

Browse files
author
brandon
committed
Save the webhook payloads for their own PR
1 parent 9d6f954 commit b31a91b

File tree

14 files changed

+1
-668
lines changed

14 files changed

+1
-668
lines changed

generated/.openapi-generator/FILES

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ docs/PaginatedDetectorList.md
4242
docs/PaginatedImageQueryList.md
4343
docs/PaginatedRuleList.md
4444
docs/PatchedDetectorRequest.md
45-
docs/PayloadTemplate.md
46-
docs/PayloadTemplateRequest.md
4745
docs/ROI.md
4846
docs/ROIRequest.md
4947
docs/ResultTypeEnum.md
@@ -109,8 +107,6 @@ groundlight_openapi_client/model/paginated_detector_list.py
109107
groundlight_openapi_client/model/paginated_image_query_list.py
110108
groundlight_openapi_client/model/paginated_rule_list.py
111109
groundlight_openapi_client/model/patched_detector_request.py
112-
groundlight_openapi_client/model/payload_template.py
113-
groundlight_openapi_client/model/payload_template_request.py
114110
groundlight_openapi_client/model/result_type_enum.py
115111
groundlight_openapi_client/model/roi.py
116112
groundlight_openapi_client/model/roi_request.py
@@ -132,6 +128,4 @@ setup.cfg
132128
setup.py
133129
test-requirements.txt
134130
test/__init__.py
135-
test/test_payload_template.py
136-
test/test_payload_template_request.py
137131
tox.ini

generated/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ rule_request = RuleRequest(
9494
WebhookActionRequest(
9595
url="url_example",
9696
include_image=True,
97-
payload_template=None,
9897
),
9998
],
10099
) # RuleRequest |
@@ -172,8 +171,6 @@ Class | Method | HTTP request | Description
172171
- [PaginatedImageQueryList](docs/PaginatedImageQueryList.md)
173172
- [PaginatedRuleList](docs/PaginatedRuleList.md)
174173
- [PatchedDetectorRequest](docs/PatchedDetectorRequest.md)
175-
- [PayloadTemplate](docs/PayloadTemplate.md)
176-
- [PayloadTemplateRequest](docs/PayloadTemplateRequest.md)
177174
- [ROI](docs/ROI.md)
178175
- [ROIRequest](docs/ROIRequest.md)
179176
- [ResultTypeEnum](docs/ResultTypeEnum.md)

generated/docs/ActionsApi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ with groundlight_openapi_client.ApiClient(configuration) as api_client:
6969
WebhookActionRequest(
7070
url="url_example",
7171
include_image=True,
72-
payload_template=None,
7372
),
7473
],
7574
) # RuleRequest |

generated/docs/PayloadTemplate.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

generated/docs/PayloadTemplateRequest.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

generated/docs/WebhookAction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**url** | **str** | |
88
**include_image** | **bool** | | [optional]
9-
**payload_template** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
109
**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]
1110

1211
[[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/WebhookActionRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**url** | **str** | |
88
**include_image** | **bool** | | [optional]
9-
**payload_template** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
109
**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]
1110

1211
[[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/model/payload_template.py

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)