Skip to content

Commit 9dea6b2

Browse files
committed
chore(protobuf): tweaking protobuf update
1 parent c8a30ed commit 9dea6b2

File tree

6 files changed

+664
-34
lines changed

6 files changed

+664
-34
lines changed

packages/protobuf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @trezor/protobuf
22

3-
Library for handling protobuf interfaces with Treozr
3+
Library for handling protobuf interfaces with Trezor
44

55
## From Protobuf to TypeScript
66

packages/protobuf/messages.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,6 +2976,10 @@
29762976
"wait_layout": {
29772977
"type": "bool",
29782978
"id": 3
2979+
},
2980+
"thp_channel_id": {
2981+
"type": "bytes",
2982+
"id": 4
29792983
}
29802984
}
29812985
},
@@ -3033,6 +3037,18 @@
30333037
"rule": "repeated",
30343038
"type": "string",
30353039
"id": 13
3040+
},
3041+
"thp_pairing_code_entry_code": {
3042+
"type": "uint32",
3043+
"id": 14
3044+
},
3045+
"thp_pairing_code_qr_code": {
3046+
"type": "bytes",
3047+
"id": 15
3048+
},
3049+
"thp_pairing_code_nfc_unidirectional": {
3050+
"type": "bytes",
3051+
"id": 16
30363052
}
30373053
}
30383054
},
@@ -7825,6 +7841,26 @@
78257841
"id": 50008,
78267842
"extend": "google.protobuf.EnumValueOptions"
78277843
},
7844+
"channel_in": {
7845+
"type": "bool",
7846+
"id": 50009,
7847+
"extend": "google.protobuf.EnumValueOptions"
7848+
},
7849+
"channel_out": {
7850+
"type": "bool",
7851+
"id": 50010,
7852+
"extend": "google.protobuf.EnumValueOptions"
7853+
},
7854+
"pairing_in": {
7855+
"type": "bool",
7856+
"id": 50011,
7857+
"extend": "google.protobuf.EnumValueOptions"
7858+
},
7859+
"pairing_out": {
7860+
"type": "bool",
7861+
"id": 50012,
7862+
"extend": "google.protobuf.EnumValueOptions"
7863+
},
78287864
"bitcoin_only": {
78297865
"type": "bool",
78307866
"id": 60000,

0 commit comments

Comments
 (0)