@dfns/sdk 0.6.1 → 0.6.2-rc.2

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.
@@ -20,7 +20,7 @@ export type ActivateApplicationResponse = {
20
20
  dateCreated: string;
21
21
  credId: string;
22
22
  isActive: boolean;
23
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
23
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
24
24
  linkedUserId: string;
25
25
  linkedAppId: string;
26
26
  name: string;
@@ -53,7 +53,7 @@ export type ActivatePersonalAccessTokenResponse = {
53
53
  dateCreated: string;
54
54
  credId: string;
55
55
  isActive: boolean;
56
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
56
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
57
57
  linkedUserId: string;
58
58
  linkedAppId: string;
59
59
  name: string;
@@ -76,7 +76,7 @@ export type ActivateServiceAccountResponse = {
76
76
  username: string;
77
77
  name: string;
78
78
  userId: string;
79
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
79
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
80
80
  credentialUuid: string;
81
81
  orgId: string;
82
82
  permissions?: string[] | undefined;
@@ -95,7 +95,7 @@ export type ActivateServiceAccountResponse = {
95
95
  dateCreated: string;
96
96
  credId: string;
97
97
  isActive: boolean;
98
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
98
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
99
99
  linkedUserId: string;
100
100
  linkedAppId: string;
101
101
  name: string;
@@ -118,7 +118,7 @@ export type ActivateUserResponse = {
118
118
  username: string;
119
119
  name: string;
120
120
  userId: string;
121
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
121
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
122
122
  credentialUuid: string;
123
123
  orgId: string;
124
124
  permissions?: string[] | undefined;
@@ -155,7 +155,7 @@ export type ArchiveApplicationResponse = {
155
155
  dateCreated: string;
156
156
  credId: string;
157
157
  isActive: boolean;
158
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
158
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
159
159
  linkedUserId: string;
160
160
  linkedAppId: string;
161
161
  name: string;
@@ -179,7 +179,7 @@ export type ArchivePersonalAccessTokenResponse = {
179
179
  dateCreated: string;
180
180
  credId: string;
181
181
  isActive: boolean;
182
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
182
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
183
183
  linkedUserId: string;
184
184
  linkedAppId: string;
185
185
  name: string;
@@ -202,7 +202,7 @@ export type ArchiveServiceAccountResponse = {
202
202
  username: string;
203
203
  name: string;
204
204
  userId: string;
205
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
205
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
206
206
  credentialUuid: string;
207
207
  orgId: string;
208
208
  permissions?: string[] | undefined;
@@ -221,7 +221,7 @@ export type ArchiveServiceAccountResponse = {
221
221
  dateCreated: string;
222
222
  credId: string;
223
223
  isActive: boolean;
224
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
224
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
225
225
  linkedUserId: string;
226
226
  linkedAppId: string;
227
227
  name: string;
@@ -244,7 +244,7 @@ export type ArchiveUserResponse = {
244
244
  username: string;
245
245
  name: string;
246
246
  userId: string;
247
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
247
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
248
248
  credentialUuid: string;
249
249
  orgId: string;
250
250
  permissions?: string[] | undefined;
@@ -295,7 +295,7 @@ export type CreateApplicationResponse = {
295
295
  dateCreated: string;
296
296
  credId: string;
297
297
  isActive: boolean;
298
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
298
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
299
299
  linkedUserId: string;
300
300
  linkedAppId: string;
301
301
  name: string;
@@ -757,7 +757,7 @@ export type CreateDelegatedRecoveryChallengeRequest = {
757
757
  };
758
758
  export type CreateDelegatedRegistrationChallengeBody = {
759
759
  email: string;
760
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
760
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
761
761
  externalId?: string | undefined;
762
762
  };
763
763
  export type CreateDelegatedRegistrationChallengeResponse = {
@@ -848,7 +848,7 @@ export type CreatePersonalAccessTokenResponse = {
848
848
  dateCreated: string;
849
849
  credId: string;
850
850
  isActive: boolean;
851
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
851
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
852
852
  linkedUserId: string;
853
853
  linkedAppId: string;
854
854
  name: string;
@@ -964,7 +964,7 @@ export type CreateServiceAccountResponse = {
964
964
  username: string;
965
965
  name: string;
966
966
  userId: string;
967
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
967
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
968
968
  credentialUuid: string;
969
969
  orgId: string;
970
970
  permissions?: string[] | undefined;
@@ -983,7 +983,7 @@ export type CreateServiceAccountResponse = {
983
983
  dateCreated: string;
984
984
  credId: string;
985
985
  isActive: boolean;
986
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
986
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
987
987
  linkedUserId: string;
988
988
  linkedAppId: string;
989
989
  name: string;
@@ -1051,7 +1051,7 @@ export type CreateUserResponse = {
1051
1051
  username: string;
1052
1052
  name: string;
1053
1053
  userId: string;
1054
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1054
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1055
1055
  credentialUuid: string;
1056
1056
  orgId: string;
1057
1057
  permissions?: string[] | undefined;
@@ -1199,7 +1199,7 @@ export type DeactivateApplicationResponse = {
1199
1199
  dateCreated: string;
1200
1200
  credId: string;
1201
1201
  isActive: boolean;
1202
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1202
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1203
1203
  linkedUserId: string;
1204
1204
  linkedAppId: string;
1205
1205
  name: string;
@@ -1232,7 +1232,7 @@ export type DeactivatePersonalAccessTokenResponse = {
1232
1232
  dateCreated: string;
1233
1233
  credId: string;
1234
1234
  isActive: boolean;
1235
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1235
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1236
1236
  linkedUserId: string;
1237
1237
  linkedAppId: string;
1238
1238
  name: string;
@@ -1255,7 +1255,7 @@ export type DeactivateServiceAccountResponse = {
1255
1255
  username: string;
1256
1256
  name: string;
1257
1257
  userId: string;
1258
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1258
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1259
1259
  credentialUuid: string;
1260
1260
  orgId: string;
1261
1261
  permissions?: string[] | undefined;
@@ -1274,7 +1274,7 @@ export type DeactivateServiceAccountResponse = {
1274
1274
  dateCreated: string;
1275
1275
  credId: string;
1276
1276
  isActive: boolean;
1277
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1277
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1278
1278
  linkedUserId: string;
1279
1279
  linkedAppId: string;
1280
1280
  name: string;
@@ -1297,7 +1297,7 @@ export type DeactivateUserResponse = {
1297
1297
  username: string;
1298
1298
  name: string;
1299
1299
  userId: string;
1300
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1300
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1301
1301
  credentialUuid: string;
1302
1302
  orgId: string;
1303
1303
  permissions?: string[] | undefined;
@@ -1343,7 +1343,7 @@ export type GetApplicationResponse = {
1343
1343
  dateCreated: string;
1344
1344
  credId: string;
1345
1345
  isActive: boolean;
1346
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1346
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1347
1347
  linkedUserId: string;
1348
1348
  linkedAppId: string;
1349
1349
  name: string;
@@ -1367,7 +1367,7 @@ export type GetPersonalAccessTokenResponse = {
1367
1367
  dateCreated: string;
1368
1368
  credId: string;
1369
1369
  isActive: boolean;
1370
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1370
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1371
1371
  linkedUserId: string;
1372
1372
  linkedAppId: string;
1373
1373
  name: string;
@@ -1390,7 +1390,7 @@ export type GetServiceAccountResponse = {
1390
1390
  username: string;
1391
1391
  name: string;
1392
1392
  userId: string;
1393
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1393
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1394
1394
  credentialUuid: string;
1395
1395
  orgId: string;
1396
1396
  permissions?: string[] | undefined;
@@ -1409,7 +1409,7 @@ export type GetServiceAccountResponse = {
1409
1409
  dateCreated: string;
1410
1410
  credId: string;
1411
1411
  isActive: boolean;
1412
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1412
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1413
1413
  linkedUserId: string;
1414
1414
  linkedAppId: string;
1415
1415
  name: string;
@@ -1432,7 +1432,7 @@ export type GetUserResponse = {
1432
1432
  username: string;
1433
1433
  name: string;
1434
1434
  userId: string;
1435
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1435
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1436
1436
  credentialUuid: string;
1437
1437
  orgId: string;
1438
1438
  permissions?: string[] | undefined;
@@ -1467,7 +1467,7 @@ export type ListApplicationsResponse = {
1467
1467
  dateCreated: string;
1468
1468
  credId: string;
1469
1469
  isActive: boolean;
1470
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1470
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1471
1471
  linkedUserId: string;
1472
1472
  linkedAppId: string;
1473
1473
  name: string;
@@ -1502,7 +1502,7 @@ export type ListPersonalAccessTokensResponse = {
1502
1502
  dateCreated: string;
1503
1503
  credId: string;
1504
1504
  isActive: boolean;
1505
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1505
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1506
1506
  linkedUserId: string;
1507
1507
  linkedAppId: string;
1508
1508
  name: string;
@@ -1523,7 +1523,7 @@ export type ListServiceAccountsResponse = {
1523
1523
  username: string;
1524
1524
  name: string;
1525
1525
  userId: string;
1526
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1526
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1527
1527
  credentialUuid: string;
1528
1528
  orgId: string;
1529
1529
  permissions?: string[] | undefined;
@@ -1542,7 +1542,7 @@ export type ListServiceAccountsResponse = {
1542
1542
  dateCreated: string;
1543
1543
  credId: string;
1544
1544
  isActive: boolean;
1545
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
1545
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
1546
1546
  linkedUserId: string;
1547
1547
  linkedAppId: string;
1548
1548
  name: string;
@@ -1568,7 +1568,7 @@ export type ListUsersResponse = {
1568
1568
  username: string;
1569
1569
  name: string;
1570
1570
  userId: string;
1571
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1571
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1572
1572
  credentialUuid: string;
1573
1573
  orgId: string;
1574
1574
  permissions?: string[] | undefined;
@@ -1769,7 +1769,7 @@ export type RecoverRequest = {
1769
1769
  };
1770
1770
  export type RecreateDelegatedRegistrationChallengeBody = {
1771
1771
  email: string;
1772
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
1772
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
1773
1773
  externalId?: string | undefined;
1774
1774
  };
1775
1775
  export type RecreateDelegatedRegistrationChallengeResponse = {
@@ -1975,7 +1975,7 @@ export type RegisterEndUserBody = {
1975
1975
  credentialName?: string | undefined;
1976
1976
  } | undefined;
1977
1977
  wallets: {
1978
- network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Tezos" | "TezosGhostnet" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark";
1978
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "BerachainBArtio" | "Berachain" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
1979
1979
  name?: string | undefined;
1980
1980
  }[];
1981
1981
  };
@@ -1995,7 +1995,7 @@ export type RegisterEndUserResponse = {
1995
1995
  };
1996
1996
  wallets: {
1997
1997
  id: string;
1998
- network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
1998
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "BerachainBArtio" | "Berachain" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
1999
1999
  address?: string | undefined;
2000
2000
  signingKey: {
2001
2001
  scheme: "ECDSA" | "EdDSA" | "Schnorr";
@@ -2082,7 +2082,7 @@ export type UpdateApplicationResponse = {
2082
2082
  dateCreated: string;
2083
2083
  credId: string;
2084
2084
  isActive: boolean;
2085
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
2085
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
2086
2086
  linkedUserId: string;
2087
2087
  linkedAppId: string;
2088
2088
  name: string;
@@ -2112,7 +2112,7 @@ export type UpdatePersonalAccessTokenResponse = {
2112
2112
  dateCreated: string;
2113
2113
  credId: string;
2114
2114
  isActive: boolean;
2115
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
2115
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
2116
2116
  linkedUserId: string;
2117
2117
  linkedAppId: string;
2118
2118
  name: string;
@@ -2141,7 +2141,7 @@ export type UpdateServiceAccountResponse = {
2141
2141
  username: string;
2142
2142
  name: string;
2143
2143
  userId: string;
2144
- kind: "EndUser" | "CustomerEmployee" | "DfnsStaff";
2144
+ kind: "CustomerEmployee" | "DfnsStaff" | "EndUser";
2145
2145
  credentialUuid: string;
2146
2146
  orgId: string;
2147
2147
  permissions?: string[] | undefined;
@@ -2160,7 +2160,7 @@ export type UpdateServiceAccountResponse = {
2160
2160
  dateCreated: string;
2161
2161
  credId: string;
2162
2162
  isActive: boolean;
2163
- kind: "ServiceAccount" | "Pat" | "Application" | "Token" | "Code" | "Recovery" | "Temp";
2163
+ kind: "Pat" | "ServiceAccount" | "Token" | "Code" | "Recovery" | "Temp" | "Application";
2164
2164
  linkedUserId: string;
2165
2165
  linkedAppId: string;
2166
2166
  name: string;
@@ -144,7 +144,7 @@ export type CreateDepositRequest = CreateDepositParams & {
144
144
  };
145
145
  export type CreateExchangeBody = {
146
146
  name?: string | undefined;
147
- kind: "Binance" | "Kraken" | "CoinbaseApp";
147
+ kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime";
148
148
  readConfiguration: {
149
149
  publicApiKey: string;
150
150
  privateApiKey: string;
@@ -161,7 +161,7 @@ export type CreateExchangeBody = {
161
161
  export type CreateExchangeResponse = {
162
162
  id: string;
163
163
  name?: string | undefined;
164
- kind: "Binance" | "Kraken" | "CoinbaseApp";
164
+ kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime";
165
165
  dateCreated: string;
166
166
  };
167
167
  export type CreateExchangeRequest = {
@@ -324,7 +324,7 @@ export type GetExchangeParams = {
324
324
  export type GetExchangeResponse = {
325
325
  id: string;
326
326
  name?: string | undefined;
327
- kind: "Binance" | "Kraken" | "CoinbaseApp";
327
+ kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime";
328
328
  dateCreated: string;
329
329
  };
330
330
  export type GetExchangeRequest = GetExchangeParams;
@@ -395,7 +395,7 @@ export type ListAssetWithdrawalNetworksResponse = (({
395
395
  kind: "Tep74";
396
396
  master: string;
397
397
  }) & {
398
- network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Tezos" | "TezosGhostnet" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark";
398
+ network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "BerachainBArtio" | "Berachain" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA";
399
399
  decimals: number;
400
400
  })[];
401
401
  export type ListAssetWithdrawalNetworksRequest = ListAssetWithdrawalNetworksParams;
@@ -407,7 +407,7 @@ export type ListExchangesResponse = {
407
407
  items: {
408
408
  id: string;
409
409
  name?: string | undefined;
410
- kind: "Binance" | "Kraken" | "CoinbaseApp";
410
+ kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime";
411
411
  dateCreated: string;
412
412
  }[];
413
413
  nextPageToken?: string | undefined;
@@ -1,5 +1,5 @@
1
1
  export type GetFeesQuery = {
2
- network: "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
2
+ network: "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Berachain" | "BerachainBArtio" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
3
3
  };
4
4
  export type GetFeesResponse = {
5
5
  kind: "Bitcoin";
@@ -19,7 +19,7 @@ export type GetFeesResponse = {
19
19
  };
20
20
  } | {
21
21
  kind: "Eip1559";
22
- network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
22
+ network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Berachain" | "BerachainBArtio" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
23
23
  blockNumber: number;
24
24
  slow: {
25
25
  maxPriorityFeePerGas: string;
@@ -40,7 +40,7 @@ export type GetFeesRequest = {
40
40
  };
41
41
  export type ReadContractBody = {
42
42
  kind: "Evm";
43
- network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
43
+ network: "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bsc" | "BscTestnet" | "Berachain" | "BerachainBArtio" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia";
44
44
  contract: string;
45
45
  data: string;
46
46
  };
@@ -36,7 +36,7 @@ export type CreateAssignmentRequest = CreateAssignmentParams & {
36
36
  };
37
37
  export type CreatePermissionBody = {
38
38
  name: string;
39
- operations: ("Auth:Action:Sign" | "Auth:Apps:Create" | "Auth:Apps:Read" | "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" | "Auth:Users:Create" | "Auth:Users:Delegate" | "Auth:Users:Read" | "Auth:Users:Update" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke" | "PermissionPredicates:Archive" | "PermissionPredicates:Create" | "PermissionPredicates:Read" | "PermissionPredicates:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Wallets:BroadcastTransaction" | "Wallets:Create" | "Wallets:Delegate" | "Wallets:Export" | "Wallets:GenerateSignature" | "Wallets:Import" | "Wallets:Read" | "Wallets:ReadSignature" | "Wallets:ReadTransaction" | "Wallets:ReadTransfer" | "Wallets:TransferAsset" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read")[];
39
+ operations: ("Auth:Action:Sign" | "Auth:Apps:Create" | "Auth:Apps:Read" | "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" | "Auth:Users:Create" | "Auth:Users:Delegate" | "Auth:Users:Read" | "Auth:Users:Update" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke" | "PermissionPredicates:Archive" | "PermissionPredicates:Create" | "PermissionPredicates:Read" | "PermissionPredicates:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Stakes:Update" | "Wallets:BroadcastTransaction" | "Wallets:Create" | "Wallets:Delegate" | "Wallets:Export" | "Wallets:GenerateSignature" | "Wallets:Import" | "Wallets:Read" | "Wallets:ReadSignature" | "Wallets:ReadTransaction" | "Wallets:ReadTransfer" | "Wallets:TransferAsset" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read")[];
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:Action:Sign" | "Auth:Apps:Create" | "Auth:Apps:Read" | "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" | "Auth:Users:Create" | "Auth:Users:Delegate" | "Auth:Users:Read" | "Auth:Users:Update" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke" | "PermissionPredicates:Archive" | "PermissionPredicates:Create" | "PermissionPredicates:Read" | "PermissionPredicates:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Wallets:BroadcastTransaction" | "Wallets:Create" | "Wallets:Delegate" | "Wallets:Export" | "Wallets:GenerateSignature" | "Wallets:Import" | "Wallets:Read" | "Wallets:ReadSignature" | "Wallets:ReadTransaction" | "Wallets:ReadTransfer" | "Wallets:TransferAsset" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read")[] | undefined;
181
+ operations?: ("Auth:Action:Sign" | "Auth:Apps:Create" | "Auth:Apps:Read" | "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" | "Auth:Users:Create" | "Auth:Users:Delegate" | "Auth:Users:Read" | "Auth:Users:Update" | "Exchanges:Create" | "Exchanges:Read" | "Exchanges:Delete" | "Exchanges:Deposits:Create" | "Exchanges:Withdrawals:Create" | "Orgs:Read" | "Orgs:Update" | "Orgs:Settings:Read" | "Orgs:Settings:Update" | "PermissionAssignments:Create" | "PermissionAssignments:Read" | "PermissionAssignments:Revoke" | "PermissionPredicates:Archive" | "PermissionPredicates:Create" | "PermissionPredicates:Read" | "PermissionPredicates:Update" | "Permissions:Archive" | "Permissions:Create" | "Permissions:Read" | "Permissions:Update" | "Policies:Archive" | "Policies:Create" | "Policies:Read" | "Policies:Update" | "Policies:Approvals:Read" | "Policies:Approvals:Approve" | "Signers:ListSigners" | "Stakes:Create" | "Stakes:Read" | "Stakes:Update" | "Wallets:BroadcastTransaction" | "Wallets:Create" | "Wallets:Delegate" | "Wallets:Export" | "Wallets:GenerateSignature" | "Wallets:Import" | "Wallets:Read" | "Wallets:ReadSignature" | "Wallets:ReadTransaction" | "Wallets:ReadTransfer" | "Wallets:TransferAsset" | "Wallets:Update" | "Wallets:Tags:Add" | "Wallets:Tags:Delete" | "Webhooks:Create" | "Webhooks:Read" | "Webhooks:Update" | "Webhooks:Delete" | "Webhooks:Ping" | "Webhooks:Events:Read")[] | undefined;
182
182
  };
183
183
  export type UpdatePermissionParams = {
184
184
  permissionId: string;