@distilled.cloud/coinbase 0.10.2 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +2 -2
- package/lib/operations/addEndUserEvmAccount.d.ts +8 -1
- package/lib/operations/addEndUserEvmAccount.d.ts.map +1 -1
- package/lib/operations/addEndUserEvmSmartAccount.d.ts +10 -1
- package/lib/operations/addEndUserEvmSmartAccount.d.ts.map +1 -1
- package/lib/operations/addEndUserSolanaAccount.d.ts +8 -1
- package/lib/operations/addEndUserSolanaAccount.d.ts.map +1 -1
- package/lib/operations/createEndUser.d.ts +40 -1
- package/lib/operations/createEndUser.d.ts.map +1 -1
- package/lib/operations/createEvmAccount.d.ts +10 -1
- package/lib/operations/createEvmAccount.d.ts.map +1 -1
- package/lib/operations/createEvmEip7702Delegation.d.ts +7 -1
- package/lib/operations/createEvmEip7702Delegation.d.ts.map +1 -1
- package/lib/operations/createEvmSmartAccount.d.ts +11 -1
- package/lib/operations/createEvmSmartAccount.d.ts.map +1 -1
- package/lib/operations/createEvmSwapQuote.d.ts +10 -1
- package/lib/operations/createEvmSwapQuote.d.ts.map +1 -1
- package/lib/operations/createOnrampOrder.d.ts +45 -1
- package/lib/operations/createOnrampOrder.d.ts.map +1 -1
- package/lib/operations/createOnrampSession.d.ts +32 -1
- package/lib/operations/createOnrampSession.d.ts.map +1 -1
- package/lib/operations/createPolicy.d.ts +12 -1
- package/lib/operations/createPolicy.d.ts.map +1 -1
- package/lib/operations/createSolanaAccount.d.ts +10 -1
- package/lib/operations/createSolanaAccount.d.ts.map +1 -1
- package/lib/operations/createSpendPermission.d.ts +34 -1
- package/lib/operations/createSpendPermission.d.ts.map +1 -1
- package/lib/operations/createWebhookSubscription.d.ts +37 -1
- package/lib/operations/createWebhookSubscription.d.ts.map +1 -1
- package/lib/operations/deletePolicy.d.ts +3 -1
- package/lib/operations/deletePolicy.d.ts.map +1 -1
- package/lib/operations/deleteWebhookSubscription.d.ts +3 -1
- package/lib/operations/deleteWebhookSubscription.d.ts.map +1 -1
- package/lib/operations/exportEvmAccount.d.ts +6 -1
- package/lib/operations/exportEvmAccount.d.ts.map +1 -1
- package/lib/operations/exportEvmAccountByName.d.ts +6 -1
- package/lib/operations/exportEvmAccountByName.d.ts.map +1 -1
- package/lib/operations/exportSolanaAccount.d.ts +6 -1
- package/lib/operations/exportSolanaAccount.d.ts.map +1 -1
- package/lib/operations/exportSolanaAccountByName.d.ts +6 -1
- package/lib/operations/exportSolanaAccountByName.d.ts.map +1 -1
- package/lib/operations/getEndUser.d.ts +32 -1
- package/lib/operations/getEndUser.d.ts.map +1 -1
- package/lib/operations/getEvmAccount.d.ts +9 -1
- package/lib/operations/getEvmAccount.d.ts.map +1 -1
- package/lib/operations/getEvmAccountByName.d.ts +9 -1
- package/lib/operations/getEvmAccountByName.d.ts.map +1 -1
- package/lib/operations/getEvmEip7702DelegationOperationById.d.ts +9 -1
- package/lib/operations/getEvmEip7702DelegationOperationById.d.ts.map +1 -1
- package/lib/operations/getEvmSmartAccount.d.ts +10 -1
- package/lib/operations/getEvmSmartAccount.d.ts.map +1 -1
- package/lib/operations/getEvmSmartAccountByName.d.ts +10 -1
- package/lib/operations/getEvmSmartAccountByName.d.ts.map +1 -1
- package/lib/operations/getEvmSwapPrice.d.ts +10 -1
- package/lib/operations/getEvmSwapPrice.d.ts.map +1 -1
- package/lib/operations/getOnrampOrderById.d.ts +26 -1
- package/lib/operations/getOnrampOrderById.d.ts.map +1 -1
- package/lib/operations/getOnrampUserLimits.d.ts +12 -1
- package/lib/operations/getOnrampUserLimits.d.ts.map +1 -1
- package/lib/operations/getPolicyById.d.ts +10 -1
- package/lib/operations/getPolicyById.d.ts.map +1 -1
- package/lib/operations/getSQLGrammar.d.ts +1 -1
- package/lib/operations/getSQLGrammar.d.ts.map +1 -1
- package/lib/operations/getSQLSchema.d.ts +16 -1
- package/lib/operations/getSQLSchema.d.ts.map +1 -1
- package/lib/operations/getSolanaAccount.d.ts +9 -1
- package/lib/operations/getSolanaAccount.d.ts.map +1 -1
- package/lib/operations/getSolanaAccountByName.d.ts +9 -1
- package/lib/operations/getSolanaAccountByName.d.ts.map +1 -1
- package/lib/operations/getUserOperation.d.ts +25 -1
- package/lib/operations/getUserOperation.d.ts.map +1 -1
- package/lib/operations/getWebhookSubscription.d.ts +23 -1
- package/lib/operations/getWebhookSubscription.d.ts.map +1 -1
- package/lib/operations/importEndUser.d.ts +35 -1
- package/lib/operations/importEndUser.d.ts.map +1 -1
- package/lib/operations/importEvmAccount.d.ts +11 -1
- package/lib/operations/importEvmAccount.d.ts.map +1 -1
- package/lib/operations/importSolanaAccount.d.ts +10 -1
- package/lib/operations/importSolanaAccount.d.ts.map +1 -1
- package/lib/operations/listDataTokenBalances.d.ts +20 -1
- package/lib/operations/listDataTokenBalances.d.ts.map +1 -1
- package/lib/operations/listEndUsers.d.ts +37 -1
- package/lib/operations/listEndUsers.d.ts.map +1 -1
- package/lib/operations/listEvmAccounts.d.ts +13 -1
- package/lib/operations/listEvmAccounts.d.ts.map +1 -1
- package/lib/operations/listEvmSmartAccounts.d.ts +14 -1
- package/lib/operations/listEvmSmartAccounts.d.ts.map +1 -1
- package/lib/operations/listEvmTokenBalances.d.ts +20 -1
- package/lib/operations/listEvmTokenBalances.d.ts.map +1 -1
- package/lib/operations/listPolicies.d.ts +15 -1
- package/lib/operations/listPolicies.d.ts.map +1 -1
- package/lib/operations/listSolanaAccounts.d.ts +13 -1
- package/lib/operations/listSolanaAccounts.d.ts.map +1 -1
- package/lib/operations/listSolanaTokenBalances.d.ts +19 -1
- package/lib/operations/listSolanaTokenBalances.d.ts.map +1 -1
- package/lib/operations/listSpendPermissions.d.ts +25 -1
- package/lib/operations/listSpendPermissions.d.ts.map +1 -1
- package/lib/operations/listTokensForAccount.d.ts +8 -1
- package/lib/operations/listTokensForAccount.d.ts.map +1 -1
- package/lib/operations/listWebhookSubscriptionEvents.d.ts +22 -1
- package/lib/operations/listWebhookSubscriptionEvents.d.ts.map +1 -1
- package/lib/operations/listWebhookSubscriptions.d.ts +27 -1
- package/lib/operations/listWebhookSubscriptions.d.ts.map +1 -1
- package/lib/operations/prepareAndSendUserOperation.d.ts +32 -1
- package/lib/operations/prepareAndSendUserOperation.d.ts.map +1 -1
- package/lib/operations/prepareUserOperation.d.ts +33 -1
- package/lib/operations/prepareUserOperation.d.ts.map +1 -1
- package/lib/operations/requestEvmFaucet.d.ts +7 -1
- package/lib/operations/requestEvmFaucet.d.ts.map +1 -1
- package/lib/operations/requestSolanaFaucet.d.ts +6 -1
- package/lib/operations/requestSolanaFaucet.d.ts.map +1 -1
- package/lib/operations/revokeSpendPermission.d.ts +27 -1
- package/lib/operations/revokeSpendPermission.d.ts.map +1 -1
- package/lib/operations/runSQLQuery.d.ts +22 -1
- package/lib/operations/runSQLQuery.d.ts.map +1 -1
- package/lib/operations/sendEvmTransaction.d.ts +7 -1
- package/lib/operations/sendEvmTransaction.d.ts.map +1 -1
- package/lib/operations/sendSolanaTransaction.d.ts +7 -1
- package/lib/operations/sendSolanaTransaction.d.ts.map +1 -1
- package/lib/operations/sendUserOperation.d.ts +26 -1
- package/lib/operations/sendUserOperation.d.ts.map +1 -1
- package/lib/operations/settleX402Payment.d.ts +13 -1
- package/lib/operations/settleX402Payment.d.ts.map +1 -1
- package/lib/operations/signEvmHash.d.ts +6 -1
- package/lib/operations/signEvmHash.d.ts.map +1 -1
- package/lib/operations/signEvmMessage.d.ts +6 -1
- package/lib/operations/signEvmMessage.d.ts.map +1 -1
- package/lib/operations/signEvmTransaction.d.ts +6 -1
- package/lib/operations/signEvmTransaction.d.ts.map +1 -1
- package/lib/operations/signEvmTypedData.d.ts +15 -1
- package/lib/operations/signEvmTypedData.d.ts.map +1 -1
- package/lib/operations/signSolanaMessage.d.ts +6 -1
- package/lib/operations/signSolanaMessage.d.ts.map +1 -1
- package/lib/operations/signSolanaTransaction.d.ts +6 -1
- package/lib/operations/signSolanaTransaction.d.ts.map +1 -1
- package/lib/operations/supportedX402PaymentKinds.d.ts +14 -1
- package/lib/operations/supportedX402PaymentKinds.d.ts.map +1 -1
- package/lib/operations/updateEvmAccount.d.ts +11 -1
- package/lib/operations/updateEvmAccount.d.ts.map +1 -1
- package/lib/operations/updateEvmSmartAccount.d.ts +11 -1
- package/lib/operations/updateEvmSmartAccount.d.ts.map +1 -1
- package/lib/operations/updatePolicy.d.ts +12 -1
- package/lib/operations/updatePolicy.d.ts.map +1 -1
- package/lib/operations/updateSolanaAccount.d.ts +11 -1
- package/lib/operations/updateSolanaAccount.d.ts.map +1 -1
- package/lib/operations/updateWebhookSubscription.d.ts +38 -1
- package/lib/operations/updateWebhookSubscription.d.ts.map +1 -1
- package/lib/operations/validateEndUserAccessToken.d.ts +32 -1
- package/lib/operations/validateEndUserAccessToken.d.ts.map +1 -1
- package/lib/operations/verifyX402Payment.d.ts +10 -1
- package/lib/operations/verifyX402Payment.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEndUser.d.ts","sourceRoot":"","sources":["../../src/operations/getEndUser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,eAAe;;EAEsC,CAAC;AACnE,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyC3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"getEndUser.d.ts","sourceRoot":"","sources":["../../src/operations/getEndUser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,eAAe;;EAEsC,CAAC;AACnE,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyC3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAGpB,CAAC"}
|
|
@@ -18,5 +18,13 @@ export type GetEvmAccountOutput = typeof GetEvmAccountOutput.Type;
|
|
|
18
18
|
*
|
|
19
19
|
* @param address - The 0x-prefixed address of the EVM account. The address does not need to be checksummed.
|
|
20
20
|
*/
|
|
21
|
-
export declare const getEvmAccount:
|
|
21
|
+
export declare const getEvmAccount: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly address: string;
|
|
23
|
+
}, {
|
|
24
|
+
readonly address: string;
|
|
25
|
+
readonly createdAt?: string | undefined;
|
|
26
|
+
readonly name?: string | undefined;
|
|
27
|
+
readonly policies?: readonly string[] | undefined;
|
|
28
|
+
readonly updatedAt?: string | undefined;
|
|
29
|
+
}, never, any>;
|
|
22
30
|
//# sourceMappingURL=getEvmAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvmAccount.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;EAEuC,CAAC;AACvE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;EAM9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"getEvmAccount.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;EAEuC,CAAC;AACvE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;EAM9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;;;;;;;;cAGvB,CAAC"}
|
|
@@ -18,5 +18,13 @@ export type GetEvmAccountByNameOutput = typeof GetEvmAccountByNameOutput.Type;
|
|
|
18
18
|
*
|
|
19
19
|
* @param name - The name of the EVM account.
|
|
20
20
|
*/
|
|
21
|
-
export declare const getEvmAccountByName:
|
|
21
|
+
export declare const getEvmAccountByName: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly name: string;
|
|
23
|
+
}, {
|
|
24
|
+
readonly address: string;
|
|
25
|
+
readonly createdAt?: string | undefined;
|
|
26
|
+
readonly name?: string | undefined;
|
|
27
|
+
readonly policies?: readonly string[] | undefined;
|
|
28
|
+
readonly updatedAt?: string | undefined;
|
|
29
|
+
}, never, any>;
|
|
22
30
|
//# sourceMappingURL=getEvmAccountByName.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvmAccountByName.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmAccountByName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;EAGwC,CAAC;AAC9E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;EAOlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"getEvmAccountByName.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmAccountByName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;EAGwC,CAAC;AAC9E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;EAOlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;cAG7B,CAAC"}
|
|
@@ -18,5 +18,13 @@ export type GetEvmEip7702DelegationOperationByIdOutput = typeof GetEvmEip7702Del
|
|
|
18
18
|
*
|
|
19
19
|
* @param delegationOperationId - The unique identifier for the delegation operation.
|
|
20
20
|
*/
|
|
21
|
-
export declare const getEvmEip7702DelegationOperationById:
|
|
21
|
+
export declare const getEvmEip7702DelegationOperationById: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly delegationOperationId: string;
|
|
23
|
+
}, {
|
|
24
|
+
readonly delegateAddress?: string | undefined;
|
|
25
|
+
readonly delegationOperationId: string;
|
|
26
|
+
readonly network: "arbitrum" | "base" | "base-sepolia" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon";
|
|
27
|
+
readonly status: "COMPLETED" | "FAILED" | "PENDING" | "SUBMITTED" | "UNSPECIFIED";
|
|
28
|
+
readonly transactionHash?: string | undefined;
|
|
29
|
+
}, never, any>;
|
|
22
30
|
//# sourceMappingURL=getEvmEip7702DelegationOperationById.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvmEip7702DelegationOperationById.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmEip7702DelegationOperationById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yCAAyC;;EAQnD,CAAC;AACJ,MAAM,MAAM,yCAAyC,GACnD,OAAO,yCAAyC,CAAC,IAAI,CAAC;AAGxD,eAAO,MAAM,0CAA0C;;;;;;EAqBnD,CAAC;AACL,MAAM,MAAM,0CAA0C,GACpD,OAAO,0CAA0C,CAAC,IAAI,CAAC;AAGzD;;;;;;GAMG;AACH,eAAO,MAAM,oCAAoC,
|
|
1
|
+
{"version":3,"file":"getEvmEip7702DelegationOperationById.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmEip7702DelegationOperationById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yCAAyC;;EAQnD,CAAC;AACJ,MAAM,MAAM,yCAAyC,GACnD,OAAO,yCAAyC,CAAC,IAAI,CAAC;AAGxD,eAAO,MAAM,0CAA0C;;;;;;EAqBnD,CAAC;AACL,MAAM,MAAM,0CAA0C,GACpD,OAAO,0CAA0C,CAAC,IAAI,CAAC;AAGzD;;;;;;GAMG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;cAI5C,CAAC"}
|
|
@@ -19,5 +19,14 @@ export type GetEvmSmartAccountOutput = typeof GetEvmSmartAccountOutput.Type;
|
|
|
19
19
|
*
|
|
20
20
|
* @param address - The 0x-prefixed address of the Smart Account.
|
|
21
21
|
*/
|
|
22
|
-
export declare const getEvmSmartAccount:
|
|
22
|
+
export declare const getEvmSmartAccount: import("@distilled.cloud/core/client").OperationMethod<{
|
|
23
|
+
readonly address: string;
|
|
24
|
+
}, {
|
|
25
|
+
readonly address: string;
|
|
26
|
+
readonly createdAt?: string | undefined;
|
|
27
|
+
readonly name?: string | undefined;
|
|
28
|
+
readonly owners: readonly string[];
|
|
29
|
+
readonly policies?: readonly string[] | undefined;
|
|
30
|
+
readonly updatedAt?: string | undefined;
|
|
31
|
+
}, never, any>;
|
|
23
32
|
//# sourceMappingURL=getEvmSmartAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvmSmartAccount.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmSmartAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;EAG0C,CAAC;AAC/E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;EAQjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"getEvmSmartAccount.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmSmartAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;EAG0C,CAAC;AAC/E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;EAQjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;cAG5B,CAAC"}
|
|
@@ -19,5 +19,14 @@ export type GetEvmSmartAccountByNameOutput = typeof GetEvmSmartAccountByNameOutp
|
|
|
19
19
|
*
|
|
20
20
|
* @param name - The name of the Smart Account.
|
|
21
21
|
*/
|
|
22
|
-
export declare const getEvmSmartAccountByName:
|
|
22
|
+
export declare const getEvmSmartAccountByName: import("@distilled.cloud/core/client").OperationMethod<{
|
|
23
|
+
readonly name: string;
|
|
24
|
+
}, {
|
|
25
|
+
readonly address: string;
|
|
26
|
+
readonly createdAt?: string | undefined;
|
|
27
|
+
readonly name?: string | undefined;
|
|
28
|
+
readonly owners: readonly string[];
|
|
29
|
+
readonly policies?: readonly string[] | undefined;
|
|
30
|
+
readonly updatedAt?: string | undefined;
|
|
31
|
+
}, never, any>;
|
|
23
32
|
//# sourceMappingURL=getEvmSmartAccountByName.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvmSmartAccountByName.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmSmartAccountByName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,6BAA6B;;EAKvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;EAQvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"getEvmSmartAccountByName.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmSmartAccountByName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,6BAA6B;;EAKvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;EAQvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;cAKpC,CAAC"}
|
|
@@ -17,5 +17,14 @@ export type GetEvmSwapPriceOutput = typeof GetEvmSwapPriceOutput.Type;
|
|
|
17
17
|
*
|
|
18
18
|
* Get a price estimate for a swap between two tokens on an EVM network.
|
|
19
19
|
*/
|
|
20
|
-
export declare const getEvmSwapPrice:
|
|
20
|
+
export declare const getEvmSwapPrice: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly fromAmount: string;
|
|
22
|
+
readonly fromToken: string;
|
|
23
|
+
readonly gasPrice?: string | undefined;
|
|
24
|
+
readonly network: string;
|
|
25
|
+
readonly signerAddress?: string | undefined;
|
|
26
|
+
readonly slippageBps?: string | undefined;
|
|
27
|
+
readonly taker: string;
|
|
28
|
+
readonly toToken: string;
|
|
29
|
+
}, unknown, never, any>;
|
|
21
30
|
//# sourceMappingURL=getEvmSwapPrice.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvmSwapPrice.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmSwapPrice.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,oBAAoB;;;;;;;;;EAS8B,CAAC;AAChE,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB,gBAA6C,CAAC;AAChF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;GAIG;AACH,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"getEvmSwapPrice.d.ts","sourceRoot":"","sources":["../../src/operations/getEvmSwapPrice.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,oBAAoB;;;;;;;;;EAS8B,CAAC;AAChE,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB,gBAA6C,CAAC;AAChF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;uBAGzB,CAAC"}
|
|
@@ -35,5 +35,30 @@ export type GetOnrampOrderByIdOutput = typeof GetOnrampOrderByIdOutput.Type;
|
|
|
35
35
|
*
|
|
36
36
|
* @param orderId - The ID of the onramp order to retrieve.
|
|
37
37
|
*/
|
|
38
|
-
export declare const getOnrampOrderById:
|
|
38
|
+
export declare const getOnrampOrderById: import("@distilled.cloud/core/client").OperationMethod<{
|
|
39
|
+
readonly orderId: string;
|
|
40
|
+
}, {
|
|
41
|
+
readonly order: {
|
|
42
|
+
readonly createdAt: string;
|
|
43
|
+
readonly destinationAddress: {};
|
|
44
|
+
readonly destinationNetwork: string;
|
|
45
|
+
readonly exchangeRate: string;
|
|
46
|
+
readonly fees: readonly {
|
|
47
|
+
readonly amount: string;
|
|
48
|
+
readonly currency: string;
|
|
49
|
+
readonly type: "FEE_TYPE_EXCHANGE" | "FEE_TYPE_NETWORK";
|
|
50
|
+
}[];
|
|
51
|
+
readonly orderId: string;
|
|
52
|
+
readonly partnerUserRef?: string | undefined;
|
|
53
|
+
readonly paymentCurrency: string;
|
|
54
|
+
readonly paymentMethod: "GUEST_CHECKOUT_APPLE_PAY" | "GUEST_CHECKOUT_GOOGLE_PAY";
|
|
55
|
+
readonly paymentSubtotal: string;
|
|
56
|
+
readonly paymentTotal: string;
|
|
57
|
+
readonly purchaseAmount: string;
|
|
58
|
+
readonly purchaseCurrency: string;
|
|
59
|
+
readonly status: "ONRAMP_ORDER_STATUS_COMPLETED" | "ONRAMP_ORDER_STATUS_FAILED" | "ONRAMP_ORDER_STATUS_PENDING_AUTH" | "ONRAMP_ORDER_STATUS_PENDING_PAYMENT" | "ONRAMP_ORDER_STATUS_PROCESSING";
|
|
60
|
+
readonly txHash?: string | undefined;
|
|
61
|
+
readonly updatedAt: string;
|
|
62
|
+
};
|
|
63
|
+
}, never, any>;
|
|
39
64
|
//# sourceMappingURL=getOnrampOrderById.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnrampOrderById.d.ts","sourceRoot":"","sources":["../../src/operations/getOnrampOrderById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;EAGqC,CAAC;AAC1E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;EAmCjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"getOnrampOrderById.d.ts","sourceRoot":"","sources":["../../src/operations/getOnrampOrderById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;EAGqC,CAAC;AAC1E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;EAmCjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;cAG5B,CAAC"}
|
|
@@ -20,5 +20,16 @@ export type GetOnrampUserLimitsOutput = typeof GetOnrampUserLimitsOutput.Type;
|
|
|
20
20
|
* Returns the transaction limits for an onramp user based on their payment method and user identifier. Use this API to show users their remaining purchase capacity before initiating an onramp transaction.
|
|
21
21
|
* Currently supports `GUEST_CHECKOUT_APPLE_PAY` payment method with phone number identification. The phone number must have been previously verified via OTP.
|
|
22
22
|
*/
|
|
23
|
-
export declare const getOnrampUserLimits:
|
|
23
|
+
export declare const getOnrampUserLimits: import("@distilled.cloud/core/client").OperationMethod<{
|
|
24
|
+
readonly paymentMethodType: "GUEST_CHECKOUT_APPLE_PAY" | "GUEST_CHECKOUT_GOOGLE_PAY";
|
|
25
|
+
readonly userId: string;
|
|
26
|
+
readonly userIdType: "phone_number";
|
|
27
|
+
}, {
|
|
28
|
+
readonly limits: readonly {
|
|
29
|
+
readonly currency?: string | undefined;
|
|
30
|
+
readonly limit: string;
|
|
31
|
+
readonly limitType: "lifetime_transactions" | "weekly_spending";
|
|
32
|
+
readonly remaining: string;
|
|
33
|
+
}[];
|
|
34
|
+
}, never, any>;
|
|
24
35
|
//# sourceMappingURL=getOnrampUserLimits.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnrampUserLimits.d.ts","sourceRoot":"","sources":["../../src/operations/getOnrampUserLimits.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;;;EAQ2B,CAAC;AACjE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;EAalC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"getOnrampUserLimits.d.ts","sourceRoot":"","sources":["../../src/operations/getOnrampUserLimits.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;;;EAQ2B,CAAC;AACjE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;EAalC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;cAG7B,CAAC"}
|
|
@@ -19,5 +19,14 @@ export type GetPolicyByIdOutput = typeof GetPolicyByIdOutput.Type;
|
|
|
19
19
|
*
|
|
20
20
|
* @param policyId - The ID of the policy to get.
|
|
21
21
|
*/
|
|
22
|
-
export declare const getPolicyById:
|
|
22
|
+
export declare const getPolicyById: import("@distilled.cloud/core/client").OperationMethod<{
|
|
23
|
+
readonly policyId: string;
|
|
24
|
+
}, {
|
|
25
|
+
readonly createdAt: string;
|
|
26
|
+
readonly description?: string | undefined;
|
|
27
|
+
readonly id: string;
|
|
28
|
+
readonly rules: readonly unknown[];
|
|
29
|
+
readonly scope: "account" | "project";
|
|
30
|
+
readonly updatedAt: string;
|
|
31
|
+
}, never, any>;
|
|
23
32
|
//# sourceMappingURL=getPolicyById.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicyById.d.ts","sourceRoot":"","sources":["../../src/operations/getPolicyById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;EAI9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;EAO9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"getPolicyById.d.ts","sourceRoot":"","sources":["../../src/operations/getPolicyById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;EAI9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;EAO9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;;;;;;;;;cAGvB,CAAC"}
|
|
@@ -11,5 +11,5 @@ export type GetSQLGrammarOutput = typeof GetSQLGrammarOutput.Type;
|
|
|
11
11
|
* This endpoint returns the ANTLR4 grammar that is used to evaluate the SQL queries so that developers can understand the SQL API and build SQL queries with high confidence and correctness.
|
|
12
12
|
* LLMs interact well with ANTLR4 grammar. You can feed the grammar directly into the LLMs to help generate SQL queries.
|
|
13
13
|
*/
|
|
14
|
-
export declare const getSQLGrammar: any
|
|
14
|
+
export declare const getSQLGrammar: import("@distilled.cloud/core/client").OperationMethod<{}, string, never, any>;
|
|
15
15
|
//# sourceMappingURL=getSQLGrammar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSQLGrammar.d.ts","sourceRoot":"","sources":["../../src/operations/getSQLGrammar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB,mBAEkC,CAAC;AAClE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB,eAA4C,CAAC;AAC7E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"getSQLGrammar.d.ts","sourceRoot":"","sources":["../../src/operations/getSQLGrammar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB,mBAEkC,CAAC;AAClE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB,eAA4C,CAAC;AAC7E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,gFAGvB,CAAC"}
|
|
@@ -27,5 +27,20 @@ export type GetSQLSchemaOutput = typeof GetSQLSchemaOutput.Type;
|
|
|
27
27
|
* @param database - The name of the database to query. Defaults to "base" when not specified.
|
|
28
28
|
* @param table - Get the schema for a specific table.
|
|
29
29
|
*/
|
|
30
|
-
export declare const getSQLSchema:
|
|
30
|
+
export declare const getSQLSchema: import("@distilled.cloud/core/client").OperationMethod<{
|
|
31
|
+
readonly database?: "base" | "base_sepolia" | undefined;
|
|
32
|
+
readonly table?: string | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
readonly tables?: readonly {
|
|
35
|
+
readonly columns?: readonly {
|
|
36
|
+
readonly description?: {} | undefined;
|
|
37
|
+
readonly indexOrder?: number | undefined;
|
|
38
|
+
readonly name?: string | undefined;
|
|
39
|
+
readonly nullable?: boolean | undefined;
|
|
40
|
+
readonly type?: string | undefined;
|
|
41
|
+
}[] | undefined;
|
|
42
|
+
readonly database?: string | undefined;
|
|
43
|
+
readonly table?: string | undefined;
|
|
44
|
+
}[] | undefined;
|
|
45
|
+
}, never, any>;
|
|
31
46
|
//# sourceMappingURL=getSQLSchema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSQLSchema.d.ts","sourceRoot":"","sources":["../../src/operations/getSQLSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;EAGmC,CAAC;AAClE,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAoB7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"getSQLSchema.d.ts","sourceRoot":"","sources":["../../src/operations/getSQLSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;EAGmC,CAAC;AAClE,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAoB7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;cAGtB,CAAC"}
|
|
@@ -18,5 +18,13 @@ export type GetSolanaAccountOutput = typeof GetSolanaAccountOutput.Type;
|
|
|
18
18
|
*
|
|
19
19
|
* @param address - The base58 encoded address of the Solana account.
|
|
20
20
|
*/
|
|
21
|
-
export declare const getSolanaAccount:
|
|
21
|
+
export declare const getSolanaAccount: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly address: string;
|
|
23
|
+
}, {
|
|
24
|
+
readonly address: string;
|
|
25
|
+
readonly createdAt?: string | undefined;
|
|
26
|
+
readonly name?: string | undefined;
|
|
27
|
+
readonly policies?: readonly string[] | undefined;
|
|
28
|
+
readonly updatedAt?: string | undefined;
|
|
29
|
+
}, never, any>;
|
|
22
30
|
//# sourceMappingURL=getSolanaAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSolanaAccount.d.ts","sourceRoot":"","sources":["../../src/operations/getSolanaAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;EAEuC,CAAC;AAC1E,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;EAQlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"getSolanaAccount.d.ts","sourceRoot":"","sources":["../../src/operations/getSolanaAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;EAEuC,CAAC;AAC1E,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;EAQlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;cAG1B,CAAC"}
|
|
@@ -18,5 +18,13 @@ export type GetSolanaAccountByNameOutput = typeof GetSolanaAccountByNameOutput.T
|
|
|
18
18
|
*
|
|
19
19
|
* @param name - The name of the Solana account.
|
|
20
20
|
*/
|
|
21
|
-
export declare const getSolanaAccountByName:
|
|
21
|
+
export declare const getSolanaAccountByName: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly name: string;
|
|
23
|
+
}, {
|
|
24
|
+
readonly address: string;
|
|
25
|
+
readonly createdAt?: string | undefined;
|
|
26
|
+
readonly name?: string | undefined;
|
|
27
|
+
readonly policies?: readonly string[] | undefined;
|
|
28
|
+
readonly updatedAt?: string | undefined;
|
|
29
|
+
}, never, any>;
|
|
22
30
|
//# sourceMappingURL=getSolanaAccountByName.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSolanaAccountByName.d.ts","sourceRoot":"","sources":["../../src/operations/getSolanaAccountByName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,2BAA2B;;EAKrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;EAOrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"getSolanaAccountByName.d.ts","sourceRoot":"","sources":["../../src/operations/getSolanaAccountByName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,2BAA2B;;EAKrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;EAOrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;cAKlC,CAAC"}
|
|
@@ -35,5 +35,29 @@ export type GetUserOperationOutput = typeof GetUserOperationOutput.Type;
|
|
|
35
35
|
* @param address - The address of the Smart Account the user operation belongs to.
|
|
36
36
|
* @param userOpHash - The hash of the user operation to fetch.
|
|
37
37
|
*/
|
|
38
|
-
export declare const getUserOperation:
|
|
38
|
+
export declare const getUserOperation: import("@distilled.cloud/core/client").OperationMethod<{
|
|
39
|
+
readonly address: string;
|
|
40
|
+
readonly userOpHash: string;
|
|
41
|
+
}, {
|
|
42
|
+
readonly calls: readonly {
|
|
43
|
+
readonly data: string;
|
|
44
|
+
readonly overrideGasLimit?: string | undefined;
|
|
45
|
+
readonly to: string;
|
|
46
|
+
readonly value: string;
|
|
47
|
+
}[];
|
|
48
|
+
readonly network: "arbitrum" | "avalanche" | "base" | "base-sepolia" | "bnb" | "ethereum" | "ethereum-sepolia" | "optimism" | "polygon" | "zora";
|
|
49
|
+
readonly receipts?: readonly {
|
|
50
|
+
readonly blockHash?: string | undefined;
|
|
51
|
+
readonly blockNumber?: number | undefined;
|
|
52
|
+
readonly gasUsed?: string | undefined;
|
|
53
|
+
readonly revert?: {
|
|
54
|
+
readonly data: string;
|
|
55
|
+
readonly message: string;
|
|
56
|
+
} | undefined;
|
|
57
|
+
readonly transactionHash?: string | undefined;
|
|
58
|
+
}[] | undefined;
|
|
59
|
+
readonly status: "broadcast" | "complete" | "dropped" | "failed" | "pending" | "signed";
|
|
60
|
+
readonly transactionHash?: string | undefined;
|
|
61
|
+
readonly userOpHash: string;
|
|
62
|
+
}, never, any>;
|
|
39
63
|
//# sourceMappingURL=getUserOperation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/getUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;EAQjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;EAiDlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"getUserOperation.d.ts","sourceRoot":"","sources":["../../src/operations/getUserOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;EAQjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;EAiDlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;cAG1B,CAAC"}
|
|
@@ -34,5 +34,27 @@ export type GetWebhookSubscriptionOutput = typeof GetWebhookSubscriptionOutput.T
|
|
|
34
34
|
*
|
|
35
35
|
* @param subscriptionId - Unique identifier for the webhook subscription.
|
|
36
36
|
*/
|
|
37
|
-
export declare const getWebhookSubscription:
|
|
37
|
+
export declare const getWebhookSubscription: import("@distilled.cloud/core/client").OperationMethod<{
|
|
38
|
+
readonly subscriptionId: string;
|
|
39
|
+
}, {
|
|
40
|
+
readonly createdAt: string;
|
|
41
|
+
readonly description?: {} | undefined;
|
|
42
|
+
readonly eventTypes: readonly string[];
|
|
43
|
+
readonly isEnabled: boolean;
|
|
44
|
+
readonly labels?: {
|
|
45
|
+
readonly [x: string]: string;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly metadata?: {
|
|
48
|
+
readonly secret?: string | import("effect/Redacted").Redacted<string> | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
readonly secret: string | import("effect/Redacted").Redacted<string>;
|
|
51
|
+
readonly subscriptionId: string;
|
|
52
|
+
readonly target: {
|
|
53
|
+
readonly headers?: {
|
|
54
|
+
readonly [x: string]: string;
|
|
55
|
+
} | undefined;
|
|
56
|
+
readonly url: {};
|
|
57
|
+
};
|
|
58
|
+
readonly updatedAt?: string | undefined;
|
|
59
|
+
}, never, any>;
|
|
38
60
|
//# sourceMappingURL=getWebhookSubscription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebhookSubscription.d.ts","sourceRoot":"","sources":["../../src/operations/getWebhookSubscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,2BAA2B;;EAQrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;EAmBrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"getWebhookSubscription.d.ts","sourceRoot":"","sources":["../../src/operations/getWebhookSubscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,2BAA2B;;EAQrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;EAmBrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;cAKlC,CAAC"}
|
|
@@ -52,5 +52,39 @@ When included, duplicate requests with the same key will return identical respon
|
|
|
52
52
|
Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/idempotency) for more information on using idempotency keys.
|
|
53
53
|
|
|
54
54
|
*/
|
|
55
|
-
export declare const importEndUser:
|
|
55
|
+
export declare const importEndUser: import("@distilled.cloud/core/client").OperationMethod<{
|
|
56
|
+
readonly authenticationMethods: readonly unknown[];
|
|
57
|
+
readonly encryptedPrivateKey: string;
|
|
58
|
+
readonly keyType: "evm" | "solana";
|
|
59
|
+
readonly userId: string;
|
|
60
|
+
}, {
|
|
61
|
+
readonly authenticationMethods: readonly unknown[];
|
|
62
|
+
readonly createdAt: string;
|
|
63
|
+
readonly evmAccountObjects: readonly {
|
|
64
|
+
readonly address: string;
|
|
65
|
+
readonly createdAt: string;
|
|
66
|
+
}[];
|
|
67
|
+
readonly evmAccounts: readonly string[];
|
|
68
|
+
readonly evmSmartAccountObjects: readonly {
|
|
69
|
+
readonly address: string;
|
|
70
|
+
readonly createdAt: string;
|
|
71
|
+
readonly ownerAddresses: readonly string[];
|
|
72
|
+
}[];
|
|
73
|
+
readonly evmSmartAccounts: readonly string[];
|
|
74
|
+
readonly mfaMethods?: {
|
|
75
|
+
readonly enrollmentPromptedAt?: string | undefined;
|
|
76
|
+
readonly sms?: {
|
|
77
|
+
readonly enrolledAt: string;
|
|
78
|
+
} | undefined;
|
|
79
|
+
readonly totp?: {
|
|
80
|
+
readonly enrolledAt: string;
|
|
81
|
+
} | undefined;
|
|
82
|
+
} | undefined;
|
|
83
|
+
readonly solanaAccountObjects: readonly {
|
|
84
|
+
readonly address: string;
|
|
85
|
+
readonly createdAt: string;
|
|
86
|
+
}[];
|
|
87
|
+
readonly solanaAccounts: readonly string[];
|
|
88
|
+
readonly userId: string;
|
|
89
|
+
}, never, any>;
|
|
56
90
|
//# sourceMappingURL=importEndUser.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importEndUser.d.ts","sourceRoot":"","sources":["../../src/operations/importEndUser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;;;;EAKkC,CAAC;AAClE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyC9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"importEndUser.d.ts","sourceRoot":"","sources":["../../src/operations/importEndUser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;;;;EAKkC,CAAC;AAClE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyC9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAGvB,CAAC"}
|
|
@@ -27,5 +27,15 @@ When included, duplicate requests with the same key will return identical respon
|
|
|
27
27
|
Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/idempotency) for more information on using idempotency keys.
|
|
28
28
|
|
|
29
29
|
*/
|
|
30
|
-
export declare const importEvmAccount:
|
|
30
|
+
export declare const importEvmAccount: import("@distilled.cloud/core/client").OperationMethod<{
|
|
31
|
+
readonly accountPolicy?: string | undefined;
|
|
32
|
+
readonly encryptedPrivateKey: string;
|
|
33
|
+
readonly name?: string | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
readonly address: string;
|
|
36
|
+
readonly createdAt?: string | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly policies?: readonly string[] | undefined;
|
|
39
|
+
readonly updatedAt?: string | undefined;
|
|
40
|
+
}, never, any>;
|
|
31
41
|
//# sourceMappingURL=importEvmAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importEvmAccount.d.ts","sourceRoot":"","sources":["../../src/operations/importEvmAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;;EAIkC,CAAC;AACrE,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;EAQlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"importEvmAccount.d.ts","sourceRoot":"","sources":["../../src/operations/importEvmAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;;EAIkC,CAAC;AACrE,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;EAQlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;cAG1B,CAAC"}
|
|
@@ -26,5 +26,14 @@ When included, duplicate requests with the same key will return identical respon
|
|
|
26
26
|
Refer to our [Idempotency docs](https://docs.cdp.coinbase.com/api-reference/v2/idempotency) for more information on using idempotency keys.
|
|
27
27
|
|
|
28
28
|
*/
|
|
29
|
-
export declare const importSolanaAccount:
|
|
29
|
+
export declare const importSolanaAccount: import("@distilled.cloud/core/client").OperationMethod<{
|
|
30
|
+
readonly encryptedPrivateKey: string;
|
|
31
|
+
readonly name?: string | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
readonly address: string;
|
|
34
|
+
readonly createdAt?: string | undefined;
|
|
35
|
+
readonly name?: string | undefined;
|
|
36
|
+
readonly policies?: readonly string[] | undefined;
|
|
37
|
+
readonly updatedAt?: string | undefined;
|
|
38
|
+
}, never, any>;
|
|
30
39
|
//# sourceMappingURL=importSolanaAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importSolanaAccount.d.ts","sourceRoot":"","sources":["../../src/operations/importSolanaAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;;EAIoC,CAAC;AAC1E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;EAOlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"importSolanaAccount.d.ts","sourceRoot":"","sources":["../../src/operations/importSolanaAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,wBAAwB;;;EAIoC,CAAC;AAC1E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;EAOlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;cAG7B,CAAC"}
|
|
@@ -33,5 +33,24 @@ export type ListDataTokenBalancesOutput = typeof ListDataTokenBalancesOutput.Typ
|
|
|
33
33
|
* @param pageSize - The number of resources to return per page.
|
|
34
34
|
* @param pageToken - The token for the next page of resources, if any.
|
|
35
35
|
*/
|
|
36
|
-
export declare const listDataTokenBalances:
|
|
36
|
+
export declare const listDataTokenBalances: import("@distilled.cloud/core/client").OperationMethod<{
|
|
37
|
+
readonly address: string;
|
|
38
|
+
readonly network: string;
|
|
39
|
+
readonly pageSize?: number | undefined;
|
|
40
|
+
readonly pageToken?: string | undefined;
|
|
41
|
+
}, {
|
|
42
|
+
readonly balances: readonly {
|
|
43
|
+
readonly amount: {
|
|
44
|
+
readonly amount: string;
|
|
45
|
+
readonly decimals: number;
|
|
46
|
+
};
|
|
47
|
+
readonly token: {
|
|
48
|
+
readonly contractAddress: string;
|
|
49
|
+
readonly name?: string | undefined;
|
|
50
|
+
readonly network: "base" | "base-sepolia" | "ethereum";
|
|
51
|
+
readonly symbol?: string | undefined;
|
|
52
|
+
};
|
|
53
|
+
}[];
|
|
54
|
+
readonly nextPageToken?: string | undefined;
|
|
55
|
+
}, never, any>;
|
|
37
56
|
//# sourceMappingURL=listDataTokenBalances.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listDataTokenBalances.d.ts","sourceRoot":"","sources":["../../src/operations/listDataTokenBalances.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B;;;;;EAWpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;EAiBpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"listDataTokenBalances.d.ts","sourceRoot":"","sources":["../../src/operations/listDataTokenBalances.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B;;;;;EAWpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;EAiBpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;cAKjC,CAAC"}
|
|
@@ -49,5 +49,41 @@ export type ListEndUsersOutput = typeof ListEndUsersOutput.Type;
|
|
|
49
49
|
* @param pageToken - The token for the desired page of end users. Will be empty if there are no more end users to fetch.
|
|
50
50
|
* @param sort - Sort end users. Defaults to ascending order (oldest first).
|
|
51
51
|
*/
|
|
52
|
-
export declare const listEndUsers:
|
|
52
|
+
export declare const listEndUsers: import("@distilled.cloud/core/client").OperationMethod<{
|
|
53
|
+
readonly pageSize?: number | undefined;
|
|
54
|
+
readonly pageToken?: string | undefined;
|
|
55
|
+
readonly sort?: string | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
readonly endUsers: readonly {
|
|
58
|
+
readonly authenticationMethods: readonly unknown[];
|
|
59
|
+
readonly createdAt: string;
|
|
60
|
+
readonly evmAccountObjects: readonly {
|
|
61
|
+
readonly address: string;
|
|
62
|
+
readonly createdAt: string;
|
|
63
|
+
}[];
|
|
64
|
+
readonly evmAccounts: readonly string[];
|
|
65
|
+
readonly evmSmartAccountObjects: readonly {
|
|
66
|
+
readonly address: string;
|
|
67
|
+
readonly createdAt: string;
|
|
68
|
+
readonly ownerAddresses: readonly string[];
|
|
69
|
+
}[];
|
|
70
|
+
readonly evmSmartAccounts: readonly string[];
|
|
71
|
+
readonly mfaMethods?: {
|
|
72
|
+
readonly enrollmentPromptedAt?: string | undefined;
|
|
73
|
+
readonly sms?: {
|
|
74
|
+
readonly enrolledAt: string;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly totp?: {
|
|
77
|
+
readonly enrolledAt: string;
|
|
78
|
+
} | undefined;
|
|
79
|
+
} | undefined;
|
|
80
|
+
readonly solanaAccountObjects: readonly {
|
|
81
|
+
readonly address: string;
|
|
82
|
+
readonly createdAt: string;
|
|
83
|
+
}[];
|
|
84
|
+
readonly solanaAccounts: readonly string[];
|
|
85
|
+
readonly userId: string;
|
|
86
|
+
}[];
|
|
87
|
+
readonly nextPageToken?: string | undefined;
|
|
88
|
+
}, never, any>;
|
|
53
89
|
//# sourceMappingURL=listEndUsers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listEndUsers.d.ts","sourceRoot":"","sources":["../../src/operations/listEndUsers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;;EAI2B,CAAC;AAC1D,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8C7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"listEndUsers.d.ts","sourceRoot":"","sources":["../../src/operations/listEndUsers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iBAAiB;;;;EAI2B,CAAC;AAC1D,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8C7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAGtB,CAAC"}
|
|
@@ -24,5 +24,17 @@ export type ListEvmAccountsOutput = typeof ListEvmAccountsOutput.Type;
|
|
|
24
24
|
* @param pageSize - The number of resources to return per page.
|
|
25
25
|
* @param pageToken - The token for the next page of resources, if any.
|
|
26
26
|
*/
|
|
27
|
-
export declare const listEvmAccounts:
|
|
27
|
+
export declare const listEvmAccounts: import("@distilled.cloud/core/client").OperationMethod<{
|
|
28
|
+
readonly pageSize?: number | undefined;
|
|
29
|
+
readonly pageToken?: string | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
readonly accounts: readonly {
|
|
32
|
+
readonly address: string;
|
|
33
|
+
readonly createdAt?: string | undefined;
|
|
34
|
+
readonly name?: string | undefined;
|
|
35
|
+
readonly policies?: readonly string[] | undefined;
|
|
36
|
+
readonly updatedAt?: string | undefined;
|
|
37
|
+
}[];
|
|
38
|
+
readonly nextPageToken?: string | undefined;
|
|
39
|
+
}, never, any>;
|
|
28
40
|
//# sourceMappingURL=listEvmAccounts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listEvmAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/listEvmAccounts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,oBAAoB;;;EAG2B,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB;;;;;;;;;EAWhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"listEvmAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/listEvmAccounts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,oBAAoB;;;EAG2B,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB;;;;;;;;;EAWhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;cAGzB,CAAC"}
|
|
@@ -25,5 +25,18 @@ export type ListEvmSmartAccountsOutput = typeof ListEvmSmartAccountsOutput.Type;
|
|
|
25
25
|
* @param pageSize - The number of resources to return per page.
|
|
26
26
|
* @param pageToken - The token for the next page of resources, if any.
|
|
27
27
|
*/
|
|
28
|
-
export declare const listEvmSmartAccounts:
|
|
28
|
+
export declare const listEvmSmartAccounts: import("@distilled.cloud/core/client").OperationMethod<{
|
|
29
|
+
readonly pageSize?: number | undefined;
|
|
30
|
+
readonly pageToken?: string | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
readonly accounts: readonly {
|
|
33
|
+
readonly address: string;
|
|
34
|
+
readonly createdAt?: string | undefined;
|
|
35
|
+
readonly name?: string | undefined;
|
|
36
|
+
readonly owners: readonly string[];
|
|
37
|
+
readonly policies?: readonly string[] | undefined;
|
|
38
|
+
readonly updatedAt?: string | undefined;
|
|
39
|
+
}[];
|
|
40
|
+
readonly nextPageToken?: string | undefined;
|
|
41
|
+
}, never, any>;
|
|
29
42
|
//# sourceMappingURL=listEvmSmartAccounts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listEvmSmartAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/listEvmSmartAccounts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;EAI8B,CAAC;AACrE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;EAanC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"listEvmSmartAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/listEvmSmartAccounts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;EAI8B,CAAC;AACrE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;EAanC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;cAKhC,CAAC"}
|