@layr-labs/ecloud-sdk 0.2.1-dev → 0.2.2-dev
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/VERSION +2 -2
- package/dist/billing.cjs +13 -5
- package/dist/billing.cjs.map +1 -1
- package/dist/billing.d.cts +1 -1
- package/dist/billing.d.ts +1 -1
- package/dist/billing.js +13 -5
- package/dist/billing.js.map +1 -1
- package/dist/browser.cjs +2106 -62
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +202 -5
- package/dist/browser.d.ts +202 -5
- package/dist/browser.js +2069 -67
- package/dist/browser.js.map +1 -1
- package/dist/{compute-B85ikS78.d.ts → compute-BYhSs8en.d.ts} +1 -1
- package/dist/{compute-CC0R7HEu.d.cts → compute-Bpjb3hYD.d.cts} +1 -1
- package/dist/compute.cjs +237 -22
- package/dist/compute.cjs.map +1 -1
- package/dist/compute.d.cts +2 -2
- package/dist/compute.d.ts +2 -2
- package/dist/compute.js +238 -27
- package/dist/compute.js.map +1 -1
- package/dist/helpers-CEvhJz7f.d.cts +742 -0
- package/dist/helpers-CQuBwQnu.d.ts +742 -0
- package/dist/{index-D5oW73Dx.d.cts → index-DeQzn_yM.d.cts} +309 -2
- package/dist/{index-D5oW73Dx.d.ts → index-DeQzn_yM.d.ts} +309 -2
- package/dist/index.cjs +394 -44
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -88
- package/dist/index.d.ts +8 -88
- package/dist/index.js +384 -49
- package/dist/index.js.map +1 -1
- package/package.json +12 -2
- package/dist/eip7702-CXCYfOnk.d.ts +0 -400
- package/dist/eip7702-DeqoCP5b.d.cts +0 -400
package/dist/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { C as ComputeModule } from './compute-
|
|
2
|
-
export { d as ComputeModuleConfig, a as CreateAppOpts, L as LogsOptions, P as PRIMARY_LANGUAGES, S as SDKCreateAppOpts, c as createApp, b as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, h as encodeTerminateAppData, g as getAvailableTemplates, l as logs } from './compute-
|
|
1
|
+
import { C as ComputeModule } from './compute-Bpjb3hYD.cjs';
|
|
2
|
+
export { d as ComputeModuleConfig, a as CreateAppOpts, L as LogsOptions, P as PRIMARY_LANGUAGES, S as SDKCreateAppOpts, c as createApp, b as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, h as encodeTerminateAppData, g as getAvailableTemplates, l as logs } from './compute-Bpjb3hYD.cjs';
|
|
3
3
|
import { BillingModule } from './billing.cjs';
|
|
4
4
|
export { BillingModuleConfig, createBillingModule } from './billing.cjs';
|
|
5
|
-
import { WalletClient,
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
8
|
-
import {
|
|
9
|
-
export {
|
|
5
|
+
import { WalletClient, PublicClient, Address, Hex } from 'viem';
|
|
6
|
+
import { L as LogVisibility, a7 as ResourceUsageMonitoring } from './helpers-CEvhJz7f.cjs';
|
|
7
|
+
export { F as AppInfo, I as AppMetrics, H as AppProfileInfo, a9 as AppRelease, aa as AppReleaseBuild, ab as AppResponse, K as BillingApiClient, C as ComputeApiConfig, z as CreateAppParams, ag as DeployParams, P as EstimateBatchGasOptions, G as GeneratedKey, a3 as LoginRequest, a2 as LoginResult, A as LogsParams, a as SessionError, S as SessionInfo, b as SiweMessageParams, Z as SiweMessageResult, ai as UpgradeParams, U as UserApiClient, a5 as addHexPrefix, ad as assertValidFilePath, j as assertValidImageReference, n as assertValidPrivateKey, O as checkERC7702Delegation, T as createSiweMessage, a8 as createViemClients, M as estimateBatchGas, k as extractAppNameFromImage, D as generateNewPrivateKey, W as generateNonce, d as getAvailableEnvironments, c as getBillingEnvironmentConfig, e as getBuildType, a4 as getChainFromID, a0 as getComputeApiSession, g as getEnvironmentConfig, i as isEnvironmentAvailable, f as isMainnet, a1 as isSessionValid, X as isSiweMessageExpired, Y as isSiweMessageNotYetValid, B as isSubscriptionActive, _ as loginToComputeApi, $ as logoutFromComputeApi, V as parseSiweMessage, t as sanitizeString, u as sanitizeURL, w as sanitizeXURL, a6 as stripHexPrefix, r as validateAppID, v as validateAppName, x as validateCreateAppParams, ah as validateDeployParams, q as validateDescription, ac as validateFilePath, ae as validateImagePath, h as validateImageReference, l as validateInstanceTypeSKU, s as validateLogVisibility, y as validateLogsParams, m as validatePrivateKeyFormat, af as validateResourceUsageMonitoring, o as validateURL, aj as validateUpgradeParams, p as validateXURL } from './helpers-CEvhJz7f.cjs';
|
|
8
|
+
import { G as GasEstimate, ab as Logger, $ as PreparedDeploy, a6 as EnvironmentConfig, a4 as DeployResult, a0 as PreparedUpgrade, A as AppId } from './index-DeQzn_yM.cjs';
|
|
9
|
+
export { al as AlreadyActiveResponse, ac as AppProfile, ad as AppProfileResponse, a2 as AppRecord, a5 as BillingEnvironmentConfig, aq as CancelResponse, ao as CancelSuccessResponse, af as ChainID, ak as CheckoutCreatedResponse, ai as CreateSubscriptionOptions, aj as CreateSubscriptionResponse, N as DeployAppOpts, a3 as DeployOptions, at as DeployProgressCallback, au as DeployStep, aa as DockerImageConfig, E as EstimateGasOptions, X as ExecuteDeployResult, Y as ExecuteUpgradeResult, W as GasOpts, a9 as ImageDigestResult, a1 as LifecycleOpts, ap as NoActiveSubscriptionResponse, a8 as ParsedEnvironment, am as PaymentIssueResponse, T as PrepareDeployFromVerifiableBuildOpts, Q as PrepareDeployOpts, V as PrepareUpgradeFromVerifiableBuildOpts, R as PrepareUpgradeOpts, Z as PreparedDeployData, _ as PreparedUpgradeData, ae as ProductID, ar as ProductSubscriptionResponse, a7 as Release, av as SequentialDeployResult, an as SubscribeResponse, ah as SubscriptionLineItem, as as SubscriptionOpts, ag as SubscriptionStatus, O as UpgradeAppOpts, e as estimateTransactionGas, f as formatETH, g as getAllAppsByDeveloper, aw as getAppLatestReleaseBlockNumbers, ax as getBlockTimestamps, M as logVisibility, L as noopLogger } from './index-DeQzn_yM.cjs';
|
|
10
10
|
|
|
11
11
|
interface SubmitBuildRequest {
|
|
12
12
|
repoUrl: string;
|
|
@@ -144,86 +144,6 @@ interface BuildModule {
|
|
|
144
144
|
}
|
|
145
145
|
declare function createBuildModule(config: BuildModuleConfig): BuildModule;
|
|
146
146
|
|
|
147
|
-
/**
|
|
148
|
-
* General utility helpers
|
|
149
|
-
*/
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Get a viem Chain object from a chain ID.
|
|
153
|
-
* Supports mainnet (1) and sepolia (11155111), defaults to the fallback chain for unknown chains.
|
|
154
|
-
*/
|
|
155
|
-
declare function getChainFromID(chainID: bigint, fallback?: Chain): Chain;
|
|
156
|
-
/**
|
|
157
|
-
* Create viem clients from a private key
|
|
158
|
-
*
|
|
159
|
-
* This is a convenience helper for CLI and server applications that have direct
|
|
160
|
-
* access to a private key. For browser applications using external wallets (MetaMask, etc.),
|
|
161
|
-
* create the WalletClient directly using viem's createWalletClient with a custom transport.
|
|
162
|
-
*
|
|
163
|
-
* @example
|
|
164
|
-
* // CLI usage with private key
|
|
165
|
-
* const { walletClient, publicClient } = createClients({
|
|
166
|
-
* privateKey: '0x...',
|
|
167
|
-
* rpcUrl: 'https://sepolia.infura.io/v3/...',
|
|
168
|
-
* chainId: 11155111n
|
|
169
|
-
* });
|
|
170
|
-
*
|
|
171
|
-
* @example
|
|
172
|
-
* // Browser usage with external wallet (create clients directly)
|
|
173
|
-
* const walletClient = createWalletClient({
|
|
174
|
-
* chain: sepolia,
|
|
175
|
-
* transport: custom(window.ethereum!)
|
|
176
|
-
* });
|
|
177
|
-
* const publicClient = createPublicClient({
|
|
178
|
-
* chain: sepolia,
|
|
179
|
-
* transport: custom(window.ethereum!)
|
|
180
|
-
* });
|
|
181
|
-
*/
|
|
182
|
-
declare function createClients(options: {
|
|
183
|
-
privateKey: string | Hex;
|
|
184
|
-
rpcUrl: string;
|
|
185
|
-
chainId: bigint;
|
|
186
|
-
}): {
|
|
187
|
-
walletClient: WalletClient;
|
|
188
|
-
publicClient: PublicClient;
|
|
189
|
-
};
|
|
190
|
-
/**
|
|
191
|
-
* Ensure hex string has 0x prefix
|
|
192
|
-
*/
|
|
193
|
-
declare function addHexPrefix(value: string): Hex;
|
|
194
|
-
/**
|
|
195
|
-
* Remove 0x prefix from hex string if present
|
|
196
|
-
*/
|
|
197
|
-
declare function stripHexPrefix(value: string): string;
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* BillingAPI Client to manage product subscriptions
|
|
201
|
-
* Standalone client - does not depend on chain infrastructure
|
|
202
|
-
*
|
|
203
|
-
* Accepts viem's WalletClient which abstracts over both local accounts
|
|
204
|
-
* (privateKeyToAccount) and external signers (MetaMask, etc.).
|
|
205
|
-
*/
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* BillingAPI Client for managing product subscriptions.
|
|
209
|
-
*/
|
|
210
|
-
declare class BillingApiClient {
|
|
211
|
-
private readonly config;
|
|
212
|
-
private readonly walletClient;
|
|
213
|
-
constructor(config: BillingEnvironmentConfig, walletClient: WalletClient);
|
|
214
|
-
/**
|
|
215
|
-
* Get the address of the connected wallet
|
|
216
|
-
*/
|
|
217
|
-
get address(): Address;
|
|
218
|
-
createSubscription(productId?: ProductID): Promise<CreateSubscriptionResponse>;
|
|
219
|
-
getSubscription(productId?: ProductID): Promise<ProductSubscriptionResponse>;
|
|
220
|
-
cancelSubscription(productId?: ProductID): Promise<void>;
|
|
221
|
-
/**
|
|
222
|
-
* Make an authenticated request to the billing API
|
|
223
|
-
*/
|
|
224
|
-
private makeAuthenticatedRequest;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
147
|
/**
|
|
228
148
|
* Main deploy function
|
|
229
149
|
*
|
|
@@ -866,4 +786,4 @@ interface ECloudClient {
|
|
|
866
786
|
}
|
|
867
787
|
declare function createECloudClient(cfg: ClientConfig): ECloudClient;
|
|
868
788
|
|
|
869
|
-
export { type AppEnvironment, AppId, AuthRequiredError, BUILD_STATUS, BadRequestError,
|
|
789
|
+
export { type AppEnvironment, AppId, AuthRequiredError, BUILD_STATUS, BadRequestError, BillingModule, type Build, BuildError, BuildFailedError, type BuildModule, type BuildModuleConfig, type BuildProgress, type BuildStatus, type ClientConfig, ComputeModule, ConflictError, DeployResult, type ECloudClient, type Environment, EnvironmentConfig, ForbiddenError, GasEstimate, type LegacyKey, type LogChunk, LogVisibility, Logger, type Metric, type MetricsContext, NoopClient, NotFoundError, PostHogClient, type PrepareDeployResult, type PrepareUpgradeResult, PreparedDeploy, PreparedUpgrade, type PrivateKeySource, ResourceUsageMonitoring, type SDKDeployOptions, type SDKUpgradeOptions, type StoredKey, type SubmitBuildRequest, type SubmitBuildResponse, type TelemetryClient, type TelemetryClientOptions, type TelemetryWrapperOptions, TimeoutError, type VerifyProvenanceFailure, type VerifyProvenanceResult, type VerifyProvenanceSuccess, addMetric, addMetricWithDimensions, createAppEnvironment, createBuildModule, createECloudClient, createMetricsContext, createTelemetryClient, deleteLegacyPrivateKey, deletePrivateKey, emitMetrics, executeDeploy, executeUpgrade, fetchTemplateCatalog, getAddressFromPrivateKey, getCategoryDescriptions, getCurrentInstanceType, getLegacyKeys, getLegacyPrivateKey, getPostHogAPIKey, getPostHogEndpoint, getPrivateKey, getPrivateKeyWithSource, getTemplate, isNoopClient, keyExists, listStoredKeys, prepareDeploy, prepareDeployFromVerifiableBuild, prepareUpgrade, prepareUpgradeFromVerifiableBuild, requirePrivateKey, storePrivateKey, validatePrivateKey, watchDeployment, watchUpgrade, withSDKTelemetry };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { C as ComputeModule } from './compute-
|
|
2
|
-
export { d as ComputeModuleConfig, a as CreateAppOpts, L as LogsOptions, P as PRIMARY_LANGUAGES, S as SDKCreateAppOpts, c as createApp, b as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, h as encodeTerminateAppData, g as getAvailableTemplates, l as logs } from './compute-
|
|
1
|
+
import { C as ComputeModule } from './compute-BYhSs8en.js';
|
|
2
|
+
export { d as ComputeModuleConfig, a as CreateAppOpts, L as LogsOptions, P as PRIMARY_LANGUAGES, S as SDKCreateAppOpts, c as createApp, b as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, h as encodeTerminateAppData, g as getAvailableTemplates, l as logs } from './compute-BYhSs8en.js';
|
|
3
3
|
import { BillingModule } from './billing.js';
|
|
4
4
|
export { BillingModuleConfig, createBillingModule } from './billing.js';
|
|
5
|
-
import { WalletClient,
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
8
|
-
import {
|
|
9
|
-
export {
|
|
5
|
+
import { WalletClient, PublicClient, Address, Hex } from 'viem';
|
|
6
|
+
import { L as LogVisibility, a7 as ResourceUsageMonitoring } from './helpers-CQuBwQnu.js';
|
|
7
|
+
export { F as AppInfo, I as AppMetrics, H as AppProfileInfo, a9 as AppRelease, aa as AppReleaseBuild, ab as AppResponse, K as BillingApiClient, C as ComputeApiConfig, z as CreateAppParams, ag as DeployParams, P as EstimateBatchGasOptions, G as GeneratedKey, a3 as LoginRequest, a2 as LoginResult, A as LogsParams, a as SessionError, S as SessionInfo, b as SiweMessageParams, Z as SiweMessageResult, ai as UpgradeParams, U as UserApiClient, a5 as addHexPrefix, ad as assertValidFilePath, j as assertValidImageReference, n as assertValidPrivateKey, O as checkERC7702Delegation, T as createSiweMessage, a8 as createViemClients, M as estimateBatchGas, k as extractAppNameFromImage, D as generateNewPrivateKey, W as generateNonce, d as getAvailableEnvironments, c as getBillingEnvironmentConfig, e as getBuildType, a4 as getChainFromID, a0 as getComputeApiSession, g as getEnvironmentConfig, i as isEnvironmentAvailable, f as isMainnet, a1 as isSessionValid, X as isSiweMessageExpired, Y as isSiweMessageNotYetValid, B as isSubscriptionActive, _ as loginToComputeApi, $ as logoutFromComputeApi, V as parseSiweMessage, t as sanitizeString, u as sanitizeURL, w as sanitizeXURL, a6 as stripHexPrefix, r as validateAppID, v as validateAppName, x as validateCreateAppParams, ah as validateDeployParams, q as validateDescription, ac as validateFilePath, ae as validateImagePath, h as validateImageReference, l as validateInstanceTypeSKU, s as validateLogVisibility, y as validateLogsParams, m as validatePrivateKeyFormat, af as validateResourceUsageMonitoring, o as validateURL, aj as validateUpgradeParams, p as validateXURL } from './helpers-CQuBwQnu.js';
|
|
8
|
+
import { G as GasEstimate, ab as Logger, $ as PreparedDeploy, a6 as EnvironmentConfig, a4 as DeployResult, a0 as PreparedUpgrade, A as AppId } from './index-DeQzn_yM.js';
|
|
9
|
+
export { al as AlreadyActiveResponse, ac as AppProfile, ad as AppProfileResponse, a2 as AppRecord, a5 as BillingEnvironmentConfig, aq as CancelResponse, ao as CancelSuccessResponse, af as ChainID, ak as CheckoutCreatedResponse, ai as CreateSubscriptionOptions, aj as CreateSubscriptionResponse, N as DeployAppOpts, a3 as DeployOptions, at as DeployProgressCallback, au as DeployStep, aa as DockerImageConfig, E as EstimateGasOptions, X as ExecuteDeployResult, Y as ExecuteUpgradeResult, W as GasOpts, a9 as ImageDigestResult, a1 as LifecycleOpts, ap as NoActiveSubscriptionResponse, a8 as ParsedEnvironment, am as PaymentIssueResponse, T as PrepareDeployFromVerifiableBuildOpts, Q as PrepareDeployOpts, V as PrepareUpgradeFromVerifiableBuildOpts, R as PrepareUpgradeOpts, Z as PreparedDeployData, _ as PreparedUpgradeData, ae as ProductID, ar as ProductSubscriptionResponse, a7 as Release, av as SequentialDeployResult, an as SubscribeResponse, ah as SubscriptionLineItem, as as SubscriptionOpts, ag as SubscriptionStatus, O as UpgradeAppOpts, e as estimateTransactionGas, f as formatETH, g as getAllAppsByDeveloper, aw as getAppLatestReleaseBlockNumbers, ax as getBlockTimestamps, M as logVisibility, L as noopLogger } from './index-DeQzn_yM.js';
|
|
10
10
|
|
|
11
11
|
interface SubmitBuildRequest {
|
|
12
12
|
repoUrl: string;
|
|
@@ -144,86 +144,6 @@ interface BuildModule {
|
|
|
144
144
|
}
|
|
145
145
|
declare function createBuildModule(config: BuildModuleConfig): BuildModule;
|
|
146
146
|
|
|
147
|
-
/**
|
|
148
|
-
* General utility helpers
|
|
149
|
-
*/
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Get a viem Chain object from a chain ID.
|
|
153
|
-
* Supports mainnet (1) and sepolia (11155111), defaults to the fallback chain for unknown chains.
|
|
154
|
-
*/
|
|
155
|
-
declare function getChainFromID(chainID: bigint, fallback?: Chain): Chain;
|
|
156
|
-
/**
|
|
157
|
-
* Create viem clients from a private key
|
|
158
|
-
*
|
|
159
|
-
* This is a convenience helper for CLI and server applications that have direct
|
|
160
|
-
* access to a private key. For browser applications using external wallets (MetaMask, etc.),
|
|
161
|
-
* create the WalletClient directly using viem's createWalletClient with a custom transport.
|
|
162
|
-
*
|
|
163
|
-
* @example
|
|
164
|
-
* // CLI usage with private key
|
|
165
|
-
* const { walletClient, publicClient } = createClients({
|
|
166
|
-
* privateKey: '0x...',
|
|
167
|
-
* rpcUrl: 'https://sepolia.infura.io/v3/...',
|
|
168
|
-
* chainId: 11155111n
|
|
169
|
-
* });
|
|
170
|
-
*
|
|
171
|
-
* @example
|
|
172
|
-
* // Browser usage with external wallet (create clients directly)
|
|
173
|
-
* const walletClient = createWalletClient({
|
|
174
|
-
* chain: sepolia,
|
|
175
|
-
* transport: custom(window.ethereum!)
|
|
176
|
-
* });
|
|
177
|
-
* const publicClient = createPublicClient({
|
|
178
|
-
* chain: sepolia,
|
|
179
|
-
* transport: custom(window.ethereum!)
|
|
180
|
-
* });
|
|
181
|
-
*/
|
|
182
|
-
declare function createClients(options: {
|
|
183
|
-
privateKey: string | Hex;
|
|
184
|
-
rpcUrl: string;
|
|
185
|
-
chainId: bigint;
|
|
186
|
-
}): {
|
|
187
|
-
walletClient: WalletClient;
|
|
188
|
-
publicClient: PublicClient;
|
|
189
|
-
};
|
|
190
|
-
/**
|
|
191
|
-
* Ensure hex string has 0x prefix
|
|
192
|
-
*/
|
|
193
|
-
declare function addHexPrefix(value: string): Hex;
|
|
194
|
-
/**
|
|
195
|
-
* Remove 0x prefix from hex string if present
|
|
196
|
-
*/
|
|
197
|
-
declare function stripHexPrefix(value: string): string;
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* BillingAPI Client to manage product subscriptions
|
|
201
|
-
* Standalone client - does not depend on chain infrastructure
|
|
202
|
-
*
|
|
203
|
-
* Accepts viem's WalletClient which abstracts over both local accounts
|
|
204
|
-
* (privateKeyToAccount) and external signers (MetaMask, etc.).
|
|
205
|
-
*/
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* BillingAPI Client for managing product subscriptions.
|
|
209
|
-
*/
|
|
210
|
-
declare class BillingApiClient {
|
|
211
|
-
private readonly config;
|
|
212
|
-
private readonly walletClient;
|
|
213
|
-
constructor(config: BillingEnvironmentConfig, walletClient: WalletClient);
|
|
214
|
-
/**
|
|
215
|
-
* Get the address of the connected wallet
|
|
216
|
-
*/
|
|
217
|
-
get address(): Address;
|
|
218
|
-
createSubscription(productId?: ProductID): Promise<CreateSubscriptionResponse>;
|
|
219
|
-
getSubscription(productId?: ProductID): Promise<ProductSubscriptionResponse>;
|
|
220
|
-
cancelSubscription(productId?: ProductID): Promise<void>;
|
|
221
|
-
/**
|
|
222
|
-
* Make an authenticated request to the billing API
|
|
223
|
-
*/
|
|
224
|
-
private makeAuthenticatedRequest;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
147
|
/**
|
|
228
148
|
* Main deploy function
|
|
229
149
|
*
|
|
@@ -866,4 +786,4 @@ interface ECloudClient {
|
|
|
866
786
|
}
|
|
867
787
|
declare function createECloudClient(cfg: ClientConfig): ECloudClient;
|
|
868
788
|
|
|
869
|
-
export { type AppEnvironment, AppId, AuthRequiredError, BUILD_STATUS, BadRequestError,
|
|
789
|
+
export { type AppEnvironment, AppId, AuthRequiredError, BUILD_STATUS, BadRequestError, BillingModule, type Build, BuildError, BuildFailedError, type BuildModule, type BuildModuleConfig, type BuildProgress, type BuildStatus, type ClientConfig, ComputeModule, ConflictError, DeployResult, type ECloudClient, type Environment, EnvironmentConfig, ForbiddenError, GasEstimate, type LegacyKey, type LogChunk, LogVisibility, Logger, type Metric, type MetricsContext, NoopClient, NotFoundError, PostHogClient, type PrepareDeployResult, type PrepareUpgradeResult, PreparedDeploy, PreparedUpgrade, type PrivateKeySource, ResourceUsageMonitoring, type SDKDeployOptions, type SDKUpgradeOptions, type StoredKey, type SubmitBuildRequest, type SubmitBuildResponse, type TelemetryClient, type TelemetryClientOptions, type TelemetryWrapperOptions, TimeoutError, type VerifyProvenanceFailure, type VerifyProvenanceResult, type VerifyProvenanceSuccess, addMetric, addMetricWithDimensions, createAppEnvironment, createBuildModule, createECloudClient, createMetricsContext, createTelemetryClient, deleteLegacyPrivateKey, deletePrivateKey, emitMetrics, executeDeploy, executeUpgrade, fetchTemplateCatalog, getAddressFromPrivateKey, getCategoryDescriptions, getCurrentInstanceType, getLegacyKeys, getLegacyPrivateKey, getPostHogAPIKey, getPostHogEndpoint, getPrivateKey, getPrivateKeyWithSource, getTemplate, isNoopClient, keyExists, listStoredKeys, prepareDeploy, prepareDeployFromVerifiableBuild, prepareUpgrade, prepareUpgradeFromVerifiableBuild, requirePrivateKey, storePrivateKey, validatePrivateKey, watchDeployment, watchUpgrade, withSDKTelemetry };
|