File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 87
87
SLACK_MSG_AUTHOR : gr4vy-code
88
88
SLACK_ICON_EMOJI : " :gr4vy:"
89
89
SLACK_COLOR : " failure"
90
- SLACK_MESSAGE_ON_FAILURE : " CI failed - `${{ github.event.commits[0].message }}` "
90
+ SLACK_MESSAGE_ON_FAILURE : " CI failed"
91
91
SLACK_FOOTER : " "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ generation:
3
3
sdkClassName : Gr4vy
4
4
maintainOpenAPIOrder : true
5
5
usageSnippets :
6
- optionalPropertyRendering : withExample
6
+ optionalPropertyRendering : never
7
7
sdkInitStyle : constructor
8
8
useClassNamesForArrayFields : true
9
9
fixes :
Original file line number Diff line number Diff line change 1
1
overlay : 1.0.0
2
2
x-speakeasy-jsonpath : rfc9535
3
3
info :
4
- title : Remove unwanted timeout_in_seconds params
4
+ title : Remove unwanted headers
5
5
version : 0.0.1
6
6
actions :
7
7
- target : $.paths.*.*.parameters[?(@.name=="timeout_in_seconds")]
8
+ remove : true
9
+ - target : $.paths.*.*.parameters[?(@.name=="application_name")]
8
10
remove : true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sources:
12
12
- location : ./.speakeasy/overlays/mid-global.yaml
13
13
- location : ./.speakeasy/overlays/fix-base-model.yaml
14
14
- location : ./.speakeasy/overlays/fix-checkout-session-body.yaml
15
- - location : ./.speakeasy/overlays/fix-remove-timeout-in-seconds .yaml
15
+ - location : ./.speakeasy/overlays/fix-remove-unwanted-headers .yaml
16
16
registry :
17
17
location : registry.speakeasyapi.dev/gr4vy/gr4vy/openapi
18
18
targets :
You can’t perform that action at this time.
0 commit comments