Skip to content

Commit baa56f2

Browse files
committed
Revert "chore: update proton version"
This reverts commit 0462438.
1 parent 54a6375 commit baa56f2

File tree

4 files changed

+5307
-5368
lines changed

4 files changed

+5307
-5368
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAG := $(shell git rev-list --tags --max-count=1)
44
VERSION := $(shell git describe --tags ${TAG})
55
.PHONY: build check fmt lint test test-race vet test-cover-html help install proto ui compose-up-dev
66
.DEFAULT_GOAL := build
7-
PROTON_COMMIT := "240ffc2b05a6318746eea2fdf95230665239bd35"
7+
PROTON_COMMIT := "251281aa0c311904eb263eb9bfa7e3b9c41f99b0"
88

99
ui:
1010
@echo " > generating ui build"

proto/apidocs.swagger.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ paths:
25882588
required: false
25892589
type: string
25902590
- name: page_size
2591-
description: The maximum number of users to return per page. The default is 1000.
2591+
description: The maximum number of users to return per page. The default is 50.
25922592
in: query
25932593
required: false
25942594
type: integer
@@ -9095,7 +9095,7 @@ paths:
90959095
$ref: '#/definitions/rpcStatus'
90969096
parameters:
90979097
- name: page_size
9098-
description: The maximum number of users to return per page. The default is 1000.
9098+
description: The maximum number of users to return per page. The default is 50.
90999099
in: query
91009100
required: false
91019101
type: integer
@@ -10002,7 +10002,7 @@ paths:
1000210002
required: false
1000310003
type: boolean
1000410004
- name: page_size
10005-
description: The maximum number of users to return per page. The default is 1000.
10005+
description: The maximum number of users to return per page. The default is 50.
1000610006
in: query
1000710007
required: false
1000810008
type: integer
@@ -10115,7 +10115,7 @@ definitions:
1011510115
`NullValue` is a singleton enumeration to represent the null value for the
1011610116
`Value` type union.
1011710117
10118-
The JSON representation for `NullValue` is JSON `null`.
10118+
The JSON representation for `NullValue` is JSON `null`.
1011910119
1012010120
- NULL_VALUE: Null value.
1012110121
rpcStatus:

0 commit comments

Comments
 (0)