rehive 4.2.0 → 4.2.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.
- package/README.md +17 -0
- package/dist/admin.d.mts +614 -116
- package/dist/admin.d.ts +614 -116
- package/dist/admin.js +1 -1
- package/dist/admin.mjs +1 -1
- package/dist/auth.d.mts +2 -2
- package/dist/auth.d.ts +2 -2
- package/dist/auth.js +1 -1
- package/dist/auth.mjs +1 -1
- package/dist/chunk-647XG2KN.js +1 -0
- package/dist/{chunk-PCR54D6A.mjs → chunk-A53KSFBA.mjs} +1 -1
- package/dist/chunk-BAUHEOL5.mjs +1 -0
- package/dist/chunk-CRNPJD3E.js +6 -0
- package/dist/{chunk-ERD2XKSM.js → chunk-HXAEBUQM.js} +1 -1
- package/dist/chunk-IJBXROTB.mjs +6 -0
- package/dist/chunk-TAABJLJG.mjs +6 -0
- package/dist/chunk-Y33FT632.js +6 -0
- package/dist/{create-api-client-ADSlg8HX.d.ts → create-api-client-DzUaFuXN.d.ts} +1 -1
- package/dist/{create-api-client-B4Q01gHp.d.mts → create-api-client-JpNvOfh9.d.mts} +1 -1
- package/dist/{create-auth-CT_IFt3T.d.mts → create-auth-D-3te_Jw.d.mts} +111 -55
- package/dist/{create-auth-CT_IFt3T.d.ts → create-auth-D-3te_Jw.d.ts} +111 -55
- package/dist/extensions/alchemy.d.mts +175 -41
- package/dist/extensions/alchemy.d.ts +175 -41
- package/dist/extensions/alchemy.js +5 -6
- package/dist/extensions/alchemy.mjs +5 -6
- package/dist/extensions/app.d.mts +11 -10
- package/dist/extensions/app.d.ts +11 -10
- package/dist/extensions/app.js +5 -6
- package/dist/extensions/app.mjs +5 -6
- package/dist/extensions/billing.d.mts +11 -10
- package/dist/extensions/billing.d.ts +11 -10
- package/dist/extensions/billing.js +5 -6
- package/dist/extensions/billing.mjs +5 -6
- package/dist/extensions/bridge.d.mts +537 -38
- package/dist/extensions/bridge.d.ts +537 -38
- package/dist/extensions/bridge.js +5 -6
- package/dist/extensions/bridge.mjs +5 -6
- package/dist/extensions/builder.d.mts +8 -7
- package/dist/extensions/builder.d.ts +8 -7
- package/dist/extensions/builder.js +5 -6
- package/dist/extensions/builder.mjs +5 -6
- package/dist/extensions/business.d.mts +99 -63
- package/dist/extensions/business.d.ts +99 -63
- package/dist/extensions/business.js +5 -6
- package/dist/extensions/business.mjs +5 -6
- package/dist/extensions/conversion.d.mts +10 -9
- package/dist/extensions/conversion.d.ts +10 -9
- package/dist/extensions/conversion.js +5 -6
- package/dist/extensions/conversion.mjs +5 -6
- package/dist/extensions/mass-send.d.mts +8 -7
- package/dist/extensions/mass-send.d.ts +8 -7
- package/dist/extensions/mass-send.js +5 -6
- package/dist/extensions/mass-send.mjs +5 -6
- package/dist/extensions/notifications.d.mts +16 -15
- package/dist/extensions/notifications.d.ts +16 -15
- package/dist/extensions/notifications.js +5 -6
- package/dist/extensions/notifications.mjs +5 -6
- package/dist/extensions/payment-requests.d.mts +15 -10
- package/dist/extensions/payment-requests.d.ts +15 -10
- package/dist/extensions/payment-requests.js +5 -6
- package/dist/extensions/payment-requests.mjs +5 -6
- package/dist/extensions/products.d.mts +43 -42
- package/dist/extensions/products.d.ts +43 -42
- package/dist/extensions/products.js +5 -6
- package/dist/extensions/products.mjs +5 -6
- package/dist/extensions/rain.d.mts +22 -21
- package/dist/extensions/rain.d.ts +22 -21
- package/dist/extensions/rain.js +5 -6
- package/dist/extensions/rain.mjs +5 -6
- package/dist/extensions/rewards.d.mts +8 -7
- package/dist/extensions/rewards.d.ts +8 -7
- package/dist/extensions/rewards.js +5 -6
- package/dist/extensions/rewards.mjs +5 -6
- package/dist/extensions/stellar-testnet.d.mts +16 -15
- package/dist/extensions/stellar-testnet.d.ts +16 -15
- package/dist/extensions/stellar-testnet.js +5 -6
- package/dist/extensions/stellar-testnet.mjs +5 -6
- package/dist/extensions/stellar.d.mts +16 -15
- package/dist/extensions/stellar.d.ts +16 -15
- package/dist/extensions/stellar.js +5 -6
- package/dist/extensions/stellar.mjs +5 -6
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/dist/user.d.mts +21 -10
- package/dist/user.d.ts +21 -10
- package/dist/user.js +1 -1
- package/dist/user.mjs +1 -1
- package/package.json +3 -3
- package/src/auth/create-auth.ts +16 -9
- package/src/extensions/alchemy/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/alchemy/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/alchemy/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/alchemy/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/alchemy/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/index.ts +2 -2
- package/src/extensions/alchemy/openapi-ts/sdk.gen.ts +44 -2
- package/src/extensions/alchemy/openapi-ts/types.gen.ts +177 -34
- package/src/extensions/app/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/app/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/app/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/app/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/app/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/types.gen.ts +3 -3
- package/src/extensions/billing/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/billing/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/billing/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/billing/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/billing/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/types.gen.ts +3 -3
- package/src/extensions/bridge/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/bridge/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/bridge/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/bridge/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/bridge/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/index.ts +2 -2
- package/src/extensions/bridge/openapi-ts/sdk.gen.ts +90 -2
- package/src/extensions/bridge/openapi-ts/types.gen.ts +572 -29
- package/src/extensions/builder/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/builder/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/builder/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/builder/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/builder/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/business/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/business/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/business/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/business/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/types.gen.ts +91 -56
- package/src/extensions/conversion/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/conversion/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/conversion/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/conversion/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/conversion/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/types.gen.ts +2 -2
- package/src/extensions/mass-send/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/mass-send/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/mass-send/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/mass-send/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/mass-send/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/notifications/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/notifications/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/notifications/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/notifications/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/types.gen.ts +8 -8
- package/src/extensions/payment-requests/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/payment-requests/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/payment-requests/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/payment-requests/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/payment-requests/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/types.gen.ts +7 -3
- package/src/extensions/products/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/products/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/products/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/products/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/products/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/types.gen.ts +35 -35
- package/src/extensions/rain/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/rain/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/rain/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/rain/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/rain/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/types.gen.ts +14 -14
- package/src/extensions/rewards/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/rewards/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/rewards/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/rewards/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/rewards/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/stellar/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/stellar/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/stellar/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/stellar/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/types.gen.ts +8 -8
- package/src/extensions/stellar-testnet/openapi-ts/client/client.gen.ts +17 -7
- package/src/extensions/stellar-testnet/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/stellar-testnet/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/extensions/stellar-testnet/openapi-ts/core/params.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/stellar-testnet/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/types.gen.ts +8 -8
- package/src/platform/admin/openapi-ts/client/client.gen.ts +17 -7
- package/src/platform/admin/openapi-ts/client/types.gen.ts +2 -1
- package/src/platform/admin/openapi-ts/client/utils.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/platform/admin/openapi-ts/core/params.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/platform/admin/openapi-ts/core/types.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/core/utils.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/index.ts +2 -2
- package/src/platform/admin/openapi-ts/sdk.gen.ts +54 -12
- package/src/platform/admin/openapi-ts/types.gen.ts +623 -107
- package/src/platform/user/openapi-ts/client/client.gen.ts +17 -7
- package/src/platform/user/openapi-ts/client/types.gen.ts +2 -1
- package/src/platform/user/openapi-ts/client/utils.gen.ts +1 -1
- package/src/platform/user/openapi-ts/core/bodySerializer.gen.ts +6 -8
- package/src/platform/user/openapi-ts/core/params.gen.ts +1 -1
- package/src/platform/user/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/platform/user/openapi-ts/core/types.gen.ts +1 -1
- package/src/platform/user/openapi-ts/core/utils.gen.ts +1 -1
- package/src/platform/user/openapi-ts/index.ts +2 -2
- package/src/platform/user/openapi-ts/sdk.gen.ts +30 -4
- package/src/platform/user/openapi-ts/types.gen.ts +116 -52
- package/dist/chunk-7USVOK77.js +0 -7
- package/dist/chunk-G3M5QMRX.js +0 -1
- package/dist/chunk-HSPTEN45.mjs +0 -1
- package/dist/chunk-HWXE5WBF.js +0 -7
- package/dist/chunk-MUN3POSM.mjs +0 -7
- package/dist/chunk-ZUZHOLAX.mjs +0 -7
|
@@ -35,7 +35,7 @@ export type AdminCompany = {
|
|
|
35
35
|
* * `test` - Test
|
|
36
36
|
* * `production` - Production
|
|
37
37
|
*/
|
|
38
|
-
mode: 'test' | 'production';
|
|
38
|
+
readonly mode: 'test' | 'production';
|
|
39
39
|
bridge_api_key: string;
|
|
40
40
|
readonly bridge_webhook_id: string | null;
|
|
41
41
|
readonly admin_user_bridge_id: string | null;
|
|
@@ -49,6 +49,22 @@ export type AdminCompanyResponse = {
|
|
|
49
49
|
data: AdminCompany;
|
|
50
50
|
};
|
|
51
51
|
|
|
52
|
+
export type AdminCreateLiquidationAddress = {
|
|
53
|
+
wallet?: string;
|
|
54
|
+
account_currency?: string;
|
|
55
|
+
/**
|
|
56
|
+
* * `solana` - Solana
|
|
57
|
+
* * `base` - Base
|
|
58
|
+
* * `ethereum` - Ethereum
|
|
59
|
+
* * `stellar` - Stellar
|
|
60
|
+
* * `tron` - Tron
|
|
61
|
+
* * `polygon` - Polygon
|
|
62
|
+
* * `arbitrum` - Arbitrum
|
|
63
|
+
* * `optimism` - Optimism
|
|
64
|
+
*/
|
|
65
|
+
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
66
|
+
};
|
|
67
|
+
|
|
52
68
|
/**
|
|
53
69
|
* A ModelSerializer that takes additional arguments for
|
|
54
70
|
* "fields", "omit" and "expand" in order to
|
|
@@ -58,11 +74,25 @@ export type AdminCompanyResponse = {
|
|
|
58
74
|
export type AdminCreatePayoutConfiguration = {
|
|
59
75
|
/**
|
|
60
76
|
* * `solana` - Solana
|
|
77
|
+
* * `base` - Base
|
|
61
78
|
*/
|
|
62
|
-
destination_chain: 'solana';
|
|
79
|
+
destination_chain: 'solana' | 'base';
|
|
63
80
|
destination_address: string;
|
|
64
81
|
};
|
|
65
82
|
|
|
83
|
+
export type AdminCreateVirtualAccount = {
|
|
84
|
+
wallet?: string;
|
|
85
|
+
account_currency?: string;
|
|
86
|
+
/**
|
|
87
|
+
* * `gbp` - Gbp
|
|
88
|
+
* * `usd` - Usd
|
|
89
|
+
* * `eur` - Eur
|
|
90
|
+
* * `mxn` - Mxn
|
|
91
|
+
* * `brl` - Brl
|
|
92
|
+
*/
|
|
93
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
94
|
+
};
|
|
95
|
+
|
|
66
96
|
export type AdminCryptoReturnPolicy = {
|
|
67
97
|
readonly id: string;
|
|
68
98
|
refund_destination_address?: string | null;
|
|
@@ -99,12 +129,14 @@ export type AdminCurrency = {
|
|
|
99
129
|
/**
|
|
100
130
|
* * `usdc` - Usdc
|
|
101
131
|
* * `eurc` - Eurc
|
|
132
|
+
* * `usdt` - Usdt
|
|
102
133
|
*/
|
|
103
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
134
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
104
135
|
/**
|
|
105
136
|
* * `solana` - Solana
|
|
137
|
+
* * `base` - Base
|
|
106
138
|
*/
|
|
107
|
-
bridge_chain?: 'solana';
|
|
139
|
+
bridge_chain?: 'solana' | 'base';
|
|
108
140
|
readonly display_code: string | null;
|
|
109
141
|
readonly description: string | null;
|
|
110
142
|
readonly symbol: string | null;
|
|
@@ -118,6 +150,26 @@ export type AdminCurrencyResponse = {
|
|
|
118
150
|
data: AdminCurrency;
|
|
119
151
|
};
|
|
120
152
|
|
|
153
|
+
/**
|
|
154
|
+
* A ModelSerializer that takes additional arguments for
|
|
155
|
+
* "fields", "omit" and "expand" in order to
|
|
156
|
+
* control which fields are displayed, and whether to replace simple
|
|
157
|
+
* values with complex, nested serializations
|
|
158
|
+
*/
|
|
159
|
+
export type AdminFundsRequest = {
|
|
160
|
+
readonly id: string;
|
|
161
|
+
readonly user: string;
|
|
162
|
+
readonly bridge_id: string;
|
|
163
|
+
readonly fraud: boolean;
|
|
164
|
+
readonly created: number;
|
|
165
|
+
readonly updated: number;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
export type AdminFundsRequestResponse = {
|
|
169
|
+
status: string;
|
|
170
|
+
data: AdminFundsRequest;
|
|
171
|
+
};
|
|
172
|
+
|
|
121
173
|
/**
|
|
122
174
|
* A ModelSerializer that takes additional arguments for
|
|
123
175
|
* "fields", "omit" and "expand" in order to
|
|
@@ -131,12 +183,14 @@ export type AdminLiquidationAddress = {
|
|
|
131
183
|
/**
|
|
132
184
|
* * `usdc` - Usdc
|
|
133
185
|
* * `eurc` - Eurc
|
|
186
|
+
* * `usdt` - Usdt
|
|
187
|
+
* * `gbp` - Gbp
|
|
134
188
|
* * `usd` - Usd
|
|
135
189
|
* * `eur` - Eur
|
|
136
190
|
* * `mxn` - Mxn
|
|
137
191
|
* * `brl` - Brl
|
|
138
192
|
*/
|
|
139
|
-
bridge_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
193
|
+
readonly bridge_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
140
194
|
readonly address: string;
|
|
141
195
|
readonly memo: string | null;
|
|
142
196
|
readonly bridge_id: string | null;
|
|
@@ -169,12 +223,13 @@ export type AdminOperationalAccountLiquidationAddress = {
|
|
|
169
223
|
export type AdminOperationalAccountVirtualAccount = {
|
|
170
224
|
account_currency: string;
|
|
171
225
|
/**
|
|
226
|
+
* * `gbp` - Gbp
|
|
172
227
|
* * `usd` - Usd
|
|
173
228
|
* * `eur` - Eur
|
|
174
229
|
* * `mxn` - Mxn
|
|
175
230
|
* * `brl` - Brl
|
|
176
231
|
*/
|
|
177
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
232
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
178
233
|
};
|
|
179
234
|
|
|
180
235
|
/**
|
|
@@ -191,6 +246,9 @@ export type AdminPaymentProcessorQuote = {
|
|
|
191
246
|
};
|
|
192
247
|
amount?: string | null;
|
|
193
248
|
expiration_date?: string | null;
|
|
249
|
+
user: {
|
|
250
|
+
[key: string]: unknown;
|
|
251
|
+
};
|
|
194
252
|
payer_user?: {
|
|
195
253
|
[key: string]: unknown;
|
|
196
254
|
};
|
|
@@ -226,8 +284,9 @@ export type AdminPayoutConfiguration = {
|
|
|
226
284
|
wallet: AdminWallet;
|
|
227
285
|
/**
|
|
228
286
|
* * `solana` - Solana
|
|
287
|
+
* * `base` - Base
|
|
229
288
|
*/
|
|
230
|
-
destination_chain: 'solana';
|
|
289
|
+
destination_chain: 'solana' | 'base';
|
|
231
290
|
destination_address: string;
|
|
232
291
|
readonly created: string;
|
|
233
292
|
readonly updated: string;
|
|
@@ -254,7 +313,7 @@ export type AdminTransactionTransition = {
|
|
|
254
313
|
* * `Complete` - Complete
|
|
255
314
|
* * `Failed` - Failed
|
|
256
315
|
*/
|
|
257
|
-
from_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
316
|
+
readonly from_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
258
317
|
/**
|
|
259
318
|
* * `Initiating` - Initiating
|
|
260
319
|
* * `Quoted` - Quoted
|
|
@@ -262,7 +321,7 @@ export type AdminTransactionTransition = {
|
|
|
262
321
|
* * `Complete` - Complete
|
|
263
322
|
* * `Failed` - Failed
|
|
264
323
|
*/
|
|
265
|
-
to_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
324
|
+
readonly to_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
266
325
|
/**
|
|
267
326
|
* * `queued` - Queued
|
|
268
327
|
* * `pending` - Pending
|
|
@@ -272,7 +331,7 @@ export type AdminTransactionTransition = {
|
|
|
272
331
|
* * `approved` - Approved
|
|
273
332
|
* * `declined` - Declined
|
|
274
333
|
*/
|
|
275
|
-
status: 'queued' | 'pending' | 'awaiting_verification' | 'awaiting_balance' | 'paused' | 'approved' | 'declined';
|
|
334
|
+
readonly status: 'queued' | 'pending' | 'awaiting_verification' | 'awaiting_balance' | 'paused' | 'approved' | 'declined';
|
|
276
335
|
readonly created: number;
|
|
277
336
|
readonly updated: number;
|
|
278
337
|
};
|
|
@@ -295,7 +354,7 @@ export type AdminUpdateCompany = {
|
|
|
295
354
|
* * `test` - Test
|
|
296
355
|
* * `production` - Production
|
|
297
356
|
*/
|
|
298
|
-
mode: 'test' | 'production';
|
|
357
|
+
readonly mode: 'test' | 'production';
|
|
299
358
|
bridge_api_key?: string;
|
|
300
359
|
readonly bridge_webhook_id: string | null;
|
|
301
360
|
admin_user_bridge_id?: string | null;
|
|
@@ -304,6 +363,41 @@ export type AdminUpdateCompany = {
|
|
|
304
363
|
exchange_rate_override_bps?: number | null;
|
|
305
364
|
};
|
|
306
365
|
|
|
366
|
+
/**
|
|
367
|
+
* A ModelSerializer that takes additional arguments for
|
|
368
|
+
* "fields", "omit" and "expand" in order to
|
|
369
|
+
* control which fields are displayed, and whether to replace simple
|
|
370
|
+
* values with complex, nested serializations
|
|
371
|
+
*/
|
|
372
|
+
export type AdminUser = {
|
|
373
|
+
readonly id: string;
|
|
374
|
+
readonly bridge_id: string | null;
|
|
375
|
+
/**
|
|
376
|
+
* * `individual` - Individual
|
|
377
|
+
* * `business` - Business
|
|
378
|
+
*/
|
|
379
|
+
readonly bridge_type: 'individual' | 'business';
|
|
380
|
+
/**
|
|
381
|
+
* * `active` - Active
|
|
382
|
+
* * `awaiting_questionnaire` - Awaiting Questionnaire
|
|
383
|
+
* * `awaiting_ubo` - Awaiting Ubo
|
|
384
|
+
* * `incomplete` - Incomplete
|
|
385
|
+
* * `not_started` - Not Started
|
|
386
|
+
* * `offboarded` - Offboarded
|
|
387
|
+
* * `paused` - Paused
|
|
388
|
+
* * `rejected` - Rejected
|
|
389
|
+
* * `under_review` - Under Review
|
|
390
|
+
*/
|
|
391
|
+
readonly bridge_status: 'active' | 'awaiting_questionnaire' | 'awaiting_ubo' | 'incomplete' | 'not_started' | 'offboarded' | 'paused' | 'rejected' | 'under_review';
|
|
392
|
+
readonly created: number;
|
|
393
|
+
readonly updated: number;
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
export type AdminUserResponse = {
|
|
397
|
+
status: string;
|
|
398
|
+
data: AdminUser;
|
|
399
|
+
};
|
|
400
|
+
|
|
307
401
|
/**
|
|
308
402
|
* A ModelSerializer that takes additional arguments for
|
|
309
403
|
* "fields", "omit" and "expand" in order to
|
|
@@ -316,12 +410,14 @@ export type AdminVirtualAccount = {
|
|
|
316
410
|
/**
|
|
317
411
|
* * `usdc` - Usdc
|
|
318
412
|
* * `eurc` - Eurc
|
|
413
|
+
* * `usdt` - Usdt
|
|
414
|
+
* * `gbp` - Gbp
|
|
319
415
|
* * `usd` - Usd
|
|
320
416
|
* * `eur` - Eur
|
|
321
417
|
* * `mxn` - Mxn
|
|
322
418
|
* * `brl` - Brl
|
|
323
419
|
*/
|
|
324
|
-
source_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
420
|
+
readonly source_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
325
421
|
readonly bank_account: string | null;
|
|
326
422
|
readonly bank_account_details: string;
|
|
327
423
|
readonly bridge_id: string | null;
|
|
@@ -383,16 +479,19 @@ export type Currency = {
|
|
|
383
479
|
/**
|
|
384
480
|
* * `usdc` - Usdc
|
|
385
481
|
* * `eurc` - Eurc
|
|
482
|
+
* * `usdt` - Usdt
|
|
483
|
+
* * `gbp` - Gbp
|
|
386
484
|
* * `usd` - Usd
|
|
387
485
|
* * `eur` - Eur
|
|
388
486
|
* * `mxn` - Mxn
|
|
389
487
|
* * `brl` - Brl
|
|
390
488
|
*/
|
|
391
|
-
bridge_code?: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
489
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
392
490
|
/**
|
|
393
491
|
* * `solana` - Solana
|
|
492
|
+
* * `base` - Base
|
|
394
493
|
*/
|
|
395
|
-
bridge_chain?: 'solana';
|
|
494
|
+
bridge_chain?: 'solana' | 'base';
|
|
396
495
|
display_code?: string | null;
|
|
397
496
|
description?: string | null;
|
|
398
497
|
symbol?: string | null;
|
|
@@ -426,6 +525,18 @@ export type PaginatedAdminCurrencyListResponse = {
|
|
|
426
525
|
data: PaginatedAdminCurrencyList;
|
|
427
526
|
};
|
|
428
527
|
|
|
528
|
+
export type PaginatedAdminFundsRequestList = {
|
|
529
|
+
count?: number;
|
|
530
|
+
next?: string | null;
|
|
531
|
+
previous?: string | null;
|
|
532
|
+
results?: Array<AdminFundsRequest>;
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
export type PaginatedAdminFundsRequestListResponse = {
|
|
536
|
+
status: string;
|
|
537
|
+
data: PaginatedAdminFundsRequestList;
|
|
538
|
+
};
|
|
539
|
+
|
|
429
540
|
export type PaginatedAdminLiquidationAddressList = {
|
|
430
541
|
count?: number;
|
|
431
542
|
next?: string | null;
|
|
@@ -462,6 +573,18 @@ export type PaginatedAdminTransactionTransitionListResponse = {
|
|
|
462
573
|
data: PaginatedAdminTransactionTransitionList;
|
|
463
574
|
};
|
|
464
575
|
|
|
576
|
+
export type PaginatedAdminUserList = {
|
|
577
|
+
count?: number;
|
|
578
|
+
next?: string | null;
|
|
579
|
+
previous?: string | null;
|
|
580
|
+
results?: Array<AdminUser>;
|
|
581
|
+
};
|
|
582
|
+
|
|
583
|
+
export type PaginatedAdminUserListResponse = {
|
|
584
|
+
status: string;
|
|
585
|
+
data: PaginatedAdminUserList;
|
|
586
|
+
};
|
|
587
|
+
|
|
465
588
|
export type PaginatedAdminVirtualAccountList = {
|
|
466
589
|
count?: number;
|
|
467
590
|
next?: string | null;
|
|
@@ -498,6 +621,30 @@ export type PaginatedCurrencyListResponse = {
|
|
|
498
621
|
data: PaginatedCurrencyList;
|
|
499
622
|
};
|
|
500
623
|
|
|
624
|
+
export type PaginatedUserExternalWalletList = {
|
|
625
|
+
count?: number;
|
|
626
|
+
next?: string | null;
|
|
627
|
+
previous?: string | null;
|
|
628
|
+
results?: Array<UserExternalWallet>;
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
export type PaginatedUserExternalWalletListResponse = {
|
|
632
|
+
status: string;
|
|
633
|
+
data: PaginatedUserExternalWalletList;
|
|
634
|
+
};
|
|
635
|
+
|
|
636
|
+
export type PaginatedUserStaticTemplateList = {
|
|
637
|
+
count?: number;
|
|
638
|
+
next?: string | null;
|
|
639
|
+
previous?: string | null;
|
|
640
|
+
results?: Array<UserStaticTemplate>;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
export type PaginatedUserStaticTemplateListResponse = {
|
|
644
|
+
status: string;
|
|
645
|
+
data: PaginatedUserStaticTemplateList;
|
|
646
|
+
};
|
|
647
|
+
|
|
501
648
|
export type PaginatedUserVirtualAccountList = {
|
|
502
649
|
count?: number;
|
|
503
650
|
next?: string | null;
|
|
@@ -534,12 +681,14 @@ export type PatchedAdminCurrency = {
|
|
|
534
681
|
/**
|
|
535
682
|
* * `usdc` - Usdc
|
|
536
683
|
* * `eurc` - Eurc
|
|
684
|
+
* * `usdt` - Usdt
|
|
537
685
|
*/
|
|
538
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
686
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
539
687
|
/**
|
|
540
688
|
* * `solana` - Solana
|
|
689
|
+
* * `base` - Base
|
|
541
690
|
*/
|
|
542
|
-
bridge_chain?: 'solana';
|
|
691
|
+
bridge_chain?: 'solana' | 'base';
|
|
543
692
|
readonly display_code?: string | null;
|
|
544
693
|
readonly description?: string | null;
|
|
545
694
|
readonly symbol?: string | null;
|
|
@@ -559,8 +708,9 @@ export type PatchedAdminPayoutConfiguration = {
|
|
|
559
708
|
wallet?: AdminWallet;
|
|
560
709
|
/**
|
|
561
710
|
* * `solana` - Solana
|
|
711
|
+
* * `base` - Base
|
|
562
712
|
*/
|
|
563
|
-
destination_chain?: 'solana';
|
|
713
|
+
destination_chain?: 'solana' | 'base';
|
|
564
714
|
destination_address?: string;
|
|
565
715
|
readonly created?: string;
|
|
566
716
|
readonly updated?: string;
|
|
@@ -579,7 +729,7 @@ export type PatchedAdminUpdateCompany = {
|
|
|
579
729
|
* * `test` - Test
|
|
580
730
|
* * `production` - Production
|
|
581
731
|
*/
|
|
582
|
-
mode?: 'test' | 'production';
|
|
732
|
+
readonly mode?: 'test' | 'production';
|
|
583
733
|
bridge_api_key?: string;
|
|
584
734
|
readonly bridge_webhook_id?: string | null;
|
|
585
735
|
admin_user_bridge_id?: string | null;
|
|
@@ -622,6 +772,43 @@ export type UserCreateCustomerKycLink = {
|
|
|
622
772
|
redirect_uri?: string | null;
|
|
623
773
|
};
|
|
624
774
|
|
|
775
|
+
export type UserCreateExternalWallet = {
|
|
776
|
+
/**
|
|
777
|
+
* * `solana` - Solana
|
|
778
|
+
* * `base` - Base
|
|
779
|
+
* * `ethereum` - Ethereum
|
|
780
|
+
* * `stellar` - Stellar
|
|
781
|
+
* * `tron` - Tron
|
|
782
|
+
* * `polygon` - Polygon
|
|
783
|
+
* * `arbitrum` - Arbitrum
|
|
784
|
+
* * `optimism` - Optimism
|
|
785
|
+
*/
|
|
786
|
+
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
787
|
+
address: string;
|
|
788
|
+
/**
|
|
789
|
+
* * `usdc` - Usdc
|
|
790
|
+
* * `eurc` - Eurc
|
|
791
|
+
* * `usdt` - Usdt
|
|
792
|
+
* * `gbp` - Gbp
|
|
793
|
+
* * `usd` - Usd
|
|
794
|
+
* * `eur` - Eur
|
|
795
|
+
* * `mxn` - Mxn
|
|
796
|
+
* * `brl` - Brl
|
|
797
|
+
*/
|
|
798
|
+
currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
799
|
+
};
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* A ModelSerializer that takes additional arguments for
|
|
803
|
+
* "fields", "omit" and "expand" in order to
|
|
804
|
+
* control which fields are displayed, and whether to replace simple
|
|
805
|
+
* values with complex, nested serializations
|
|
806
|
+
*/
|
|
807
|
+
export type UserCreateStaticTemplate = {
|
|
808
|
+
account: string;
|
|
809
|
+
currency: string;
|
|
810
|
+
};
|
|
811
|
+
|
|
625
812
|
/**
|
|
626
813
|
* A ModelSerializer that takes additional arguments for
|
|
627
814
|
* "fields", "omit" and "expand" in order to
|
|
@@ -632,16 +819,17 @@ export type UserCreateVirtualAccount = {
|
|
|
632
819
|
account: string;
|
|
633
820
|
currency: string;
|
|
634
821
|
/**
|
|
822
|
+
* * `gbp` - Gbp
|
|
635
823
|
* * `usd` - Usd
|
|
636
824
|
* * `eur` - Eur
|
|
637
825
|
* * `mxn` - Mxn
|
|
638
826
|
* * `brl` - Brl
|
|
639
827
|
*/
|
|
640
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
828
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
641
829
|
};
|
|
642
830
|
|
|
643
831
|
export type UserCryptoDeposit = {
|
|
644
|
-
account_currency
|
|
832
|
+
account_currency?: string;
|
|
645
833
|
/**
|
|
646
834
|
* * `solana` - Solana
|
|
647
835
|
* * `base` - Base
|
|
@@ -653,6 +841,7 @@ export type UserCryptoDeposit = {
|
|
|
653
841
|
* * `optimism` - Optimism
|
|
654
842
|
*/
|
|
655
843
|
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
844
|
+
external_wallet?: string;
|
|
656
845
|
};
|
|
657
846
|
|
|
658
847
|
export type UserCryptoDepositResponse = {
|
|
@@ -695,6 +884,46 @@ export type UserExchangeRateResponseResponse = {
|
|
|
695
884
|
data: UserExchangeRateResponse;
|
|
696
885
|
};
|
|
697
886
|
|
|
887
|
+
/**
|
|
888
|
+
* A ModelSerializer that takes additional arguments for
|
|
889
|
+
* "fields", "omit" and "expand" in order to
|
|
890
|
+
* control which fields are displayed, and whether to replace simple
|
|
891
|
+
* values with complex, nested serializations
|
|
892
|
+
*/
|
|
893
|
+
export type UserExternalWallet = {
|
|
894
|
+
readonly id: string;
|
|
895
|
+
/**
|
|
896
|
+
* * `solana` - Solana
|
|
897
|
+
* * `base` - Base
|
|
898
|
+
* * `ethereum` - Ethereum
|
|
899
|
+
* * `stellar` - Stellar
|
|
900
|
+
* * `tron` - Tron
|
|
901
|
+
* * `polygon` - Polygon
|
|
902
|
+
* * `arbitrum` - Arbitrum
|
|
903
|
+
* * `optimism` - Optimism
|
|
904
|
+
*/
|
|
905
|
+
readonly chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
906
|
+
readonly address: string;
|
|
907
|
+
/**
|
|
908
|
+
* * `usdc` - Usdc
|
|
909
|
+
* * `eurc` - Eurc
|
|
910
|
+
* * `usdt` - Usdt
|
|
911
|
+
* * `gbp` - Gbp
|
|
912
|
+
* * `usd` - Usd
|
|
913
|
+
* * `eur` - Eur
|
|
914
|
+
* * `mxn` - Mxn
|
|
915
|
+
* * `brl` - Brl
|
|
916
|
+
*/
|
|
917
|
+
readonly currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
918
|
+
readonly created: number;
|
|
919
|
+
readonly updated: number;
|
|
920
|
+
};
|
|
921
|
+
|
|
922
|
+
export type UserExternalWalletResponse = {
|
|
923
|
+
status: string;
|
|
924
|
+
data: UserExternalWallet;
|
|
925
|
+
};
|
|
926
|
+
|
|
698
927
|
/**
|
|
699
928
|
* A ModelSerializer that takes additional arguments for
|
|
700
929
|
* "fields", "omit" and "expand" in order to
|
|
@@ -713,6 +942,28 @@ export type UserResponse = {
|
|
|
713
942
|
data: User;
|
|
714
943
|
};
|
|
715
944
|
|
|
945
|
+
/**
|
|
946
|
+
* A ModelSerializer that takes additional arguments for
|
|
947
|
+
* "fields", "omit" and "expand" in order to
|
|
948
|
+
* control which fields are displayed, and whether to replace simple
|
|
949
|
+
* values with complex, nested serializations
|
|
950
|
+
*/
|
|
951
|
+
export type UserStaticTemplate = {
|
|
952
|
+
readonly id: string;
|
|
953
|
+
wallet: UserReducedWallet;
|
|
954
|
+
readonly bridge_id: string | null;
|
|
955
|
+
readonly deposit_instructions: {
|
|
956
|
+
[key: string]: unknown;
|
|
957
|
+
};
|
|
958
|
+
readonly created: number;
|
|
959
|
+
readonly updated: number;
|
|
960
|
+
};
|
|
961
|
+
|
|
962
|
+
export type UserStaticTemplateResponse = {
|
|
963
|
+
status: string;
|
|
964
|
+
data: UserStaticTemplate;
|
|
965
|
+
};
|
|
966
|
+
|
|
716
967
|
/**
|
|
717
968
|
* A ModelSerializer that takes additional arguments for
|
|
718
969
|
* "fields", "omit" and "expand" in order to
|
|
@@ -725,12 +976,14 @@ export type UserVirtualAccount = {
|
|
|
725
976
|
/**
|
|
726
977
|
* * `usdc` - Usdc
|
|
727
978
|
* * `eurc` - Eurc
|
|
979
|
+
* * `usdt` - Usdt
|
|
980
|
+
* * `gbp` - Gbp
|
|
728
981
|
* * `usd` - Usd
|
|
729
982
|
* * `eur` - Eur
|
|
730
983
|
* * `mxn` - Mxn
|
|
731
984
|
* * `brl` - Brl
|
|
732
985
|
*/
|
|
733
|
-
source_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
986
|
+
readonly source_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
734
987
|
readonly bank_account: string | null;
|
|
735
988
|
readonly bank_account_details: string;
|
|
736
989
|
readonly bridge_id: string | null;
|
|
@@ -755,10 +1008,11 @@ export type Webhook = {
|
|
|
755
1008
|
* * `currency.update` - Currency Update
|
|
756
1009
|
* * `transaction.initiate` - Transaction Initiate
|
|
757
1010
|
* * `transaction.execute` - Transaction Execute
|
|
1011
|
+
* * `transaction.update` - Transaction Update
|
|
758
1012
|
* * `transaction.transition.update` - Transaction Transition Update
|
|
759
1013
|
* * `user.update` - User Update
|
|
760
1014
|
*/
|
|
761
|
-
event: 'account.currency.create' | 'bank_account.create' | 'bank_account.update' | 'bank_account.delete' | 'currency.create' | 'currency.update' | 'transaction.initiate' | 'transaction.execute' | 'transaction.transition.update' | 'user.update';
|
|
1015
|
+
event: 'account.currency.create' | 'bank_account.create' | 'bank_account.update' | 'bank_account.delete' | 'currency.create' | 'currency.update' | 'transaction.initiate' | 'transaction.execute' | 'transaction.update' | 'transaction.transition.update' | 'user.update';
|
|
762
1016
|
company: string;
|
|
763
1017
|
data: {
|
|
764
1018
|
[key: string]: unknown;
|
|
@@ -791,8 +1045,9 @@ export type AdminCreatePayoutConfigurationWritable = {
|
|
|
791
1045
|
currency: string;
|
|
792
1046
|
/**
|
|
793
1047
|
* * `solana` - Solana
|
|
1048
|
+
* * `base` - Base
|
|
794
1049
|
*/
|
|
795
|
-
destination_chain: 'solana';
|
|
1050
|
+
destination_chain: 'solana' | 'base';
|
|
796
1051
|
destination_address: string;
|
|
797
1052
|
};
|
|
798
1053
|
|
|
@@ -830,12 +1085,14 @@ export type AdminCurrencyWritable = {
|
|
|
830
1085
|
/**
|
|
831
1086
|
* * `usdc` - Usdc
|
|
832
1087
|
* * `eurc` - Eurc
|
|
1088
|
+
* * `usdt` - Usdt
|
|
833
1089
|
*/
|
|
834
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
1090
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
835
1091
|
/**
|
|
836
1092
|
* * `solana` - Solana
|
|
1093
|
+
* * `base` - Base
|
|
837
1094
|
*/
|
|
838
|
-
bridge_chain?: 'solana';
|
|
1095
|
+
bridge_chain?: 'solana' | 'base';
|
|
839
1096
|
};
|
|
840
1097
|
|
|
841
1098
|
export type AdminCurrencyResponseWritable = {
|
|
@@ -843,6 +1100,10 @@ export type AdminCurrencyResponseWritable = {
|
|
|
843
1100
|
data: AdminCurrencyWritable;
|
|
844
1101
|
};
|
|
845
1102
|
|
|
1103
|
+
export type AdminFundsRequestResponseWritable = {
|
|
1104
|
+
status: string;
|
|
1105
|
+
};
|
|
1106
|
+
|
|
846
1107
|
/**
|
|
847
1108
|
* A ModelSerializer that takes additional arguments for
|
|
848
1109
|
* "fields", "omit" and "expand" in order to
|
|
@@ -871,8 +1132,9 @@ export type AdminPaymentProcessorQuoteResponseResponseWritable = {
|
|
|
871
1132
|
export type AdminPayoutConfigurationWritable = {
|
|
872
1133
|
/**
|
|
873
1134
|
* * `solana` - Solana
|
|
1135
|
+
* * `base` - Base
|
|
874
1136
|
*/
|
|
875
|
-
destination_chain: 'solana';
|
|
1137
|
+
destination_chain: 'solana' | 'base';
|
|
876
1138
|
destination_address: string;
|
|
877
1139
|
};
|
|
878
1140
|
|
|
@@ -899,6 +1161,10 @@ export type AdminUpdateCompanyWritable = {
|
|
|
899
1161
|
exchange_rate_override_bps?: number | null;
|
|
900
1162
|
};
|
|
901
1163
|
|
|
1164
|
+
export type AdminUserResponseWritable = {
|
|
1165
|
+
status: string;
|
|
1166
|
+
};
|
|
1167
|
+
|
|
902
1168
|
/**
|
|
903
1169
|
* A ModelSerializer that takes additional arguments for
|
|
904
1170
|
* "fields", "omit" and "expand" in order to
|
|
@@ -941,6 +1207,18 @@ export type PaginatedAdminCurrencyListResponseWritable = {
|
|
|
941
1207
|
data: PaginatedAdminCurrencyListWritable;
|
|
942
1208
|
};
|
|
943
1209
|
|
|
1210
|
+
export type PaginatedAdminFundsRequestListWritable = {
|
|
1211
|
+
count?: number;
|
|
1212
|
+
next?: string | null;
|
|
1213
|
+
previous?: string | null;
|
|
1214
|
+
results?: Array<unknown>;
|
|
1215
|
+
};
|
|
1216
|
+
|
|
1217
|
+
export type PaginatedAdminFundsRequestListResponseWritable = {
|
|
1218
|
+
status: string;
|
|
1219
|
+
data: PaginatedAdminFundsRequestListWritable;
|
|
1220
|
+
};
|
|
1221
|
+
|
|
944
1222
|
export type PaginatedAdminLiquidationAddressListWritable = {
|
|
945
1223
|
count?: number;
|
|
946
1224
|
next?: string | null;
|
|
@@ -977,6 +1255,18 @@ export type PaginatedAdminTransactionTransitionListResponseWritable = {
|
|
|
977
1255
|
data: PaginatedAdminTransactionTransitionListWritable;
|
|
978
1256
|
};
|
|
979
1257
|
|
|
1258
|
+
export type PaginatedAdminUserListWritable = {
|
|
1259
|
+
count?: number;
|
|
1260
|
+
next?: string | null;
|
|
1261
|
+
previous?: string | null;
|
|
1262
|
+
results?: Array<unknown>;
|
|
1263
|
+
};
|
|
1264
|
+
|
|
1265
|
+
export type PaginatedAdminUserListResponseWritable = {
|
|
1266
|
+
status: string;
|
|
1267
|
+
data: PaginatedAdminUserListWritable;
|
|
1268
|
+
};
|
|
1269
|
+
|
|
980
1270
|
export type PaginatedAdminVirtualAccountListWritable = {
|
|
981
1271
|
count?: number;
|
|
982
1272
|
next?: string | null;
|
|
@@ -1001,6 +1291,30 @@ export type PaginatedAdminWalletListResponseWritable = {
|
|
|
1001
1291
|
data: PaginatedAdminWalletListWritable;
|
|
1002
1292
|
};
|
|
1003
1293
|
|
|
1294
|
+
export type PaginatedUserExternalWalletListWritable = {
|
|
1295
|
+
count?: number;
|
|
1296
|
+
next?: string | null;
|
|
1297
|
+
previous?: string | null;
|
|
1298
|
+
results?: Array<unknown>;
|
|
1299
|
+
};
|
|
1300
|
+
|
|
1301
|
+
export type PaginatedUserExternalWalletListResponseWritable = {
|
|
1302
|
+
status: string;
|
|
1303
|
+
data: PaginatedUserExternalWalletListWritable;
|
|
1304
|
+
};
|
|
1305
|
+
|
|
1306
|
+
export type PaginatedUserStaticTemplateListWritable = {
|
|
1307
|
+
count?: number;
|
|
1308
|
+
next?: string | null;
|
|
1309
|
+
previous?: string | null;
|
|
1310
|
+
results?: Array<UserStaticTemplateWritable>;
|
|
1311
|
+
};
|
|
1312
|
+
|
|
1313
|
+
export type PaginatedUserStaticTemplateListResponseWritable = {
|
|
1314
|
+
status: string;
|
|
1315
|
+
data: PaginatedUserStaticTemplateListWritable;
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1004
1318
|
export type PaginatedUserVirtualAccountListWritable = {
|
|
1005
1319
|
count?: number;
|
|
1006
1320
|
next?: string | null;
|
|
@@ -1035,12 +1349,14 @@ export type PatchedAdminCurrencyWritable = {
|
|
|
1035
1349
|
/**
|
|
1036
1350
|
* * `usdc` - Usdc
|
|
1037
1351
|
* * `eurc` - Eurc
|
|
1352
|
+
* * `usdt` - Usdt
|
|
1038
1353
|
*/
|
|
1039
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
1354
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
1040
1355
|
/**
|
|
1041
1356
|
* * `solana` - Solana
|
|
1357
|
+
* * `base` - Base
|
|
1042
1358
|
*/
|
|
1043
|
-
bridge_chain?: 'solana';
|
|
1359
|
+
bridge_chain?: 'solana' | 'base';
|
|
1044
1360
|
};
|
|
1045
1361
|
|
|
1046
1362
|
/**
|
|
@@ -1052,8 +1368,9 @@ export type PatchedAdminCurrencyWritable = {
|
|
|
1052
1368
|
export type PatchedAdminPayoutConfigurationWritable = {
|
|
1053
1369
|
/**
|
|
1054
1370
|
* * `solana` - Solana
|
|
1371
|
+
* * `base` - Base
|
|
1055
1372
|
*/
|
|
1056
|
-
destination_chain?: 'solana';
|
|
1373
|
+
destination_chain?: 'solana' | 'base';
|
|
1057
1374
|
destination_address?: string;
|
|
1058
1375
|
};
|
|
1059
1376
|
|
|
@@ -1099,6 +1416,10 @@ export type UserCustomerKycLinkResponseWritable = {
|
|
|
1099
1416
|
status: string;
|
|
1100
1417
|
};
|
|
1101
1418
|
|
|
1419
|
+
export type UserExternalWalletResponseWritable = {
|
|
1420
|
+
status: string;
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1102
1423
|
/**
|
|
1103
1424
|
* A ModelSerializer that takes additional arguments for
|
|
1104
1425
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1114,6 +1435,21 @@ export type UserResponseWritable = {
|
|
|
1114
1435
|
data: UserWritable;
|
|
1115
1436
|
};
|
|
1116
1437
|
|
|
1438
|
+
/**
|
|
1439
|
+
* A ModelSerializer that takes additional arguments for
|
|
1440
|
+
* "fields", "omit" and "expand" in order to
|
|
1441
|
+
* control which fields are displayed, and whether to replace simple
|
|
1442
|
+
* values with complex, nested serializations
|
|
1443
|
+
*/
|
|
1444
|
+
export type UserStaticTemplateWritable = {
|
|
1445
|
+
[key: string]: unknown;
|
|
1446
|
+
};
|
|
1447
|
+
|
|
1448
|
+
export type UserStaticTemplateResponseWritable = {
|
|
1449
|
+
status: string;
|
|
1450
|
+
data: UserStaticTemplateWritable;
|
|
1451
|
+
};
|
|
1452
|
+
|
|
1117
1453
|
/**
|
|
1118
1454
|
* A ModelSerializer that takes additional arguments for
|
|
1119
1455
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1334,6 +1670,46 @@ export type AdminCurrenciesUpdateResponses = {
|
|
|
1334
1670
|
|
|
1335
1671
|
export type AdminCurrenciesUpdateResponse = AdminCurrenciesUpdateResponses[keyof AdminCurrenciesUpdateResponses];
|
|
1336
1672
|
|
|
1673
|
+
export type AdminFundsRequestsListData = {
|
|
1674
|
+
body?: never;
|
|
1675
|
+
path?: never;
|
|
1676
|
+
query?: {
|
|
1677
|
+
bridge_id?: string;
|
|
1678
|
+
fraud?: boolean;
|
|
1679
|
+
/**
|
|
1680
|
+
* A page number within the paginated result set.
|
|
1681
|
+
*/
|
|
1682
|
+
page?: number;
|
|
1683
|
+
/**
|
|
1684
|
+
* Number of results to return per page.
|
|
1685
|
+
*/
|
|
1686
|
+
page_size?: number;
|
|
1687
|
+
user?: string;
|
|
1688
|
+
};
|
|
1689
|
+
url: '/admin/funds-requests/';
|
|
1690
|
+
};
|
|
1691
|
+
|
|
1692
|
+
export type AdminFundsRequestsListResponses = {
|
|
1693
|
+
200: PaginatedAdminFundsRequestListResponse;
|
|
1694
|
+
};
|
|
1695
|
+
|
|
1696
|
+
export type AdminFundsRequestsListResponse = AdminFundsRequestsListResponses[keyof AdminFundsRequestsListResponses];
|
|
1697
|
+
|
|
1698
|
+
export type AdminFundsRequestsRetrieveData = {
|
|
1699
|
+
body?: never;
|
|
1700
|
+
path: {
|
|
1701
|
+
identifier: string;
|
|
1702
|
+
};
|
|
1703
|
+
query?: never;
|
|
1704
|
+
url: '/admin/funds-requests/{identifier}/';
|
|
1705
|
+
};
|
|
1706
|
+
|
|
1707
|
+
export type AdminFundsRequestsRetrieveResponses = {
|
|
1708
|
+
200: AdminFundsRequestResponse;
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1711
|
+
export type AdminFundsRequestsRetrieveResponse = AdminFundsRequestsRetrieveResponses[keyof AdminFundsRequestsRetrieveResponses];
|
|
1712
|
+
|
|
1337
1713
|
export type AdminLiquidationAddressesListData = {
|
|
1338
1714
|
body?: never;
|
|
1339
1715
|
path?: never;
|
|
@@ -1361,6 +1737,19 @@ export type AdminLiquidationAddressesListResponses = {
|
|
|
1361
1737
|
|
|
1362
1738
|
export type AdminLiquidationAddressesListResponse = AdminLiquidationAddressesListResponses[keyof AdminLiquidationAddressesListResponses];
|
|
1363
1739
|
|
|
1740
|
+
export type AdminLiquidationAddressesCreateData = {
|
|
1741
|
+
body: AdminCreateLiquidationAddress;
|
|
1742
|
+
path?: never;
|
|
1743
|
+
query?: never;
|
|
1744
|
+
url: '/admin/liquidation-addresses/';
|
|
1745
|
+
};
|
|
1746
|
+
|
|
1747
|
+
export type AdminLiquidationAddressesCreateResponses = {
|
|
1748
|
+
201: AdminLiquidationAddressResponse;
|
|
1749
|
+
};
|
|
1750
|
+
|
|
1751
|
+
export type AdminLiquidationAddressesCreateResponse = AdminLiquidationAddressesCreateResponses[keyof AdminLiquidationAddressesCreateResponses];
|
|
1752
|
+
|
|
1364
1753
|
export type AdminLiquidationAddressesRetrieveData = {
|
|
1365
1754
|
body?: never;
|
|
1366
1755
|
path: {
|
|
@@ -1564,6 +1953,47 @@ export type AdminTransactionTransitionsProcessCreateResponses = {
|
|
|
1564
1953
|
|
|
1565
1954
|
export type AdminTransactionTransitionsProcessCreateResponse = AdminTransactionTransitionsProcessCreateResponses[keyof AdminTransactionTransitionsProcessCreateResponses];
|
|
1566
1955
|
|
|
1956
|
+
export type AdminUsersListData = {
|
|
1957
|
+
body?: never;
|
|
1958
|
+
path?: never;
|
|
1959
|
+
query?: {
|
|
1960
|
+
bridge_id?: string;
|
|
1961
|
+
bridge_status?: string;
|
|
1962
|
+
bridge_type?: string;
|
|
1963
|
+
id?: string;
|
|
1964
|
+
/**
|
|
1965
|
+
* A page number within the paginated result set.
|
|
1966
|
+
*/
|
|
1967
|
+
page?: number;
|
|
1968
|
+
/**
|
|
1969
|
+
* Number of results to return per page.
|
|
1970
|
+
*/
|
|
1971
|
+
page_size?: number;
|
|
1972
|
+
};
|
|
1973
|
+
url: '/admin/users/';
|
|
1974
|
+
};
|
|
1975
|
+
|
|
1976
|
+
export type AdminUsersListResponses = {
|
|
1977
|
+
200: PaginatedAdminUserListResponse;
|
|
1978
|
+
};
|
|
1979
|
+
|
|
1980
|
+
export type AdminUsersListResponse = AdminUsersListResponses[keyof AdminUsersListResponses];
|
|
1981
|
+
|
|
1982
|
+
export type AdminUsersRetrieveData = {
|
|
1983
|
+
body?: never;
|
|
1984
|
+
path: {
|
|
1985
|
+
identifier: string;
|
|
1986
|
+
};
|
|
1987
|
+
query?: never;
|
|
1988
|
+
url: '/admin/users/{identifier}/';
|
|
1989
|
+
};
|
|
1990
|
+
|
|
1991
|
+
export type AdminUsersRetrieveResponses = {
|
|
1992
|
+
200: AdminUserResponse;
|
|
1993
|
+
};
|
|
1994
|
+
|
|
1995
|
+
export type AdminUsersRetrieveResponse = AdminUsersRetrieveResponses[keyof AdminUsersRetrieveResponses];
|
|
1996
|
+
|
|
1567
1997
|
export type AdminVirtualAccountsListData = {
|
|
1568
1998
|
body?: never;
|
|
1569
1999
|
path?: never;
|
|
@@ -1592,6 +2022,19 @@ export type AdminVirtualAccountsListResponses = {
|
|
|
1592
2022
|
|
|
1593
2023
|
export type AdminVirtualAccountsListResponse = AdminVirtualAccountsListResponses[keyof AdminVirtualAccountsListResponses];
|
|
1594
2024
|
|
|
2025
|
+
export type AdminVirtualAccountsCreateData = {
|
|
2026
|
+
body?: AdminCreateVirtualAccount;
|
|
2027
|
+
path?: never;
|
|
2028
|
+
query?: never;
|
|
2029
|
+
url: '/admin/virtual-accounts/';
|
|
2030
|
+
};
|
|
2031
|
+
|
|
2032
|
+
export type AdminVirtualAccountsCreateResponses = {
|
|
2033
|
+
201: AdminVirtualAccountResponse;
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
export type AdminVirtualAccountsCreateResponse = AdminVirtualAccountsCreateResponses[keyof AdminVirtualAccountsCreateResponses];
|
|
2037
|
+
|
|
1595
2038
|
export type AdminVirtualAccountsRetrieveData = {
|
|
1596
2039
|
body?: never;
|
|
1597
2040
|
path: {
|
|
@@ -1778,6 +2221,56 @@ export type UserExchangeRatesRetrieveResponses = {
|
|
|
1778
2221
|
|
|
1779
2222
|
export type UserExchangeRatesRetrieveResponse = UserExchangeRatesRetrieveResponses[keyof UserExchangeRatesRetrieveResponses];
|
|
1780
2223
|
|
|
2224
|
+
export type UserExternalWalletsListData = {
|
|
2225
|
+
body?: never;
|
|
2226
|
+
path?: never;
|
|
2227
|
+
query?: {
|
|
2228
|
+
/**
|
|
2229
|
+
* A page number within the paginated result set.
|
|
2230
|
+
*/
|
|
2231
|
+
page?: number;
|
|
2232
|
+
/**
|
|
2233
|
+
* Number of results to return per page.
|
|
2234
|
+
*/
|
|
2235
|
+
page_size?: number;
|
|
2236
|
+
};
|
|
2237
|
+
url: '/user/external-wallets/';
|
|
2238
|
+
};
|
|
2239
|
+
|
|
2240
|
+
export type UserExternalWalletsListResponses = {
|
|
2241
|
+
200: PaginatedUserExternalWalletListResponse;
|
|
2242
|
+
};
|
|
2243
|
+
|
|
2244
|
+
export type UserExternalWalletsListResponse = UserExternalWalletsListResponses[keyof UserExternalWalletsListResponses];
|
|
2245
|
+
|
|
2246
|
+
export type UserExternalWalletsCreateData = {
|
|
2247
|
+
body: UserCreateExternalWallet;
|
|
2248
|
+
path?: never;
|
|
2249
|
+
query?: never;
|
|
2250
|
+
url: '/user/external-wallets/';
|
|
2251
|
+
};
|
|
2252
|
+
|
|
2253
|
+
export type UserExternalWalletsCreateResponses = {
|
|
2254
|
+
201: UserExternalWalletResponse;
|
|
2255
|
+
};
|
|
2256
|
+
|
|
2257
|
+
export type UserExternalWalletsCreateResponse = UserExternalWalletsCreateResponses[keyof UserExternalWalletsCreateResponses];
|
|
2258
|
+
|
|
2259
|
+
export type UserExternalWalletsRetrieveData = {
|
|
2260
|
+
body?: never;
|
|
2261
|
+
path: {
|
|
2262
|
+
identifier: string;
|
|
2263
|
+
};
|
|
2264
|
+
query?: never;
|
|
2265
|
+
url: '/user/external-wallets/{identifier}/';
|
|
2266
|
+
};
|
|
2267
|
+
|
|
2268
|
+
export type UserExternalWalletsRetrieveResponses = {
|
|
2269
|
+
200: UserExternalWalletResponse;
|
|
2270
|
+
};
|
|
2271
|
+
|
|
2272
|
+
export type UserExternalWalletsRetrieveResponse = UserExternalWalletsRetrieveResponses[keyof UserExternalWalletsRetrieveResponses];
|
|
2273
|
+
|
|
1781
2274
|
export type UserKycLinksCreateData = {
|
|
1782
2275
|
body?: UserCreateCustomerKycLink;
|
|
1783
2276
|
path?: never;
|
|
@@ -1791,6 +2284,56 @@ export type UserKycLinksCreateResponses = {
|
|
|
1791
2284
|
|
|
1792
2285
|
export type UserKycLinksCreateResponse = UserKycLinksCreateResponses[keyof UserKycLinksCreateResponses];
|
|
1793
2286
|
|
|
2287
|
+
export type UserStaticTemplatesListData = {
|
|
2288
|
+
body?: never;
|
|
2289
|
+
path?: never;
|
|
2290
|
+
query?: {
|
|
2291
|
+
/**
|
|
2292
|
+
* A page number within the paginated result set.
|
|
2293
|
+
*/
|
|
2294
|
+
page?: number;
|
|
2295
|
+
/**
|
|
2296
|
+
* Number of results to return per page.
|
|
2297
|
+
*/
|
|
2298
|
+
page_size?: number;
|
|
2299
|
+
};
|
|
2300
|
+
url: '/user/static-templates/';
|
|
2301
|
+
};
|
|
2302
|
+
|
|
2303
|
+
export type UserStaticTemplatesListResponses = {
|
|
2304
|
+
200: PaginatedUserStaticTemplateListResponse;
|
|
2305
|
+
};
|
|
2306
|
+
|
|
2307
|
+
export type UserStaticTemplatesListResponse = UserStaticTemplatesListResponses[keyof UserStaticTemplatesListResponses];
|
|
2308
|
+
|
|
2309
|
+
export type UserStaticTemplatesCreateData = {
|
|
2310
|
+
body: UserCreateStaticTemplate;
|
|
2311
|
+
path?: never;
|
|
2312
|
+
query?: never;
|
|
2313
|
+
url: '/user/static-templates/';
|
|
2314
|
+
};
|
|
2315
|
+
|
|
2316
|
+
export type UserStaticTemplatesCreateResponses = {
|
|
2317
|
+
201: UserStaticTemplateResponse;
|
|
2318
|
+
};
|
|
2319
|
+
|
|
2320
|
+
export type UserStaticTemplatesCreateResponse = UserStaticTemplatesCreateResponses[keyof UserStaticTemplatesCreateResponses];
|
|
2321
|
+
|
|
2322
|
+
export type UserStaticTemplatesRetrieveData = {
|
|
2323
|
+
body?: never;
|
|
2324
|
+
path: {
|
|
2325
|
+
identifier: string;
|
|
2326
|
+
};
|
|
2327
|
+
query?: never;
|
|
2328
|
+
url: '/user/static-templates/{identifier}/';
|
|
2329
|
+
};
|
|
2330
|
+
|
|
2331
|
+
export type UserStaticTemplatesRetrieveResponses = {
|
|
2332
|
+
200: UserStaticTemplateResponse;
|
|
2333
|
+
};
|
|
2334
|
+
|
|
2335
|
+
export type UserStaticTemplatesRetrieveResponse = UserStaticTemplatesRetrieveResponses[keyof UserStaticTemplatesRetrieveResponses];
|
|
2336
|
+
|
|
1794
2337
|
export type UserVirtualAccountsListData = {
|
|
1795
2338
|
body?: never;
|
|
1796
2339
|
path?: never;
|