@dfns/sdk 0.8.24 → 0.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,45 @@
1
+ export type CreatePayinRecipientBody = {
2
+ provider: "CircleMint";
3
+ /** The wallet to register as a Circle Mint recipient. */
4
+ walletId: string;
5
+ /** Fiat currency of the payin (determines the delivered stablecoin, e.g. USD → USDC, EUR → EURC). */
6
+ currency: "USD" | "EUR";
7
+ };
8
+ export type CreatePayinRecipientResponse = {
9
+ /** Payin provider. */
10
+ provider: "CircleMint";
11
+ /** The wallet whose address is (to be) registered as a recipient. */
12
+ walletId: string;
13
+ /** Fiat currency of the payin (determines the delivered stablecoin, e.g. USD → USDC, EUR → EURC). */
14
+ currency: "USD" | "EUR";
15
+ /** Recipient status. */
16
+ status: "NotRegistered" | "PendingVerification" | "Active";
17
+ /** The provider's recipient-registry id, once registered. */
18
+ recipientAddressId?: string | undefined;
19
+ };
20
+ export type CreatePayinRecipientRequest = {
21
+ body: CreatePayinRecipientBody;
22
+ };
23
+ export type GetPayinRecipientQuery = {
24
+ /** The payin provider to check the recipient with. */
25
+ provider: "CircleMint";
26
+ /** The wallet whose recipient status to check. */
27
+ walletId: string;
28
+ /** Fiat currency of the payin (determines the delivered stablecoin, e.g. USD → USDC, EUR → EURC). */
29
+ currency: "USD" | "EUR";
30
+ };
31
+ export type GetPayinRecipientResponse = {
32
+ /** Payin provider. */
33
+ provider: "CircleMint";
34
+ /** The wallet whose address is (to be) registered as a recipient. */
35
+ walletId: string;
36
+ /** Fiat currency of the payin (determines the delivered stablecoin, e.g. USD → USDC, EUR → EURC). */
37
+ currency: "USD" | "EUR";
38
+ /** Recipient status. */
39
+ status: "NotRegistered" | "PendingVerification" | "Active";
40
+ /** The provider's recipient-registry id, once registered. */
41
+ recipientAddressId?: string | undefined;
42
+ };
43
+ export type GetPayinRecipientRequest = {
44
+ query?: GetPayinRecipientQuery;
45
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -28,6 +28,38 @@ export type CreatePayoutBody = {
28
28
  paymentInstructionsId: string;
29
29
  /** Borderless reason/purpose for the payment. */
30
30
  paymentPurpose: "salary payment" | "personal remittance" | "rent payment" | "property purchase" | "owned account abroad" | "advertising expenses" | "advisory fees" | "business insurance" | "construction" | "delivery fees" | "education" | "exports" | "donation" | "hotel" | "loan payment" | "maintenance expenses" | "medical expense" | "office expenses" | "royalty fees" | "service charge" | "shares investment" | "tax payment" | "transportation fees" | "travel" | "utility bills" | "other";
31
+ } | {
32
+ /** The wallet ID to remit funds from. */
33
+ walletId: string;
34
+ /** Optional idempotency key to ensure only one payout is created. */
35
+ externalId?: string | undefined;
36
+ /** The asset to be paid out. */
37
+ asset: {
38
+ kind: "Erc20";
39
+ /** The amount of the asset to be paid out in minimum denomination. */
40
+ amount: string;
41
+ /** The ERC-20 contract address. */
42
+ contract: string;
43
+ } | {
44
+ kind: "Spl" | "Spl2022";
45
+ /** The amount of the asset to be paid out in minimum denomination. */
46
+ amount: string;
47
+ /** The token mint address. */
48
+ mint: string;
49
+ };
50
+ /** ISO-4217 fiat currency code for the payout. */
51
+ fiatCurrency: string;
52
+ provider: "CircleMint";
53
+ /** Where the redeemed fiat goes: 'bank' wires it to a linked bank account; 'balance' holds it in the org's Circle Mint balance. */
54
+ destination: {
55
+ type: "bank";
56
+ /** The Circle Mint bank account id to pay out to (the org links banks on Circle's website). */
57
+ bankId: string;
58
+ /** The Circle Mint payout rail. */
59
+ rail: "wire" | "sepa" | "sepa_instant";
60
+ } | {
61
+ type: "balance";
62
+ };
31
63
  };
32
64
  export type CreatePayoutResponse = {
33
65
  /** Payout id. */
@@ -113,6 +145,88 @@ export type CreatePayoutResponse = {
113
145
  dateDepositConfirmed?: string | undefined;
114
146
  datePayoutConfirmed?: string | undefined;
115
147
  };
148
+ } | {
149
+ /** Payout id. */
150
+ id: string;
151
+ /** The wallet ID used for the payout. */
152
+ walletId: string;
153
+ /** ISO-4217 fiat currency code for the payout. */
154
+ fiatCurrency: string;
155
+ /** The asset being paid out, including token descriptor and metadata. */
156
+ asset: {
157
+ kind: "Erc20";
158
+ /** The amount of the asset to be paid out in minimum denomination. */
159
+ amount: string;
160
+ /** The ERC-20 contract address. */
161
+ contract: string;
162
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "ArcTestnet" | "Areum" | "AvalancheC" | "AvalancheCFuji" | "Adi" | "AdiTestnet" | "AdiTestnetAb" | "BabylonGenesis" | "BabylonTestnet5" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "BesuTestnet" | "BesuTestnet2" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinTestnet4" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Concordium" | "ConcordiumTestnet" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "CosmosHub4" | "CosmosIcsTestnet" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumClassic" | "EthereumClassicMordor" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "FlareC" | "FlareCCoston2" | "FlowEvm" | "FlowEvmTestnet" | "IconTestnet" | "Hedera" | "HederaTestnet" | "Ink" | "InkSepolia" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "KusamaAssetHub" | "Litecoin" | "LitecoinTestnet" | "Movement" | "MovementTestnet" | "Near" | "NearTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plasma" | "PlasmaTestnet" | "Plume" | "PlumeSepolia" | "Paseo" | "PaseoAssetHub" | "Polkadot" | "PolkadotAssetHub" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "Rayls" | "RaylsTestnet" | "Robinhood" | "RobinhoodSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Sonic" | "SonicTestnet" | "Starknet" | "StarknetSepolia" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "TezosShadownet" | "Tempo" | "TempoAndantino" | "TempoModerato" | "Tsc" | "TscTestnet1" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "WestendAssetHub" | "Xdc" | "XdcApothem" | "XLayer" | "XLayerSepolia" | "XrpLedger" | "XrpLedgerTestnet";
163
+ metadata?: {
164
+ /** The display name of the token. */
165
+ name?: string | undefined;
166
+ /** The ticker symbol of the token. */
167
+ symbol?: string | undefined;
168
+ /** Number of decimals used by the token. */
169
+ decimals: number;
170
+ /** Whether the token is verified by DFNS as legitimate. */
171
+ verified?: boolean | undefined;
172
+ } | undefined;
173
+ } | {
174
+ kind: "Spl" | "Spl2022";
175
+ /** The amount of the asset to be paid out in minimum denomination. */
176
+ amount: string;
177
+ /** The token mint address. */
178
+ mint: string;
179
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "ArcTestnet" | "Areum" | "AvalancheC" | "AvalancheCFuji" | "Adi" | "AdiTestnet" | "AdiTestnetAb" | "BabylonGenesis" | "BabylonTestnet5" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "BesuTestnet" | "BesuTestnet2" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinTestnet4" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Concordium" | "ConcordiumTestnet" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "CosmosHub4" | "CosmosIcsTestnet" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumClassic" | "EthereumClassicMordor" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "FlareC" | "FlareCCoston2" | "FlowEvm" | "FlowEvmTestnet" | "IconTestnet" | "Hedera" | "HederaTestnet" | "Ink" | "InkSepolia" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "KusamaAssetHub" | "Litecoin" | "LitecoinTestnet" | "Movement" | "MovementTestnet" | "Near" | "NearTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plasma" | "PlasmaTestnet" | "Plume" | "PlumeSepolia" | "Paseo" | "PaseoAssetHub" | "Polkadot" | "PolkadotAssetHub" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "Rayls" | "RaylsTestnet" | "Robinhood" | "RobinhoodSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Sonic" | "SonicTestnet" | "Starknet" | "StarknetSepolia" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "TezosShadownet" | "Tempo" | "TempoAndantino" | "TempoModerato" | "Tsc" | "TscTestnet1" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "WestendAssetHub" | "Xdc" | "XdcApothem" | "XLayer" | "XLayerSepolia" | "XrpLedger" | "XrpLedgerTestnet";
180
+ metadata?: {
181
+ /** The display name of the token. */
182
+ name?: string | undefined;
183
+ /** The ticker symbol of the token. */
184
+ symbol?: string | undefined;
185
+ /** Number of decimals used by the token. */
186
+ decimals: number;
187
+ /** Whether the token is verified by DFNS as legitimate. */
188
+ verified?: boolean | undefined;
189
+ } | undefined;
190
+ };
191
+ /** Optional external identifier for idempotency. */
192
+ externalId?: string | undefined;
193
+ /** The current status of the payout. */
194
+ status: "Processing" | "Completed" | "Failed" | "Rejected" | "Expired" | "Canceled";
195
+ /** The user/token that initiated the payout. */
196
+ requester: {
197
+ /** User id. */
198
+ userId: string;
199
+ /** Token id. */
200
+ tokenId?: string | undefined;
201
+ };
202
+ dateCreated: string;
203
+ dateFinalized?: string | undefined;
204
+ provider: "CircleMint";
205
+ /** Circle Mint provider-specific payout data. */
206
+ data: {
207
+ /** The Circle Mint execution status. */
208
+ executionStatus: "Initializing" | "AwaitingDeposit" | "DepositConfirmed" | "AwaitingPayout" | "Completed" | "Rejected" | "Failed" | "Expired" | "Canceled";
209
+ /** Reason for the current status, primarily for failure cases. */
210
+ statusReason?: string | undefined;
211
+ /** The Circle Mint bank account id the fiat is paid out to; absent for a balance destination. */
212
+ bankId?: string | undefined;
213
+ /** The payout rail; absent for a balance destination. */
214
+ rail?: ("wire" | "sepa" | "sepa_instant") | undefined;
215
+ /** Circle payment intent id (the unique per-operation deposit intent). */
216
+ paymentIntentId?: string | undefined;
217
+ /** The unique per-operation address the wallet remits USDC/EURC to. */
218
+ depositAddress?: string | undefined;
219
+ /** The Dfns transfer id used to send funds to the deposit address. */
220
+ transferId?: string | undefined;
221
+ /** The blockchain transaction hash of the deposit transfer. */
222
+ transactionHash?: string | undefined;
223
+ /** The id assigned by Circle when the fiat payout is created. */
224
+ circlePayoutId?: string | undefined;
225
+ /** Circle tracking reference for the fiat payout. */
226
+ trackingRef?: string | undefined;
227
+ dateDepositConfirmed?: string | undefined;
228
+ datePayoutConfirmed?: string | undefined;
229
+ };
116
230
  };
117
231
  export type CreatePayoutRequest = {
118
232
  body: CreatePayoutBody;
@@ -172,10 +286,30 @@ export type CreatePayoutQuoteBody = {
172
286
  provider: "Borderless";
173
287
  /** ISO-3166 Alpha-2 country code for the payout destination. */
174
288
  country: string;
289
+ } | {
290
+ /** The wallet ID to use for determining the network. */
291
+ walletId: string;
292
+ /** The asset to be paid out. */
293
+ asset: {
294
+ kind: "Erc20";
295
+ /** The amount of the asset to be paid out in minimum denomination. */
296
+ amount: string;
297
+ /** The ERC-20 contract address. */
298
+ contract: string;
299
+ } | {
300
+ kind: "Spl" | "Spl2022";
301
+ /** The amount of the asset to be paid out in minimum denomination. */
302
+ amount: string;
303
+ /** The token mint address. */
304
+ mint: string;
305
+ };
306
+ /** ISO-4217 fiat currency code for the payout quote. */
307
+ fiatCurrency: string;
308
+ provider: "CircleMint";
175
309
  };
176
310
  export type CreatePayoutQuoteResponse = {
177
311
  /** Payout provider. */
178
- provider: "Borderless";
312
+ provider: "Borderless" | "CircleMint";
179
313
  /** The asset being quoted, enriched with network and metadata. */
180
314
  asset: {
181
315
  kind: "Erc20";
@@ -320,6 +454,88 @@ export type GetPayoutResponse = {
320
454
  dateDepositConfirmed?: string | undefined;
321
455
  datePayoutConfirmed?: string | undefined;
322
456
  };
457
+ } | {
458
+ /** Payout id. */
459
+ id: string;
460
+ /** The wallet ID used for the payout. */
461
+ walletId: string;
462
+ /** ISO-4217 fiat currency code for the payout. */
463
+ fiatCurrency: string;
464
+ /** The asset being paid out, including token descriptor and metadata. */
465
+ asset: {
466
+ kind: "Erc20";
467
+ /** The amount of the asset to be paid out in minimum denomination. */
468
+ amount: string;
469
+ /** The ERC-20 contract address. */
470
+ contract: string;
471
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "ArcTestnet" | "Areum" | "AvalancheC" | "AvalancheCFuji" | "Adi" | "AdiTestnet" | "AdiTestnetAb" | "BabylonGenesis" | "BabylonTestnet5" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "BesuTestnet" | "BesuTestnet2" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinTestnet4" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Concordium" | "ConcordiumTestnet" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "CosmosHub4" | "CosmosIcsTestnet" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumClassic" | "EthereumClassicMordor" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "FlareC" | "FlareCCoston2" | "FlowEvm" | "FlowEvmTestnet" | "IconTestnet" | "Hedera" | "HederaTestnet" | "Ink" | "InkSepolia" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "KusamaAssetHub" | "Litecoin" | "LitecoinTestnet" | "Movement" | "MovementTestnet" | "Near" | "NearTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plasma" | "PlasmaTestnet" | "Plume" | "PlumeSepolia" | "Paseo" | "PaseoAssetHub" | "Polkadot" | "PolkadotAssetHub" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "Rayls" | "RaylsTestnet" | "Robinhood" | "RobinhoodSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Sonic" | "SonicTestnet" | "Starknet" | "StarknetSepolia" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "TezosShadownet" | "Tempo" | "TempoAndantino" | "TempoModerato" | "Tsc" | "TscTestnet1" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "WestendAssetHub" | "Xdc" | "XdcApothem" | "XLayer" | "XLayerSepolia" | "XrpLedger" | "XrpLedgerTestnet";
472
+ metadata?: {
473
+ /** The display name of the token. */
474
+ name?: string | undefined;
475
+ /** The ticker symbol of the token. */
476
+ symbol?: string | undefined;
477
+ /** Number of decimals used by the token. */
478
+ decimals: number;
479
+ /** Whether the token is verified by DFNS as legitimate. */
480
+ verified?: boolean | undefined;
481
+ } | undefined;
482
+ } | {
483
+ kind: "Spl" | "Spl2022";
484
+ /** The amount of the asset to be paid out in minimum denomination. */
485
+ amount: string;
486
+ /** The token mint address. */
487
+ mint: string;
488
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "ArcTestnet" | "Areum" | "AvalancheC" | "AvalancheCFuji" | "Adi" | "AdiTestnet" | "AdiTestnetAb" | "BabylonGenesis" | "BabylonTestnet5" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "BesuTestnet" | "BesuTestnet2" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinTestnet4" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Concordium" | "ConcordiumTestnet" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "CosmosHub4" | "CosmosIcsTestnet" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumClassic" | "EthereumClassicMordor" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "FlareC" | "FlareCCoston2" | "FlowEvm" | "FlowEvmTestnet" | "IconTestnet" | "Hedera" | "HederaTestnet" | "Ink" | "InkSepolia" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "KusamaAssetHub" | "Litecoin" | "LitecoinTestnet" | "Movement" | "MovementTestnet" | "Near" | "NearTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plasma" | "PlasmaTestnet" | "Plume" | "PlumeSepolia" | "Paseo" | "PaseoAssetHub" | "Polkadot" | "PolkadotAssetHub" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "Rayls" | "RaylsTestnet" | "Robinhood" | "RobinhoodSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Sonic" | "SonicTestnet" | "Starknet" | "StarknetSepolia" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "TezosShadownet" | "Tempo" | "TempoAndantino" | "TempoModerato" | "Tsc" | "TscTestnet1" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "WestendAssetHub" | "Xdc" | "XdcApothem" | "XLayer" | "XLayerSepolia" | "XrpLedger" | "XrpLedgerTestnet";
489
+ metadata?: {
490
+ /** The display name of the token. */
491
+ name?: string | undefined;
492
+ /** The ticker symbol of the token. */
493
+ symbol?: string | undefined;
494
+ /** Number of decimals used by the token. */
495
+ decimals: number;
496
+ /** Whether the token is verified by DFNS as legitimate. */
497
+ verified?: boolean | undefined;
498
+ } | undefined;
499
+ };
500
+ /** Optional external identifier for idempotency. */
501
+ externalId?: string | undefined;
502
+ /** The current status of the payout. */
503
+ status: "Processing" | "Completed" | "Failed" | "Rejected" | "Expired" | "Canceled";
504
+ /** The user/token that initiated the payout. */
505
+ requester: {
506
+ /** User id. */
507
+ userId: string;
508
+ /** Token id. */
509
+ tokenId?: string | undefined;
510
+ };
511
+ dateCreated: string;
512
+ dateFinalized?: string | undefined;
513
+ provider: "CircleMint";
514
+ /** Circle Mint provider-specific payout data. */
515
+ data: {
516
+ /** The Circle Mint execution status. */
517
+ executionStatus: "Initializing" | "AwaitingDeposit" | "DepositConfirmed" | "AwaitingPayout" | "Completed" | "Rejected" | "Failed" | "Expired" | "Canceled";
518
+ /** Reason for the current status, primarily for failure cases. */
519
+ statusReason?: string | undefined;
520
+ /** The Circle Mint bank account id the fiat is paid out to; absent for a balance destination. */
521
+ bankId?: string | undefined;
522
+ /** The payout rail; absent for a balance destination. */
523
+ rail?: ("wire" | "sepa" | "sepa_instant") | undefined;
524
+ /** Circle payment intent id (the unique per-operation deposit intent). */
525
+ paymentIntentId?: string | undefined;
526
+ /** The unique per-operation address the wallet remits USDC/EURC to. */
527
+ depositAddress?: string | undefined;
528
+ /** The Dfns transfer id used to send funds to the deposit address. */
529
+ transferId?: string | undefined;
530
+ /** The blockchain transaction hash of the deposit transfer. */
531
+ transactionHash?: string | undefined;
532
+ /** The id assigned by Circle when the fiat payout is created. */
533
+ circlePayoutId?: string | undefined;
534
+ /** Circle tracking reference for the fiat payout. */
535
+ trackingRef?: string | undefined;
536
+ dateDepositConfirmed?: string | undefined;
537
+ datePayoutConfirmed?: string | undefined;
538
+ };
323
539
  };
324
540
  export type GetPayoutRequest = GetPayoutParams;
325
541
  export type ListPayoutsQuery = {
@@ -331,6 +547,8 @@ export type ListPayoutsQuery = {
331
547
  walletId?: string | undefined;
332
548
  /** Filter payouts by status (comma-separated). */
333
549
  status?: ("Processing" | "Completed" | "Failed" | "Rejected" | "Expired" | "Canceled")[] | undefined;
550
+ /** Filter payouts by provider (comma-separated). */
551
+ provider?: ("Borderless" | "CircleMint")[] | undefined;
334
552
  };
335
553
  export type ListPayoutsResponse = {
336
554
  /** Current page items. */
@@ -418,6 +636,88 @@ export type ListPayoutsResponse = {
418
636
  dateDepositConfirmed?: string | undefined;
419
637
  datePayoutConfirmed?: string | undefined;
420
638
  };
639
+ } | {
640
+ /** Payout id. */
641
+ id: string;
642
+ /** The wallet ID used for the payout. */
643
+ walletId: string;
644
+ /** ISO-4217 fiat currency code for the payout. */
645
+ fiatCurrency: string;
646
+ /** The asset being paid out, including token descriptor and metadata. */
647
+ asset: {
648
+ kind: "Erc20";
649
+ /** The amount of the asset to be paid out in minimum denomination. */
650
+ amount: string;
651
+ /** The ERC-20 contract address. */
652
+ contract: string;
653
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "ArcTestnet" | "Areum" | "AvalancheC" | "AvalancheCFuji" | "Adi" | "AdiTestnet" | "AdiTestnetAb" | "BabylonGenesis" | "BabylonTestnet5" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "BesuTestnet" | "BesuTestnet2" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinTestnet4" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Concordium" | "ConcordiumTestnet" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "CosmosHub4" | "CosmosIcsTestnet" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumClassic" | "EthereumClassicMordor" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "FlareC" | "FlareCCoston2" | "FlowEvm" | "FlowEvmTestnet" | "IconTestnet" | "Hedera" | "HederaTestnet" | "Ink" | "InkSepolia" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "KusamaAssetHub" | "Litecoin" | "LitecoinTestnet" | "Movement" | "MovementTestnet" | "Near" | "NearTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plasma" | "PlasmaTestnet" | "Plume" | "PlumeSepolia" | "Paseo" | "PaseoAssetHub" | "Polkadot" | "PolkadotAssetHub" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "Rayls" | "RaylsTestnet" | "Robinhood" | "RobinhoodSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Sonic" | "SonicTestnet" | "Starknet" | "StarknetSepolia" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "TezosShadownet" | "Tempo" | "TempoAndantino" | "TempoModerato" | "Tsc" | "TscTestnet1" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "WestendAssetHub" | "Xdc" | "XdcApothem" | "XLayer" | "XLayerSepolia" | "XrpLedger" | "XrpLedgerTestnet";
654
+ metadata?: {
655
+ /** The display name of the token. */
656
+ name?: string | undefined;
657
+ /** The ticker symbol of the token. */
658
+ symbol?: string | undefined;
659
+ /** Number of decimals used by the token. */
660
+ decimals: number;
661
+ /** Whether the token is verified by DFNS as legitimate. */
662
+ verified?: boolean | undefined;
663
+ } | undefined;
664
+ } | {
665
+ kind: "Spl" | "Spl2022";
666
+ /** The amount of the asset to be paid out in minimum denomination. */
667
+ amount: string;
668
+ /** The token mint address. */
669
+ mint: string;
670
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "ArcTestnet" | "Areum" | "AvalancheC" | "AvalancheCFuji" | "Adi" | "AdiTestnet" | "AdiTestnetAb" | "BabylonGenesis" | "BabylonTestnet5" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "BesuTestnet" | "BesuTestnet2" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinTestnet4" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Concordium" | "ConcordiumTestnet" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "CosmosHub4" | "CosmosIcsTestnet" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumClassic" | "EthereumClassicMordor" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "FlareC" | "FlareCCoston2" | "FlowEvm" | "FlowEvmTestnet" | "IconTestnet" | "Hedera" | "HederaTestnet" | "Ink" | "InkSepolia" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "KusamaAssetHub" | "Litecoin" | "LitecoinTestnet" | "Movement" | "MovementTestnet" | "Near" | "NearTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plasma" | "PlasmaTestnet" | "Plume" | "PlumeSepolia" | "Paseo" | "PaseoAssetHub" | "Polkadot" | "PolkadotAssetHub" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "Rayls" | "RaylsTestnet" | "Robinhood" | "RobinhoodSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Sonic" | "SonicTestnet" | "Starknet" | "StarknetSepolia" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "TezosShadownet" | "Tempo" | "TempoAndantino" | "TempoModerato" | "Tsc" | "TscTestnet1" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "WestendAssetHub" | "Xdc" | "XdcApothem" | "XLayer" | "XLayerSepolia" | "XrpLedger" | "XrpLedgerTestnet";
671
+ metadata?: {
672
+ /** The display name of the token. */
673
+ name?: string | undefined;
674
+ /** The ticker symbol of the token. */
675
+ symbol?: string | undefined;
676
+ /** Number of decimals used by the token. */
677
+ decimals: number;
678
+ /** Whether the token is verified by DFNS as legitimate. */
679
+ verified?: boolean | undefined;
680
+ } | undefined;
681
+ };
682
+ /** Optional external identifier for idempotency. */
683
+ externalId?: string | undefined;
684
+ /** The current status of the payout. */
685
+ status: "Processing" | "Completed" | "Failed" | "Rejected" | "Expired" | "Canceled";
686
+ /** The user/token that initiated the payout. */
687
+ requester: {
688
+ /** User id. */
689
+ userId: string;
690
+ /** Token id. */
691
+ tokenId?: string | undefined;
692
+ };
693
+ dateCreated: string;
694
+ dateFinalized?: string | undefined;
695
+ provider: "CircleMint";
696
+ /** Circle Mint provider-specific payout data. */
697
+ data: {
698
+ /** The Circle Mint execution status. */
699
+ executionStatus: "Initializing" | "AwaitingDeposit" | "DepositConfirmed" | "AwaitingPayout" | "Completed" | "Rejected" | "Failed" | "Expired" | "Canceled";
700
+ /** Reason for the current status, primarily for failure cases. */
701
+ statusReason?: string | undefined;
702
+ /** The Circle Mint bank account id the fiat is paid out to; absent for a balance destination. */
703
+ bankId?: string | undefined;
704
+ /** The payout rail; absent for a balance destination. */
705
+ rail?: ("wire" | "sepa" | "sepa_instant") | undefined;
706
+ /** Circle payment intent id (the unique per-operation deposit intent). */
707
+ paymentIntentId?: string | undefined;
708
+ /** The unique per-operation address the wallet remits USDC/EURC to. */
709
+ depositAddress?: string | undefined;
710
+ /** The Dfns transfer id used to send funds to the deposit address. */
711
+ transferId?: string | undefined;
712
+ /** The blockchain transaction hash of the deposit transfer. */
713
+ transactionHash?: string | undefined;
714
+ /** The id assigned by Circle when the fiat payout is created. */
715
+ circlePayoutId?: string | undefined;
716
+ /** Circle tracking reference for the fiat payout. */
717
+ trackingRef?: string | undefined;
718
+ dateDepositConfirmed?: string | undefined;
719
+ datePayoutConfirmed?: string | undefined;
720
+ };
421
721
  })[];
422
722
  /** token to use as `paginationToken` to request the next page. */
423
723
  nextPageToken?: string | undefined;
@@ -52,7 +52,7 @@ export type CreatePermissionBody = {
52
52
  /** Human-readable name for the permission (role). */
53
53
  name: string;
54
54
  /** List of API operations this permission grants access to. See [Permissions List](https://docs.dfns.co/core-concepts/roles-and-permissions#list-of-permissions) for available operations. */
55
- operations: (("Registry:Addresses:Create" | "Registry:Addresses:Delete" | "Registry:Addresses:Read" | "Registry:Addresses:Update" | "Registry:ContractSchemas:Create" | "Registry:ContractSchemas:Delete" | "Registry:ContractSchemas:Read" | "Auth:Logs:Read" | "Auth:Users:Create" | "Auth:Users:Read" | "Auth:Users:Update" | "Auth:Users:Activate" | "Auth:Users:Deactivate" | "Auth:Users:Delete" | "Auth:ServiceAccounts:Create" | "Auth:ServiceAccounts:Read" | "Auth:ServiceAccounts:Update" | "Auth:ServiceAccounts:Deactivate" | "Auth:ServiceAccounts:Activate" | "Auth:ServiceAccounts:Delete" | "Auth:Pats:Create" | "Auth:Register:Delegated" | "Auth:Login:Delegated" | "Auth:Recover:Delegated" | "Agreements:Acceptance:Create" | "Agreements:Acceptance:Read" | "Events:Read" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "FeeSponsors:Create" | "FeeSponsors:Read" | "FeeSponsors:Update" | "FeeSponsors:Delete" | "FeeSponsors:Use" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Permissions:Assign" | "Permissions:Revoke" | "Permissions:Assignments:Read" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Stakes:Update" | "Swaps:Create" | "Swaps:Read" | "Payouts:Create" | "Payouts:Read" | "Payouts:Write" | "Allocations:Create" | "Allocations:Update" | "Allocations:Read" | "Keys:Create" | "Keys:Delete" | "Keys:Read" | "Keys:Update" | "Keys:Reuse" | "Keys:Delegate" | "Keys:Import" | "Keys:Export" | "Keys:Derive" | "Keys:ChildKeys:Create" | "Keys:Signatures:Create" | "Keys:Signatures:Read" | "KeyStores:Read" | "KeyStores:Fleets:Create" | "KeyStores:Fleets:Clone" | "KeyStores:Fleets:AddMacUser" | "KeyStores:ProofOfControl:Create" | "KeyStores:OnchainSignatures:Create" | "Networks:CantonValidators:Create" | "Networks:CantonValidators:Read" | "Networks:CantonValidators:Update" | "Networks:CantonValidators:Delete" | "Wallets:Create" | "Wallets:Read" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Wallets:Transactions:Create" | "Wallets:Transactions:Read" | "Wallets:Transactions:Abort" | "Wallets:Transfers:Create" | "Wallets:Transfers:Read" | "Wallets:Transfers:Abort" | "Wallets:Offers:Read" | "Wallets:Offers:Settle" | "Vaults:Create" | "Vaults:Read" | "Vaults:Update" | "Vaults:Tags:Add" | "Vaults:Tags:Delete" | "Vaults:Addresses:Create" | "Vaults:Balances:Unquarantine" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read" | "Billing:Read" | "Billing:Write" | "Analytics:Read") | ("Alias:Create" | "Alias:Delete" | "Alias:Read" | "Alias:Update" | "Wallets:GenerateSignature" | "Wallets:BroadcastTransaction" | "Auth:Action:Sign" | "Auth:Apps:Read" | "Auth:Apps:Create" | "Auth:Apps:Update" | "Auth:Creds:Create" | "Auth:Creds:Read" | "Auth:Creds:Update" | "Auth:Creds:Code:Create" | "Auth:Types:Application" | "Auth:Types:Employee" | "Auth:Types:EndUser" | "Auth:Types:Pat" | "Auth:Types:ServiceAccount" | "Internal:Auth:Types:Staff" | "Auth:Users:Delegate" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke"))[];
55
+ operations: (("Registry:Addresses:Create" | "Registry:Addresses:Delete" | "Registry:Addresses:Read" | "Registry:Addresses:Update" | "Registry:ContractSchemas:Create" | "Registry:ContractSchemas:Delete" | "Registry:ContractSchemas:Read" | "Auth:Logs:Read" | "Auth:Users:Create" | "Auth:Users:Read" | "Auth:Users:Update" | "Auth:Users:Activate" | "Auth:Users:Deactivate" | "Auth:Users:Delete" | "Auth:ServiceAccounts:Create" | "Auth:ServiceAccounts:Read" | "Auth:ServiceAccounts:Update" | "Auth:ServiceAccounts:Deactivate" | "Auth:ServiceAccounts:Activate" | "Auth:ServiceAccounts:Delete" | "Auth:Pats:Create" | "Auth:Register:Delegated" | "Auth:Login:Delegated" | "Auth:Recover:Delegated" | "Agreements:Acceptance:Create" | "Agreements:Acceptance:Read" | "Events:Read" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "FeeSponsors:Create" | "FeeSponsors:Read" | "FeeSponsors:Update" | "FeeSponsors:Delete" | "FeeSponsors:Use" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Permissions:Assign" | "Permissions:Revoke" | "Permissions:Assignments:Read" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Stakes:Update" | "Swaps:Create" | "Swaps:Read" | "Payouts:Create" | "Payouts:Read" | "Payouts:Write" | "Payins:Create" | "Payins:Read" | "Allocations:Create" | "Allocations:Update" | "Allocations:Read" | "Keys:Create" | "Keys:Delete" | "Keys:Read" | "Keys:Update" | "Keys:Reuse" | "Keys:Delegate" | "Keys:Import" | "Keys:Export" | "Keys:Derive" | "Keys:ChildKeys:Create" | "Keys:Signatures:Create" | "Keys:Signatures:Read" | "KeyStores:Read" | "KeyStores:Fleets:Create" | "KeyStores:Fleets:Clone" | "KeyStores:Fleets:AddMacUser" | "KeyStores:ProofOfControl:Create" | "KeyStores:OnchainSignatures:Create" | "Networks:CantonValidators:Create" | "Networks:CantonValidators:Read" | "Networks:CantonValidators:Update" | "Networks:CantonValidators:Delete" | "Wallets:Create" | "Wallets:Read" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Wallets:Transactions:Create" | "Wallets:Transactions:Read" | "Wallets:Transactions:Abort" | "Wallets:Transfers:Create" | "Wallets:Transfers:Read" | "Wallets:Transfers:Abort" | "Wallets:Offers:Read" | "Wallets:Offers:Settle" | "Vaults:Create" | "Vaults:Read" | "Vaults:Update" | "Vaults:Tags:Add" | "Vaults:Tags:Delete" | "Vaults:Addresses:Create" | "Vaults:Balances:Unquarantine" | "Vaults:Transfers:Create" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read" | "Billing:Read" | "Billing:Write" | "Analytics:Read") | ("Alias:Create" | "Alias:Delete" | "Alias:Read" | "Alias:Update" | "Wallets:GenerateSignature" | "Wallets:BroadcastTransaction" | "Auth:Action:Sign" | "Auth:Apps:Read" | "Auth:Apps:Create" | "Auth:Apps:Update" | "Auth:Creds:Create" | "Auth:Creds:Read" | "Auth:Creds:Update" | "Auth:Creds:Code:Create" | "Auth:Types:Application" | "Auth:Types:Employee" | "Auth:Types:EndUser" | "Auth:Types:Pat" | "Auth:Types:ServiceAccount" | "Internal:Auth:Types:Staff" | "Auth:Users:Delegate" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke"))[];
56
56
  };
57
57
  export type CreatePermissionResponse = {
58
58
  /** ID of the permission (also referred to as "role" in the dashboard). */
@@ -270,7 +270,7 @@ export type UpdatePermissionBody = {
270
270
  /** New name for the permission (role). */
271
271
  name?: string | undefined;
272
272
  /** New list of API operations this permission grants access to. See [Permissions List](https://docs.dfns.co/core-concepts/roles-and-permissions#list-of-permissions) for available operations. */
273
- operations?: (("Registry:Addresses:Create" | "Registry:Addresses:Delete" | "Registry:Addresses:Read" | "Registry:Addresses:Update" | "Registry:ContractSchemas:Create" | "Registry:ContractSchemas:Delete" | "Registry:ContractSchemas:Read" | "Auth:Logs:Read" | "Auth:Users:Create" | "Auth:Users:Read" | "Auth:Users:Update" | "Auth:Users:Activate" | "Auth:Users:Deactivate" | "Auth:Users:Delete" | "Auth:ServiceAccounts:Create" | "Auth:ServiceAccounts:Read" | "Auth:ServiceAccounts:Update" | "Auth:ServiceAccounts:Deactivate" | "Auth:ServiceAccounts:Activate" | "Auth:ServiceAccounts:Delete" | "Auth:Pats:Create" | "Auth:Register:Delegated" | "Auth:Login:Delegated" | "Auth:Recover:Delegated" | "Agreements:Acceptance:Create" | "Agreements:Acceptance:Read" | "Events:Read" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "FeeSponsors:Create" | "FeeSponsors:Read" | "FeeSponsors:Update" | "FeeSponsors:Delete" | "FeeSponsors:Use" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Permissions:Assign" | "Permissions:Revoke" | "Permissions:Assignments:Read" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Stakes:Update" | "Swaps:Create" | "Swaps:Read" | "Payouts:Create" | "Payouts:Read" | "Payouts:Write" | "Allocations:Create" | "Allocations:Update" | "Allocations:Read" | "Keys:Create" | "Keys:Delete" | "Keys:Read" | "Keys:Update" | "Keys:Reuse" | "Keys:Delegate" | "Keys:Import" | "Keys:Export" | "Keys:Derive" | "Keys:ChildKeys:Create" | "Keys:Signatures:Create" | "Keys:Signatures:Read" | "KeyStores:Read" | "KeyStores:Fleets:Create" | "KeyStores:Fleets:Clone" | "KeyStores:Fleets:AddMacUser" | "KeyStores:ProofOfControl:Create" | "KeyStores:OnchainSignatures:Create" | "Networks:CantonValidators:Create" | "Networks:CantonValidators:Read" | "Networks:CantonValidators:Update" | "Networks:CantonValidators:Delete" | "Wallets:Create" | "Wallets:Read" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Wallets:Transactions:Create" | "Wallets:Transactions:Read" | "Wallets:Transactions:Abort" | "Wallets:Transfers:Create" | "Wallets:Transfers:Read" | "Wallets:Transfers:Abort" | "Wallets:Offers:Read" | "Wallets:Offers:Settle" | "Vaults:Create" | "Vaults:Read" | "Vaults:Update" | "Vaults:Tags:Add" | "Vaults:Tags:Delete" | "Vaults:Addresses:Create" | "Vaults:Balances:Unquarantine" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read" | "Billing:Read" | "Billing:Write" | "Analytics:Read") | ("Alias:Create" | "Alias:Delete" | "Alias:Read" | "Alias:Update" | "Wallets:GenerateSignature" | "Wallets:BroadcastTransaction" | "Auth:Action:Sign" | "Auth:Apps:Read" | "Auth:Apps:Create" | "Auth:Apps:Update" | "Auth:Creds:Create" | "Auth:Creds:Read" | "Auth:Creds:Update" | "Auth:Creds:Code:Create" | "Auth:Types:Application" | "Auth:Types:Employee" | "Auth:Types:EndUser" | "Auth:Types:Pat" | "Auth:Types:ServiceAccount" | "Internal:Auth:Types:Staff" | "Auth:Users:Delegate" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke"))[] | undefined;
273
+ operations?: (("Registry:Addresses:Create" | "Registry:Addresses:Delete" | "Registry:Addresses:Read" | "Registry:Addresses:Update" | "Registry:ContractSchemas:Create" | "Registry:ContractSchemas:Delete" | "Registry:ContractSchemas:Read" | "Auth:Logs:Read" | "Auth:Users:Create" | "Auth:Users:Read" | "Auth:Users:Update" | "Auth:Users:Activate" | "Auth:Users:Deactivate" | "Auth:Users:Delete" | "Auth:ServiceAccounts:Create" | "Auth:ServiceAccounts:Read" | "Auth:ServiceAccounts:Update" | "Auth:ServiceAccounts:Deactivate" | "Auth:ServiceAccounts:Activate" | "Auth:ServiceAccounts:Delete" | "Auth:Pats:Create" | "Auth:Register:Delegated" | "Auth:Login:Delegated" | "Auth:Recover:Delegated" | "Agreements:Acceptance:Create" | "Agreements:Acceptance:Read" | "Events:Read" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "FeeSponsors:Create" | "FeeSponsors:Read" | "FeeSponsors:Update" | "FeeSponsors:Delete" | "FeeSponsors:Use" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Permissions:Assign" | "Permissions:Revoke" | "Permissions:Assignments:Read" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Stakes:Update" | "Swaps:Create" | "Swaps:Read" | "Payouts:Create" | "Payouts:Read" | "Payouts:Write" | "Payins:Create" | "Payins:Read" | "Allocations:Create" | "Allocations:Update" | "Allocations:Read" | "Keys:Create" | "Keys:Delete" | "Keys:Read" | "Keys:Update" | "Keys:Reuse" | "Keys:Delegate" | "Keys:Import" | "Keys:Export" | "Keys:Derive" | "Keys:ChildKeys:Create" | "Keys:Signatures:Create" | "Keys:Signatures:Read" | "KeyStores:Read" | "KeyStores:Fleets:Create" | "KeyStores:Fleets:Clone" | "KeyStores:Fleets:AddMacUser" | "KeyStores:ProofOfControl:Create" | "KeyStores:OnchainSignatures:Create" | "Networks:CantonValidators:Create" | "Networks:CantonValidators:Read" | "Networks:CantonValidators:Update" | "Networks:CantonValidators:Delete" | "Wallets:Create" | "Wallets:Read" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Wallets:Transactions:Create" | "Wallets:Transactions:Read" | "Wallets:Transactions:Abort" | "Wallets:Transfers:Create" | "Wallets:Transfers:Read" | "Wallets:Transfers:Abort" | "Wallets:Offers:Read" | "Wallets:Offers:Settle" | "Vaults:Create" | "Vaults:Read" | "Vaults:Update" | "Vaults:Tags:Add" | "Vaults:Tags:Delete" | "Vaults:Addresses:Create" | "Vaults:Balances:Unquarantine" | "Vaults:Transfers:Create" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read" | "Billing:Read" | "Billing:Write" | "Analytics:Read") | ("Alias:Create" | "Alias:Delete" | "Alias:Read" | "Alias:Update" | "Wallets:GenerateSignature" | "Wallets:BroadcastTransaction" | "Auth:Action:Sign" | "Auth:Apps:Read" | "Auth:Apps:Create" | "Auth:Apps:Update" | "Auth:Creds:Create" | "Auth:Creds:Read" | "Auth:Creds:Update" | "Auth:Creds:Code:Create" | "Auth:Types:Application" | "Auth:Types:Employee" | "Auth:Types:EndUser" | "Auth:Types:Pat" | "Auth:Types:ServiceAccount" | "Internal:Auth:Types:Staff" | "Auth:Users:Delegate" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke"))[] | undefined;
274
274
  };
275
275
  export type UpdatePermissionParams = {
276
276
  /** ID of the permission (also referred to as "role" in the dashboard). */