cilantro-sdk 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/README.md +1370 -0
  2. package/dist/admin.cjs +425 -0
  3. package/dist/admin.cjs.map +7 -0
  4. package/dist/admin.d.ts +31 -0
  5. package/dist/admin.d.ts.map +1 -0
  6. package/dist/admin.mjs +364 -0
  7. package/dist/admin.mjs.map +7 -0
  8. package/dist/api/admin/admin.d.ts +64 -0
  9. package/dist/api/admin/admin.d.ts.map +1 -0
  10. package/dist/api/app/app.d.ts +15 -0
  11. package/dist/api/app/app.d.ts.map +1 -0
  12. package/dist/api/auth/auth.d.ts +16 -0
  13. package/dist/api/auth/auth.d.ts.map +1 -0
  14. package/dist/api/delegated-keys/delegated-keys.d.ts +24 -0
  15. package/dist/api/delegated-keys/delegated-keys.d.ts.map +1 -0
  16. package/dist/api/gUACSmartAPIV2.d.ts +138 -0
  17. package/dist/api/gUACSmartAPIV2.d.ts.map +1 -0
  18. package/dist/api/health/health.d.ts +15 -0
  19. package/dist/api/health/health.d.ts.map +1 -0
  20. package/dist/api/plans/plans.d.ts +28 -0
  21. package/dist/api/plans/plans.d.ts.map +1 -0
  22. package/dist/api/platforms/platforms.d.ts +40 -0
  23. package/dist/api/platforms/platforms.d.ts.map +1 -0
  24. package/dist/api/transactions/transactions.d.ts +18 -0
  25. package/dist/api/transactions/transactions.d.ts.map +1 -0
  26. package/dist/api/users/users.d.ts +20 -0
  27. package/dist/api/users/users.d.ts.map +1 -0
  28. package/dist/api/wallets/wallets.d.ts +92 -0
  29. package/dist/api/wallets/wallets.d.ts.map +1 -0
  30. package/dist/api/webhooks/webhooks.d.ts +24 -0
  31. package/dist/api/webhooks/webhooks.d.ts.map +1 -0
  32. package/dist/api-client.d.ts +13 -0
  33. package/dist/api-client.d.ts.map +1 -0
  34. package/dist/auth.cjs +123 -0
  35. package/dist/auth.cjs.map +7 -0
  36. package/dist/auth.d.ts +30 -0
  37. package/dist/auth.d.ts.map +1 -0
  38. package/dist/auth.mjs +85 -0
  39. package/dist/auth.mjs.map +7 -0
  40. package/dist/config.d.ts +74 -0
  41. package/dist/config.d.ts.map +1 -0
  42. package/dist/index.cjs +1900 -0
  43. package/dist/index.cjs.map +7 -0
  44. package/dist/index.d.ts +15 -0
  45. package/dist/index.d.ts.map +1 -0
  46. package/dist/index.mjs +1848 -0
  47. package/dist/index.mjs.map +7 -0
  48. package/dist/models/accountMeta.d.ts +16 -0
  49. package/dist/models/accountMeta.d.ts.map +1 -0
  50. package/dist/models/addSignerDto.d.ts +22 -0
  51. package/dist/models/addSignerDto.d.ts.map +1 -0
  52. package/dist/models/addSignerDtoSignerType.d.ts +18 -0
  53. package/dist/models/addSignerDtoSignerType.d.ts.map +1 -0
  54. package/dist/models/adminControllerFindAllParams.d.ts +18 -0
  55. package/dist/models/adminControllerFindAllParams.d.ts.map +1 -0
  56. package/dist/models/adminControllerFindAllPlatformsParams.d.ts +18 -0
  57. package/dist/models/adminControllerFindAllPlatformsParams.d.ts.map +1 -0
  58. package/dist/models/adminControllerGetPlatformsWithUsersParams.d.ts +18 -0
  59. package/dist/models/adminControllerGetPlatformsWithUsersParams.d.ts.map +1 -0
  60. package/dist/models/adminControllerGetUsersWithWalletsParams.d.ts +18 -0
  61. package/dist/models/adminControllerGetUsersWithWalletsParams.d.ts.map +1 -0
  62. package/dist/models/adminControllerGetWalletAssetsAssetType.d.ts +14 -0
  63. package/dist/models/adminControllerGetWalletAssetsAssetType.d.ts.map +1 -0
  64. package/dist/models/adminControllerGetWalletAssetsParams.d.ts +23 -0
  65. package/dist/models/adminControllerGetWalletAssetsParams.d.ts.map +1 -0
  66. package/dist/models/adminSignerConfigDto.d.ts +21 -0
  67. package/dist/models/adminSignerConfigDto.d.ts.map +1 -0
  68. package/dist/models/adminSignerConfigDtoType.d.ts +17 -0
  69. package/dist/models/adminSignerConfigDtoType.d.ts.map +1 -0
  70. package/dist/models/assignPlanDto.d.ts +13 -0
  71. package/dist/models/assignPlanDto.d.ts.map +1 -0
  72. package/dist/models/assignPlanDtoPlanEnforcementType.d.ts +17 -0
  73. package/dist/models/assignPlanDtoPlanEnforcementType.d.ts.map +1 -0
  74. package/dist/models/authControllerLogin200.d.ts +14 -0
  75. package/dist/models/authControllerLogin200.d.ts.map +1 -0
  76. package/dist/models/authControllerLogin200Data.d.ts +17 -0
  77. package/dist/models/authControllerLogin200Data.d.ts.map +1 -0
  78. package/dist/models/authControllerLogin200DataUser.d.ts +11 -0
  79. package/dist/models/authControllerLogin200DataUser.d.ts.map +1 -0
  80. package/dist/models/authControllerLogin200DataUserType.d.ts +14 -0
  81. package/dist/models/authControllerLogin200DataUserType.d.ts.map +1 -0
  82. package/dist/models/batchCreateWalletDto.d.ts +21 -0
  83. package/dist/models/batchCreateWalletDto.d.ts.map +1 -0
  84. package/dist/models/batchSendSolDto.d.ts +17 -0
  85. package/dist/models/batchSendSolDto.d.ts.map +1 -0
  86. package/dist/models/batchSendSolItem.d.ts +17 -0
  87. package/dist/models/batchSendSolItem.d.ts.map +1 -0
  88. package/dist/models/batchSendSplDto.d.ts +19 -0
  89. package/dist/models/batchSendSplDto.d.ts.map +1 -0
  90. package/dist/models/batchSendSplItem.d.ts +19 -0
  91. package/dist/models/batchSendSplItem.d.ts.map +1 -0
  92. package/dist/models/commonLoginDto.d.ts +14 -0
  93. package/dist/models/commonLoginDto.d.ts.map +1 -0
  94. package/dist/models/createAdminDto.d.ts +16 -0
  95. package/dist/models/createAdminDto.d.ts.map +1 -0
  96. package/dist/models/createApiKeySignerDto.d.ts +12 -0
  97. package/dist/models/createApiKeySignerDto.d.ts.map +1 -0
  98. package/dist/models/createDelegatedKeyDto.d.ts +17 -0
  99. package/dist/models/createDelegatedKeyDto.d.ts.map +1 -0
  100. package/dist/models/createEmailSignerDto.d.ts +14 -0
  101. package/dist/models/createEmailSignerDto.d.ts.map +1 -0
  102. package/dist/models/createExternalWalletSignerDto.d.ts +14 -0
  103. package/dist/models/createExternalWalletSignerDto.d.ts.map +1 -0
  104. package/dist/models/createPhoneSignerDto.d.ts +14 -0
  105. package/dist/models/createPhoneSignerDto.d.ts.map +1 -0
  106. package/dist/models/createPlanDto.d.ts +34 -0
  107. package/dist/models/createPlanDto.d.ts.map +1 -0
  108. package/dist/models/createPlanDtoEnforcementType.d.ts +17 -0
  109. package/dist/models/createPlanDtoEnforcementType.d.ts.map +1 -0
  110. package/dist/models/createPlanDtoFeatures.d.ts +14 -0
  111. package/dist/models/createPlanDtoFeatures.d.ts.map +1 -0
  112. package/dist/models/createPlanDtoMaxUsers.d.ts +14 -0
  113. package/dist/models/createPlanDtoMaxUsers.d.ts.map +1 -0
  114. package/dist/models/createPlanDtoMaxWalletsPerUser.d.ts +14 -0
  115. package/dist/models/createPlanDtoMaxWalletsPerUser.d.ts.map +1 -0
  116. package/dist/models/createPlanDtoMetadata.d.ts +14 -0
  117. package/dist/models/createPlanDtoMetadata.d.ts.map +1 -0
  118. package/dist/models/createPlanDtoPrice.d.ts +14 -0
  119. package/dist/models/createPlanDtoPrice.d.ts.map +1 -0
  120. package/dist/models/createPlatformDto.d.ts +24 -0
  121. package/dist/models/createPlatformDto.d.ts.map +1 -0
  122. package/dist/models/createUserDto.d.ts +20 -0
  123. package/dist/models/createUserDto.d.ts.map +1 -0
  124. package/dist/models/createWalletDto.d.ts +17 -0
  125. package/dist/models/createWalletDto.d.ts.map +1 -0
  126. package/dist/models/createWebhookDto.d.ts +15 -0
  127. package/dist/models/createWebhookDto.d.ts.map +1 -0
  128. package/dist/models/delegatedKeyPermissionsDto.d.ts +29 -0
  129. package/dist/models/delegatedKeyPermissionsDto.d.ts.map +1 -0
  130. package/dist/models/index.d.ts +100 -0
  131. package/dist/models/index.d.ts.map +1 -0
  132. package/dist/models/loginAdminDto.d.ts +14 -0
  133. package/dist/models/loginAdminDto.d.ts.map +1 -0
  134. package/dist/models/loginPlatformDto.d.ts +14 -0
  135. package/dist/models/loginPlatformDto.d.ts.map +1 -0
  136. package/dist/models/loginUserDto.d.ts +14 -0
  137. package/dist/models/loginUserDto.d.ts.map +1 -0
  138. package/dist/models/mintNftDto.d.ts +15 -0
  139. package/dist/models/mintNftDto.d.ts.map +1 -0
  140. package/dist/models/mintNftSimpleDto.d.ts +29 -0
  141. package/dist/models/mintNftSimpleDto.d.ts.map +1 -0
  142. package/dist/models/mintTokenDto.d.ts +29 -0
  143. package/dist/models/mintTokenDto.d.ts.map +1 -0
  144. package/dist/models/mintTokenDtoTokenStandard.d.ts +16 -0
  145. package/dist/models/mintTokenDtoTokenStandard.d.ts.map +1 -0
  146. package/dist/models/nftAttribute.d.ts +14 -0
  147. package/dist/models/nftAttribute.d.ts.map +1 -0
  148. package/dist/models/passkeyAuthenticationDto.d.ts +15 -0
  149. package/dist/models/passkeyAuthenticationDto.d.ts.map +1 -0
  150. package/dist/models/passkeyAuthenticationDtoCredential.d.ts +14 -0
  151. package/dist/models/passkeyAuthenticationDtoCredential.d.ts.map +1 -0
  152. package/dist/models/passkeyRegistrationDto.d.ts +15 -0
  153. package/dist/models/passkeyRegistrationDto.d.ts.map +1 -0
  154. package/dist/models/passkeyRegistrationDtoCredential.d.ts +14 -0
  155. package/dist/models/passkeyRegistrationDtoCredential.d.ts.map +1 -0
  156. package/dist/models/permissionsDto.d.ts +20 -0
  157. package/dist/models/permissionsDto.d.ts.map +1 -0
  158. package/dist/models/sendSolDto.d.ts +21 -0
  159. package/dist/models/sendSolDto.d.ts.map +1 -0
  160. package/dist/models/sendSplDto.d.ts +23 -0
  161. package/dist/models/sendSplDto.d.ts.map +1 -0
  162. package/dist/models/sendTransactionDto.d.ts +17 -0
  163. package/dist/models/sendTransactionDto.d.ts.map +1 -0
  164. package/dist/models/simulateTransactionDto.d.ts +17 -0
  165. package/dist/models/simulateTransactionDto.d.ts.map +1 -0
  166. package/dist/models/transactionControllerGetWalletTransactionsParams.d.ts +38 -0
  167. package/dist/models/transactionControllerGetWalletTransactionsParams.d.ts.map +1 -0
  168. package/dist/models/transactionStatus.d.ts +14 -0
  169. package/dist/models/transactionStatus.d.ts.map +1 -0
  170. package/dist/models/transactionType.d.ts +19 -0
  171. package/dist/models/transactionType.d.ts.map +1 -0
  172. package/dist/models/updateAdminDto.d.ts +16 -0
  173. package/dist/models/updateAdminDto.d.ts.map +1 -0
  174. package/dist/models/updateAdminSignerDto.d.ts +12 -0
  175. package/dist/models/updateAdminSignerDto.d.ts.map +1 -0
  176. package/dist/models/updateDelegatedKeyDto.d.ts +17 -0
  177. package/dist/models/updateDelegatedKeyDto.d.ts.map +1 -0
  178. package/dist/models/updatePlanDto.d.ts +34 -0
  179. package/dist/models/updatePlanDto.d.ts.map +1 -0
  180. package/dist/models/updatePlanDtoEnforcementType.d.ts +17 -0
  181. package/dist/models/updatePlanDtoEnforcementType.d.ts.map +1 -0
  182. package/dist/models/updatePlanDtoFeatures.d.ts +14 -0
  183. package/dist/models/updatePlanDtoFeatures.d.ts.map +1 -0
  184. package/dist/models/updatePlanDtoMaxUsers.d.ts +14 -0
  185. package/dist/models/updatePlanDtoMaxUsers.d.ts.map +1 -0
  186. package/dist/models/updatePlanDtoMaxWalletsPerUser.d.ts +14 -0
  187. package/dist/models/updatePlanDtoMaxWalletsPerUser.d.ts.map +1 -0
  188. package/dist/models/updatePlanDtoMetadata.d.ts +14 -0
  189. package/dist/models/updatePlanDtoMetadata.d.ts.map +1 -0
  190. package/dist/models/updatePlanDtoPrice.d.ts +14 -0
  191. package/dist/models/updatePlanDtoPrice.d.ts.map +1 -0
  192. package/dist/models/updatePlatformDto.d.ts +24 -0
  193. package/dist/models/updatePlatformDto.d.ts.map +1 -0
  194. package/dist/models/updateSignerDto.d.ts +14 -0
  195. package/dist/models/updateSignerDto.d.ts.map +1 -0
  196. package/dist/models/updateSignerPermissionsDto.d.ts +13 -0
  197. package/dist/models/updateSignerPermissionsDto.d.ts.map +1 -0
  198. package/dist/models/updateUserDto.d.ts +20 -0
  199. package/dist/models/updateUserDto.d.ts.map +1 -0
  200. package/dist/models/updateWalletDto.d.ts +19 -0
  201. package/dist/models/updateWalletDto.d.ts.map +1 -0
  202. package/dist/models/updateWebhookDto.d.ts +17 -0
  203. package/dist/models/updateWebhookDto.d.ts.map +1 -0
  204. package/dist/models/walletAssetResponseDto.d.ts +21 -0
  205. package/dist/models/walletAssetResponseDto.d.ts.map +1 -0
  206. package/dist/models/walletAssetResponseDtoAssetType.d.ts +14 -0
  207. package/dist/models/walletAssetResponseDtoAssetType.d.ts.map +1 -0
  208. package/dist/models/walletAssetResponseDtoMetadata.d.ts +11 -0
  209. package/dist/models/walletAssetResponseDtoMetadata.d.ts.map +1 -0
  210. package/dist/models/walletControllerFindAllParams.d.ts +14 -0
  211. package/dist/models/walletControllerFindAllParams.d.ts.map +1 -0
  212. package/dist/models/walletControllerGetDeviceEncryptedSecretParams.d.ts +14 -0
  213. package/dist/models/walletControllerGetDeviceEncryptedSecretParams.d.ts.map +1 -0
  214. package/dist/models/walletControllerGetWalletAssetsAssetType.d.ts +14 -0
  215. package/dist/models/walletControllerGetWalletAssetsAssetType.d.ts.map +1 -0
  216. package/dist/models/walletControllerGetWalletAssetsParams.d.ts +15 -0
  217. package/dist/models/walletControllerGetWalletAssetsParams.d.ts.map +1 -0
  218. package/dist/models/walletControllerMintNFT200.d.ts +11 -0
  219. package/dist/models/walletControllerMintNFT200.d.ts.map +1 -0
  220. package/dist/models/walletControllerMintNFTSimple200.d.ts +13 -0
  221. package/dist/models/walletControllerMintNFTSimple200.d.ts.map +1 -0
  222. package/dist/models/walletControllerMintToken200.d.ts +14 -0
  223. package/dist/models/walletControllerMintToken200.d.ts.map +1 -0
  224. package/dist/models/walletControllerSendSOL200.d.ts +13 -0
  225. package/dist/models/walletControllerSendSOL200.d.ts.map +1 -0
  226. package/dist/models/walletControllerSendSOL200Wallet.d.ts +11 -0
  227. package/dist/models/walletControllerSendSOL200Wallet.d.ts.map +1 -0
  228. package/dist/models/walletControllerSendSPL200.d.ts +11 -0
  229. package/dist/models/walletControllerSendSPL200.d.ts.map +1 -0
  230. package/dist/models/walletControllerSendTransaction200.d.ts +11 -0
  231. package/dist/models/walletControllerSendTransaction200.d.ts.map +1 -0
  232. package/dist/models/webhookEvent.d.ts +23 -0
  233. package/dist/models/webhookEvent.d.ts.map +1 -0
  234. package/dist/platform.cjs +256 -0
  235. package/dist/platform.cjs.map +7 -0
  236. package/dist/platform.d.ts +16 -0
  237. package/dist/platform.d.ts.map +1 -0
  238. package/dist/platform.mjs +210 -0
  239. package/dist/platform.mjs.map +7 -0
  240. package/dist/types.d.ts +4 -0
  241. package/dist/types.d.ts.map +1 -0
  242. package/dist/user.cjs +132 -0
  243. package/dist/user.cjs.map +7 -0
  244. package/dist/user.d.ts +9 -0
  245. package/dist/user.d.ts.map +1 -0
  246. package/dist/user.mjs +93 -0
  247. package/dist/user.mjs.map +7 -0
  248. package/dist/wallet.cjs +547 -0
  249. package/dist/wallet.cjs.map +7 -0
  250. package/dist/wallet.d.ts +21 -0
  251. package/dist/wallet.d.ts.map +1 -0
  252. package/dist/wallet.mjs +496 -0
  253. package/dist/wallet.mjs.map +7 -0
  254. package/package.json +107 -0
