@0xkey-io/sdk-server 0.1.0

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +201 -0
  3. package/README.md +40 -0
  4. package/dist/0xkey-helpers.d.ts +67 -0
  5. package/dist/0xkey-helpers.d.ts.map +1 -0
  6. package/dist/0xkey-helpers.js +468 -0
  7. package/dist/0xkey-helpers.js.map +1 -0
  8. package/dist/0xkey-helpers.mjs +402 -0
  9. package/dist/0xkey-helpers.mjs.map +1 -0
  10. package/dist/__generated__/sdk-client-base.d.ts +234 -0
  11. package/dist/__generated__/sdk-client-base.d.ts.map +1 -0
  12. package/dist/__generated__/sdk-client-base.js +3093 -0
  13. package/dist/__generated__/sdk-client-base.js.map +1 -0
  14. package/dist/__generated__/sdk-client-base.mjs +3091 -0
  15. package/dist/__generated__/sdk-client-base.mjs.map +1 -0
  16. package/dist/__generated__/sdk_api_types.d.ts +559 -0
  17. package/dist/__generated__/sdk_api_types.d.ts.map +1 -0
  18. package/dist/__generated__/version.d.ts +2 -0
  19. package/dist/__generated__/version.d.ts.map +1 -0
  20. package/dist/__generated__/version.js +6 -0
  21. package/dist/__generated__/version.js.map +1 -0
  22. package/dist/__generated__/version.mjs +4 -0
  23. package/dist/__generated__/version.mjs.map +1 -0
  24. package/dist/__inputs__/public_api.types.d.ts +6732 -0
  25. package/dist/__inputs__/public_api.types.d.ts.map +1 -0
  26. package/dist/__types__/base.d.ts +212 -0
  27. package/dist/__types__/base.d.ts.map +1 -0
  28. package/dist/__types__/base.js +30 -0
  29. package/dist/__types__/base.js.map +1 -0
  30. package/dist/__types__/base.mjs +28 -0
  31. package/dist/__types__/base.mjs.map +1 -0
  32. package/dist/actions.d.ts +13 -0
  33. package/dist/actions.d.ts.map +1 -0
  34. package/dist/actions.js +313 -0
  35. package/dist/actions.js.map +1 -0
  36. package/dist/actions.mjs +301 -0
  37. package/dist/actions.mjs.map +1 -0
  38. package/dist/index.d.ts +27 -0
  39. package/dist/index.d.ts.map +1 -0
  40. package/dist/index.js +127 -0
  41. package/dist/index.js.map +1 -0
  42. package/dist/index.mjs +24 -0
  43. package/dist/index.mjs.map +1 -0
  44. package/dist/sdk-client.d.ts +30 -0
  45. package/dist/sdk-client.d.ts.map +1 -0
  46. package/dist/sdk-client.js +152 -0
  47. package/dist/sdk-client.js.map +1 -0
  48. package/dist/sdk-client.mjs +148 -0
  49. package/dist/sdk-client.mjs.map +1 -0
  50. package/dist/universal.d.ts +3 -0
  51. package/dist/universal.d.ts.map +1 -0
  52. package/dist/universal.js +9 -0
  53. package/dist/universal.js.map +1 -0
  54. package/dist/universal.mjs +7 -0
  55. package/dist/universal.mjs.map +1 -0
  56. package/package.json +63 -0
