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 @@
|
|
|
1
|
+
{"version":3,"file":"transactionControllerGetWalletTransactionsParams.d.ts","sourceRoot":"","sources":["../../src/models/transactionControllerGetWalletTransactionsParams.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,MAAM,MAAM,gDAAgD,GAAG;IAC/D;;OAEG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;OAEG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACf,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 type TransactionStatus = typeof TransactionStatus[keyof typeof TransactionStatus];
|
|
9
|
+
export declare const TransactionStatus: {
|
|
10
|
+
readonly pending: "pending";
|
|
11
|
+
readonly confirmed: "confirmed";
|
|
12
|
+
readonly failed: "failed";
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=transactionStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionStatus.d.ts","sourceRoot":"","sources":["../../src/models/transactionStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAIzF,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 type TransactionType = typeof TransactionType[keyof typeof TransactionType];
|
|
9
|
+
export declare const TransactionType: {
|
|
10
|
+
readonly SEND_SOL: "SEND_SOL";
|
|
11
|
+
readonly SEND_SPL: "SEND_SPL";
|
|
12
|
+
readonly MINT_NFT: "MINT_NFT";
|
|
13
|
+
readonly MINT_TOKEN: "MINT_TOKEN";
|
|
14
|
+
readonly EXECUTE_TRANSACTION: "EXECUTE_TRANSACTION";
|
|
15
|
+
readonly WALLET_CREATED: "WALLET_CREATED";
|
|
16
|
+
readonly WALLET_DEACTIVATED: "WALLET_DEACTIVATED";
|
|
17
|
+
readonly WALLET_ACTIVATED: "WALLET_ACTIVATED";
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=transactionType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionType.d.ts","sourceRoot":"","sources":["../../src/models/transactionType.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAInF,eAAO,MAAM,eAAe;;;;;;;;;CASlB,CAAC"}
|
|
@@ -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
|
+
export interface UpdateAdminDto {
|
|
9
|
+
/** Admin username */
|
|
10
|
+
username?: string;
|
|
11
|
+
/** Admin email address */
|
|
12
|
+
email?: string;
|
|
13
|
+
/** New password (min 8 characters) */
|
|
14
|
+
password?: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=updateAdminDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAdminDto.d.ts","sourceRoot":"","sources":["../../src/models/updateAdminDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,cAAc;IAC7B,qBAAqB;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 UpdateAdminSignerDto {
|
|
9
|
+
/** New admin signer public key */
|
|
10
|
+
newAdminPubkey: string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=updateAdminSignerDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAdminSignerDto.d.ts","sourceRoot":"","sources":["../../src/models/updateAdminSignerDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,oBAAoB;IACnC,kCAAkC;IAClC,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -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 { DelegatedKeyPermissionsDto } from './delegatedKeyPermissionsDto';
|
|
9
|
+
export interface UpdateDelegatedKeyDto {
|
|
10
|
+
/** Updated permissions for the delegated key */
|
|
11
|
+
permissions?: DelegatedKeyPermissionsDto;
|
|
12
|
+
/** New expiration date/time (ISO 8601 format) */
|
|
13
|
+
expiresAt?: string;
|
|
14
|
+
/** Whether the delegated key is active */
|
|
15
|
+
isActive?: boolean;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=updateDelegatedKeyDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateDelegatedKeyDto.d.ts","sourceRoot":"","sources":["../../src/models/updateDelegatedKeyDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,MAAM,WAAW,qBAAqB;IACpC,gDAAgD;IAChD,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,iDAAiD;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { UpdatePlanDtoMaxUsers } from './updatePlanDtoMaxUsers';
|
|
9
|
+
import type { UpdatePlanDtoMaxWalletsPerUser } from './updatePlanDtoMaxWalletsPerUser';
|
|
10
|
+
import type { UpdatePlanDtoEnforcementType } from './updatePlanDtoEnforcementType';
|
|
11
|
+
import type { UpdatePlanDtoPrice } from './updatePlanDtoPrice';
|
|
12
|
+
import type { UpdatePlanDtoFeatures } from './updatePlanDtoFeatures';
|
|
13
|
+
import type { UpdatePlanDtoMetadata } from './updatePlanDtoMetadata';
|
|
14
|
+
export interface UpdatePlanDto {
|
|
15
|
+
/** Plan name (must be unique) */
|
|
16
|
+
planName?: string;
|
|
17
|
+
/** Plan description */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** Maximum number of users allowed (null for unlimited) */
|
|
20
|
+
maxUsers?: UpdatePlanDtoMaxUsers;
|
|
21
|
+
/** Maximum number of wallets per user (null for unlimited) */
|
|
22
|
+
maxWalletsPerUser?: UpdatePlanDtoMaxWalletsPerUser;
|
|
23
|
+
/** Enforcement type for plan limits */
|
|
24
|
+
enforcementType?: UpdatePlanDtoEnforcementType;
|
|
25
|
+
/** Whether the plan is active */
|
|
26
|
+
isActive?: boolean;
|
|
27
|
+
/** Plan price (decimal number) */
|
|
28
|
+
price?: UpdatePlanDtoPrice;
|
|
29
|
+
/** Features enabled for this plan (object with boolean flags) */
|
|
30
|
+
features?: UpdatePlanDtoFeatures;
|
|
31
|
+
/** Additional metadata for the plan (flexible JSON object) */
|
|
32
|
+
metadata?: UpdatePlanDtoMetadata;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=updatePlanDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDto.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,MAAM,WAAW,aAAa;IAC5B,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,8DAA8D;IAC9D,iBAAiB,CAAC,EAAE,8BAA8B,CAAC;IACnD,uCAAuC;IACvC,eAAe,CAAC,EAAE,4BAA4B,CAAC;IAC/C,iCAAiC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,qBAAqB,CAAC;CAClC"}
|
|
@@ -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
|
+
/**
|
|
9
|
+
* Enforcement type for plan limits
|
|
10
|
+
*/
|
|
11
|
+
export type UpdatePlanDtoEnforcementType = typeof UpdatePlanDtoEnforcementType[keyof typeof UpdatePlanDtoEnforcementType];
|
|
12
|
+
export declare const UpdatePlanDtoEnforcementType: {
|
|
13
|
+
readonly hard_block: "hard_block";
|
|
14
|
+
readonly soft_warning: "soft_warning";
|
|
15
|
+
readonly none: "none";
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=updatePlanDtoEnforcementType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDtoEnforcementType.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDtoEnforcementType.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAI1H,eAAO,MAAM,4BAA4B;;;;CAI/B,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
|
+
/**
|
|
9
|
+
* Features enabled for this plan (object with boolean flags)
|
|
10
|
+
*/
|
|
11
|
+
export type UpdatePlanDtoFeatures = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=updatePlanDtoFeatures.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDtoFeatures.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDtoFeatures.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,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
|
+
/**
|
|
9
|
+
* Maximum number of users allowed (null for unlimited)
|
|
10
|
+
*/
|
|
11
|
+
export type UpdatePlanDtoMaxUsers = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=updatePlanDtoMaxUsers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDtoMaxUsers.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDtoMaxUsers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,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
|
+
/**
|
|
9
|
+
* Maximum number of wallets per user (null for unlimited)
|
|
10
|
+
*/
|
|
11
|
+
export type UpdatePlanDtoMaxWalletsPerUser = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=updatePlanDtoMaxWalletsPerUser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDtoMaxWalletsPerUser.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDtoMaxWalletsPerUser.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,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
|
+
/**
|
|
9
|
+
* Additional metadata for the plan (flexible JSON object)
|
|
10
|
+
*/
|
|
11
|
+
export type UpdatePlanDtoMetadata = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=updatePlanDtoMetadata.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDtoMetadata.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDtoMetadata.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,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
|
+
/**
|
|
9
|
+
* Plan price (decimal number)
|
|
10
|
+
*/
|
|
11
|
+
export type UpdatePlanDtoPrice = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=updatePlanDtoPrice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlanDtoPrice.d.ts","sourceRoot":"","sources":["../../src/models/updatePlanDtoPrice.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC"}
|
|
@@ -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
|
+
export interface UpdatePlatformDto {
|
|
9
|
+
/** Platform first name */
|
|
10
|
+
firstName?: string;
|
|
11
|
+
/** Platform last name */
|
|
12
|
+
lastName?: string;
|
|
13
|
+
/** Platform email address */
|
|
14
|
+
email?: string;
|
|
15
|
+
/** Platform password (minimum 8 characters) */
|
|
16
|
+
password?: string;
|
|
17
|
+
/** Brand name for the platform */
|
|
18
|
+
brandName?: string;
|
|
19
|
+
/** Brand logo URI */
|
|
20
|
+
brandLogoUri?: string;
|
|
21
|
+
/** Whether the platform account is active */
|
|
22
|
+
isActive?: boolean;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=updatePlatformDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlatformDto.d.ts","sourceRoot":"","sources":["../../src/models/updatePlatformDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,iBAAiB;IAChC,0BAA0B;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kCAAkC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -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 UpdateSignerDto {
|
|
9
|
+
/** Whether the signer is active */
|
|
10
|
+
isActive?: boolean;
|
|
11
|
+
/** Whether this is the primary signer for the wallet */
|
|
12
|
+
isPrimary?: boolean;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=updateSignerDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSignerDto.d.ts","sourceRoot":"","sources":["../../src/models/updateSignerDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,eAAe;IAC9B,mCAAmC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wDAAwD;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { PermissionsDto } from './permissionsDto';
|
|
9
|
+
export interface UpdateSignerPermissionsDto {
|
|
10
|
+
/** New permissions for the signer */
|
|
11
|
+
permissions: PermissionsDto;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=updateSignerPermissionsDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSignerPermissionsDto.d.ts","sourceRoot":"","sources":["../../src/models/updateSignerPermissionsDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,WAAW,0BAA0B;IACzC,qCAAqC;IACrC,WAAW,EAAE,cAAc,CAAC;CAC7B"}
|
|
@@ -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 UpdateUserDto {
|
|
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=updateUserDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateUserDto.d.ts","sourceRoot":"","sources":["../../src/models/updateUserDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,aAAa;IAC5B,eAAe;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8DAA8D;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 UpdateWalletDto {
|
|
10
|
+
/** New 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
|
+
/** Tags for organizing and filtering wallets */
|
|
17
|
+
tags?: string[];
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=updateWalletDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateWalletDto.d.ts","sourceRoot":"","sources":["../../src/models/updateWalletDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,MAAM,WAAW,eAAe;IAC9B,sBAAsB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oLAAoL;IACpL,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,gDAAgD;IAChD,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB"}
|
|
@@ -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 { WebhookEvent } from './webhookEvent';
|
|
9
|
+
export interface UpdateWebhookDto {
|
|
10
|
+
/** New webhook endpoint URL (must be HTTPS in production) */
|
|
11
|
+
url?: string;
|
|
12
|
+
/** Updated array of events to subscribe to */
|
|
13
|
+
events?: WebhookEvent[];
|
|
14
|
+
/** Whether the webhook is active (inactive webhooks will not receive events) */
|
|
15
|
+
isActive?: boolean;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=updateWebhookDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateWebhookDto.d.ts","sourceRoot":"","sources":["../../src/models/updateWebhookDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,WAAW,gBAAgB;IAC/B,6DAA6D;IAC7D,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,8CAA8C;IAC9C,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB,gFAAgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -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
|
+
import type { WalletAssetResponseDtoAssetType } from './walletAssetResponseDtoAssetType';
|
|
9
|
+
import type { WalletAssetResponseDtoMetadata } from './walletAssetResponseDtoMetadata';
|
|
10
|
+
export interface WalletAssetResponseDto {
|
|
11
|
+
assetId: string;
|
|
12
|
+
walletId: string;
|
|
13
|
+
mintAddress?: string;
|
|
14
|
+
assetType: WalletAssetResponseDtoAssetType;
|
|
15
|
+
amount: string;
|
|
16
|
+
decimals: number;
|
|
17
|
+
metadata?: WalletAssetResponseDtoMetadata;
|
|
18
|
+
lastSyncedAt: string;
|
|
19
|
+
cacheExpiresAt: string;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=walletAssetResponseDto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletAssetResponseDto.d.ts","sourceRoot":"","sources":["../../src/models/walletAssetResponseDto.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAEvF,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,+BAA+B,CAAC;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -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 type WalletAssetResponseDtoAssetType = typeof WalletAssetResponseDtoAssetType[keyof typeof WalletAssetResponseDtoAssetType];
|
|
9
|
+
export declare const WalletAssetResponseDtoAssetType: {
|
|
10
|
+
readonly NFT: "NFT";
|
|
11
|
+
readonly SPL_TOKEN: "SPL_TOKEN";
|
|
12
|
+
readonly SOL: "SOL";
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=walletAssetResponseDtoAssetType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletAssetResponseDtoAssetType.d.ts","sourceRoot":"","sources":["../../src/models/walletAssetResponseDtoAssetType.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC;AAInI,eAAO,MAAM,+BAA+B;;;;CAIlC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 type WalletAssetResponseDtoMetadata = {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=walletAssetResponseDtoMetadata.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletAssetResponseDtoMetadata.d.ts","sourceRoot":"","sources":["../../src/models/walletAssetResponseDtoMetadata.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,8BAA8B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,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 type WalletControllerFindAllParams = {
|
|
9
|
+
/**
|
|
10
|
+
* Filter wallets by tags
|
|
11
|
+
*/
|
|
12
|
+
tags?: string[];
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=walletControllerFindAllParams.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerFindAllParams.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerFindAllParams.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,6BAA6B,GAAG;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACf,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 type WalletControllerGetDeviceEncryptedSecretParams = {
|
|
9
|
+
/**
|
|
10
|
+
* Device public key (base64 encoded)
|
|
11
|
+
*/
|
|
12
|
+
devicePublicKey: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=walletControllerGetDeviceEncryptedSecretParams.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerGetDeviceEncryptedSecretParams.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerGetDeviceEncryptedSecretParams.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,8CAA8C,GAAG;IAC7D;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;CACvB,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 type WalletControllerGetWalletAssetsAssetType = typeof WalletControllerGetWalletAssetsAssetType[keyof typeof WalletControllerGetWalletAssetsAssetType];
|
|
9
|
+
export declare const WalletControllerGetWalletAssetsAssetType: {
|
|
10
|
+
readonly NFT: "NFT";
|
|
11
|
+
readonly SPL_TOKEN: "SPL_TOKEN";
|
|
12
|
+
readonly SOL: "SOL";
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=walletControllerGetWalletAssetsAssetType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerGetWalletAssetsAssetType.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerGetWalletAssetsAssetType.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAI9J,eAAO,MAAM,wCAAwC;;;;CAI3C,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 { WalletControllerGetWalletAssetsAssetType } from './walletControllerGetWalletAssetsAssetType';
|
|
9
|
+
export type WalletControllerGetWalletAssetsParams = {
|
|
10
|
+
/**
|
|
11
|
+
* Filter by asset type
|
|
12
|
+
*/
|
|
13
|
+
assetType?: WalletControllerGetWalletAssetsAssetType;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=walletControllerGetWalletAssetsParams.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerGetWalletAssetsParams.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerGetWalletAssetsParams.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAE3G,MAAM,MAAM,qCAAqC,GAAG;IACpD;;OAEG;IACH,SAAS,CAAC,EAAE,wCAAwC,CAAC;CACpD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 type WalletControllerMintNFT200 = {
|
|
9
|
+
transactionHash?: string;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=walletControllerMintNFT200.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerMintNFT200.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerMintNFT200.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 type WalletControllerMintNFTSimple200 = {
|
|
9
|
+
transactionHash?: string;
|
|
10
|
+
mintAddress?: string;
|
|
11
|
+
metadataUri?: string;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=walletControllerMintNFTSimple200.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerMintNFTSimple200.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerMintNFTSimple200.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,gCAAgC,GAAG;IAC7C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,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 type WalletControllerMintToken200 = {
|
|
9
|
+
transactionHash?: string;
|
|
10
|
+
mintAddress?: string;
|
|
11
|
+
ataAddress?: string;
|
|
12
|
+
metadataUri?: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=walletControllerMintToken200.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerMintToken200.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerMintToken200.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,4BAA4B,GAAG;IACzC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { WalletControllerSendSOL200Wallet } from './walletControllerSendSOL200Wallet';
|
|
9
|
+
export type WalletControllerSendSOL200 = {
|
|
10
|
+
transactionHash?: string;
|
|
11
|
+
wallet?: WalletControllerSendSOL200Wallet;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=walletControllerSendSOL200.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletControllerSendSOL200.d.ts","sourceRoot":"","sources":["../../src/models/walletControllerSendSOL200.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAE3F,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,gCAAgC,CAAC;CAC3C,CAAC"}
|