@@ -0,0 +1,138 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { AdminControllerFindAllParams, AdminControllerFindAllPlatformsParams, AdminControllerGetPlatformsWithUsersParams, AdminControllerGetUsersWithWalletsParams, AdminControllerGetWalletAssetsParams, AuthControllerLogin200, CommonLoginDto, CreateAdminDto, CreatePlatformDto, CreateUserDto, CreateWalletDto, LoginAdminDto, LoginPlatformDto, LoginUserDto, MintNftDto, MintNftSimpleDto, MintTokenDto, SendSolDto, SendSplDto, SendTransactionDto, UpdateAdminDto, UpdatePlatformDto, UpdateUserDto, UpdateWalletDto, WalletAssetResponseDto, WalletControllerGetWalletAssetsParams, WalletControllerMintNFT200, WalletControllerMintNFTSimple200, WalletControllerMintToken200, WalletControllerSendSOL200, WalletControllerSendSPL200, WalletControllerSendTransaction200 } from '../models';
9
+ import { customInstance } from '../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getGUACSmartAPIV2: () => {
12
+ appControllerGetHello: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ platformControllerCreate: (createPlatformDto: CreatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ platformControllerFindAll: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
15
+ platformControllerLogin: (loginPlatformDto: LoginPlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
16
+ platformControllerGetOwnProfile: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
17
+ platformControllerUpdateOwnProfile: (updatePlatformDto: UpdatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
18
+ platformControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
19
+ platformControllerUpdate: (id: string, updatePlatformDto: UpdatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
20
+ platformControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
21
+ platformControllerGetUsersForPlatform: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
22
+ platformControllerCreateUserForPlatform: (createUserDto: CreateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
23
+ platformControllerUpdateUserForPlatform: (userId: string, updateUserDto: UpdateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
24
+ platformControllerRemoveUserForPlatform: (userId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
25
+ platformControllerToggleUserActiveForPlatform: (userId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
26
+ platformControllerGetWalletsForPlatform: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
27
+ userControllerCreate: (createUserDto: CreateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
28
+ userControllerLogin: (loginUserDto: LoginUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
29
+ userControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
30
+ userControllerUpdate: (id: string, updateUserDto: UpdateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
31
+ walletControllerCreate: (createWalletDto: CreateWalletDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
32
+ walletControllerFindAll: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
33
+ walletControllerGetTotalBalance: (options?: SecondParameter<typeof customInstance<number>>) => Promise<number>;
34
+ walletControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
35
+ walletControllerUpdate: (id: string, updateWalletDto: UpdateWalletDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
36
+ walletControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
37
+ walletControllerFindByAddress: (address: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
38
+ walletControllerSendSOL: (id: string, sendSolDto: SendSolDto, options?: SecondParameter<typeof customInstance<WalletControllerSendSOL200>>) => Promise<WalletControllerSendSOL200>;
39
+ walletControllerSendSPL: (id: string, sendSplDto: SendSplDto, options?: SecondParameter<typeof customInstance<WalletControllerSendSPL200>>) => Promise<WalletControllerSendSPL200>;
40
+ walletControllerMintNFT: (id: string, mintNftDto: MintNftDto, options?: SecondParameter<typeof customInstance<WalletControllerMintNFT200>>) => Promise<WalletControllerMintNFT200>;
41
+ walletControllerMintNFTSimple: (id: string, mintNftSimpleDto: MintNftSimpleDto, options?: SecondParameter<typeof customInstance<WalletControllerMintNFTSimple200>>) => Promise<WalletControllerMintNFTSimple200>;
42
+ walletControllerMintToken: (id: string, mintTokenDto: MintTokenDto, options?: SecondParameter<typeof customInstance<WalletControllerMintToken200>>) => Promise<WalletControllerMintToken200>;
43
+ walletControllerSendTransaction: (id: string, sendTransactionDto: SendTransactionDto, options?: SecondParameter<typeof customInstance<WalletControllerSendTransaction200>>) => Promise<WalletControllerSendTransaction200>;
44
+ walletControllerGetWalletAssets: (id: string, params?: WalletControllerGetWalletAssetsParams, options?: SecondParameter<typeof customInstance<WalletAssetResponseDto[]>>) => Promise<WalletAssetResponseDto[]>;
45
+ walletControllerSyncWalletAssets: (id: string, options?: SecondParameter<typeof customInstance<WalletAssetResponseDto[]>>) => Promise<WalletAssetResponseDto[]>;
46
+ walletControllerForceRefresh: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
47
+ adminControllerCreate: (createAdminDto: CreateAdminDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
48
+ adminControllerFindAll: (params?: AdminControllerFindAllParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
49
+ adminControllerLogin: (loginAdminDto: LoginAdminDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
50
+ adminControllerGetCurrentAdmin: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
51
+ adminControllerGetAllApiKeys: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
52
+ adminControllerGetplatformApiKey: (platformId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
53
+ adminControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
54
+ adminControllerUpdate: (id: string, updateAdminDto: UpdateAdminDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
55
+ adminControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
56
+ adminControllerToggleActive: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
57
+ adminControllerFindAllPlatforms: (params?: AdminControllerFindAllPlatformsParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
58
+ adminControllerFindOnePlatform: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
59
+ adminControllerUpdatePlatform: (id: string, updatePlatformDto: UpdatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
60
+ adminControllerRemovePlatform: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
61
+ adminControllerFindAllUsers: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
62
+ adminControllerFindOneUser: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
63
+ adminControllerFindAllWallets: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
64
+ adminControllerFindWalletsByUserId: (userId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
65
+ adminControllerFindOneWallet: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
66
+ adminControllerGetOverviewAnalytics: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
67
+ adminControllerGetWalletAnalytics: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
68
+ adminControllerGetRecentActivity: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
69
+ adminControllerRegenerateApiKey: (platformId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
70
+ adminControllerGetPlatformsWithUsers: (params?: AdminControllerGetPlatformsWithUsersParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
71
+ adminControllerGetUsersWithWallets: (params?: AdminControllerGetUsersWithWalletsParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
72
+ adminControllerGetWalletAssets: (params?: AdminControllerGetWalletAssetsParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
73
+ authControllerLogin: (commonLoginDto: CommonLoginDto, options?: SecondParameter<typeof customInstance<AuthControllerLogin200>>) => Promise<AuthControllerLogin200>;
74
+ };
75
+ export type AppControllerGetHelloResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['appControllerGetHello']>>>;
76
+ export type PlatformControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerCreate']>>>;
77
+ export type PlatformControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerFindAll']>>>;
78
+ export type PlatformControllerLoginResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerLogin']>>>;
79
+ export type PlatformControllerGetOwnProfileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerGetOwnProfile']>>>;
80
+ export type PlatformControllerUpdateOwnProfileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerUpdateOwnProfile']>>>;
81
+ export type PlatformControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerFindOne']>>>;
82
+ export type PlatformControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerUpdate']>>>;
83
+ export type PlatformControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerRemove']>>>;
84
+ export type PlatformControllerGetUsersForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerGetUsersForPlatform']>>>;
85
+ export type PlatformControllerCreateUserForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerCreateUserForPlatform']>>>;
86
+ export type PlatformControllerUpdateUserForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerUpdateUserForPlatform']>>>;
87
+ export type PlatformControllerRemoveUserForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerRemoveUserForPlatform']>>>;
88
+ export type PlatformControllerToggleUserActiveForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerToggleUserActiveForPlatform']>>>;
89
+ export type PlatformControllerGetWalletsForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['platformControllerGetWalletsForPlatform']>>>;
90
+ export type UserControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['userControllerCreate']>>>;
91
+ export type UserControllerLoginResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['userControllerLogin']>>>;
92
+ export type UserControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['userControllerFindOne']>>>;
93
+ export type UserControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['userControllerUpdate']>>>;
94
+ export type WalletControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerCreate']>>>;
95
+ export type WalletControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerFindAll']>>>;
96
+ export type WalletControllerGetTotalBalanceResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerGetTotalBalance']>>>;
97
+ export type WalletControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerFindOne']>>>;
98
+ export type WalletControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerUpdate']>>>;
99
+ export type WalletControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerRemove']>>>;
100
+ export type WalletControllerFindByAddressResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerFindByAddress']>>>;
101
+ export type WalletControllerSendSOLResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerSendSOL']>>>;
102
+ export type WalletControllerSendSPLResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerSendSPL']>>>;
103
+ export type WalletControllerMintNFTResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerMintNFT']>>>;
104
+ export type WalletControllerMintNFTSimpleResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerMintNFTSimple']>>>;
105
+ export type WalletControllerMintTokenResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerMintToken']>>>;
106
+ export type WalletControllerSendTransactionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerSendTransaction']>>>;
107
+ export type WalletControllerGetWalletAssetsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerGetWalletAssets']>>>;
108
+ export type WalletControllerSyncWalletAssetsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerSyncWalletAssets']>>>;
109
+ export type WalletControllerForceRefreshResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['walletControllerForceRefresh']>>>;
110
+ export type AdminControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerCreate']>>>;
111
+ export type AdminControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindAll']>>>;
112
+ export type AdminControllerLoginResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerLogin']>>>;
113
+ export type AdminControllerGetCurrentAdminResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetCurrentAdmin']>>>;
114
+ export type AdminControllerGetAllApiKeysResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetAllApiKeys']>>>;
115
+ export type AdminControllerGetplatformApiKeyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetplatformApiKey']>>>;
116
+ export type AdminControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindOne']>>>;
117
+ export type AdminControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerUpdate']>>>;
118
+ export type AdminControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerRemove']>>>;
119
+ export type AdminControllerToggleActiveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerToggleActive']>>>;
120
+ export type AdminControllerFindAllPlatformsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindAllPlatforms']>>>;
121
+ export type AdminControllerFindOnePlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindOnePlatform']>>>;
122
+ export type AdminControllerUpdatePlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerUpdatePlatform']>>>;
123
+ export type AdminControllerRemovePlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerRemovePlatform']>>>;
124
+ export type AdminControllerFindAllUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindAllUsers']>>>;
125
+ export type AdminControllerFindOneUserResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindOneUser']>>>;
126
+ export type AdminControllerFindAllWalletsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindAllWallets']>>>;
127
+ export type AdminControllerFindWalletsByUserIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindWalletsByUserId']>>>;
128
+ export type AdminControllerFindOneWalletResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerFindOneWallet']>>>;
129
+ export type AdminControllerGetOverviewAnalyticsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetOverviewAnalytics']>>>;
130
+ export type AdminControllerGetWalletAnalyticsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetWalletAnalytics']>>>;
131
+ export type AdminControllerGetRecentActivityResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetRecentActivity']>>>;
132
+ export type AdminControllerRegenerateApiKeyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerRegenerateApiKey']>>>;
133
+ export type AdminControllerGetPlatformsWithUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetPlatformsWithUsers']>>>;
134
+ export type AdminControllerGetUsersWithWalletsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetUsersWithWallets']>>>;
135
+ export type AdminControllerGetWalletAssetsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['adminControllerGetWalletAssets']>>>;
136
+ export type AuthControllerLoginResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGUACSmartAPIV2>['authControllerLogin']>>>;
137
+ export {};
138
+ //# sourceMappingURL=gUACSmartAPIV2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gUACSmartAPIV2.d.ts","sourceRoot":"","sources":["../../src/api/gUACSmartAPIV2.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import { customInstance } from '../../api-client';
9
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
10
+ export declare const getHealth: () => {
11
+ appControllerGetHello: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
12
+ };
13
+ export type AppControllerGetHelloResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getHealth>['appControllerGetHello']>>>;
14
+ export {};
15
+ //# sourceMappingURL=health.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health.d.ts","sourceRoot":"","sources":["../../../src/api/health/health.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAG7E,eAAO,MAAM,SAAS;sCAOb,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;CAMtB,CAAC;AAClC,MAAM,MAAM,2BAA2B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { AssignPlanDto, CreatePlanDto, UpdatePlanDto } from '../../models';
9
+ import { customInstance } from '../../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getPlans: () => {
12
+ planControllerCreate: (createPlanDto: CreatePlanDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ planControllerFindAll: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ planControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
15
+ planControllerUpdate: (id: string, updatePlanDto: UpdatePlanDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
16
+ planControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
17
+ planControllerAssignToPlatform: (id: string, platformId: string, assignPlanDto: AssignPlanDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
18
+ planControllerAssignToUser: (id: string, userId: string, assignPlanDto: AssignPlanDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
19
+ };
20
+ export type PlanControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerCreate']>>>;
21
+ export type PlanControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerFindAll']>>>;
22
+ export type PlanControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerFindOne']>>>;
23
+ export type PlanControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerUpdate']>>>;
24
+ export type PlanControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerRemove']>>>;
25
+ export type PlanControllerAssignToPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerAssignToPlatform']>>>;
26
+ export type PlanControllerAssignToUserResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlans>['planControllerAssignToUser']>>>;
27
+ export {};
28
+ //# sourceMappingURL=plans.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../../src/api/plans/plans.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EACV,aAAa,EACb,aAAa,EACb,aAAa,EACd,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAG7E,eAAO,MAAM,QAAQ;0CAMJ,aAAa,YACrB,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;sCAc5C,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;gCAW/C,MAAM,YACH,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;+BAW/C,MAAM,iBACK,aAAa,YACrB,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;+BAa/C,MAAM,YACH,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;yCAW/C,MAAM,cACE,MAAM,iBACH,aAAa,YACrB,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;qCAa/C,MAAM,UACF,MAAM,iBACC,aAAa,YACrB,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;CAQyH,CAAC;AACjL,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAA;AAC9H,MAAM,MAAM,2BAA2B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAA;AAChI,MAAM,MAAM,2BAA2B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAA;AAChI,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAA;AAC9H,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAA;AAC9H,MAAM,MAAM,oCAAoC,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAA;AAClJ,MAAM,MAAM,gCAAgC,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { CreatePlatformDto, CreateUserDto, UpdatePlatformDto, UpdateUserDto } from '../../models';
9
+ import { customInstance } from '../../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getPlatforms: () => {
12
+ platformControllerCreate: (createPlatformDto: CreatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ platformControllerFindAll: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ platformControllerGetOwnProfile: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
15
+ platformControllerUpdateOwnProfile: (updatePlatformDto: UpdatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
16
+ platformControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
17
+ platformControllerUpdate: (id: string, updatePlatformDto: UpdatePlatformDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
18
+ platformControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
19
+ platformControllerGetUsersForPlatform: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
20
+ platformControllerCreateUserForPlatform: (createUserDto: CreateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
21
+ platformControllerUpdateUserForPlatform: (userId: string, updateUserDto: UpdateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
22
+ platformControllerRemoveUserForPlatform: (userId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
23
+ platformControllerToggleUserActiveForPlatform: (userId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
24
+ platformControllerGetWalletsForPlatform: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
25
+ };
26
+ export type PlatformControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerCreate']>>>;
27
+ export type PlatformControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerFindAll']>>>;
28
+ export type PlatformControllerGetOwnProfileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerGetOwnProfile']>>>;
29
+ export type PlatformControllerUpdateOwnProfileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerUpdateOwnProfile']>>>;
30
+ export type PlatformControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerFindOne']>>>;
31
+ export type PlatformControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerUpdate']>>>;
32
+ export type PlatformControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerRemove']>>>;
33
+ export type PlatformControllerGetUsersForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerGetUsersForPlatform']>>>;
34
+ export type PlatformControllerCreateUserForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerCreateUserForPlatform']>>>;
35
+ export type PlatformControllerUpdateUserForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerUpdateUserForPlatform']>>>;
36
+ export type PlatformControllerRemoveUserForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerRemoveUserForPlatform']>>>;
37
+ export type PlatformControllerToggleUserActiveForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerToggleUserActiveForPlatform']>>>;
38
+ export type PlatformControllerGetWalletsForPlatformResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getPlatforms>['platformControllerGetWalletsForPlatform']>>>;
39
+ export {};
40
+ //# sourceMappingURL=platforms.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platforms.d.ts","sourceRoot":"","sources":["../../../src/api/platforms/platforms.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { TransactionControllerGetWalletTransactionsParams } from '../../models';
9
+ import { customInstance } from '../../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getTransactions: () => {
12
+ transactionControllerGetWalletTransactions: (walletId: string, params?: TransactionControllerGetWalletTransactionsParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ transactionControllerGetTransactionStatus: (signature: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ };
15
+ export type TransactionControllerGetWalletTransactionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getTransactions>['transactionControllerGetWalletTransactions']>>>;
16
+ export type TransactionControllerGetTransactionStatusResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getTransactions>['transactionControllerGetTransactionStatus']>>>;
17
+ export {};
18
+ //# sourceMappingURL=transactions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transactions.d.ts","sourceRoot":"","sources":["../../../src/api/transactions/transactions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EACV,gDAAgD,EACjD,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAG7E,eAAO,MAAM,eAAe;2DAMhB,MAAM,WACP,gDAAgD,YAClD,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;2DAYxC,MAAM,YACV,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;CAMyC,CAAC;AACjG,MAAM,MAAM,gDAAgD,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,4CAA4C,CAAC,CAAC,CAAC,CAAC,CAAA;AACjL,MAAM,MAAM,+CAA+C,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { CreateUserDto, UpdateUserDto } from '../../models';
9
+ import { customInstance } from '../../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getUsers: () => {
12
+ userControllerCreate: (createUserDto: CreateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ userControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ userControllerUpdate: (id: string, updateUserDto: UpdateUserDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
15
+ };
16
+ export type UserControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getUsers>['userControllerCreate']>>>;
17
+ export type UserControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getUsers>['userControllerFindOne']>>>;
18
+ export type UserControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getUsers>['userControllerUpdate']>>>;
19
+ export {};
20
+ //# sourceMappingURL=users.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/api/users/users.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EACV,aAAa,EACb,aAAa,EACd,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAG7E,eAAO,MAAM,QAAQ;0CAKJ,aAAa,YACrB,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;gCAa/C,MAAM,YACH,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;+BAW/C,MAAM,iBACK,aAAa,YACrB,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;CAQoB,CAAC;AAC5E,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAA;AAC9H,MAAM,MAAM,2BAA2B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAA;AAChI,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,92 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { AddSignerDto, BatchCreateWalletDto, BatchSendSolDto, BatchSendSplDto, CreateApiKeySignerDto, CreateEmailSignerDto, CreateExternalWalletSignerDto, CreatePhoneSignerDto, CreateWalletDto, MintNftDto, MintNftSimpleDto, MintTokenDto, PasskeyAuthenticationDto, PasskeyRegistrationDto, SendSolDto, SendSplDto, SendTransactionDto, SimulateTransactionDto, UpdateAdminSignerDto, UpdateSignerDto, UpdateSignerPermissionsDto, UpdateWalletDto, WalletAssetResponseDto, WalletControllerFindAllParams, WalletControllerGetDeviceEncryptedSecretParams, WalletControllerGetWalletAssetsParams, WalletControllerMintNFT200, WalletControllerMintNFTSimple200, WalletControllerMintToken200, WalletControllerSendSOL200, WalletControllerSendSPL200, WalletControllerSendTransaction200 } from '../../models';
9
+ import { customInstance } from '../../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getWallets: () => {
12
+ walletControllerCreate: (createWalletDto: CreateWalletDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ walletControllerFindAll: (params?: WalletControllerFindAllParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ walletControllerGetTotalBalance: (options?: SecondParameter<typeof customInstance<number>>) => Promise<number>;
15
+ walletControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
16
+ walletControllerUpdate: (id: string, updateWalletDto: UpdateWalletDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
17
+ walletControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
18
+ walletControllerFindByAddress: (address: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
19
+ walletControllerSendSOL: (id: string, sendSolDto: SendSolDto, options?: SecondParameter<typeof customInstance<WalletControllerSendSOL200>>) => Promise<WalletControllerSendSOL200>;
20
+ walletControllerSendSPL: (id: string, sendSplDto: SendSplDto, options?: SecondParameter<typeof customInstance<WalletControllerSendSPL200>>) => Promise<WalletControllerSendSPL200>;
21
+ walletControllerMintNFT: (id: string, mintNftDto: MintNftDto, options?: SecondParameter<typeof customInstance<WalletControllerMintNFT200>>) => Promise<WalletControllerMintNFT200>;
22
+ walletControllerMintNFTSimple: (id: string, mintNftSimpleDto: MintNftSimpleDto, options?: SecondParameter<typeof customInstance<WalletControllerMintNFTSimple200>>) => Promise<WalletControllerMintNFTSimple200>;
23
+ walletControllerMintToken: (id: string, mintTokenDto: MintTokenDto, options?: SecondParameter<typeof customInstance<WalletControllerMintToken200>>) => Promise<WalletControllerMintToken200>;
24
+ walletControllerSendTransaction: (id: string, sendTransactionDto: SendTransactionDto, options?: SecondParameter<typeof customInstance<WalletControllerSendTransaction200>>) => Promise<WalletControllerSendTransaction200>;
25
+ walletControllerGetWalletAssets: (id: string, params?: WalletControllerGetWalletAssetsParams, options?: SecondParameter<typeof customInstance<WalletAssetResponseDto[]>>) => Promise<WalletAssetResponseDto[]>;
26
+ walletControllerSyncWalletAssets: (id: string, options?: SecondParameter<typeof customInstance<WalletAssetResponseDto[]>>) => Promise<WalletAssetResponseDto[]>;
27
+ walletControllerDeactivateWallet: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
28
+ walletControllerActivateWallet: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
29
+ walletControllerBatchCreateWallets: (batchCreateWalletDto: BatchCreateWalletDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
30
+ walletControllerBatchSendSOL: (id: string, batchSendSolDto: BatchSendSolDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
31
+ walletControllerBatchSendSPL: (id: string, batchSendSplDto: BatchSendSplDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
32
+ walletControllerSimulateTransaction: (id: string, simulateTransactionDto: SimulateTransactionDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
33
+ walletControllerGetWalletCustodyInfo: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
34
+ walletControllerCreateEmailSigner: (id: string, createEmailSignerDto: CreateEmailSignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
35
+ walletControllerCreatePhoneSigner: (id: string, createPhoneSignerDto: CreatePhoneSignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
36
+ walletControllerStartPasskeyRegistration: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
37
+ walletControllerVerifyPasskeyRegistration: (id: string, passkeyRegistrationDto: PasskeyRegistrationDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
38
+ walletControllerStartPasskeyAuthentication: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
39
+ walletControllerVerifyPasskeyAuthentication: (id: string, passkeyAuthenticationDto: PasskeyAuthenticationDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
40
+ walletControllerCreateExternalWalletSigner: (id: string, createExternalWalletSignerDto: CreateExternalWalletSignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
41
+ walletControllerCreateApiKeySigner: (id: string, createApiKeySignerDto: CreateApiKeySignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
42
+ walletControllerGetSignerById: (id: string, signerId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
43
+ walletControllerUpdateSigner: (id: string, signerId: string, updateSignerDto: UpdateSignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
44
+ walletControllerDeleteSigner: (id: string, signerId: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
45
+ walletControllerGetDeviceEncryptedSecret: (id: string, signerId: string, params: WalletControllerGetDeviceEncryptedSecretParams, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
46
+ walletControllerAddSigner: (id: string, addSignerDto: AddSignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
47
+ walletControllerListSigners: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
48
+ walletControllerRemoveSigner: (id: string, pubkey: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
49
+ walletControllerUpdateSignerPermissions: (id: string, pubkey: string, updateSignerPermissionsDto: UpdateSignerPermissionsDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
50
+ walletControllerUpdateAdminSigner: (id: string, updateAdminSignerDto: UpdateAdminSignerDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
51
+ };
52
+ export type WalletControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerCreate']>>>;
53
+ export type WalletControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerFindAll']>>>;
54
+ export type WalletControllerGetTotalBalanceResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerGetTotalBalance']>>>;
55
+ export type WalletControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerFindOne']>>>;
56
+ export type WalletControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerUpdate']>>>;
57
+ export type WalletControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerRemove']>>>;
58
+ export type WalletControllerFindByAddressResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerFindByAddress']>>>;
59
+ export type WalletControllerSendSOLResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerSendSOL']>>>;
60
+ export type WalletControllerSendSPLResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerSendSPL']>>>;
61
+ export type WalletControllerMintNFTResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerMintNFT']>>>;
62
+ export type WalletControllerMintNFTSimpleResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerMintNFTSimple']>>>;
63
+ export type WalletControllerMintTokenResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerMintToken']>>>;
64
+ export type WalletControllerSendTransactionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerSendTransaction']>>>;
65
+ export type WalletControllerGetWalletAssetsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerGetWalletAssets']>>>;
66
+ export type WalletControllerSyncWalletAssetsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerSyncWalletAssets']>>>;
67
+ export type WalletControllerDeactivateWalletResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerDeactivateWallet']>>>;
68
+ export type WalletControllerActivateWalletResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerActivateWallet']>>>;
69
+ export type WalletControllerBatchCreateWalletsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerBatchCreateWallets']>>>;
70
+ export type WalletControllerBatchSendSOLResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerBatchSendSOL']>>>;
71
+ export type WalletControllerBatchSendSPLResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerBatchSendSPL']>>>;
72
+ export type WalletControllerSimulateTransactionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerSimulateTransaction']>>>;
73
+ export type WalletControllerGetWalletCustodyInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerGetWalletCustodyInfo']>>>;
74
+ export type WalletControllerCreateEmailSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerCreateEmailSigner']>>>;
75
+ export type WalletControllerCreatePhoneSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerCreatePhoneSigner']>>>;
76
+ export type WalletControllerStartPasskeyRegistrationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerStartPasskeyRegistration']>>>;
77
+ export type WalletControllerVerifyPasskeyRegistrationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerVerifyPasskeyRegistration']>>>;
78
+ export type WalletControllerStartPasskeyAuthenticationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerStartPasskeyAuthentication']>>>;
79
+ export type WalletControllerVerifyPasskeyAuthenticationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerVerifyPasskeyAuthentication']>>>;
80
+ export type WalletControllerCreateExternalWalletSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerCreateExternalWalletSigner']>>>;
81
+ export type WalletControllerCreateApiKeySignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerCreateApiKeySigner']>>>;
82
+ export type WalletControllerGetSignerByIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerGetSignerById']>>>;
83
+ export type WalletControllerUpdateSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerUpdateSigner']>>>;
84
+ export type WalletControllerDeleteSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerDeleteSigner']>>>;
85
+ export type WalletControllerGetDeviceEncryptedSecretResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerGetDeviceEncryptedSecret']>>>;
86
+ export type WalletControllerAddSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerAddSigner']>>>;
87
+ export type WalletControllerListSignersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerListSigners']>>>;
88
+ export type WalletControllerRemoveSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerRemoveSigner']>>>;
89
+ export type WalletControllerUpdateSignerPermissionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerUpdateSignerPermissions']>>>;
90
+ export type WalletControllerUpdateAdminSignerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWallets>['walletControllerUpdateAdminSigner']>>>;
91
+ export {};
92
+ //# sourceMappingURL=wallets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wallets.d.ts","sourceRoot":"","sources":["../../../src/api/wallets/wallets.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * GUAC Smart API v2
5
+ * API documentation for GUAC Smart API v2 - A Solana wallet management system
6
+ * OpenAPI spec version: 2.0
7
+ */
8
+ import type { CreateWebhookDto, UpdateWebhookDto } from '../../models';
9
+ import { customInstance } from '../../api-client';
10
+ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
11
+ export declare const getWebhooks: () => {
12
+ webhookControllerCreate: (createWebhookDto: CreateWebhookDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
13
+ webhookControllerFindAll: (options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
14
+ webhookControllerFindOne: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
15
+ webhookControllerUpdate: (id: string, updateWebhookDto: UpdateWebhookDto, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
16
+ webhookControllerRemove: (id: string, options?: SecondParameter<typeof customInstance<void>>) => Promise<void>;
17
+ };
18
+ export type WebhookControllerCreateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWebhooks>['webhookControllerCreate']>>>;
19
+ export type WebhookControllerFindAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWebhooks>['webhookControllerFindAll']>>>;
20
+ export type WebhookControllerFindOneResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWebhooks>['webhookControllerFindOne']>>>;
21
+ export type WebhookControllerUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWebhooks>['webhookControllerUpdate']>>>;
22
+ export type WebhookControllerRemoveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getWebhooks>['webhookControllerRemove']>>>;
23
+ export {};
24
+ //# sourceMappingURL=webhooks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../../src/api/webhooks/webhooks.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EACV,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAG7E,eAAO,MAAM,WAAW;gDAMJ,gBAAgB,YAC3B,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;yCAc5C,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;mCAW/C,MAAM,YACH,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;kCAW/C,MAAM,oBACQ,gBAAgB,YAC3B,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;kCAa/C,MAAM,YACH,eAAe,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;CAM8E,CAAC;AACtI,MAAM,MAAM,6BAA6B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAA;AACvI,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAA;AACzI,MAAM,MAAM,8BAA8B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAA;AACzI,MAAM,MAAM,6BAA6B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAA;AACvI,MAAM,MAAM,6BAA6B,GAAG,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Custom API client instance for Cilantro Smart SDK
3
+ * Handles authentication (JWT tokens and API keys) automatically
4
+ * @internal
5
+ */
6
+ import { AxiosRequestConfig } from 'axios';
7
+ /**
8
+ * Custom instance wrapper for orval
9
+ * @internal
10
+ */
11
+ export declare const customInstance: <T>(config: AxiosRequestConfig, options?: AxiosRequestConfig) => Promise<T>;
12
+ export default customInstance;
13
+ //# sourceMappingURL=api-client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-client.d.ts","sourceRoot":"","sources":["../src/api-client.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAc,EAAiB,kBAAkB,EAAiB,MAAM,OAAO,CAAC;AA+BhF;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,CAAC,EAC9B,QAAQ,kBAAkB,EAC1B,UAAU,kBAAkB,KAC3B,OAAO,CAAC,CAAC,CAcX,CAAC;AAEF,eAAe,cAAc,CAAC"}