Skip to content

Commit 4344bdf

Browse files
committed
upd deps
1 parent 4e769a5 commit 4344bdf

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

openapi/authorizer.openapi.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,6 @@
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": {
@@ -162,6 +151,17 @@
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": {
@@ -244,7 +244,7 @@
244244
"properties": {
245245
"decisions": {
246246
"items": {
247-
"$ref": "#/components/schemas/authorizerv2Decision"
247+
"$ref": "#/components/schemas/v2Decision"
248248
},
249249
"type": "array"
250250
}

openapi/authorizer.v2.openapi.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,6 @@
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": {
@@ -162,6 +151,17 @@
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": {
@@ -244,7 +244,7 @@
244244
"properties": {
245245
"decisions": {
246246
"items": {
247-
"$ref": "#/components/schemas/authorizerv2Decision"
247+
"$ref": "#/components/schemas/v2Decision"
248248
},
249249
"type": "array"
250250
}

0 commit comments

Comments
 (0)