@aastar/sdk 0.20.6 → 0.20.8
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/dist/airaccount.d.ts +3 -3
- package/dist/airaccount.js +4 -2
- package/dist/{chunk-KISL64KW.js → chunk-IC3G6YM2.js} +989 -641
- package/dist/chunk-IC3G6YM2.js.map +1 -0
- package/dist/{chunk-FUU7RIIA.js → chunk-X3AMH53O.js} +146 -104
- package/dist/chunk-X3AMH53O.js.map +1 -0
- package/dist/index.d.ts +6 -2
- package/dist/index.js +1 -1
- package/dist/kms.d.ts +186 -118
- package/dist/kms.js +4 -2
- package/dist/{tier-router-DLiMxs0h.d.ts → tier-router-DeeVg69O.d.ts} +60 -11
- package/package.json +1 -2
- package/dist/chunk-FUU7RIIA.js.map +0 -1
- package/dist/chunk-KISL64KW.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { Client, Transport, Chain, Account, PublicActions, WalletActions, Addres
|
|
|
14
14
|
export { CommunityClient, CommunityClientConfig, CommunityInfo, CreateCommunityParams, GaslessConfig, OnboardResult, ReputationData, UserClient, UserClientConfig, UserLifecycle, UserLifecycleConfig } from './enduser.js';
|
|
15
15
|
export { OperatorClientConfig, OperatorLifecycle, OperatorStatus, PaymasterOperatorClient, ProposalState, ProtocolClient, ProtocolClientConfig, SponsorshipPolicy } from './operator.js';
|
|
16
16
|
export { ProtocolGovernance, ProtocolParams } from './admin.js';
|
|
17
|
-
import { A as ALG_BLS, a as ALG_CUMULATIVE_T2, b as ALG_CUMULATIVE_T3, c as ALG_ECDSA, d as ALG_P256, e as AlgId, B as BLSConfig,
|
|
17
|
+
import { A as ALG_BLS, a as ALG_CUMULATIVE_T2, b as ALG_CUMULATIVE_T3, c as ALG_ECDSA, d as ALG_P256, e as AirAccountClient, f as AirAccountConfig, g as AlgId, B as BLSConfig, h as BLSManager, i as BLSNode, j as BLSSignatureData, k as BeginAuthenticationResponse, l as BeginRegistrationResponse, m as BeginTransactionVerificationResponse, C as CryptoUtil, n as CumulativeT2SignatureData, o as CumulativeT3SignatureData, D as DEFAULT_PASSKEY_ROUTES, E as ERC4337Utils, G as GasEstimate, p as GuardStatus, P as PackedUserOperation$1, q as PasskeyAuthenticationParams, r as PasskeyInfo, s as PasskeyManager, t as PasskeyRegistrationParams, u as PasskeyRoutes, v as PreCheckResult, T as TierConfig, w as TierLevel, x as TransactionVerificationParams, U as UserOpBuilder, y as UserOperation, Y as YAAAClient, z as YAAAConfig, F as algIdForTier, H as resolveTier } from './tier-router-DeeVg69O.js';
|
|
18
18
|
import 'node_modules/viem/_types';
|
|
19
19
|
|
|
20
20
|
type EndUserClient = Client<Transport, Chain, Account | undefined> & PublicActions<Transport, Chain, Account | undefined> & WalletActions<Chain, Account | undefined> & RegistryActions & SBTActions & SuperPaymasterActions & PaymasterActions & {
|
|
@@ -246,6 +246,8 @@ declare const index_ALG_CUMULATIVE_T2: typeof ALG_CUMULATIVE_T2;
|
|
|
246
246
|
declare const index_ALG_CUMULATIVE_T3: typeof ALG_CUMULATIVE_T3;
|
|
247
247
|
declare const index_ALG_ECDSA: typeof ALG_ECDSA;
|
|
248
248
|
declare const index_ALG_P256: typeof ALG_P256;
|
|
249
|
+
declare const index_AirAccountClient: typeof AirAccountClient;
|
|
250
|
+
declare const index_AirAccountConfig: typeof AirAccountConfig;
|
|
249
251
|
declare const index_AlgId: typeof AlgId;
|
|
250
252
|
declare const index_BLSConfig: typeof BLSConfig;
|
|
251
253
|
declare const index_BLSManager: typeof BLSManager;
|
|
@@ -257,6 +259,7 @@ declare const index_BeginTransactionVerificationResponse: typeof BeginTransactio
|
|
|
257
259
|
declare const index_CryptoUtil: typeof CryptoUtil;
|
|
258
260
|
declare const index_CumulativeT2SignatureData: typeof CumulativeT2SignatureData;
|
|
259
261
|
declare const index_CumulativeT3SignatureData: typeof CumulativeT3SignatureData;
|
|
262
|
+
declare const index_DEFAULT_PASSKEY_ROUTES: typeof DEFAULT_PASSKEY_ROUTES;
|
|
260
263
|
declare const index_ERC4337Utils: typeof ERC4337Utils;
|
|
261
264
|
declare const index_GasEstimate: typeof GasEstimate;
|
|
262
265
|
declare const index_GuardStatus: typeof GuardStatus;
|
|
@@ -264,6 +267,7 @@ declare const index_PasskeyAuthenticationParams: typeof PasskeyAuthenticationPar
|
|
|
264
267
|
declare const index_PasskeyInfo: typeof PasskeyInfo;
|
|
265
268
|
declare const index_PasskeyManager: typeof PasskeyManager;
|
|
266
269
|
declare const index_PasskeyRegistrationParams: typeof PasskeyRegistrationParams;
|
|
270
|
+
declare const index_PasskeyRoutes: typeof PasskeyRoutes;
|
|
267
271
|
declare const index_PreCheckResult: typeof PreCheckResult;
|
|
268
272
|
declare const index_TierConfig: typeof TierConfig;
|
|
269
273
|
declare const index_TierLevel: typeof TierLevel;
|
|
@@ -275,7 +279,7 @@ declare const index_YAAAConfig: typeof YAAAConfig;
|
|
|
275
279
|
declare const index_algIdForTier: typeof algIdForTier;
|
|
276
280
|
declare const index_resolveTier: typeof resolveTier;
|
|
277
281
|
declare namespace index {
|
|
278
|
-
export { index_ALG_BLS as ALG_BLS, index_ALG_CUMULATIVE_T2 as ALG_CUMULATIVE_T2, index_ALG_CUMULATIVE_T3 as ALG_CUMULATIVE_T3, index_ALG_ECDSA as ALG_ECDSA, index_ALG_P256 as ALG_P256, index_AlgId as AlgId, index_BLSConfig as BLSConfig, index_BLSManager as BLSManager, index_BLSNode as BLSNode, index_BLSSignatureData as BLSSignatureData, index_BeginAuthenticationResponse as BeginAuthenticationResponse, index_BeginRegistrationResponse as BeginRegistrationResponse, index_BeginTransactionVerificationResponse as BeginTransactionVerificationResponse, index_CryptoUtil as CryptoUtil, index_CumulativeT2SignatureData as CumulativeT2SignatureData, index_CumulativeT3SignatureData as CumulativeT3SignatureData, index_ERC4337Utils as ERC4337Utils, index_GasEstimate as GasEstimate, index_GuardStatus as GuardStatus, PackedUserOperation$1 as PackedUserOperation, index_PasskeyAuthenticationParams as PasskeyAuthenticationParams, index_PasskeyInfo as PasskeyInfo, index_PasskeyManager as PasskeyManager, index_PasskeyRegistrationParams as PasskeyRegistrationParams, index_PreCheckResult as PreCheckResult, index_TierConfig as TierConfig, index_TierLevel as TierLevel, index_TransactionVerificationParams as TransactionVerificationParams, index_UserOpBuilder as UserOpBuilder, index_UserOperation as UserOperation, index_YAAAClient as YAAAClient, index_YAAAConfig as YAAAConfig, index_algIdForTier as algIdForTier, index_resolveTier as resolveTier };
|
|
282
|
+
export { index_ALG_BLS as ALG_BLS, index_ALG_CUMULATIVE_T2 as ALG_CUMULATIVE_T2, index_ALG_CUMULATIVE_T3 as ALG_CUMULATIVE_T3, index_ALG_ECDSA as ALG_ECDSA, index_ALG_P256 as ALG_P256, index_AirAccountClient as AirAccountClient, index_AirAccountConfig as AirAccountConfig, index_AlgId as AlgId, index_BLSConfig as BLSConfig, index_BLSManager as BLSManager, index_BLSNode as BLSNode, index_BLSSignatureData as BLSSignatureData, index_BeginAuthenticationResponse as BeginAuthenticationResponse, index_BeginRegistrationResponse as BeginRegistrationResponse, index_BeginTransactionVerificationResponse as BeginTransactionVerificationResponse, index_CryptoUtil as CryptoUtil, index_CumulativeT2SignatureData as CumulativeT2SignatureData, index_CumulativeT3SignatureData as CumulativeT3SignatureData, index_DEFAULT_PASSKEY_ROUTES as DEFAULT_PASSKEY_ROUTES, index_ERC4337Utils as ERC4337Utils, index_GasEstimate as GasEstimate, index_GuardStatus as GuardStatus, PackedUserOperation$1 as PackedUserOperation, index_PasskeyAuthenticationParams as PasskeyAuthenticationParams, index_PasskeyInfo as PasskeyInfo, index_PasskeyManager as PasskeyManager, index_PasskeyRegistrationParams as PasskeyRegistrationParams, index_PasskeyRoutes as PasskeyRoutes, index_PreCheckResult as PreCheckResult, index_TierConfig as TierConfig, index_TierLevel as TierLevel, index_TransactionVerificationParams as TransactionVerificationParams, index_UserOpBuilder as UserOpBuilder, index_UserOperation as UserOperation, index_YAAAClient as YAAAClient, index_YAAAConfig as YAAAConfig, index_algIdForTier as algIdForTier, index_resolveTier as resolveTier };
|
|
279
283
|
}
|
|
280
284
|
|
|
281
285
|
declare const RoleIds: {
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ export { CommunityClient, UserLifecycle } from './chunk-TENYCMJ3.js';
|
|
|
3
3
|
export { UserClient } from './chunk-PAABYXS6.js';
|
|
4
4
|
export { OperatorLifecycle, PaymasterOperatorClient, ProposalState, ProtocolClient } from './chunk-BN5WY5GM.js';
|
|
5
5
|
export { ProtocolGovernance } from './chunk-FJ7XECC5.js';
|
|
6
|
-
export { src_exports as AirAccount, src_exports as KMS } from './chunk-
|
|
6
|
+
export { src_exports as AirAccount, src_exports as KMS } from './chunk-X3AMH53O.js';
|
|
7
7
|
export { UserOpClient, createEOAWalletClient, getUserOpHash, packUserOpLimits, toSimpleSmartAccount } from './chunk-4EZD7LPE.js';
|
|
8
8
|
export { ReputationClient, checkMySBT, getMySBTId } from './chunk-PKCHRXFR.js';
|
|
9
9
|
export { FinanceClient } from './chunk-KDH3UPKD.js';
|