@dfns/sdk 0.7.1-rc.3 → 0.7.2-beta.1
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.
|
@@ -6,7 +6,7 @@ export type CreateDepositBody = {
|
|
|
6
6
|
externalId?: string | undefined;
|
|
7
7
|
travelRule?: ({
|
|
8
8
|
kind: "Notabene";
|
|
9
|
-
beneficiaryVASPdid
|
|
9
|
+
beneficiaryVASPdid?: string | undefined;
|
|
10
10
|
beneficiaryProof?: {
|
|
11
11
|
[x: string]: any;
|
|
12
12
|
} | undefined;
|
|
@@ -29,7 +29,7 @@ export type CreateDepositBody = {
|
|
|
29
29
|
externalId?: string | undefined;
|
|
30
30
|
travelRule?: ({
|
|
31
31
|
kind: "Notabene";
|
|
32
|
-
beneficiaryVASPdid
|
|
32
|
+
beneficiaryVASPdid?: string | undefined;
|
|
33
33
|
beneficiaryProof?: {
|
|
34
34
|
[x: string]: any;
|
|
35
35
|
} | undefined;
|
|
@@ -51,7 +51,7 @@ export type CreateDepositBody = {
|
|
|
51
51
|
externalId?: string | undefined;
|
|
52
52
|
travelRule?: ({
|
|
53
53
|
kind: "Notabene";
|
|
54
|
-
beneficiaryVASPdid
|
|
54
|
+
beneficiaryVASPdid?: string | undefined;
|
|
55
55
|
beneficiaryProof?: {
|
|
56
56
|
[x: string]: any;
|
|
57
57
|
} | undefined;
|
|
@@ -73,7 +73,7 @@ export type CreateDepositBody = {
|
|
|
73
73
|
externalId?: string | undefined;
|
|
74
74
|
travelRule?: ({
|
|
75
75
|
kind: "Notabene";
|
|
76
|
-
beneficiaryVASPdid
|
|
76
|
+
beneficiaryVASPdid?: string | undefined;
|
|
77
77
|
beneficiaryProof?: {
|
|
78
78
|
[x: string]: any;
|
|
79
79
|
} | undefined;
|
|
@@ -95,7 +95,7 @@ export type CreateDepositBody = {
|
|
|
95
95
|
externalId?: string | undefined;
|
|
96
96
|
travelRule?: ({
|
|
97
97
|
kind: "Notabene";
|
|
98
|
-
beneficiaryVASPdid
|
|
98
|
+
beneficiaryVASPdid?: string | undefined;
|
|
99
99
|
beneficiaryProof?: {
|
|
100
100
|
[x: string]: any;
|
|
101
101
|
} | undefined;
|
|
@@ -118,7 +118,7 @@ export type CreateDepositBody = {
|
|
|
118
118
|
externalId?: string | undefined;
|
|
119
119
|
travelRule?: ({
|
|
120
120
|
kind: "Notabene";
|
|
121
|
-
beneficiaryVASPdid
|
|
121
|
+
beneficiaryVASPdid?: string | undefined;
|
|
122
122
|
beneficiaryProof?: {
|
|
123
123
|
[x: string]: any;
|
|
124
124
|
} | undefined;
|
|
@@ -141,7 +141,7 @@ export type CreateDepositBody = {
|
|
|
141
141
|
externalId?: string | undefined;
|
|
142
142
|
travelRule?: ({
|
|
143
143
|
kind: "Notabene";
|
|
144
|
-
beneficiaryVASPdid
|
|
144
|
+
beneficiaryVASPdid?: string | undefined;
|
|
145
145
|
beneficiaryProof?: {
|
|
146
146
|
[x: string]: any;
|
|
147
147
|
} | undefined;
|
|
@@ -163,7 +163,7 @@ export type CreateDepositBody = {
|
|
|
163
163
|
externalId?: string | undefined;
|
|
164
164
|
travelRule?: ({
|
|
165
165
|
kind: "Notabene";
|
|
166
|
-
beneficiaryVASPdid
|
|
166
|
+
beneficiaryVASPdid?: string | undefined;
|
|
167
167
|
beneficiaryProof?: {
|
|
168
168
|
[x: string]: any;
|
|
169
169
|
} | undefined;
|
|
@@ -203,7 +203,7 @@ export type CreateDepositResponse = {
|
|
|
203
203
|
externalId?: string | undefined;
|
|
204
204
|
travelRule?: ({
|
|
205
205
|
kind: "Notabene";
|
|
206
|
-
beneficiaryVASPdid
|
|
206
|
+
beneficiaryVASPdid?: string | undefined;
|
|
207
207
|
beneficiaryProof?: {
|
|
208
208
|
[x: string]: any;
|
|
209
209
|
} | undefined;
|
|
@@ -226,7 +226,7 @@ export type CreateDepositResponse = {
|
|
|
226
226
|
externalId?: string | undefined;
|
|
227
227
|
travelRule?: ({
|
|
228
228
|
kind: "Notabene";
|
|
229
|
-
beneficiaryVASPdid
|
|
229
|
+
beneficiaryVASPdid?: string | undefined;
|
|
230
230
|
beneficiaryProof?: {
|
|
231
231
|
[x: string]: any;
|
|
232
232
|
} | undefined;
|
|
@@ -248,7 +248,7 @@ export type CreateDepositResponse = {
|
|
|
248
248
|
externalId?: string | undefined;
|
|
249
249
|
travelRule?: ({
|
|
250
250
|
kind: "Notabene";
|
|
251
|
-
beneficiaryVASPdid
|
|
251
|
+
beneficiaryVASPdid?: string | undefined;
|
|
252
252
|
beneficiaryProof?: {
|
|
253
253
|
[x: string]: any;
|
|
254
254
|
} | undefined;
|
|
@@ -270,7 +270,7 @@ export type CreateDepositResponse = {
|
|
|
270
270
|
externalId?: string | undefined;
|
|
271
271
|
travelRule?: ({
|
|
272
272
|
kind: "Notabene";
|
|
273
|
-
beneficiaryVASPdid
|
|
273
|
+
beneficiaryVASPdid?: string | undefined;
|
|
274
274
|
beneficiaryProof?: {
|
|
275
275
|
[x: string]: any;
|
|
276
276
|
} | undefined;
|
|
@@ -292,7 +292,7 @@ export type CreateDepositResponse = {
|
|
|
292
292
|
externalId?: string | undefined;
|
|
293
293
|
travelRule?: ({
|
|
294
294
|
kind: "Notabene";
|
|
295
|
-
beneficiaryVASPdid
|
|
295
|
+
beneficiaryVASPdid?: string | undefined;
|
|
296
296
|
beneficiaryProof?: {
|
|
297
297
|
[x: string]: any;
|
|
298
298
|
} | undefined;
|
|
@@ -315,7 +315,7 @@ export type CreateDepositResponse = {
|
|
|
315
315
|
externalId?: string | undefined;
|
|
316
316
|
travelRule?: ({
|
|
317
317
|
kind: "Notabene";
|
|
318
|
-
beneficiaryVASPdid
|
|
318
|
+
beneficiaryVASPdid?: string | undefined;
|
|
319
319
|
beneficiaryProof?: {
|
|
320
320
|
[x: string]: any;
|
|
321
321
|
} | undefined;
|
|
@@ -338,7 +338,7 @@ export type CreateDepositResponse = {
|
|
|
338
338
|
externalId?: string | undefined;
|
|
339
339
|
travelRule?: ({
|
|
340
340
|
kind: "Notabene";
|
|
341
|
-
beneficiaryVASPdid
|
|
341
|
+
beneficiaryVASPdid?: string | undefined;
|
|
342
342
|
beneficiaryProof?: {
|
|
343
343
|
[x: string]: any;
|
|
344
344
|
} | undefined;
|
|
@@ -360,7 +360,7 @@ export type CreateDepositResponse = {
|
|
|
360
360
|
externalId?: string | undefined;
|
|
361
361
|
travelRule?: ({
|
|
362
362
|
kind: "Notabene";
|
|
363
|
-
beneficiaryVASPdid
|
|
363
|
+
beneficiaryVASPdid?: string | undefined;
|
|
364
364
|
beneficiaryProof?: {
|
|
365
365
|
[x: string]: any;
|
|
366
366
|
} | undefined;
|
|
@@ -414,7 +414,7 @@ export type CreateWithdrawalBody = {
|
|
|
414
414
|
externalId?: string | undefined;
|
|
415
415
|
travelRule?: ({
|
|
416
416
|
kind: "Notabene";
|
|
417
|
-
beneficiaryVASPdid
|
|
417
|
+
beneficiaryVASPdid?: string | undefined;
|
|
418
418
|
beneficiaryProof?: {
|
|
419
419
|
[x: string]: any;
|
|
420
420
|
} | undefined;
|
|
@@ -437,7 +437,7 @@ export type CreateWithdrawalBody = {
|
|
|
437
437
|
externalId?: string | undefined;
|
|
438
438
|
travelRule?: ({
|
|
439
439
|
kind: "Notabene";
|
|
440
|
-
beneficiaryVASPdid
|
|
440
|
+
beneficiaryVASPdid?: string | undefined;
|
|
441
441
|
beneficiaryProof?: {
|
|
442
442
|
[x: string]: any;
|
|
443
443
|
} | undefined;
|
|
@@ -459,7 +459,7 @@ export type CreateWithdrawalBody = {
|
|
|
459
459
|
externalId?: string | undefined;
|
|
460
460
|
travelRule?: ({
|
|
461
461
|
kind: "Notabene";
|
|
462
|
-
beneficiaryVASPdid
|
|
462
|
+
beneficiaryVASPdid?: string | undefined;
|
|
463
463
|
beneficiaryProof?: {
|
|
464
464
|
[x: string]: any;
|
|
465
465
|
} | undefined;
|
|
@@ -481,7 +481,7 @@ export type CreateWithdrawalBody = {
|
|
|
481
481
|
externalId?: string | undefined;
|
|
482
482
|
travelRule?: ({
|
|
483
483
|
kind: "Notabene";
|
|
484
|
-
beneficiaryVASPdid
|
|
484
|
+
beneficiaryVASPdid?: string | undefined;
|
|
485
485
|
beneficiaryProof?: {
|
|
486
486
|
[x: string]: any;
|
|
487
487
|
} | undefined;
|
|
@@ -503,7 +503,7 @@ export type CreateWithdrawalBody = {
|
|
|
503
503
|
externalId?: string | undefined;
|
|
504
504
|
travelRule?: ({
|
|
505
505
|
kind: "Notabene";
|
|
506
|
-
beneficiaryVASPdid
|
|
506
|
+
beneficiaryVASPdid?: string | undefined;
|
|
507
507
|
beneficiaryProof?: {
|
|
508
508
|
[x: string]: any;
|
|
509
509
|
} | undefined;
|
|
@@ -526,7 +526,7 @@ export type CreateWithdrawalBody = {
|
|
|
526
526
|
externalId?: string | undefined;
|
|
527
527
|
travelRule?: ({
|
|
528
528
|
kind: "Notabene";
|
|
529
|
-
beneficiaryVASPdid
|
|
529
|
+
beneficiaryVASPdid?: string | undefined;
|
|
530
530
|
beneficiaryProof?: {
|
|
531
531
|
[x: string]: any;
|
|
532
532
|
} | undefined;
|
|
@@ -549,7 +549,7 @@ export type CreateWithdrawalBody = {
|
|
|
549
549
|
externalId?: string | undefined;
|
|
550
550
|
travelRule?: ({
|
|
551
551
|
kind: "Notabene";
|
|
552
|
-
beneficiaryVASPdid
|
|
552
|
+
beneficiaryVASPdid?: string | undefined;
|
|
553
553
|
beneficiaryProof?: {
|
|
554
554
|
[x: string]: any;
|
|
555
555
|
} | undefined;
|
|
@@ -571,7 +571,7 @@ export type CreateWithdrawalBody = {
|
|
|
571
571
|
externalId?: string | undefined;
|
|
572
572
|
travelRule?: ({
|
|
573
573
|
kind: "Notabene";
|
|
574
|
-
beneficiaryVASPdid
|
|
574
|
+
beneficiaryVASPdid?: string | undefined;
|
|
575
575
|
beneficiaryProof?: {
|
|
576
576
|
[x: string]: any;
|
|
577
577
|
} | undefined;
|
|
@@ -611,7 +611,7 @@ export type CreateWithdrawalResponse = {
|
|
|
611
611
|
externalId?: string | undefined;
|
|
612
612
|
travelRule?: ({
|
|
613
613
|
kind: "Notabene";
|
|
614
|
-
beneficiaryVASPdid
|
|
614
|
+
beneficiaryVASPdid?: string | undefined;
|
|
615
615
|
beneficiaryProof?: {
|
|
616
616
|
[x: string]: any;
|
|
617
617
|
} | undefined;
|
|
@@ -634,7 +634,7 @@ export type CreateWithdrawalResponse = {
|
|
|
634
634
|
externalId?: string | undefined;
|
|
635
635
|
travelRule?: ({
|
|
636
636
|
kind: "Notabene";
|
|
637
|
-
beneficiaryVASPdid
|
|
637
|
+
beneficiaryVASPdid?: string | undefined;
|
|
638
638
|
beneficiaryProof?: {
|
|
639
639
|
[x: string]: any;
|
|
640
640
|
} | undefined;
|
|
@@ -656,7 +656,7 @@ export type CreateWithdrawalResponse = {
|
|
|
656
656
|
externalId?: string | undefined;
|
|
657
657
|
travelRule?: ({
|
|
658
658
|
kind: "Notabene";
|
|
659
|
-
beneficiaryVASPdid
|
|
659
|
+
beneficiaryVASPdid?: string | undefined;
|
|
660
660
|
beneficiaryProof?: {
|
|
661
661
|
[x: string]: any;
|
|
662
662
|
} | undefined;
|
|
@@ -678,7 +678,7 @@ export type CreateWithdrawalResponse = {
|
|
|
678
678
|
externalId?: string | undefined;
|
|
679
679
|
travelRule?: ({
|
|
680
680
|
kind: "Notabene";
|
|
681
|
-
beneficiaryVASPdid
|
|
681
|
+
beneficiaryVASPdid?: string | undefined;
|
|
682
682
|
beneficiaryProof?: {
|
|
683
683
|
[x: string]: any;
|
|
684
684
|
} | undefined;
|
|
@@ -700,7 +700,7 @@ export type CreateWithdrawalResponse = {
|
|
|
700
700
|
externalId?: string | undefined;
|
|
701
701
|
travelRule?: ({
|
|
702
702
|
kind: "Notabene";
|
|
703
|
-
beneficiaryVASPdid
|
|
703
|
+
beneficiaryVASPdid?: string | undefined;
|
|
704
704
|
beneficiaryProof?: {
|
|
705
705
|
[x: string]: any;
|
|
706
706
|
} | undefined;
|
|
@@ -723,7 +723,7 @@ export type CreateWithdrawalResponse = {
|
|
|
723
723
|
externalId?: string | undefined;
|
|
724
724
|
travelRule?: ({
|
|
725
725
|
kind: "Notabene";
|
|
726
|
-
beneficiaryVASPdid
|
|
726
|
+
beneficiaryVASPdid?: string | undefined;
|
|
727
727
|
beneficiaryProof?: {
|
|
728
728
|
[x: string]: any;
|
|
729
729
|
} | undefined;
|
|
@@ -746,7 +746,7 @@ export type CreateWithdrawalResponse = {
|
|
|
746
746
|
externalId?: string | undefined;
|
|
747
747
|
travelRule?: ({
|
|
748
748
|
kind: "Notabene";
|
|
749
|
-
beneficiaryVASPdid
|
|
749
|
+
beneficiaryVASPdid?: string | undefined;
|
|
750
750
|
beneficiaryProof?: {
|
|
751
751
|
[x: string]: any;
|
|
752
752
|
} | undefined;
|
|
@@ -768,7 +768,7 @@ export type CreateWithdrawalResponse = {
|
|
|
768
768
|
externalId?: string | undefined;
|
|
769
769
|
travelRule?: ({
|
|
770
770
|
kind: "Notabene";
|
|
771
|
-
beneficiaryVASPdid
|
|
771
|
+
beneficiaryVASPdid?: string | undefined;
|
|
772
772
|
beneficiaryProof?: {
|
|
773
773
|
[x: string]: any;
|
|
774
774
|
} | undefined;
|
|
@@ -862,6 +862,9 @@ export type ListAssetWithdrawalNetworksResponse = (({
|
|
|
862
862
|
} | {
|
|
863
863
|
kind: "Coin" | "LockedCoin";
|
|
864
864
|
coin: string;
|
|
865
|
+
} | {
|
|
866
|
+
kind: "Asset";
|
|
867
|
+
assetId: string;
|
|
865
868
|
} | {
|
|
866
869
|
kind: "Sep41";
|
|
867
870
|
issuer: string;
|
|
@@ -118,6 +118,12 @@ export type GenerateSignatureBody = {
|
|
|
118
118
|
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
119
119
|
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
120
120
|
externalId?: string | undefined;
|
|
121
|
+
} | {
|
|
122
|
+
kind: "Json";
|
|
123
|
+
transaction: {};
|
|
124
|
+
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
125
|
+
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
126
|
+
externalId?: string | undefined;
|
|
121
127
|
} | {
|
|
122
128
|
kind: "Eip712";
|
|
123
129
|
types: {
|
|
@@ -202,6 +208,12 @@ export type GenerateSignatureResponse = {
|
|
|
202
208
|
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
203
209
|
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
204
210
|
externalId?: string | undefined;
|
|
211
|
+
} | {
|
|
212
|
+
kind: "Json";
|
|
213
|
+
transaction: {};
|
|
214
|
+
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
215
|
+
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
216
|
+
externalId?: string | undefined;
|
|
205
217
|
} | {
|
|
206
218
|
kind: "Eip712";
|
|
207
219
|
types: {
|
|
@@ -296,6 +308,10 @@ export type GetKeyResponse = {
|
|
|
296
308
|
id: string;
|
|
297
309
|
network: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | ("KeyECDSA" | "KeyEdDSA" | "KeyECDSAStark");
|
|
298
310
|
}[];
|
|
311
|
+
store: {
|
|
312
|
+
kind: "Hsm" | "Mpc";
|
|
313
|
+
keyId: string;
|
|
314
|
+
};
|
|
299
315
|
};
|
|
300
316
|
export type GetKeyRequest = GetKeyParams;
|
|
301
317
|
export type GetSignatureParams = {
|
|
@@ -336,6 +352,12 @@ export type GetSignatureResponse = {
|
|
|
336
352
|
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
337
353
|
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
338
354
|
externalId?: string | undefined;
|
|
355
|
+
} | {
|
|
356
|
+
kind: "Json";
|
|
357
|
+
transaction: {};
|
|
358
|
+
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
359
|
+
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
360
|
+
externalId?: string | undefined;
|
|
339
361
|
} | {
|
|
340
362
|
kind: "Eip712";
|
|
341
363
|
types: {
|
|
@@ -502,6 +524,12 @@ export type ListSignaturesResponse = {
|
|
|
502
524
|
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
503
525
|
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
504
526
|
externalId?: string | undefined;
|
|
527
|
+
} | {
|
|
528
|
+
kind: "Json";
|
|
529
|
+
transaction: {};
|
|
530
|
+
network?: ("Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Berachain" | "BerachainBArtio" | "BerachainBepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "BitcoinCash" | "BitcoinCashTestnet" | "Bob" | "BobSepolia" | "Bsc" | "BscTestnet" | "Canton" | "CantonDevnet" | "CantonTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Codex" | "CodexSepolia" | "Dogecoin" | "DogecoinTestnet" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "EthereumHoodi" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "IotaZodianet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Plume" | "PlumeSepolia" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Polymesh" | "PolymeshTestnet" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Sui" | "SuiTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet") | undefined;
|
|
531
|
+
blockchainKind?: ("Algorand" | "Aptos" | "Bitcoin" | "BitcoinCash" | "Canton" | "Cardano" | "Cosmos" | "Evm" | "Icp" | "Iota" | "Kaspa" | "Polymesh" | "Solana" | "Stellar" | "Substrate" | "Sui" | "Tezos" | "Ton" | "Tron" | "Xrpl") | undefined;
|
|
532
|
+
externalId?: string | undefined;
|
|
505
533
|
} | {
|
|
506
534
|
kind: "Eip712";
|
|
507
535
|
types: {
|
|
@@ -36,7 +36,7 @@ export type CreateAssignmentRequest = CreateAssignmentParams & {
|
|
|
36
36
|
};
|
|
37
37
|
export type CreatePermissionBody = {
|
|
38
38
|
name: string;
|
|
39
|
-
operations: (("Auth:
|
|
39
|
+
operations: (("Auth:Users:Create" | "Auth:Users:Read" | "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" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "FeeSponsors:Create" | "FeeSponsors:Read" | "FeeSponsors:Update" | "FeeSponsors:Delete" | "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" | "Keys:Create" | "Keys:Delete" | "Keys:Read" | "Keys:Update" | "Keys:Reuse" | "Keys:Delegate" | "Keys:Import" | "Keys:Export" | "Keys:Derive" | "Keys:Signatures:Create" | "Keys:Signatures:Read" | "Networks:CantonValidators:Create" | "Networks:CantonValidators:Read" | "Wallets:Create" | "Wallets:Read" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Wallets:Transactions:Create" | "Wallets:Transactions:Read" | "Wallets:Transfers:Create" | "Wallets:Transfers:Read" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read" | "Billing:Read" | "Billing:Write") | ("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" | "Auth:Users:Update" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke"))[];
|
|
40
40
|
};
|
|
41
41
|
export type CreatePermissionResponse = {
|
|
42
42
|
id: string;
|
|
@@ -178,7 +178,7 @@ export type ListPermissionsRequest = {
|
|
|
178
178
|
};
|
|
179
179
|
export type UpdatePermissionBody = {
|
|
180
180
|
name?: string | undefined;
|
|
181
|
-
operations?: (("Auth:
|
|
181
|
+
operations?: (("Auth:Users:Create" | "Auth:Users:Read" | "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" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "FeeSponsors:Create" | "FeeSponsors:Read" | "FeeSponsors:Update" | "FeeSponsors:Delete" | "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" | "Keys:Create" | "Keys:Delete" | "Keys:Read" | "Keys:Update" | "Keys:Reuse" | "Keys:Delegate" | "Keys:Import" | "Keys:Export" | "Keys:Derive" | "Keys:Signatures:Create" | "Keys:Signatures:Read" | "Networks:CantonValidators:Create" | "Networks:CantonValidators:Read" | "Wallets:Create" | "Wallets:Read" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Wallets:Transactions:Create" | "Wallets:Transactions:Read" | "Wallets:Transfers:Create" | "Wallets:Transfers:Read" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read" | "Billing:Read" | "Billing:Write") | ("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" | "Auth:Users:Update" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke"))[] | undefined;
|
|
182
182
|
};
|
|
183
183
|
export type UpdatePermissionParams = {
|
|
184
184
|
permissionId: string;
|