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.
- package/README.md +1370 -0
- package/dist/admin.cjs +425 -0
- package/dist/admin.cjs.map +7 -0
- package/dist/admin.d.ts +31 -0
- package/dist/admin.d.ts.map +1 -0
- package/dist/admin.mjs +364 -0
- package/dist/admin.mjs.map +7 -0
- package/dist/api/admin/admin.d.ts +64 -0
- package/dist/api/admin/admin.d.ts.map +1 -0
- package/dist/api/app/app.d.ts +15 -0
- package/dist/api/app/app.d.ts.map +1 -0
- package/dist/api/auth/auth.d.ts +16 -0
- package/dist/api/auth/auth.d.ts.map +1 -0
- package/dist/api/delegated-keys/delegated-keys.d.ts +24 -0
- package/dist/api/delegated-keys/delegated-keys.d.ts.map +1 -0
- package/dist/api/gUACSmartAPIV2.d.ts +138 -0
- package/dist/api/gUACSmartAPIV2.d.ts.map +1 -0
- package/dist/api/health/health.d.ts +15 -0
- package/dist/api/health/health.d.ts.map +1 -0
- package/dist/api/plans/plans.d.ts +28 -0
- package/dist/api/plans/plans.d.ts.map +1 -0
- package/dist/api/platforms/platforms.d.ts +40 -0
- package/dist/api/platforms/platforms.d.ts.map +1 -0
- package/dist/api/transactions/transactions.d.ts +18 -0
- package/dist/api/transactions/transactions.d.ts.map +1 -0
- package/dist/api/users/users.d.ts +20 -0
- package/dist/api/users/users.d.ts.map +1 -0
- package/dist/api/wallets/wallets.d.ts +92 -0
- package/dist/api/wallets/wallets.d.ts.map +1 -0
- package/dist/api/webhooks/webhooks.d.ts +24 -0
- package/dist/api/webhooks/webhooks.d.ts.map +1 -0
- package/dist/api-client.d.ts +13 -0
- package/dist/api-client.d.ts.map +1 -0
- package/dist/auth.cjs +123 -0
- package/dist/auth.cjs.map +7 -0
- package/dist/auth.d.ts +30 -0
- package/dist/auth.d.ts.map +1 -0
- package/dist/auth.mjs +85 -0
- package/dist/auth.mjs.map +7 -0
- package/dist/config.d.ts +74 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/index.cjs +1900 -0
- package/dist/index.cjs.map +7 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +1848 -0
- package/dist/index.mjs.map +7 -0
- package/dist/models/accountMeta.d.ts +16 -0
- package/dist/models/accountMeta.d.ts.map +1 -0
- package/dist/models/addSignerDto.d.ts +22 -0
- package/dist/models/addSignerDto.d.ts.map +1 -0
- package/dist/models/addSignerDtoSignerType.d.ts +18 -0
- package/dist/models/addSignerDtoSignerType.d.ts.map +1 -0
- package/dist/models/adminControllerFindAllParams.d.ts +18 -0
- package/dist/models/adminControllerFindAllParams.d.ts.map +1 -0
- package/dist/models/adminControllerFindAllPlatformsParams.d.ts +18 -0
- package/dist/models/adminControllerFindAllPlatformsParams.d.ts.map +1 -0
- package/dist/models/adminControllerGetPlatformsWithUsersParams.d.ts +18 -0
- package/dist/models/adminControllerGetPlatformsWithUsersParams.d.ts.map +1 -0
- package/dist/models/adminControllerGetUsersWithWalletsParams.d.ts +18 -0
- package/dist/models/adminControllerGetUsersWithWalletsParams.d.ts.map +1 -0
- package/dist/models/adminControllerGetWalletAssetsAssetType.d.ts +14 -0
- package/dist/models/adminControllerGetWalletAssetsAssetType.d.ts.map +1 -0
- package/dist/models/adminControllerGetWalletAssetsParams.d.ts +23 -0
- package/dist/models/adminControllerGetWalletAssetsParams.d.ts.map +1 -0
- package/dist/models/adminSignerConfigDto.d.ts +21 -0
- package/dist/models/adminSignerConfigDto.d.ts.map +1 -0
- package/dist/models/adminSignerConfigDtoType.d.ts +17 -0
- package/dist/models/adminSignerConfigDtoType.d.ts.map +1 -0
- package/dist/models/assignPlanDto.d.ts +13 -0
- package/dist/models/assignPlanDto.d.ts.map +1 -0
- package/dist/models/assignPlanDtoPlanEnforcementType.d.ts +17 -0
- package/dist/models/assignPlanDtoPlanEnforcementType.d.ts.map +1 -0
- package/dist/models/authControllerLogin200.d.ts +14 -0
- package/dist/models/authControllerLogin200.d.ts.map +1 -0
- package/dist/models/authControllerLogin200Data.d.ts +17 -0
- package/dist/models/authControllerLogin200Data.d.ts.map +1 -0
- package/dist/models/authControllerLogin200DataUser.d.ts +11 -0
- package/dist/models/authControllerLogin200DataUser.d.ts.map +1 -0
- package/dist/models/authControllerLogin200DataUserType.d.ts +14 -0
- package/dist/models/authControllerLogin200DataUserType.d.ts.map +1 -0
- package/dist/models/batchCreateWalletDto.d.ts +21 -0
- package/dist/models/batchCreateWalletDto.d.ts.map +1 -0
- package/dist/models/batchSendSolDto.d.ts +17 -0
- package/dist/models/batchSendSolDto.d.ts.map +1 -0
- package/dist/models/batchSendSolItem.d.ts +17 -0
- package/dist/models/batchSendSolItem.d.ts.map +1 -0
- package/dist/models/batchSendSplDto.d.ts +19 -0
- package/dist/models/batchSendSplDto.d.ts.map +1 -0
- package/dist/models/batchSendSplItem.d.ts +19 -0
- package/dist/models/batchSendSplItem.d.ts.map +1 -0
- package/dist/models/commonLoginDto.d.ts +14 -0
- package/dist/models/commonLoginDto.d.ts.map +1 -0
- package/dist/models/createAdminDto.d.ts +16 -0
- package/dist/models/createAdminDto.d.ts.map +1 -0
- package/dist/models/createApiKeySignerDto.d.ts +12 -0
- package/dist/models/createApiKeySignerDto.d.ts.map +1 -0
- package/dist/models/createDelegatedKeyDto.d.ts +17 -0
- package/dist/models/createDelegatedKeyDto.d.ts.map +1 -0
- package/dist/models/createEmailSignerDto.d.ts +14 -0
- package/dist/models/createEmailSignerDto.d.ts.map +1 -0
- package/dist/models/createExternalWalletSignerDto.d.ts +14 -0
- package/dist/models/createExternalWalletSignerDto.d.ts.map +1 -0
- package/dist/models/createPhoneSignerDto.d.ts +14 -0
- package/dist/models/createPhoneSignerDto.d.ts.map +1 -0
- package/dist/models/createPlanDto.d.ts +34 -0
- package/dist/models/createPlanDto.d.ts.map +1 -0
- package/dist/models/createPlanDtoEnforcementType.d.ts +17 -0
- package/dist/models/createPlanDtoEnforcementType.d.ts.map +1 -0
- package/dist/models/createPlanDtoFeatures.d.ts +14 -0
- package/dist/models/createPlanDtoFeatures.d.ts.map +1 -0
- package/dist/models/createPlanDtoMaxUsers.d.ts +14 -0
- package/dist/models/createPlanDtoMaxUsers.d.ts.map +1 -0
- package/dist/models/createPlanDtoMaxWalletsPerUser.d.ts +14 -0
- package/dist/models/createPlanDtoMaxWalletsPerUser.d.ts.map +1 -0
- package/dist/models/createPlanDtoMetadata.d.ts +14 -0
- package/dist/models/createPlanDtoMetadata.d.ts.map +1 -0
- package/dist/models/createPlanDtoPrice.d.ts +14 -0
- package/dist/models/createPlanDtoPrice.d.ts.map +1 -0
- package/dist/models/createPlatformDto.d.ts +24 -0
- package/dist/models/createPlatformDto.d.ts.map +1 -0
- package/dist/models/createUserDto.d.ts +20 -0
- package/dist/models/createUserDto.d.ts.map +1 -0
- package/dist/models/createWalletDto.d.ts +17 -0
- package/dist/models/createWalletDto.d.ts.map +1 -0
- package/dist/models/createWebhookDto.d.ts +15 -0
- package/dist/models/createWebhookDto.d.ts.map +1 -0
- package/dist/models/delegatedKeyPermissionsDto.d.ts +29 -0
- package/dist/models/delegatedKeyPermissionsDto.d.ts.map +1 -0
- package/dist/models/index.d.ts +100 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/loginAdminDto.d.ts +14 -0
- package/dist/models/loginAdminDto.d.ts.map +1 -0
- package/dist/models/loginPlatformDto.d.ts +14 -0
- package/dist/models/loginPlatformDto.d.ts.map +1 -0
- package/dist/models/loginUserDto.d.ts +14 -0
- package/dist/models/loginUserDto.d.ts.map +1 -0
- package/dist/models/mintNftDto.d.ts +15 -0
- package/dist/models/mintNftDto.d.ts.map +1 -0
- package/dist/models/mintNftSimpleDto.d.ts +29 -0
- package/dist/models/mintNftSimpleDto.d.ts.map +1 -0
- package/dist/models/mintTokenDto.d.ts +29 -0
- package/dist/models/mintTokenDto.d.ts.map +1 -0
- package/dist/models/mintTokenDtoTokenStandard.d.ts +16 -0
- package/dist/models/mintTokenDtoTokenStandard.d.ts.map +1 -0
- package/dist/models/nftAttribute.d.ts +14 -0
- package/dist/models/nftAttribute.d.ts.map +1 -0
- package/dist/models/passkeyAuthenticationDto.d.ts +15 -0
- package/dist/models/passkeyAuthenticationDto.d.ts.map +1 -0
- package/dist/models/passkeyAuthenticationDtoCredential.d.ts +14 -0
- package/dist/models/passkeyAuthenticationDtoCredential.d.ts.map +1 -0
- package/dist/models/passkeyRegistrationDto.d.ts +15 -0
- package/dist/models/passkeyRegistrationDto.d.ts.map +1 -0
- package/dist/models/passkeyRegistrationDtoCredential.d.ts +14 -0
- package/dist/models/passkeyRegistrationDtoCredential.d.ts.map +1 -0
- package/dist/models/permissionsDto.d.ts +20 -0
- package/dist/models/permissionsDto.d.ts.map +1 -0
- package/dist/models/sendSolDto.d.ts +21 -0
- package/dist/models/sendSolDto.d.ts.map +1 -0
- package/dist/models/sendSplDto.d.ts +23 -0
- package/dist/models/sendSplDto.d.ts.map +1 -0
- package/dist/models/sendTransactionDto.d.ts +17 -0
- package/dist/models/sendTransactionDto.d.ts.map +1 -0
- package/dist/models/simulateTransactionDto.d.ts +17 -0
- package/dist/models/simulateTransactionDto.d.ts.map +1 -0
- package/dist/models/transactionControllerGetWalletTransactionsParams.d.ts +38 -0
- package/dist/models/transactionControllerGetWalletTransactionsParams.d.ts.map +1 -0
- package/dist/models/transactionStatus.d.ts +14 -0
- package/dist/models/transactionStatus.d.ts.map +1 -0
- package/dist/models/transactionType.d.ts +19 -0
- package/dist/models/transactionType.d.ts.map +1 -0
- package/dist/models/updateAdminDto.d.ts +16 -0
- package/dist/models/updateAdminDto.d.ts.map +1 -0
- package/dist/models/updateAdminSignerDto.d.ts +12 -0
- package/dist/models/updateAdminSignerDto.d.ts.map +1 -0
- package/dist/models/updateDelegatedKeyDto.d.ts +17 -0
- package/dist/models/updateDelegatedKeyDto.d.ts.map +1 -0
- package/dist/models/updatePlanDto.d.ts +34 -0
- package/dist/models/updatePlanDto.d.ts.map +1 -0
- package/dist/models/updatePlanDtoEnforcementType.d.ts +17 -0
- package/dist/models/updatePlanDtoEnforcementType.d.ts.map +1 -0
- package/dist/models/updatePlanDtoFeatures.d.ts +14 -0
- package/dist/models/updatePlanDtoFeatures.d.ts.map +1 -0
- package/dist/models/updatePlanDtoMaxUsers.d.ts +14 -0
- package/dist/models/updatePlanDtoMaxUsers.d.ts.map +1 -0
- package/dist/models/updatePlanDtoMaxWalletsPerUser.d.ts +14 -0
- package/dist/models/updatePlanDtoMaxWalletsPerUser.d.ts.map +1 -0
- package/dist/models/updatePlanDtoMetadata.d.ts +14 -0
- package/dist/models/updatePlanDtoMetadata.d.ts.map +1 -0
- package/dist/models/updatePlanDtoPrice.d.ts +14 -0
- package/dist/models/updatePlanDtoPrice.d.ts.map +1 -0
- package/dist/models/updatePlatformDto.d.ts +24 -0
- package/dist/models/updatePlatformDto.d.ts.map +1 -0
- package/dist/models/updateSignerDto.d.ts +14 -0
- package/dist/models/updateSignerDto.d.ts.map +1 -0
- package/dist/models/updateSignerPermissionsDto.d.ts +13 -0
- package/dist/models/updateSignerPermissionsDto.d.ts.map +1 -0
- package/dist/models/updateUserDto.d.ts +20 -0
- package/dist/models/updateUserDto.d.ts.map +1 -0
- package/dist/models/updateWalletDto.d.ts +19 -0
- package/dist/models/updateWalletDto.d.ts.map +1 -0
- package/dist/models/updateWebhookDto.d.ts +17 -0
- package/dist/models/updateWebhookDto.d.ts.map +1 -0
- package/dist/models/walletAssetResponseDto.d.ts +21 -0
- package/dist/models/walletAssetResponseDto.d.ts.map +1 -0
- package/dist/models/walletAssetResponseDtoAssetType.d.ts +14 -0
- package/dist/models/walletAssetResponseDtoAssetType.d.ts.map +1 -0
- package/dist/models/walletAssetResponseDtoMetadata.d.ts +11 -0
- package/dist/models/walletAssetResponseDtoMetadata.d.ts.map +1 -0
- package/dist/models/walletControllerFindAllParams.d.ts +14 -0
- package/dist/models/walletControllerFindAllParams.d.ts.map +1 -0
- package/dist/models/walletControllerGetDeviceEncryptedSecretParams.d.ts +14 -0
- package/dist/models/walletControllerGetDeviceEncryptedSecretParams.d.ts.map +1 -0
- package/dist/models/walletControllerGetWalletAssetsAssetType.d.ts +14 -0
- package/dist/models/walletControllerGetWalletAssetsAssetType.d.ts.map +1 -0
- package/dist/models/walletControllerGetWalletAssetsParams.d.ts +15 -0
- package/dist/models/walletControllerGetWalletAssetsParams.d.ts.map +1 -0
- package/dist/models/walletControllerMintNFT200.d.ts +11 -0
- package/dist/models/walletControllerMintNFT200.d.ts.map +1 -0
- package/dist/models/walletControllerMintNFTSimple200.d.ts +13 -0
- package/dist/models/walletControllerMintNFTSimple200.d.ts.map +1 -0
- package/dist/models/walletControllerMintToken200.d.ts +14 -0
- package/dist/models/walletControllerMintToken200.d.ts.map +1 -0
- package/dist/models/walletControllerSendSOL200.d.ts +13 -0
- package/dist/models/walletControllerSendSOL200.d.ts.map +1 -0
- package/dist/models/walletControllerSendSOL200Wallet.d.ts +11 -0
- package/dist/models/walletControllerSendSOL200Wallet.d.ts.map +1 -0
- package/dist/models/walletControllerSendSPL200.d.ts +11 -0
- package/dist/models/walletControllerSendSPL200.d.ts.map +1 -0
- package/dist/models/walletControllerSendTransaction200.d.ts +11 -0
- package/dist/models/walletControllerSendTransaction200.d.ts.map +1 -0
- package/dist/models/webhookEvent.d.ts +23 -0
- package/dist/models/webhookEvent.d.ts.map +1 -0
- package/dist/platform.cjs +256 -0
- package/dist/platform.cjs.map +7 -0
- package/dist/platform.d.ts +16 -0
- package/dist/platform.d.ts.map +1 -0
- package/dist/platform.mjs +210 -0
- package/dist/platform.mjs.map +7 -0
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/user.cjs +132 -0
- package/dist/user.cjs.map +7 -0
- package/dist/user.d.ts +9 -0
- package/dist/user.d.ts.map +1 -0
- package/dist/user.mjs +93 -0
- package/dist/user.mjs.map +7 -0
- package/dist/wallet.cjs +547 -0
- package/dist/wallet.cjs.map +7 -0
- package/dist/wallet.d.ts +21 -0
- package/dist/wallet.d.ts.map +1 -0
- package/dist/wallet.mjs +496 -0
- package/dist/wallet.mjs.map +7 -0
- package/package.json +107 -0
|
@@ -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
|
+
export interface CreateUserDto {
|
|
9
|
+
/** Username */
|
|
10
|
+
username: string;
|
|
11
|
+
/** User email address */
|
|
12
|
+
email: string;
|
|
13
|
+
/** User password (minimum 8 characters) */
|
|
14
|
+
password: string;
|
|
15
|
+
/** Whether the user account is active */
|
|
16
|
+
isActive?: boolean;
|
|
17
|
+
/** Platform API Key to associate this user with a platform */
|
|
18
|
+
platformApiKey?: string;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=createUserDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createUserDto.d.ts","sourceRoot":"","sources":["../../src/models/createUserDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,aAAa;IAC5B,eAAe;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,yBAAyB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,2CAA2C;IAC3C,QAAQ,EAAE,MAAM,CAAC;IACjB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8DAA8D;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { AdminSignerConfigDto } from './adminSignerConfigDto';
|
|
9
|
+
export interface CreateWalletDto {
|
|
10
|
+
/** Wallet name */
|
|
11
|
+
walletName: string;
|
|
12
|
+
/** Blockchain network (e.g., solana). Defaults to solana. */
|
|
13
|
+
chain?: string;
|
|
14
|
+
/** Admin signer configuration for smart contract wallet (optional). If provided, creates a wallet with user-controlled signer. If omitted, creates a platform-controlled wallet. */
|
|
15
|
+
adminSigner?: AdminSignerConfigDto;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=createWalletDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createWalletDto.d.ts","sourceRoot":"","sources":["../../src/models/createWalletDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,MAAM,WAAW,eAAe;IAC9B,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oLAAoL;IACpL,WAAW,CAAC,EAAE,oBAAoB,CAAC;CACpC"}
|
|
@@ -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 type { WebhookEvent } from './webhookEvent';
|
|
9
|
+
export interface CreateWebhookDto {
|
|
10
|
+
/** Webhook endpoint URL (must be HTTPS in production) */
|
|
11
|
+
url: string;
|
|
12
|
+
/** Array of events to subscribe to */
|
|
13
|
+
events: WebhookEvent[];
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=createWebhookDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createWebhookDto.d.ts","sourceRoot":"","sources":["../../src/models/createWebhookDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,WAAW,gBAAgB;IAC/B,yDAAyD;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,sCAAsC;IACtC,MAAM,EAAE,YAAY,EAAE,CAAC;CACxB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
export interface DelegatedKeyPermissionsDto {
|
|
9
|
+
/** Allow sending SOL */
|
|
10
|
+
canSendSOL?: boolean;
|
|
11
|
+
/** Allow sending SPL tokens */
|
|
12
|
+
canSendSPL?: boolean;
|
|
13
|
+
/** Allow minting NFTs */
|
|
14
|
+
canMintNFT?: boolean;
|
|
15
|
+
/** Allow minting tokens */
|
|
16
|
+
canMintToken?: boolean;
|
|
17
|
+
/** Allow executing arbitrary transactions */
|
|
18
|
+
canExecuteTransaction?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Maximum amount per transaction (in SOL or token units)
|
|
21
|
+
* @minimum 0
|
|
22
|
+
*/
|
|
23
|
+
maxAmount?: number;
|
|
24
|
+
/** Specific token mints allowed (empty array = all tokens) */
|
|
25
|
+
allowedTokenMints?: string[];
|
|
26
|
+
/** Specific programs allowed for executeTransaction (empty array = all programs) */
|
|
27
|
+
allowedPrograms?: string[];
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=delegatedKeyPermissionsDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delegatedKeyPermissionsDto.d.ts","sourceRoot":"","sources":["../../src/models/delegatedKeyPermissionsDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,0BAA0B;IACzC,wBAAwB;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,+BAA+B;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,yBAAyB;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2BAA2B;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,6CAA6C;IAC7C,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8DAA8D;IAC9D,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,oFAAoF;IACpF,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B"}
|
|
@@ -0,0 +1,100 @@
|
|
|
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
|
+
export * from './accountMeta';
|
|
9
|
+
export * from './addSignerDto';
|
|
10
|
+
export * from './addSignerDtoSignerType';
|
|
11
|
+
export * from './adminControllerFindAllParams';
|
|
12
|
+
export * from './adminControllerFindAllPlatformsParams';
|
|
13
|
+
export * from './adminControllerGetPlatformsWithUsersParams';
|
|
14
|
+
export * from './adminControllerGetUsersWithWalletsParams';
|
|
15
|
+
export * from './adminControllerGetWalletAssetsAssetType';
|
|
16
|
+
export * from './adminControllerGetWalletAssetsParams';
|
|
17
|
+
export * from './adminSignerConfigDto';
|
|
18
|
+
export * from './adminSignerConfigDtoType';
|
|
19
|
+
export * from './assignPlanDto';
|
|
20
|
+
export * from './assignPlanDtoPlanEnforcementType';
|
|
21
|
+
export * from './authControllerLogin200';
|
|
22
|
+
export * from './authControllerLogin200Data';
|
|
23
|
+
export * from './authControllerLogin200DataUser';
|
|
24
|
+
export * from './authControllerLogin200DataUserType';
|
|
25
|
+
export * from './batchCreateWalletDto';
|
|
26
|
+
export * from './batchSendSolDto';
|
|
27
|
+
export * from './batchSendSolItem';
|
|
28
|
+
export * from './batchSendSplDto';
|
|
29
|
+
export * from './batchSendSplItem';
|
|
30
|
+
export * from './commonLoginDto';
|
|
31
|
+
export * from './createAdminDto';
|
|
32
|
+
export * from './createApiKeySignerDto';
|
|
33
|
+
export * from './createDelegatedKeyDto';
|
|
34
|
+
export * from './createEmailSignerDto';
|
|
35
|
+
export * from './createExternalWalletSignerDto';
|
|
36
|
+
export * from './createPhoneSignerDto';
|
|
37
|
+
export * from './createPlanDto';
|
|
38
|
+
export * from './createPlanDtoEnforcementType';
|
|
39
|
+
export * from './createPlanDtoFeatures';
|
|
40
|
+
export * from './createPlanDtoMaxUsers';
|
|
41
|
+
export * from './createPlanDtoMaxWalletsPerUser';
|
|
42
|
+
export * from './createPlanDtoMetadata';
|
|
43
|
+
export * from './createPlanDtoPrice';
|
|
44
|
+
export * from './createPlatformDto';
|
|
45
|
+
export * from './createUserDto';
|
|
46
|
+
export * from './createWalletDto';
|
|
47
|
+
export * from './createWebhookDto';
|
|
48
|
+
export * from './delegatedKeyPermissionsDto';
|
|
49
|
+
export * from './loginAdminDto';
|
|
50
|
+
export * from './loginPlatformDto';
|
|
51
|
+
export * from './loginUserDto';
|
|
52
|
+
export * from './mintNftDto';
|
|
53
|
+
export * from './mintNftSimpleDto';
|
|
54
|
+
export * from './mintTokenDto';
|
|
55
|
+
export * from './mintTokenDtoTokenStandard';
|
|
56
|
+
export * from './nftAttribute';
|
|
57
|
+
export * from './passkeyAuthenticationDto';
|
|
58
|
+
export * from './passkeyAuthenticationDtoCredential';
|
|
59
|
+
export * from './passkeyRegistrationDto';
|
|
60
|
+
export * from './passkeyRegistrationDtoCredential';
|
|
61
|
+
export * from './permissionsDto';
|
|
62
|
+
export * from './sendSolDto';
|
|
63
|
+
export * from './sendSplDto';
|
|
64
|
+
export * from './sendTransactionDto';
|
|
65
|
+
export * from './simulateTransactionDto';
|
|
66
|
+
export * from './transactionControllerGetWalletTransactionsParams';
|
|
67
|
+
export * from './transactionStatus';
|
|
68
|
+
export * from './transactionType';
|
|
69
|
+
export * from './updateAdminDto';
|
|
70
|
+
export * from './updateAdminSignerDto';
|
|
71
|
+
export * from './updateDelegatedKeyDto';
|
|
72
|
+
export * from './updatePlanDto';
|
|
73
|
+
export * from './updatePlanDtoEnforcementType';
|
|
74
|
+
export * from './updatePlanDtoFeatures';
|
|
75
|
+
export * from './updatePlanDtoMaxUsers';
|
|
76
|
+
export * from './updatePlanDtoMaxWalletsPerUser';
|
|
77
|
+
export * from './updatePlanDtoMetadata';
|
|
78
|
+
export * from './updatePlanDtoPrice';
|
|
79
|
+
export * from './updatePlatformDto';
|
|
80
|
+
export * from './updateSignerDto';
|
|
81
|
+
export * from './updateSignerPermissionsDto';
|
|
82
|
+
export * from './updateUserDto';
|
|
83
|
+
export * from './updateWalletDto';
|
|
84
|
+
export * from './updateWebhookDto';
|
|
85
|
+
export * from './walletAssetResponseDto';
|
|
86
|
+
export * from './walletAssetResponseDtoAssetType';
|
|
87
|
+
export * from './walletAssetResponseDtoMetadata';
|
|
88
|
+
export * from './walletControllerFindAllParams';
|
|
89
|
+
export * from './walletControllerGetDeviceEncryptedSecretParams';
|
|
90
|
+
export * from './walletControllerGetWalletAssetsAssetType';
|
|
91
|
+
export * from './walletControllerGetWalletAssetsParams';
|
|
92
|
+
export * from './walletControllerMintNFT200';
|
|
93
|
+
export * from './walletControllerMintNFTSimple200';
|
|
94
|
+
export * from './walletControllerMintToken200';
|
|
95
|
+
export * from './walletControllerSendSOL200';
|
|
96
|
+
export * from './walletControllerSendSOL200Wallet';
|
|
97
|
+
export * from './walletControllerSendSPL200';
|
|
98
|
+
export * from './walletControllerSendTransaction200';
|
|
99
|
+
export * from './webhookEvent';
|
|
100
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export interface LoginAdminDto {
|
|
9
|
+
/** Admin username or email */
|
|
10
|
+
usernameOrEmail: string;
|
|
11
|
+
/** Admin password */
|
|
12
|
+
password: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=loginAdminDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginAdminDto.d.ts","sourceRoot":"","sources":["../../src/models/loginAdminDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,aAAa;IAC5B,8BAA8B;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export interface LoginPlatformDto {
|
|
9
|
+
/** Platform email address */
|
|
10
|
+
email: string;
|
|
11
|
+
/** Platform password */
|
|
12
|
+
password: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=loginPlatformDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginPlatformDto.d.ts","sourceRoot":"","sources":["../../src/models/loginPlatformDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,wBAAwB;IACxB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export interface LoginUserDto {
|
|
9
|
+
/** User email address */
|
|
10
|
+
email: string;
|
|
11
|
+
/** User password */
|
|
12
|
+
password: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=loginUserDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginUserDto.d.ts","sourceRoot":"","sources":["../../src/models/loginUserDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,YAAY;IAC3B,yBAAyB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -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 type { AccountMeta } from './accountMeta';
|
|
9
|
+
export interface MintNftDto {
|
|
10
|
+
/** Metaplex instruction data encoded in base64 */
|
|
11
|
+
metaplexInstructionData: string;
|
|
12
|
+
/** Array of account metadata for the transaction */
|
|
13
|
+
accounts: AccountMeta[];
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=mintNftDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mintNftDto.d.ts","sourceRoot":"","sources":["../../src/models/mintNftDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,UAAU;IACzB,kDAAkD;IAClD,uBAAuB,EAAE,MAAM,CAAC;IAChC,oDAAoD;IACpD,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { NftAttribute } from './nftAttribute';
|
|
9
|
+
export interface MintNftSimpleDto {
|
|
10
|
+
/** NFT name */
|
|
11
|
+
name: string;
|
|
12
|
+
/** NFT symbol */
|
|
13
|
+
symbol: string;
|
|
14
|
+
/** NFT description */
|
|
15
|
+
description: string;
|
|
16
|
+
/** Image URI (IPFS, Arweave, or HTTP URL) */
|
|
17
|
+
imageUri: string;
|
|
18
|
+
/** External URL for the NFT */
|
|
19
|
+
externalUrl?: string;
|
|
20
|
+
/** NFT attributes/traits */
|
|
21
|
+
attributes?: NftAttribute[];
|
|
22
|
+
/**
|
|
23
|
+
* Seller fee basis points (royalties: 100 = 1%)
|
|
24
|
+
* @minimum 0
|
|
25
|
+
* @maximum 10000
|
|
26
|
+
*/
|
|
27
|
+
sellerFeeBasisPoints?: number;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=mintNftSimpleDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mintNftSimpleDto.d.ts","sourceRoot":"","sources":["../../src/models/mintNftSimpleDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,WAAW,gBAAgB;IAC/B,eAAe;IACf,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,sBAAsB;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4BAA4B;IAC5B,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;IAC5B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { MintTokenDtoTokenStandard } from './mintTokenDtoTokenStandard';
|
|
9
|
+
export interface MintTokenDto {
|
|
10
|
+
/** Token name */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Token symbol */
|
|
13
|
+
symbol: string;
|
|
14
|
+
/**
|
|
15
|
+
* Number of decimal places
|
|
16
|
+
* @minimum 0
|
|
17
|
+
* @maximum 9
|
|
18
|
+
*/
|
|
19
|
+
decimals: number;
|
|
20
|
+
/** Initial supply to mint to the wallet */
|
|
21
|
+
initialSupply: number;
|
|
22
|
+
/** Token standard to use */
|
|
23
|
+
tokenStandard: MintTokenDtoTokenStandard;
|
|
24
|
+
/** Token description (used for Token-2022 metadata) */
|
|
25
|
+
description?: string;
|
|
26
|
+
/** Image URI for token (used for Token-2022 metadata) */
|
|
27
|
+
imageUri?: string;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=mintTokenDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mintTokenDto.d.ts","sourceRoot":"","sources":["../../src/models/mintTokenDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E,MAAM,WAAW,YAAY;IAC3B,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,2CAA2C;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,4BAA4B;IAC5B,aAAa,EAAE,yBAAyB,CAAC;IACzC,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yDAAyD;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Token standard to use
|
|
10
|
+
*/
|
|
11
|
+
export type MintTokenDtoTokenStandard = typeof MintTokenDtoTokenStandard[keyof typeof MintTokenDtoTokenStandard];
|
|
12
|
+
export declare const MintTokenDtoTokenStandard: {
|
|
13
|
+
readonly spl: "spl";
|
|
14
|
+
readonly 'token-2022': "token-2022";
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=mintTokenDtoTokenStandard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mintTokenDtoTokenStandard.d.ts","sourceRoot":"","sources":["../../src/models/mintTokenDtoTokenStandard.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAIjH,eAAO,MAAM,yBAAyB;;;CAG5B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export interface NftAttribute {
|
|
9
|
+
/** Trait type/name */
|
|
10
|
+
trait_type: string;
|
|
11
|
+
/** Trait value */
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=nftAttribute.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nftAttribute.d.ts","sourceRoot":"","sources":["../../src/models/nftAttribute.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,YAAY;IAC3B,sBAAsB;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -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 type { PasskeyAuthenticationDtoCredential } from './passkeyAuthenticationDtoCredential';
|
|
9
|
+
export interface PasskeyAuthenticationDto {
|
|
10
|
+
/** Expected challenge from authentication options */
|
|
11
|
+
challenge: string;
|
|
12
|
+
/** WebAuthn authentication credential response */
|
|
13
|
+
credential: PasskeyAuthenticationDtoCredential;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=passkeyAuthenticationDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"passkeyAuthenticationDto.d.ts","sourceRoot":"","sources":["../../src/models/passkeyAuthenticationDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAE/F,MAAM,WAAW,wBAAwB;IACvC,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,UAAU,EAAE,kCAAkC,CAAC;CAChD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* WebAuthn authentication credential response
|
|
10
|
+
*/
|
|
11
|
+
export type PasskeyAuthenticationDtoCredential = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=passkeyAuthenticationDtoCredential.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"passkeyAuthenticationDtoCredential.d.ts","sourceRoot":"","sources":["../../src/models/passkeyAuthenticationDtoCredential.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC"}
|
|
@@ -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 type { PasskeyRegistrationDtoCredential } from './passkeyRegistrationDtoCredential';
|
|
9
|
+
export interface PasskeyRegistrationDto {
|
|
10
|
+
/** Expected challenge from registration options */
|
|
11
|
+
challenge: string;
|
|
12
|
+
/** WebAuthn registration credential response */
|
|
13
|
+
credential: PasskeyRegistrationDtoCredential;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=passkeyRegistrationDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"passkeyRegistrationDto.d.ts","sourceRoot":"","sources":["../../src/models/passkeyRegistrationDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAE3F,MAAM,WAAW,sBAAsB;IACrC,mDAAmD;IACnD,SAAS,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,UAAU,EAAE,gCAAgC,CAAC;CAC9C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* WebAuthn registration credential response
|
|
10
|
+
*/
|
|
11
|
+
export type PasskeyRegistrationDtoCredential = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=passkeyRegistrationDtoCredential.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"passkeyRegistrationDtoCredential.d.ts","sourceRoot":"","sources":["../../src/models/passkeyRegistrationDtoCredential.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC"}
|
|
@@ -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
|
+
export interface PermissionsDto {
|
|
9
|
+
/** Can send SOL */
|
|
10
|
+
canSendSol: boolean;
|
|
11
|
+
/** Can send SPL tokens */
|
|
12
|
+
canSendTokens: boolean;
|
|
13
|
+
/** Can execute CPI instructions */
|
|
14
|
+
canExecuteCpi: boolean;
|
|
15
|
+
/** Maximum transfer amount (optional) */
|
|
16
|
+
maxTransferAmount?: number;
|
|
17
|
+
/** Allowed program public keys (optional) */
|
|
18
|
+
allowedPrograms?: string[];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=permissionsDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permissionsDto.d.ts","sourceRoot":"","sources":["../../src/models/permissionsDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,cAAc;IAC7B,mBAAmB;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,0BAA0B;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,mCAAmC;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,6CAA6C;IAC7C,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
export interface SendSolDto {
|
|
9
|
+
/** Recipient Solana wallet address */
|
|
10
|
+
recipientAddress: string;
|
|
11
|
+
/**
|
|
12
|
+
* Amount to send in lamports (1 SOL = 1,000,000,000 lamports)
|
|
13
|
+
* @minimum 1
|
|
14
|
+
*/
|
|
15
|
+
amountLamports: number;
|
|
16
|
+
/** Optional: Delegated key public key for authorized operations */
|
|
17
|
+
delegatedKey?: string;
|
|
18
|
+
/** Optional: Mark as gasless transaction (uses platform fee payer) */
|
|
19
|
+
gasless?: boolean;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=sendSolDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendSolDto.d.ts","sourceRoot":"","sources":["../../src/models/sendSolDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,UAAU;IACzB,sCAAsC;IACtC,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB,mEAAmE;IACnE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sEAAsE;IACtE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
export interface SendSplDto {
|
|
9
|
+
/** SPL token mint address */
|
|
10
|
+
mintAddress: string;
|
|
11
|
+
/** Recipient Solana wallet address */
|
|
12
|
+
recipientAddress: string;
|
|
13
|
+
/**
|
|
14
|
+
* Token amount to send (in human-readable units, e.g., 100 for 100 tokens). Decimals are automatically fetched from on-chain.
|
|
15
|
+
* @minimum 0
|
|
16
|
+
*/
|
|
17
|
+
amount: number;
|
|
18
|
+
/** Optional: Delegated key public key for authorized operations */
|
|
19
|
+
delegatedKey?: string;
|
|
20
|
+
/** Optional: Mark as gasless transaction (uses platform fee payer) */
|
|
21
|
+
gasless?: boolean;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=sendSplDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendSplDto.d.ts","sourceRoot":"","sources":["../../src/models/sendSplDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,UAAU;IACzB,6BAA6B;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,sCAAsC;IACtC,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,mEAAmE;IACnE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sEAAsE;IACtE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { AccountMeta } from './accountMeta';
|
|
9
|
+
export interface SendTransactionDto {
|
|
10
|
+
/** Target program public key to execute instruction on */
|
|
11
|
+
targetProgramId: string;
|
|
12
|
+
/** Instruction data encoded in base64 */
|
|
13
|
+
instructionData: string;
|
|
14
|
+
/** Array of account metadata for the transaction */
|
|
15
|
+
accounts: AccountMeta[];
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=sendTransactionDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendTransactionDto.d.ts","sourceRoot":"","sources":["../../src/models/sendTransactionDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,kBAAkB;IACjC,0DAA0D;IAC1D,eAAe,EAAE,MAAM,CAAC;IACxB,yCAAyC;IACzC,eAAe,EAAE,MAAM,CAAC;IACxB,oDAAoD;IACpD,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { AccountMeta } from './accountMeta';
|
|
9
|
+
export interface SimulateTransactionDto {
|
|
10
|
+
/** Target program public key to execute instruction on */
|
|
11
|
+
targetProgramId: string;
|
|
12
|
+
/** Instruction data encoded in base64 */
|
|
13
|
+
instructionData: string;
|
|
14
|
+
/** Array of account metadata for the transaction */
|
|
15
|
+
accounts: AccountMeta[];
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=simulateTransactionDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simulateTransactionDto.d.ts","sourceRoot":"","sources":["../../src/models/simulateTransactionDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,sBAAsB;IACrC,0DAA0D;IAC1D,eAAe,EAAE,MAAM,CAAC;IACxB,yCAAyC;IACzC,eAAe,EAAE,MAAM,CAAC;IACxB,oDAAoD;IACpD,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { TransactionType } from './transactionType';
|
|
9
|
+
import type { TransactionStatus } from './transactionStatus';
|
|
10
|
+
export type TransactionControllerGetWalletTransactionsParams = {
|
|
11
|
+
/**
|
|
12
|
+
* Filter by transaction type
|
|
13
|
+
*/
|
|
14
|
+
type?: TransactionType;
|
|
15
|
+
/**
|
|
16
|
+
* Filter by transaction status
|
|
17
|
+
*/
|
|
18
|
+
status?: TransactionStatus;
|
|
19
|
+
/**
|
|
20
|
+
* Page number for pagination
|
|
21
|
+
* @minimum 1
|
|
22
|
+
*/
|
|
23
|
+
page?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Number of items per page
|
|
26
|
+
* @minimum 1
|
|
27
|
+
*/
|
|
28
|
+
limit?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Filter transactions from this date (ISO 8601 format)
|
|
31
|
+
*/
|
|
32
|
+
fromDate?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Filter transactions until this date (ISO 8601 format)
|
|
35
|
+
*/
|
|
36
|
+
toDate?: string;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=transactionControllerGetWalletTransactionsParams.d.ts.map
|