We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f980f7 commit df58bcdCopy full SHA for df58bcd
buf.yaml
@@ -9,4 +9,5 @@ lint:
9
- DEFAULT
10
breaking:
11
use:
12
- - PACKAGE
+ - WIRE
13
+# - PACKAGE
temporal/api/enums/v1/common.proto
@@ -39,7 +39,7 @@ enum EncodingType {
39
40
enum IndexedValueType {
41
INDEXED_VALUE_TYPE_UNSPECIFIED = 0;
42
- INDEXED_VALUE_TYPE_STRING = 1;
+ INDEXED_VALUE_TYPE_TEXT = 1;
43
INDEXED_VALUE_TYPE_KEYWORD = 2;
44
INDEXED_VALUE_TYPE_INT = 3;
45
INDEXED_VALUE_TYPE_DOUBLE = 4;
0 commit comments