@@ -0,0 +1,559 @@
1
+ import type { operations, definitions } from "../__inputs__/public_api.types";
2
+ import type { queryOverrideParams, commandOverrideParams } from "../__types__/base";
3
+ export type TGetActivityResponse = operations["PublicApiService_GetActivity"]["responses"]["200"]["schema"];
4
+ export type TGetActivityInput = {
5
+ body: TGetActivityBody;
6
+ };
7
+ export type TGetActivityBody = Omit<operations["PublicApiService_GetActivity"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
8
+ export type TGetApiKeyResponse = operations["PublicApiService_GetApiKey"]["responses"]["200"]["schema"];
9
+ export type TGetApiKeyInput = {
10
+ body: TGetApiKeyBody;
11
+ };
12
+ export type TGetApiKeyBody = Omit<operations["PublicApiService_GetApiKey"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
13
+ export type TGetApiKeysResponse = operations["PublicApiService_GetApiKeys"]["responses"]["200"]["schema"];
14
+ export type TGetApiKeysInput = {
15
+ body: TGetApiKeysBody;
16
+ };
17
+ export type TGetApiKeysBody = Omit<operations["PublicApiService_GetApiKeys"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
18
+ export type TGetAuthenticatorResponse = operations["PublicApiService_GetAuthenticator"]["responses"]["200"]["schema"];
19
+ export type TGetAuthenticatorInput = {
20
+ body: TGetAuthenticatorBody;
21
+ };
22
+ export type TGetAuthenticatorBody = Omit<operations["PublicApiService_GetAuthenticator"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
23
+ export type TGetAuthenticatorsResponse = operations["PublicApiService_GetAuthenticators"]["responses"]["200"]["schema"];
24
+ export type TGetAuthenticatorsInput = {
25
+ body: TGetAuthenticatorsBody;
26
+ };
27
+ export type TGetAuthenticatorsBody = Omit<operations["PublicApiService_GetAuthenticators"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
28
+ export type TGetBootProofResponse = operations["PublicApiService_GetBootProof"]["responses"]["200"]["schema"];
29
+ export type TGetBootProofInput = {
30
+ body: TGetBootProofBody;
31
+ };
32
+ export type TGetBootProofBody = Omit<operations["PublicApiService_GetBootProof"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
33
+ export type TGetGasUsageResponse = operations["PublicApiService_GetGasUsage"]["responses"]["200"]["schema"];
34
+ export type TGetGasUsageInput = {
35
+ body: TGetGasUsageBody;
36
+ };
37
+ export type TGetGasUsageBody = Omit<operations["PublicApiService_GetGasUsage"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
38
+ export type TGetLatestBootProofResponse = operations["PublicApiService_GetLatestBootProof"]["responses"]["200"]["schema"];
39
+ export type TGetLatestBootProofInput = {
40
+ body: TGetLatestBootProofBody;
41
+ };
42
+ export type TGetLatestBootProofBody = Omit<operations["PublicApiService_GetLatestBootProof"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
43
+ export type TGetNoncesResponse = operations["PublicApiService_GetNonces"]["responses"]["200"]["schema"];
44
+ export type TGetNoncesInput = {
45
+ body: TGetNoncesBody;
46
+ };
47
+ export type TGetNoncesBody = Omit<operations["PublicApiService_GetNonces"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
48
+ export type TGetOauth2CredentialResponse = operations["PublicApiService_GetOauth2Credential"]["responses"]["200"]["schema"];
49
+ export type TGetOauth2CredentialInput = {
50
+ body: TGetOauth2CredentialBody;
51
+ };
52
+ export type TGetOauth2CredentialBody = Omit<operations["PublicApiService_GetOauth2Credential"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
53
+ export type TGetOauthProvidersResponse = operations["PublicApiService_GetOauthProviders"]["responses"]["200"]["schema"];
54
+ export type TGetOauthProvidersInput = {
55
+ body: TGetOauthProvidersBody;
56
+ };
57
+ export type TGetOauthProvidersBody = Omit<operations["PublicApiService_GetOauthProviders"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
58
+ export type TGetOnRampTransactionStatusResponse = operations["PublicApiService_GetOnRampTransactionStatus"]["responses"]["200"]["schema"];
59
+ export type TGetOnRampTransactionStatusInput = {
60
+ body: TGetOnRampTransactionStatusBody;
61
+ };
62
+ export type TGetOnRampTransactionStatusBody = Omit<operations["PublicApiService_GetOnRampTransactionStatus"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
63
+ export type TGetOrganizationConfigsResponse = operations["PublicApiService_GetOrganizationConfigs"]["responses"]["200"]["schema"];
64
+ export type TGetOrganizationConfigsInput = {
65
+ body: TGetOrganizationConfigsBody;
66
+ };
67
+ export type TGetOrganizationConfigsBody = Omit<operations["PublicApiService_GetOrganizationConfigs"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
68
+ export type TGetPolicyResponse = operations["PublicApiService_GetPolicy"]["responses"]["200"]["schema"];
69
+ export type TGetPolicyInput = {
70
+ body: TGetPolicyBody;
71
+ };
72
+ export type TGetPolicyBody = Omit<operations["PublicApiService_GetPolicy"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
73
+ export type TGetPolicyEvaluationsResponse = operations["PublicApiService_GetPolicyEvaluations"]["responses"]["200"]["schema"];
74
+ export type TGetPolicyEvaluationsInput = {
75
+ body: TGetPolicyEvaluationsBody;
76
+ };
77
+ export type TGetPolicyEvaluationsBody = Omit<operations["PublicApiService_GetPolicyEvaluations"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
78
+ export type TGetPrivateKeyResponse = operations["PublicApiService_GetPrivateKey"]["responses"]["200"]["schema"];
79
+ export type TGetPrivateKeyInput = {
80
+ body: TGetPrivateKeyBody;
81
+ };
82
+ export type TGetPrivateKeyBody = Omit<operations["PublicApiService_GetPrivateKey"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
83
+ export type TGetSendTransactionStatusResponse = operations["PublicApiService_GetSendTransactionStatus"]["responses"]["200"]["schema"];
84
+ export type TGetSendTransactionStatusInput = {
85
+ body: TGetSendTransactionStatusBody;
86
+ };
87
+ export type TGetSendTransactionStatusBody = Omit<operations["PublicApiService_GetSendTransactionStatus"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
88
+ export type TGetSmartContractInterfaceResponse = operations["PublicApiService_GetSmartContractInterface"]["responses"]["200"]["schema"];
89
+ export type TGetSmartContractInterfaceInput = {
90
+ body: TGetSmartContractInterfaceBody;
91
+ };
92
+ export type TGetSmartContractInterfaceBody = Omit<operations["PublicApiService_GetSmartContractInterface"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
93
+ export type TGetUserResponse = operations["PublicApiService_GetUser"]["responses"]["200"]["schema"];
94
+ export type TGetUserInput = {
95
+ body: TGetUserBody;
96
+ };
97
+ export type TGetUserBody = Omit<operations["PublicApiService_GetUser"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
98
+ export type TGetWalletResponse = operations["PublicApiService_GetWallet"]["responses"]["200"]["schema"];
99
+ export type TGetWalletInput = {
100
+ body: TGetWalletBody;
101
+ };
102
+ export type TGetWalletBody = Omit<operations["PublicApiService_GetWallet"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
103
+ export type TGetWalletAccountResponse = operations["PublicApiService_GetWalletAccount"]["responses"]["200"]["schema"];
104
+ export type TGetWalletAccountInput = {
105
+ body: TGetWalletAccountBody;
106
+ };
107
+ export type TGetWalletAccountBody = Omit<operations["PublicApiService_GetWalletAccount"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
108
+ export type TGetActivitiesResponse = operations["PublicApiService_GetActivities"]["responses"]["200"]["schema"];
109
+ export type TGetActivitiesInput = {
110
+ body: TGetActivitiesBody;
111
+ };
112
+ export type TGetActivitiesBody = Omit<operations["PublicApiService_GetActivities"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
113
+ export type TGetAppProofsResponse = operations["PublicApiService_GetAppProofs"]["responses"]["200"]["schema"];
114
+ export type TGetAppProofsInput = {
115
+ body: TGetAppProofsBody;
116
+ };
117
+ export type TGetAppProofsBody = Omit<operations["PublicApiService_GetAppProofs"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
118
+ export type TListFiatOnRampCredentialsResponse = operations["PublicApiService_ListFiatOnRampCredentials"]["responses"]["200"]["schema"];
119
+ export type TListFiatOnRampCredentialsInput = {
120
+ body: TListFiatOnRampCredentialsBody;
121
+ };
122
+ export type TListFiatOnRampCredentialsBody = Omit<operations["PublicApiService_ListFiatOnRampCredentials"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
123
+ export type TListOauth2CredentialsResponse = operations["PublicApiService_ListOauth2Credentials"]["responses"]["200"]["schema"];
124
+ export type TListOauth2CredentialsInput = {
125
+ body: TListOauth2CredentialsBody;
126
+ };
127
+ export type TListOauth2CredentialsBody = Omit<operations["PublicApiService_ListOauth2Credentials"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
128
+ export type TGetPoliciesResponse = operations["PublicApiService_GetPolicies"]["responses"]["200"]["schema"];
129
+ export type TGetPoliciesInput = {
130
+ body: TGetPoliciesBody;
131
+ };
132
+ export type TGetPoliciesBody = Omit<operations["PublicApiService_GetPolicies"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
133
+ export type TListPrivateKeyTagsResponse = operations["PublicApiService_ListPrivateKeyTags"]["responses"]["200"]["schema"];
134
+ export type TListPrivateKeyTagsInput = {
135
+ body: TListPrivateKeyTagsBody;
136
+ };
137
+ export type TListPrivateKeyTagsBody = Omit<operations["PublicApiService_ListPrivateKeyTags"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
138
+ export type TGetPrivateKeysResponse = operations["PublicApiService_GetPrivateKeys"]["responses"]["200"]["schema"];
139
+ export type TGetPrivateKeysInput = {
140
+ body: TGetPrivateKeysBody;
141
+ };
142
+ export type TGetPrivateKeysBody = Omit<operations["PublicApiService_GetPrivateKeys"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
143
+ export type TGetSmartContractInterfacesResponse = operations["PublicApiService_GetSmartContractInterfaces"]["responses"]["200"]["schema"];
144
+ export type TGetSmartContractInterfacesInput = {
145
+ body: TGetSmartContractInterfacesBody;
146
+ };
147
+ export type TGetSmartContractInterfacesBody = Omit<operations["PublicApiService_GetSmartContractInterfaces"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
148
+ export type TGetSubOrgIdsResponse = operations["PublicApiService_GetSubOrgIds"]["responses"]["200"]["schema"];
149
+ export type TGetSubOrgIdsInput = {
150
+ body: TGetSubOrgIdsBody;
151
+ };
152
+ export type TGetSubOrgIdsBody = Omit<operations["PublicApiService_GetSubOrgIds"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
153
+ export type TListUserTagsResponse = operations["PublicApiService_ListUserTags"]["responses"]["200"]["schema"];
154
+ export type TListUserTagsInput = {
155
+ body: TListUserTagsBody;
156
+ };
157
+ export type TListUserTagsBody = Omit<operations["PublicApiService_ListUserTags"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
158
+ export type TGetUsersResponse = operations["PublicApiService_GetUsers"]["responses"]["200"]["schema"];
159
+ export type TGetUsersInput = {
160
+ body: TGetUsersBody;
161
+ };
162
+ export type TGetUsersBody = Omit<operations["PublicApiService_GetUsers"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
163
+ export type TGetVerifiedSubOrgIdsResponse = operations["PublicApiService_GetVerifiedSubOrgIds"]["responses"]["200"]["schema"];
164
+ export type TGetVerifiedSubOrgIdsInput = {
165
+ body: TGetVerifiedSubOrgIdsBody;
166
+ };
167
+ export type TGetVerifiedSubOrgIdsBody = Omit<operations["PublicApiService_GetVerifiedSubOrgIds"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
168
+ export type TGetWalletAccountsResponse = operations["PublicApiService_GetWalletAccounts"]["responses"]["200"]["schema"];
169
+ export type TGetWalletAccountsInput = {
170
+ body: TGetWalletAccountsBody;
171
+ };
172
+ export type TGetWalletAccountsBody = Omit<operations["PublicApiService_GetWalletAccounts"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
173
+ export type TGetWalletsResponse = operations["PublicApiService_GetWallets"]["responses"]["200"]["schema"];
174
+ export type TGetWalletsInput = {
175
+ body: TGetWalletsBody;
176
+ };
177
+ export type TGetWalletsBody = Omit<operations["PublicApiService_GetWallets"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
178
+ export type TGetWhoamiResponse = operations["PublicApiService_GetWhoami"]["responses"]["200"]["schema"];
179
+ export type TGetWhoamiInput = {
180
+ body: TGetWhoamiBody;
181
+ };
182
+ export type TGetWhoamiBody = Omit<operations["PublicApiService_GetWhoami"]["parameters"]["body"]["body"], "organizationId"> & queryOverrideParams;
183
+ export type TApproveActivityResponse = operations["PublicApiService_ApproveActivity"]["responses"]["200"]["schema"]["activity"]["result"] & definitions["v1ActivityResponse"];
184
+ export type TApproveActivityInput = {
185
+ body: TApproveActivityBody;
186
+ };
187
+ export type TApproveActivityBody = operations["PublicApiService_ApproveActivity"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
188
+ export type TCreateApiKeysResponse = operations["PublicApiService_CreateApiKeys"]["responses"]["200"]["schema"]["activity"]["result"]["createApiKeysResult"] & definitions["v1ActivityResponse"];
189
+ export type TCreateApiKeysInput = {
190
+ body: TCreateApiKeysBody;
191
+ };
192
+ export type TCreateApiKeysBody = operations["PublicApiService_CreateApiKeys"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
193
+ export type TCreateAuthenticatorsResponse = operations["PublicApiService_CreateAuthenticators"]["responses"]["200"]["schema"]["activity"]["result"]["createAuthenticatorsResult"] & definitions["v1ActivityResponse"];
194
+ export type TCreateAuthenticatorsInput = {
195
+ body: TCreateAuthenticatorsBody;
196
+ };
197
+ export type TCreateAuthenticatorsBody = operations["PublicApiService_CreateAuthenticators"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
198
+ export type TCreateFiatOnRampCredentialResponse = operations["PublicApiService_CreateFiatOnRampCredential"]["responses"]["200"]["schema"]["activity"]["result"]["createFiatOnRampCredentialResult"] & definitions["v1ActivityResponse"];
199
+ export type TCreateFiatOnRampCredentialInput = {
200
+ body: TCreateFiatOnRampCredentialBody;
201
+ };
202
+ export type TCreateFiatOnRampCredentialBody = operations["PublicApiService_CreateFiatOnRampCredential"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
203
+ export type TCreateInvitationsResponse = operations["PublicApiService_CreateInvitations"]["responses"]["200"]["schema"]["activity"]["result"]["createInvitationsResult"] & definitions["v1ActivityResponse"];
204
+ export type TCreateInvitationsInput = {
205
+ body: TCreateInvitationsBody;
206
+ };
207
+ export type TCreateInvitationsBody = operations["PublicApiService_CreateInvitations"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
208
+ export type TCreateOauth2CredentialResponse = operations["PublicApiService_CreateOauth2Credential"]["responses"]["200"]["schema"]["activity"]["result"]["createOauth2CredentialResult"] & definitions["v1ActivityResponse"];
209
+ export type TCreateOauth2CredentialInput = {
210
+ body: TCreateOauth2CredentialBody;
211
+ };
212
+ export type TCreateOauth2CredentialBody = operations["PublicApiService_CreateOauth2Credential"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
213
+ export type TCreateOauthProvidersResponse = operations["PublicApiService_CreateOauthProviders"]["responses"]["200"]["schema"]["activity"]["result"]["createOauthProvidersResult"] & definitions["v1ActivityResponse"];
214
+ export type TCreateOauthProvidersInput = {
215
+ body: TCreateOauthProvidersBody;
216
+ };
217
+ export type TCreateOauthProvidersBody = operations["PublicApiService_CreateOauthProviders"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
218
+ export type TCreatePoliciesResponse = operations["PublicApiService_CreatePolicies"]["responses"]["200"]["schema"]["activity"]["result"]["createPoliciesResult"] & definitions["v1ActivityResponse"];
219
+ export type TCreatePoliciesInput = {
220
+ body: TCreatePoliciesBody;
221
+ };
222
+ export type TCreatePoliciesBody = operations["PublicApiService_CreatePolicies"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
223
+ export type TCreatePolicyResponse = operations["PublicApiService_CreatePolicy"]["responses"]["200"]["schema"]["activity"]["result"]["createPolicyResult"] & definitions["v1ActivityResponse"];
224
+ export type TCreatePolicyInput = {
225
+ body: TCreatePolicyBody;
226
+ };
227
+ export type TCreatePolicyBody = operations["PublicApiService_CreatePolicy"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
228
+ export type TCreatePrivateKeyTagResponse = operations["PublicApiService_CreatePrivateKeyTag"]["responses"]["200"]["schema"]["activity"]["result"]["createPrivateKeyTagResult"] & definitions["v1ActivityResponse"];
229
+ export type TCreatePrivateKeyTagInput = {
230
+ body: TCreatePrivateKeyTagBody;
231
+ };
232
+ export type TCreatePrivateKeyTagBody = operations["PublicApiService_CreatePrivateKeyTag"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
233
+ export type TCreatePrivateKeysResponse = operations["PublicApiService_CreatePrivateKeys"]["responses"]["200"]["schema"]["activity"]["result"]["createPrivateKeysResultV2"] & definitions["v1ActivityResponse"];
234
+ export type TCreatePrivateKeysInput = {
235
+ body: TCreatePrivateKeysBody;
236
+ };
237
+ export type TCreatePrivateKeysBody = operations["PublicApiService_CreatePrivateKeys"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
238
+ export type TCreateReadOnlySessionResponse = operations["PublicApiService_CreateReadOnlySession"]["responses"]["200"]["schema"]["activity"]["result"]["createReadOnlySessionResult"] & definitions["v1ActivityResponse"];
239
+ export type TCreateReadOnlySessionInput = {
240
+ body: TCreateReadOnlySessionBody;
241
+ };
242
+ export type TCreateReadOnlySessionBody = operations["PublicApiService_CreateReadOnlySession"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
243
+ export type TCreateReadWriteSessionResponse = operations["PublicApiService_CreateReadWriteSession"]["responses"]["200"]["schema"]["activity"]["result"]["createReadWriteSessionResultV2"] & definitions["v1ActivityResponse"];
244
+ export type TCreateReadWriteSessionInput = {
245
+ body: TCreateReadWriteSessionBody;
246
+ };
247
+ export type TCreateReadWriteSessionBody = operations["PublicApiService_CreateReadWriteSession"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
248
+ export type TCreateSmartContractInterfaceResponse = operations["PublicApiService_CreateSmartContractInterface"]["responses"]["200"]["schema"]["activity"]["result"]["createSmartContractInterfaceResult"] & definitions["v1ActivityResponse"];
249
+ export type TCreateSmartContractInterfaceInput = {
250
+ body: TCreateSmartContractInterfaceBody;
251
+ };
252
+ export type TCreateSmartContractInterfaceBody = operations["PublicApiService_CreateSmartContractInterface"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
253
+ export type TCreateSubOrganizationResponse = operations["PublicApiService_CreateSubOrganization"]["responses"]["200"]["schema"]["activity"]["result"]["createSubOrganizationResultV7"] & definitions["v1ActivityResponse"];
254
+ export type TCreateSubOrganizationInput = {
255
+ body: TCreateSubOrganizationBody;
256
+ };
257
+ export type TCreateSubOrganizationBody = operations["PublicApiService_CreateSubOrganization"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
258
+ export type TCreateUserTagResponse = operations["PublicApiService_CreateUserTag"]["responses"]["200"]["schema"]["activity"]["result"]["createUserTagResult"] & definitions["v1ActivityResponse"];
259
+ export type TCreateUserTagInput = {
260
+ body: TCreateUserTagBody;
261
+ };
262
+ export type TCreateUserTagBody = operations["PublicApiService_CreateUserTag"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
263
+ export type TCreateUsersResponse = operations["PublicApiService_CreateUsers"]["responses"]["200"]["schema"]["activity"]["result"]["createUsersResult"] & definitions["v1ActivityResponse"];
264
+ export type TCreateUsersInput = {
265
+ body: TCreateUsersBody;
266
+ };
267
+ export type TCreateUsersBody = operations["PublicApiService_CreateUsers"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
268
+ export type TCreateWalletResponse = operations["PublicApiService_CreateWallet"]["responses"]["200"]["schema"]["activity"]["result"]["createWalletResult"] & definitions["v1ActivityResponse"];
269
+ export type TCreateWalletInput = {
270
+ body: TCreateWalletBody;
271
+ };
272
+ export type TCreateWalletBody = operations["PublicApiService_CreateWallet"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
273
+ export type TCreateWalletAccountsResponse = operations["PublicApiService_CreateWalletAccounts"]["responses"]["200"]["schema"]["activity"]["result"]["createWalletAccountsResult"] & definitions["v1ActivityResponse"];
274
+ export type TCreateWalletAccountsInput = {
275
+ body: TCreateWalletAccountsBody;
276
+ };
277
+ export type TCreateWalletAccountsBody = operations["PublicApiService_CreateWalletAccounts"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
278
+ export type TDeleteApiKeysResponse = operations["PublicApiService_DeleteApiKeys"]["responses"]["200"]["schema"]["activity"]["result"]["deleteApiKeysResult"] & definitions["v1ActivityResponse"];
279
+ export type TDeleteApiKeysInput = {
280
+ body: TDeleteApiKeysBody;
281
+ };
282
+ export type TDeleteApiKeysBody = operations["PublicApiService_DeleteApiKeys"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
283
+ export type TDeleteAuthenticatorsResponse = operations["PublicApiService_DeleteAuthenticators"]["responses"]["200"]["schema"]["activity"]["result"]["deleteAuthenticatorsResult"] & definitions["v1ActivityResponse"];
284
+ export type TDeleteAuthenticatorsInput = {
285
+ body: TDeleteAuthenticatorsBody;
286
+ };
287
+ export type TDeleteAuthenticatorsBody = operations["PublicApiService_DeleteAuthenticators"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
288
+ export type TDeleteFiatOnRampCredentialResponse = operations["PublicApiService_DeleteFiatOnRampCredential"]["responses"]["200"]["schema"]["activity"]["result"]["deleteFiatOnRampCredentialResult"] & definitions["v1ActivityResponse"];
289
+ export type TDeleteFiatOnRampCredentialInput = {
290
+ body: TDeleteFiatOnRampCredentialBody;
291
+ };
292
+ export type TDeleteFiatOnRampCredentialBody = operations["PublicApiService_DeleteFiatOnRampCredential"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
293
+ export type TDeleteInvitationResponse = operations["PublicApiService_DeleteInvitation"]["responses"]["200"]["schema"]["activity"]["result"]["deleteInvitationResult"] & definitions["v1ActivityResponse"];
294
+ export type TDeleteInvitationInput = {
295
+ body: TDeleteInvitationBody;
296
+ };
297
+ export type TDeleteInvitationBody = operations["PublicApiService_DeleteInvitation"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
298
+ export type TDeleteOauth2CredentialResponse = operations["PublicApiService_DeleteOauth2Credential"]["responses"]["200"]["schema"]["activity"]["result"]["deleteOauth2CredentialResult"] & definitions["v1ActivityResponse"];
299
+ export type TDeleteOauth2CredentialInput = {
300
+ body: TDeleteOauth2CredentialBody;
301
+ };
302
+ export type TDeleteOauth2CredentialBody = operations["PublicApiService_DeleteOauth2Credential"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
303
+ export type TDeleteOauthProvidersResponse = operations["PublicApiService_DeleteOauthProviders"]["responses"]["200"]["schema"]["activity"]["result"]["deleteOauthProvidersResult"] & definitions["v1ActivityResponse"];
304
+ export type TDeleteOauthProvidersInput = {
305
+ body: TDeleteOauthProvidersBody;
306
+ };
307
+ export type TDeleteOauthProvidersBody = operations["PublicApiService_DeleteOauthProviders"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
308
+ export type TDeletePoliciesResponse = operations["PublicApiService_DeletePolicies"]["responses"]["200"]["schema"]["activity"]["result"]["deletePoliciesResult"] & definitions["v1ActivityResponse"];
309
+ export type TDeletePoliciesInput = {
310
+ body: TDeletePoliciesBody;
311
+ };
312
+ export type TDeletePoliciesBody = operations["PublicApiService_DeletePolicies"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
313
+ export type TDeletePolicyResponse = operations["PublicApiService_DeletePolicy"]["responses"]["200"]["schema"]["activity"]["result"]["deletePolicyResult"] & definitions["v1ActivityResponse"];
314
+ export type TDeletePolicyInput = {
315
+ body: TDeletePolicyBody;
316
+ };
317
+ export type TDeletePolicyBody = operations["PublicApiService_DeletePolicy"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
318
+ export type TDeletePrivateKeyTagsResponse = operations["PublicApiService_DeletePrivateKeyTags"]["responses"]["200"]["schema"]["activity"]["result"]["deletePrivateKeyTagsResult"] & definitions["v1ActivityResponse"];
319
+ export type TDeletePrivateKeyTagsInput = {
320
+ body: TDeletePrivateKeyTagsBody;
321
+ };
322
+ export type TDeletePrivateKeyTagsBody = operations["PublicApiService_DeletePrivateKeyTags"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
323
+ export type TDeletePrivateKeysResponse = operations["PublicApiService_DeletePrivateKeys"]["responses"]["200"]["schema"]["activity"]["result"]["deletePrivateKeysResult"] & definitions["v1ActivityResponse"];
324
+ export type TDeletePrivateKeysInput = {
325
+ body: TDeletePrivateKeysBody;
326
+ };
327
+ export type TDeletePrivateKeysBody = operations["PublicApiService_DeletePrivateKeys"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
328
+ export type TDeleteSmartContractInterfaceResponse = operations["PublicApiService_DeleteSmartContractInterface"]["responses"]["200"]["schema"]["activity"]["result"]["deleteSmartContractInterfaceResult"] & definitions["v1ActivityResponse"];
329
+ export type TDeleteSmartContractInterfaceInput = {
330
+ body: TDeleteSmartContractInterfaceBody;
331
+ };
332
+ export type TDeleteSmartContractInterfaceBody = operations["PublicApiService_DeleteSmartContractInterface"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
333
+ export type TDeleteSubOrganizationResponse = operations["PublicApiService_DeleteSubOrganization"]["responses"]["200"]["schema"]["activity"]["result"]["deleteSubOrganizationResult"] & definitions["v1ActivityResponse"];
334
+ export type TDeleteSubOrganizationInput = {
335
+ body: TDeleteSubOrganizationBody;
336
+ };
337
+ export type TDeleteSubOrganizationBody = operations["PublicApiService_DeleteSubOrganization"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
338
+ export type TDeleteUserTagsResponse = operations["PublicApiService_DeleteUserTags"]["responses"]["200"]["schema"]["activity"]["result"]["deleteUserTagsResult"] & definitions["v1ActivityResponse"];
339
+ export type TDeleteUserTagsInput = {
340
+ body: TDeleteUserTagsBody;
341
+ };
342
+ export type TDeleteUserTagsBody = operations["PublicApiService_DeleteUserTags"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
343
+ export type TDeleteUsersResponse = operations["PublicApiService_DeleteUsers"]["responses"]["200"]["schema"]["activity"]["result"]["deleteUsersResult"] & definitions["v1ActivityResponse"];
344
+ export type TDeleteUsersInput = {
345
+ body: TDeleteUsersBody;
346
+ };
347
+ export type TDeleteUsersBody = operations["PublicApiService_DeleteUsers"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
348
+ export type TDeleteWalletAccountsResponse = operations["PublicApiService_DeleteWalletAccounts"]["responses"]["200"]["schema"]["activity"]["result"]["deleteWalletAccountsResult"] & definitions["v1ActivityResponse"];
349
+ export type TDeleteWalletAccountsInput = {
350
+ body: TDeleteWalletAccountsBody;
351
+ };
352
+ export type TDeleteWalletAccountsBody = operations["PublicApiService_DeleteWalletAccounts"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
353
+ export type TDeleteWalletsResponse = operations["PublicApiService_DeleteWallets"]["responses"]["200"]["schema"]["activity"]["result"]["deleteWalletsResult"] & definitions["v1ActivityResponse"];
354
+ export type TDeleteWalletsInput = {
355
+ body: TDeleteWalletsBody;
356
+ };
357
+ export type TDeleteWalletsBody = operations["PublicApiService_DeleteWallets"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
358
+ export type TEmailAuthResponse = operations["PublicApiService_EmailAuth"]["responses"]["200"]["schema"]["activity"]["result"]["emailAuthResult"] & definitions["v1ActivityResponse"];
359
+ export type TEmailAuthInput = {
360
+ body: TEmailAuthBody;
361
+ };
362
+ export type TEmailAuthBody = operations["PublicApiService_EmailAuth"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
363
+ export type TEthSendTransactionResponse = operations["PublicApiService_EthSendTransaction"]["responses"]["200"]["schema"]["activity"]["result"]["ethSendTransactionResult"] & definitions["v1ActivityResponse"];
364
+ export type TEthSendTransactionInput = {
365
+ body: TEthSendTransactionBody;
366
+ };
367
+ export type TEthSendTransactionBody = operations["PublicApiService_EthSendTransaction"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
368
+ export type TExportPrivateKeyResponse = operations["PublicApiService_ExportPrivateKey"]["responses"]["200"]["schema"]["activity"]["result"]["exportPrivateKeyResult"] & definitions["v1ActivityResponse"];
369
+ export type TExportPrivateKeyInput = {
370
+ body: TExportPrivateKeyBody;
371
+ };
372
+ export type TExportPrivateKeyBody = operations["PublicApiService_ExportPrivateKey"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
373
+ export type TExportWalletResponse = operations["PublicApiService_ExportWallet"]["responses"]["200"]["schema"]["activity"]["result"]["exportWalletResult"] & definitions["v1ActivityResponse"];
374
+ export type TExportWalletInput = {
375
+ body: TExportWalletBody;
376
+ };
377
+ export type TExportWalletBody = operations["PublicApiService_ExportWallet"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
378
+ export type TExportWalletAccountResponse = operations["PublicApiService_ExportWalletAccount"]["responses"]["200"]["schema"]["activity"]["result"]["exportWalletAccountResult"] & definitions["v1ActivityResponse"];
379
+ export type TExportWalletAccountInput = {
380
+ body: TExportWalletAccountBody;
381
+ };
382
+ export type TExportWalletAccountBody = operations["PublicApiService_ExportWalletAccount"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
383
+ export type TImportPrivateKeyResponse = operations["PublicApiService_ImportPrivateKey"]["responses"]["200"]["schema"]["activity"]["result"]["importPrivateKeyResult"] & definitions["v1ActivityResponse"];
384
+ export type TImportPrivateKeyInput = {
385
+ body: TImportPrivateKeyBody;
386
+ };
387
+ export type TImportPrivateKeyBody = operations["PublicApiService_ImportPrivateKey"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
388
+ export type TImportWalletResponse = operations["PublicApiService_ImportWallet"]["responses"]["200"]["schema"]["activity"]["result"]["importWalletResult"] & definitions["v1ActivityResponse"];
389
+ export type TImportWalletInput = {
390
+ body: TImportWalletBody;
391
+ };
392
+ export type TImportWalletBody = operations["PublicApiService_ImportWallet"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
393
+ export type TInitFiatOnRampResponse = operations["PublicApiService_InitFiatOnRamp"]["responses"]["200"]["schema"]["activity"]["result"]["initFiatOnRampResult"] & definitions["v1ActivityResponse"];
394
+ export type TInitFiatOnRampInput = {
395
+ body: TInitFiatOnRampBody;
396
+ };
397
+ export type TInitFiatOnRampBody = operations["PublicApiService_InitFiatOnRamp"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
398
+ export type TInitImportPrivateKeyResponse = operations["PublicApiService_InitImportPrivateKey"]["responses"]["200"]["schema"]["activity"]["result"]["initImportPrivateKeyResult"] & definitions["v1ActivityResponse"];
399
+ export type TInitImportPrivateKeyInput = {
400
+ body: TInitImportPrivateKeyBody;
401
+ };
402
+ export type TInitImportPrivateKeyBody = operations["PublicApiService_InitImportPrivateKey"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
403
+ export type TInitImportWalletResponse = operations["PublicApiService_InitImportWallet"]["responses"]["200"]["schema"]["activity"]["result"]["initImportWalletResult"] & definitions["v1ActivityResponse"];
404
+ export type TInitImportWalletInput = {
405
+ body: TInitImportWalletBody;
406
+ };
407
+ export type TInitImportWalletBody = operations["PublicApiService_InitImportWallet"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
408
+ export type TInitOtpResponse = operations["PublicApiService_InitOtp"]["responses"]["200"]["schema"]["activity"]["result"]["initOtpResult"] & definitions["v1ActivityResponse"];
409
+ export type TInitOtpInput = {
410
+ body: TInitOtpBody;
411
+ };
412
+ export type TInitOtpBody = operations["PublicApiService_InitOtp"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
413
+ export type TInitOtpAuthResponse = operations["PublicApiService_InitOtpAuth"]["responses"]["200"]["schema"]["activity"]["result"]["initOtpAuthResultV2"] & definitions["v1ActivityResponse"];
414
+ export type TInitOtpAuthInput = {
415
+ body: TInitOtpAuthBody;
416
+ };
417
+ export type TInitOtpAuthBody = operations["PublicApiService_InitOtpAuth"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
418
+ export type TInitUserEmailRecoveryResponse = operations["PublicApiService_InitUserEmailRecovery"]["responses"]["200"]["schema"]["activity"]["result"]["initUserEmailRecoveryResult"] & definitions["v1ActivityResponse"];
419
+ export type TInitUserEmailRecoveryInput = {
420
+ body: TInitUserEmailRecoveryBody;
421
+ };
422
+ export type TInitUserEmailRecoveryBody = operations["PublicApiService_InitUserEmailRecovery"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
423
+ export type TOauthResponse = operations["PublicApiService_Oauth"]["responses"]["200"]["schema"]["activity"]["result"]["oauthResult"] & definitions["v1ActivityResponse"];
424
+ export type TOauthInput = {
425
+ body: TOauthBody;
426
+ };
427
+ export type TOauthBody = operations["PublicApiService_Oauth"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
428
+ export type TOauth2AuthenticateResponse = operations["PublicApiService_Oauth2Authenticate"]["responses"]["200"]["schema"]["activity"]["result"]["oauth2AuthenticateResult"] & definitions["v1ActivityResponse"];
429
+ export type TOauth2AuthenticateInput = {
430
+ body: TOauth2AuthenticateBody;
431
+ };
432
+ export type TOauth2AuthenticateBody = operations["PublicApiService_Oauth2Authenticate"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
433
+ export type TOauthLoginResponse = operations["PublicApiService_OauthLogin"]["responses"]["200"]["schema"]["activity"]["result"]["oauthLoginResult"] & definitions["v1ActivityResponse"];
434
+ export type TOauthLoginInput = {
435
+ body: TOauthLoginBody;
436
+ };
437
+ export type TOauthLoginBody = operations["PublicApiService_OauthLogin"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
438
+ export type TOtpAuthResponse = operations["PublicApiService_OtpAuth"]["responses"]["200"]["schema"]["activity"]["result"]["otpAuthResult"] & definitions["v1ActivityResponse"];
439
+ export type TOtpAuthInput = {
440
+ body: TOtpAuthBody;
441
+ };
442
+ export type TOtpAuthBody = operations["PublicApiService_OtpAuth"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
443
+ export type TOtpLoginResponse = operations["PublicApiService_OtpLogin"]["responses"]["200"]["schema"]["activity"]["result"]["otpLoginResult"] & definitions["v1ActivityResponse"];
444
+ export type TOtpLoginInput = {
445
+ body: TOtpLoginBody;
446
+ };
447
+ export type TOtpLoginBody = operations["PublicApiService_OtpLogin"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
448
+ export type TRecoverUserResponse = operations["PublicApiService_RecoverUser"]["responses"]["200"]["schema"]["activity"]["result"]["recoverUserResult"] & definitions["v1ActivityResponse"];
449
+ export type TRecoverUserInput = {
450
+ body: TRecoverUserBody;
451
+ };
452
+ export type TRecoverUserBody = operations["PublicApiService_RecoverUser"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
453
+ export type TRejectActivityResponse = operations["PublicApiService_RejectActivity"]["responses"]["200"]["schema"]["activity"]["result"] & definitions["v1ActivityResponse"];
454
+ export type TRejectActivityInput = {
455
+ body: TRejectActivityBody;
456
+ };
457
+ export type TRejectActivityBody = operations["PublicApiService_RejectActivity"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
458
+ export type TRemoveOrganizationFeatureResponse = operations["PublicApiService_RemoveOrganizationFeature"]["responses"]["200"]["schema"]["activity"]["result"]["removeOrganizationFeatureResult"] & definitions["v1ActivityResponse"];
459
+ export type TRemoveOrganizationFeatureInput = {
460
+ body: TRemoveOrganizationFeatureBody;
461
+ };
462
+ export type TRemoveOrganizationFeatureBody = operations["PublicApiService_RemoveOrganizationFeature"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
463
+ export type TSetOrganizationFeatureResponse = operations["PublicApiService_SetOrganizationFeature"]["responses"]["200"]["schema"]["activity"]["result"]["setOrganizationFeatureResult"] & definitions["v1ActivityResponse"];
464
+ export type TSetOrganizationFeatureInput = {
465
+ body: TSetOrganizationFeatureBody;
466
+ };
467
+ export type TSetOrganizationFeatureBody = operations["PublicApiService_SetOrganizationFeature"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
468
+ export type TSignRawPayloadResponse = operations["PublicApiService_SignRawPayload"]["responses"]["200"]["schema"]["activity"]["result"]["signRawPayloadResult"] & definitions["v1ActivityResponse"];
469
+ export type TSignRawPayloadInput = {
470
+ body: TSignRawPayloadBody;
471
+ };
472
+ export type TSignRawPayloadBody = operations["PublicApiService_SignRawPayload"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
473
+ export type TSignRawPayloadsResponse = operations["PublicApiService_SignRawPayloads"]["responses"]["200"]["schema"]["activity"]["result"]["signRawPayloadsResult"] & definitions["v1ActivityResponse"];
474
+ export type TSignRawPayloadsInput = {
475
+ body: TSignRawPayloadsBody;
476
+ };
477
+ export type TSignRawPayloadsBody = operations["PublicApiService_SignRawPayloads"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
478
+ export type TSignTransactionResponse = operations["PublicApiService_SignTransaction"]["responses"]["200"]["schema"]["activity"]["result"]["signTransactionResult"] & definitions["v1ActivityResponse"];
479
+ export type TSignTransactionInput = {
480
+ body: TSignTransactionBody;
481
+ };
482
+ export type TSignTransactionBody = operations["PublicApiService_SignTransaction"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
483
+ export type TSolSendTransactionResponse = operations["PublicApiService_SolSendTransaction"]["responses"]["200"]["schema"]["activity"]["result"]["solSendTransactionResult"] & definitions["v1ActivityResponse"];
484
+ export type TSolSendTransactionInput = {
485
+ body: TSolSendTransactionBody;
486
+ };
487
+ export type TSolSendTransactionBody = operations["PublicApiService_SolSendTransaction"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
488
+ export type TStampLoginResponse = operations["PublicApiService_StampLogin"]["responses"]["200"]["schema"]["activity"]["result"]["stampLoginResult"] & definitions["v1ActivityResponse"];
489
+ export type TStampLoginInput = {
490
+ body: TStampLoginBody;
491
+ };
492
+ export type TStampLoginBody = operations["PublicApiService_StampLogin"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
493
+ export type TUpdateFiatOnRampCredentialResponse = operations["PublicApiService_UpdateFiatOnRampCredential"]["responses"]["200"]["schema"]["activity"]["result"]["updateFiatOnRampCredentialResult"] & definitions["v1ActivityResponse"];
494
+ export type TUpdateFiatOnRampCredentialInput = {
495
+ body: TUpdateFiatOnRampCredentialBody;
496
+ };
497
+ export type TUpdateFiatOnRampCredentialBody = operations["PublicApiService_UpdateFiatOnRampCredential"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
498
+ export type TUpdateOauth2CredentialResponse = operations["PublicApiService_UpdateOauth2Credential"]["responses"]["200"]["schema"]["activity"]["result"]["updateOauth2CredentialResult"] & definitions["v1ActivityResponse"];
499
+ export type TUpdateOauth2CredentialInput = {
500
+ body: TUpdateOauth2CredentialBody;
501
+ };
502
+ export type TUpdateOauth2CredentialBody = operations["PublicApiService_UpdateOauth2Credential"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
503
+ export type TUpdateOrganizationNameResponse = operations["PublicApiService_UpdateOrganizationName"]["responses"]["200"]["schema"]["activity"]["result"]["updateOrganizationNameResult"] & definitions["v1ActivityResponse"];
504
+ export type TUpdateOrganizationNameInput = {
505
+ body: TUpdateOrganizationNameBody;
506
+ };
507
+ export type TUpdateOrganizationNameBody = operations["PublicApiService_UpdateOrganizationName"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
508
+ export type TUpdatePolicyResponse = operations["PublicApiService_UpdatePolicy"]["responses"]["200"]["schema"]["activity"]["result"]["updatePolicyResultV2"] & definitions["v1ActivityResponse"];
509
+ export type TUpdatePolicyInput = {
510
+ body: TUpdatePolicyBody;
511
+ };
512
+ export type TUpdatePolicyBody = operations["PublicApiService_UpdatePolicy"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
513
+ export type TUpdatePrivateKeyTagResponse = operations["PublicApiService_UpdatePrivateKeyTag"]["responses"]["200"]["schema"]["activity"]["result"]["updatePrivateKeyTagResult"] & definitions["v1ActivityResponse"];
514
+ export type TUpdatePrivateKeyTagInput = {
515
+ body: TUpdatePrivateKeyTagBody;
516
+ };
517
+ export type TUpdatePrivateKeyTagBody = operations["PublicApiService_UpdatePrivateKeyTag"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
518
+ export type TUpdateRootQuorumResponse = operations["PublicApiService_UpdateRootQuorum"]["responses"]["200"]["schema"]["activity"]["result"]["updateRootQuorumResult"] & definitions["v1ActivityResponse"];
519
+ export type TUpdateRootQuorumInput = {
520
+ body: TUpdateRootQuorumBody;
521
+ };
522
+ export type TUpdateRootQuorumBody = operations["PublicApiService_UpdateRootQuorum"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
523
+ export type TUpdateUserResponse = operations["PublicApiService_UpdateUser"]["responses"]["200"]["schema"]["activity"]["result"]["updateUserResult"] & definitions["v1ActivityResponse"];
524
+ export type TUpdateUserInput = {
525
+ body: TUpdateUserBody;
526
+ };
527
+ export type TUpdateUserBody = operations["PublicApiService_UpdateUser"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
528
+ export type TUpdateUserEmailResponse = operations["PublicApiService_UpdateUserEmail"]["responses"]["200"]["schema"]["activity"]["result"]["updateUserEmailResult"] & definitions["v1ActivityResponse"];
529
+ export type TUpdateUserEmailInput = {
530
+ body: TUpdateUserEmailBody;
531
+ };
532
+ export type TUpdateUserEmailBody = operations["PublicApiService_UpdateUserEmail"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
533
+ export type TUpdateUserNameResponse = operations["PublicApiService_UpdateUserName"]["responses"]["200"]["schema"]["activity"]["result"]["updateUserNameResult"] & definitions["v1ActivityResponse"];
534
+ export type TUpdateUserNameInput = {
535
+ body: TUpdateUserNameBody;
536
+ };
537
+ export type TUpdateUserNameBody = operations["PublicApiService_UpdateUserName"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
538
+ export type TUpdateUserPhoneNumberResponse = operations["PublicApiService_UpdateUserPhoneNumber"]["responses"]["200"]["schema"]["activity"]["result"]["updateUserPhoneNumberResult"] & definitions["v1ActivityResponse"];
539
+ export type TUpdateUserPhoneNumberInput = {
540
+ body: TUpdateUserPhoneNumberBody;
541
+ };
542
+ export type TUpdateUserPhoneNumberBody = operations["PublicApiService_UpdateUserPhoneNumber"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
543
+ export type TUpdateUserTagResponse = operations["PublicApiService_UpdateUserTag"]["responses"]["200"]["schema"]["activity"]["result"]["updateUserTagResult"] & definitions["v1ActivityResponse"];
544
+ export type TUpdateUserTagInput = {
545
+ body: TUpdateUserTagBody;
546
+ };
547
+ export type TUpdateUserTagBody = operations["PublicApiService_UpdateUserTag"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
548
+ export type TUpdateWalletResponse = operations["PublicApiService_UpdateWallet"]["responses"]["200"]["schema"]["activity"]["result"]["updateWalletResult"] & definitions["v1ActivityResponse"];
549
+ export type TUpdateWalletInput = {
550
+ body: TUpdateWalletBody;
551
+ };
552
+ export type TUpdateWalletBody = operations["PublicApiService_UpdateWallet"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
553
+ export type TVerifyOtpResponse = operations["PublicApiService_VerifyOtp"]["responses"]["200"]["schema"]["activity"]["result"]["verifyOtpResult"] & definitions["v1ActivityResponse"];
554
+ export type TVerifyOtpInput = {
555
+ body: TVerifyOtpBody;
556
+ };
557
+ export type TVerifyOtpBody = operations["PublicApiService_VerifyOtp"]["parameters"]["body"]["body"]["parameters"] & commandOverrideParams;
558
+ export type TNOOPCodegenAnchorResponse = operations["PublicApiService_NOOPCodegenAnchor"]["responses"]["200"]["schema"];
559
+ //# sourceMappingURL=sdk_api_types.d.ts.map