Skip to content

Commit 2b9f556

Browse files
committed
fixup! chore(suite-common): add t3b1 to message-system
1 parent a3f0845 commit 2b9f556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

suite-common/message-system/config/config.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@
882882
"conditions": [
883883
{
884884
"environment": {
885-
"desktop": "<24.8.1",
885+
"desktop": "<24.9.1",
886886
"mobile": "!",
887887
"web": "!"
888888
},

suite-common/suite-types/src/messageSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
export type DateTime = string;
1010
export type Version = string | string[];
11-
export type Model = '1' | 'T' | 'T1B1' | 'T2T1' | 'T2B1' | 'Safe 3' | 'T3B1' | 'T3T1' | '';
11+
export type Model = '1' | 'T' | 'T1B1' | 'T2T1' | 'T2B1' | 'Safe 3' | 'T3B1' | 'T3T1' | 'T3B1' | '';
1212
export type FirmwareRevision = string;
1313
export type FirmwareVariant = '*' | 'bitcoin-only' | 'regular';
1414
/**

0 commit comments

Comments
 (0)