Skip to content

Commit c77e0bb

Browse files
Add new enum value for unauthorized missing permission
1 parent 8a610c0 commit c77e0bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/MyJetWallet.Fireblocks.Client/ApiClients.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37267,6 +37267,9 @@ public enum TransactionSubStatus
3726737267

3726837268
[System.Runtime.Serialization.EnumMember(Value = @"INVALID_TYPED_MESSAGE_PARAMETERS")]
3726937269
INVALID_TYPED_MESSAGE_PARAMETERS = 115,
37270+
37271+
[System.Runtime.Serialization.EnumMember(Value = @"UNAUTHORISED__MISSING_PERMISSION")]
37272+
UNAUTHORISED__MISSING_PERMISSION = 116,
3727037273

3727137274
[System.Runtime.Serialization.EnumMember(Value = @"UNSUPPORTED_DESIGNATED_SIGNERS")]
3727237275
UNSUPPORTED_DESIGNATED_SIGNERS = 10001,

0 commit comments

Comments
 (0)