@tangle-network/tcloud 0.1.3 → 0.2.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/dist/index.d.cts CHANGED
@@ -1,5 +1,7 @@
1
- import { T as TCloudClient, a as TCloudConfig, S as ShieldedWallet, g as generateWallet } from './shielded-xDNVqK4a.cjs';
2
- export { C as ChatCompletion, b as ChatCompletionChunk, c as ChatMessage, d as ChatOptions, e as CreditBalance, E as EmbeddingOptions, f as EmbeddingResponse, I as ImageGenerateOptions, h as ImageResponse, M as Model, O as Operator, P as PrivacyConfig, R as RerankOptions, i as RerankResponse, j as RoutingConfig, k as ShieldedConfig, l as SpendAuth, m as SpendingLimits, n as TCloudError, o as createShieldedClient, p as estimateCost, s as signSpendAuth } from './shielded-xDNVqK4a.cjs';
1
+ import { ShieldedWallet, generateWallet } from './shielded.cjs';
2
+ export { createShieldedClient, estimateCost, signSpendAuth } from './shielded.cjs';
3
+ import { T as TCloudClient, a as TCloudConfig } from './client-CcuHG7_w.cjs';
4
+ export { A as AvatarGenerateRequest, b as AvatarGenerateResponse, c as AvatarJobStatus, d as AvatarResult, B as BatchJobResponse, e as BatchRequest, C as ChatCompletion, f as ChatCompletionChunk, g as ChatMessage, h as ChatOptions, i as CompletionOptions, j as CompletionResponse, k as CreditBalance, E as EmbeddingOptions, l as EmbeddingResponse, F as FineTuningJob, m as FineTuningJobOptions, I as ImageGenerateOptions, n as ImageResponse, J as JobEvent, M as Model, O as Operator, o as OperatorInfo, P as PricingTier, p as PrivacyConfig, q as PrivateRouter, r as PrivateRouterConfig, R as RerankOptions, s as RerankResponse, t as RetryConfig, u as RoutingConfig, v as RoutingStrategy, S as ShieldedConfig, w as SpendAuth, x as SpendingLimits, y as TCloudError, z as TierConfig, D as TranscriptionResponse, V as VideoGenerateOptions, G as VideoResponse, W as WatchJobOptions } from './client-CcuHG7_w.cjs';
3
5
  import 'viem';
4
6
 
5
7
  declare class TCloud extends TCloudClient {
package/dist/index.d.ts CHANGED
@@ -1,5 +1,7 @@
1
- import { T as TCloudClient, a as TCloudConfig, S as ShieldedWallet, g as generateWallet } from './shielded-xDNVqK4a.js';
2
- export { C as ChatCompletion, b as ChatCompletionChunk, c as ChatMessage, d as ChatOptions, e as CreditBalance, E as EmbeddingOptions, f as EmbeddingResponse, I as ImageGenerateOptions, h as ImageResponse, M as Model, O as Operator, P as PrivacyConfig, R as RerankOptions, i as RerankResponse, j as RoutingConfig, k as ShieldedConfig, l as SpendAuth, m as SpendingLimits, n as TCloudError, o as createShieldedClient, p as estimateCost, s as signSpendAuth } from './shielded-xDNVqK4a.js';
1
+ import { ShieldedWallet, generateWallet } from './shielded.js';
2
+ export { createShieldedClient, estimateCost, signSpendAuth } from './shielded.js';
3
+ import { T as TCloudClient, a as TCloudConfig } from './client-CcuHG7_w.js';
4
+ export { A as AvatarGenerateRequest, b as AvatarGenerateResponse, c as AvatarJobStatus, d as AvatarResult, B as BatchJobResponse, e as BatchRequest, C as ChatCompletion, f as ChatCompletionChunk, g as ChatMessage, h as ChatOptions, i as CompletionOptions, j as CompletionResponse, k as CreditBalance, E as EmbeddingOptions, l as EmbeddingResponse, F as FineTuningJob, m as FineTuningJobOptions, I as ImageGenerateOptions, n as ImageResponse, J as JobEvent, M as Model, O as Operator, o as OperatorInfo, P as PricingTier, p as PrivacyConfig, q as PrivateRouter, r as PrivateRouterConfig, R as RerankOptions, s as RerankResponse, t as RetryConfig, u as RoutingConfig, v as RoutingStrategy, S as ShieldedConfig, w as SpendAuth, x as SpendingLimits, y as TCloudError, z as TierConfig, D as TranscriptionResponse, V as VideoGenerateOptions, G as VideoResponse, W as WatchJobOptions } from './client-CcuHG7_w.js';
3
5
  import 'viem';
4
6
 
5
7
  declare class TCloud extends TCloudClient {
package/dist/index.js CHANGED
@@ -1,15 +1,19 @@
1
1
  import {
2
2
  TCloud
3
- } from "./chunk-G5LUZZKT.js";
3
+ } from "./chunk-STNZT6YR.js";
4
4
  import {
5
- TCloudClient,
6
- TCloudError,
7
5
  createShieldedClient,
8
6
  estimateCost,
9
7
  generateWallet,
10
8
  signSpendAuth
11
- } from "./chunk-YKLHAS4E.js";
9
+ } from "./chunk-VD4RNZOC.js";
10
+ import {
11
+ PrivateRouter,
12
+ TCloudClient,
13
+ TCloudError
14
+ } from "./chunk-HL4CXKET.js";
12
15
  export {
16
+ PrivateRouter,
13
17
  TCloud,
14
18
  TCloudClient,
15
19
  TCloudError,