File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed
Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ buf-format:
5050 @${EXT_BIN_DIR} /buf format -w proto
5151
5252.PHONY : buf-build
53- buf-build : ${BIN_DIR}
53+ buf-build : ${BIN_DIR} buf-format
5454 @echo -e " $( ATTN_COLOR) ==> $@ $( NO_COLOR) "
5555 @${EXT_BIN_DIR} /buf build --output ${BIN_DIR} /${BUF_DEV_IMAGE}
5656
Original file line number Diff line number Diff line change 5858 },
5959 "type" : " object"
6060 },
61- "authorizerv2Decision" : {
62- "properties" : {
63- "decision" : {
64- "type" : " string"
65- },
66- "is" : {
67- "type" : " boolean"
68- }
69- },
70- "type" : " object"
71- },
7261 "protobufAny" : {
7362 "additionalProperties" : {},
7463 "properties" : {
162151 },
163152 "type" : " object"
164153 },
154+ "v2Decision" : {
155+ "properties" : {
156+ "decision" : {
157+ "type" : " string"
158+ },
159+ "is" : {
160+ "type" : " boolean"
161+ }
162+ },
163+ "type" : " object"
164+ },
165165 "v2DecisionTreeOptions" : {
166166 "properties" : {
167167 "path_separator" : {
244244 "properties" : {
245245 "decisions" : {
246246 "items" : {
247- "$ref" : " #/components/schemas/authorizerv2Decision "
247+ "$ref" : " #/components/schemas/v2Decision "
248248 },
249249 "type" : " array"
250250 }
Original file line number Diff line number Diff line change 5858 },
5959 "type" : " object"
6060 },
61- "authorizerv2Decision" : {
62- "properties" : {
63- "decision" : {
64- "type" : " string"
65- },
66- "is" : {
67- "type" : " boolean"
68- }
69- },
70- "type" : " object"
71- },
7261 "protobufAny" : {
7362 "additionalProperties" : {},
7463 "properties" : {
162151 },
163152 "type" : " object"
164153 },
154+ "v2Decision" : {
155+ "properties" : {
156+ "decision" : {
157+ "type" : " string"
158+ },
159+ "is" : {
160+ "type" : " boolean"
161+ }
162+ },
163+ "type" : " object"
164+ },
165165 "v2DecisionTreeOptions" : {
166166 "properties" : {
167167 "path_separator" : {
244244 "properties" : {
245245 "decisions" : {
246246 "items" : {
247- "$ref" : " #/components/schemas/authorizerv2Decision "
247+ "$ref" : " #/components/schemas/v2Decision "
248248 },
249249 "type" : " array"
250250 }
You can’t perform that action at this time.
0 commit comments