File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26404,6 +26404,8 @@ paths:
26404
26404
required:
26405
26405
- maxFeePerGas
26406
26406
- maxPriorityFeePerGas
26407
+ txType:
26408
+ type: string
26407
26409
required:
26408
26410
- txid
26409
26411
responses:
@@ -36131,6 +36133,7 @@ components:
36131
36133
- deny
36132
36134
- getApproval
36133
36135
- getEnterpriseUserApproval
36136
+ - getUserRoleApproval
36134
36137
- getAnyApproval
36135
36138
- getFinalApproval
36136
36139
- getVideoApproval
@@ -52304,6 +52307,11 @@ components:
52304
52307
type: boolean
52305
52308
walletSubtype:
52306
52309
$ref: '#/components/schemas/CustodialWalletSubType'
52310
+ userRoleIds:
52311
+ type: array
52312
+ items:
52313
+ type: string
52314
+ minLength: 1
52307
52315
PolicyRule:
52308
52316
type: object
52309
52317
properties:
You can’t perform that action at this time.
0 commit comments