@zeroxyz/sdk 0.7.0 → 0.8.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.
@@ -394,6 +394,11 @@ declare const capabilityResponseSchema: z.ZodObject<{
394
394
  }, z.core.$strip>>;
395
395
  tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
396
396
  exampleAgentPrompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
+ whatItDoes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
398
+ resultDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
399
+ failureModes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
400
+ whenToPreferThis: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
402
  displayCostAmount: z.ZodString;
398
403
  displayCostAsset: z.ZodString;
399
404
  reviewCount: z.ZodNumber;
@@ -394,6 +394,11 @@ declare const capabilityResponseSchema: z.ZodObject<{
394
394
  }, z.core.$strip>>;
395
395
  tags: z.ZodNullable<z.ZodArray<z.ZodString>>;
396
396
  exampleAgentPrompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
+ whatItDoes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
398
+ resultDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
399
+ failureModes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
400
+ whenToPreferThis: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
397
402
  displayCostAmount: z.ZodString;
398
403
  displayCostAsset: z.ZodString;
399
404
  reviewCount: z.ZodNumber;
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk2HZJHVDN_cjs = require('./chunk-2HZJHVDN.cjs');
3
+ var chunk72WCE7HE_cjs = require('./chunk-72WCE7HE.cjs');
4
4
 
5
5
  // src/status.ts
6
6
  var AVAILABILITY_BADGES = {
@@ -25,143 +25,143 @@ var preferHealthy = sortByHealth;
25
25
 
26
26
  Object.defineProperty(exports, "Auth", {
27
27
  enumerable: true,
28
- get: function () { return chunk2HZJHVDN_cjs.Auth; }
28
+ get: function () { return chunk72WCE7HE_cjs.Auth; }
29
29
  });
30
30
  Object.defineProperty(exports, "AuthDevice", {
31
31
  enumerable: true,
32
- get: function () { return chunk2HZJHVDN_cjs.AuthDevice; }
32
+ get: function () { return chunk72WCE7HE_cjs.AuthDevice; }
33
33
  });
34
34
  Object.defineProperty(exports, "BUG_REPORT_CATEGORIES", {
35
35
  enumerable: true,
36
- get: function () { return chunk2HZJHVDN_cjs.BUG_REPORT_CATEGORIES; }
36
+ get: function () { return chunk72WCE7HE_cjs.BUG_REPORT_CATEGORIES; }
37
37
  });
38
38
  Object.defineProperty(exports, "BugReports", {
39
39
  enumerable: true,
40
- get: function () { return chunk2HZJHVDN_cjs.BugReports; }
40
+ get: function () { return chunk72WCE7HE_cjs.BugReports; }
41
41
  });
42
42
  Object.defineProperty(exports, "Capabilities", {
43
43
  enumerable: true,
44
- get: function () { return chunk2HZJHVDN_cjs.Capabilities; }
44
+ get: function () { return chunk72WCE7HE_cjs.Capabilities; }
45
45
  });
46
46
  Object.defineProperty(exports, "DEFAULT_BASE_URL", {
47
47
  enumerable: true,
48
- get: function () { return chunk2HZJHVDN_cjs.DEFAULT_BASE_URL; }
48
+ get: function () { return chunk72WCE7HE_cjs.DEFAULT_BASE_URL; }
49
49
  });
50
50
  Object.defineProperty(exports, "DEFAULT_MAX_RETRIES", {
51
51
  enumerable: true,
52
- get: function () { return chunk2HZJHVDN_cjs.DEFAULT_MAX_RETRIES; }
52
+ get: function () { return chunk72WCE7HE_cjs.DEFAULT_MAX_RETRIES; }
53
53
  });
54
54
  Object.defineProperty(exports, "DEFAULT_TIMEOUT_MS", {
55
55
  enumerable: true,
56
- get: function () { return chunk2HZJHVDN_cjs.DEFAULT_TIMEOUT_MS; }
56
+ get: function () { return chunk72WCE7HE_cjs.DEFAULT_TIMEOUT_MS; }
57
57
  });
58
58
  Object.defineProperty(exports, "FETCH_SKIP_REASONS", {
59
59
  enumerable: true,
60
- get: function () { return chunk2HZJHVDN_cjs.FETCH_SKIP_REASONS; }
60
+ get: function () { return chunk72WCE7HE_cjs.FETCH_SKIP_REASONS; }
61
61
  });
62
62
  Object.defineProperty(exports, "FETCH_WARNINGS", {
63
63
  enumerable: true,
64
- get: function () { return chunk2HZJHVDN_cjs.FETCH_WARNINGS; }
64
+ get: function () { return chunk72WCE7HE_cjs.FETCH_WARNINGS; }
65
65
  });
66
66
  Object.defineProperty(exports, "Payments", {
67
67
  enumerable: true,
68
- get: function () { return chunk2HZJHVDN_cjs.Payments; }
68
+ get: function () { return chunk72WCE7HE_cjs.Payments; }
69
69
  });
70
70
  Object.defineProperty(exports, "Runs", {
71
71
  enumerable: true,
72
- get: function () { return chunk2HZJHVDN_cjs.Runs; }
72
+ get: function () { return chunk72WCE7HE_cjs.Runs; }
73
73
  });
74
74
  Object.defineProperty(exports, "SDK_VERSION", {
75
75
  enumerable: true,
76
- get: function () { return chunk2HZJHVDN_cjs.SDK_VERSION; }
76
+ get: function () { return chunk72WCE7HE_cjs.SDK_VERSION; }
77
77
  });
78
78
  Object.defineProperty(exports, "TEMPO_CHAIN_ID", {
79
79
  enumerable: true,
80
- get: function () { return chunk2HZJHVDN_cjs.TEMPO_CHAIN_ID; }
80
+ get: function () { return chunk72WCE7HE_cjs.TEMPO_CHAIN_ID; }
81
81
  });
82
82
  Object.defineProperty(exports, "TEMPO_TESTNET_CHAIN_ID", {
83
83
  enumerable: true,
84
- get: function () { return chunk2HZJHVDN_cjs.TEMPO_TESTNET_CHAIN_ID; }
84
+ get: function () { return chunk72WCE7HE_cjs.TEMPO_TESTNET_CHAIN_ID; }
85
85
  });
86
86
  Object.defineProperty(exports, "Wallet", {
87
87
  enumerable: true,
88
- get: function () { return chunk2HZJHVDN_cjs.Wallet; }
88
+ get: function () { return chunk72WCE7HE_cjs.Wallet; }
89
89
  });
90
90
  Object.defineProperty(exports, "ZeroApiError", {
91
91
  enumerable: true,
92
- get: function () { return chunk2HZJHVDN_cjs.ZeroApiError; }
92
+ get: function () { return chunk72WCE7HE_cjs.ZeroApiError; }
93
93
  });
94
94
  Object.defineProperty(exports, "ZeroAuthError", {
95
95
  enumerable: true,
96
- get: function () { return chunk2HZJHVDN_cjs.ZeroAuthError; }
96
+ get: function () { return chunk72WCE7HE_cjs.ZeroAuthError; }
97
97
  });
98
98
  Object.defineProperty(exports, "ZeroClient", {
99
99
  enumerable: true,
100
- get: function () { return chunk2HZJHVDN_cjs.ZeroClient; }
100
+ get: function () { return chunk72WCE7HE_cjs.ZeroClient; }
101
101
  });
102
102
  Object.defineProperty(exports, "ZeroConfigurationError", {
103
103
  enumerable: true,
104
- get: function () { return chunk2HZJHVDN_cjs.ZeroConfigurationError; }
104
+ get: function () { return chunk72WCE7HE_cjs.ZeroConfigurationError; }
105
105
  });
106
106
  Object.defineProperty(exports, "ZeroError", {
107
107
  enumerable: true,
108
- get: function () { return chunk2HZJHVDN_cjs.ZeroError; }
108
+ get: function () { return chunk72WCE7HE_cjs.ZeroError; }
109
109
  });
110
110
  Object.defineProperty(exports, "ZeroPaymentError", {
111
111
  enumerable: true,
112
- get: function () { return chunk2HZJHVDN_cjs.ZeroPaymentError; }
112
+ get: function () { return chunk72WCE7HE_cjs.ZeroPaymentError; }
113
113
  });
114
114
  Object.defineProperty(exports, "ZeroSessionCloseFailedError", {
115
115
  enumerable: true,
116
- get: function () { return chunk2HZJHVDN_cjs.ZeroSessionCloseFailedError; }
116
+ get: function () { return chunk72WCE7HE_cjs.ZeroSessionCloseFailedError; }
117
117
  });
118
118
  Object.defineProperty(exports, "ZeroTimeoutError", {
119
119
  enumerable: true,
120
- get: function () { return chunk2HZJHVDN_cjs.ZeroTimeoutError; }
120
+ get: function () { return chunk72WCE7HE_cjs.ZeroTimeoutError; }
121
121
  });
122
122
  Object.defineProperty(exports, "ZeroValidationError", {
123
123
  enumerable: true,
124
- get: function () { return chunk2HZJHVDN_cjs.ZeroValidationError; }
124
+ get: function () { return chunk72WCE7HE_cjs.ZeroValidationError; }
125
125
  });
126
126
  Object.defineProperty(exports, "ZeroWalletError", {
127
127
  enumerable: true,
128
- get: function () { return chunk2HZJHVDN_cjs.ZeroWalletError; }
128
+ get: function () { return chunk72WCE7HE_cjs.ZeroWalletError; }
129
129
  });
130
130
  Object.defineProperty(exports, "asSchemaNode", {
131
131
  enumerable: true,
132
- get: function () { return chunk2HZJHVDN_cjs.asSchemaNode; }
132
+ get: function () { return chunk72WCE7HE_cjs.asSchemaNode; }
133
133
  });
134
134
  Object.defineProperty(exports, "coerceTempoChainId", {
135
135
  enumerable: true,
136
- get: function () { return chunk2HZJHVDN_cjs.coerceTempoChainId; }
136
+ get: function () { return chunk72WCE7HE_cjs.coerceTempoChainId; }
137
137
  });
138
138
  Object.defineProperty(exports, "createManagedAccount", {
139
139
  enumerable: true,
140
- get: function () { return chunk2HZJHVDN_cjs.createManagedAccount; }
140
+ get: function () { return chunk72WCE7HE_cjs.createManagedAccount; }
141
141
  });
142
142
  Object.defineProperty(exports, "extractInputEnvelope", {
143
143
  enumerable: true,
144
- get: function () { return chunk2HZJHVDN_cjs.extractInputEnvelope; }
144
+ get: function () { return chunk72WCE7HE_cjs.extractInputEnvelope; }
145
145
  });
146
146
  Object.defineProperty(exports, "isShortToken", {
147
147
  enumerable: true,
148
- get: function () { return chunk2HZJHVDN_cjs.isShortToken; }
148
+ get: function () { return chunk72WCE7HE_cjs.isShortToken; }
149
149
  });
150
150
  Object.defineProperty(exports, "normalizeTransportEnvelopeRequest", {
151
151
  enumerable: true,
152
- get: function () { return chunk2HZJHVDN_cjs.normalizeTransportEnvelopeRequest; }
152
+ get: function () { return chunk72WCE7HE_cjs.normalizeTransportEnvelopeRequest; }
153
153
  });
154
154
  Object.defineProperty(exports, "paymentHasAnchor", {
155
155
  enumerable: true,
156
- get: function () { return chunk2HZJHVDN_cjs.paymentHasAnchor; }
156
+ get: function () { return chunk72WCE7HE_cjs.paymentHasAnchor; }
157
157
  });
158
158
  Object.defineProperty(exports, "tempoChainLabelFromId", {
159
159
  enumerable: true,
160
- get: function () { return chunk2HZJHVDN_cjs.tempoChainLabelFromId; }
160
+ get: function () { return chunk72WCE7HE_cjs.tempoChainLabelFromId; }
161
161
  });
162
162
  Object.defineProperty(exports, "unwrapTransportEnvelope", {
163
163
  enumerable: true,
164
- get: function () { return chunk2HZJHVDN_cjs.unwrapTransportEnvelope; }
164
+ get: function () { return chunk72WCE7HE_cjs.unwrapTransportEnvelope; }
165
165
  });
166
166
  exports.AVAILABILITY_BADGES = AVAILABILITY_BADGES;
167
167
  exports.preferHealthy = preferHealthy;
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { Z as ZeroClient, P as PaymentSessionMeta } from './client-7zp9ZyYd.cjs';
2
- export { A as AccountCredentials, g as Auth, h as AuthDevice, $ as BUG_REPORT_CATEGORIES, x as BalanceOptions, y as BalanceReadError, a9 as BatchReviewResponse, a0 as BugReportCategory, B as BugReports, j as Capabilities, a3 as CapabilityResponse, G as ClientOptions, a1 as CreateBugReportInput, a2 as CreateBugReportResponse, aa as CreateReviewInput, ab as CreateReviewResponse, ac as CreateRunInput, ad as CreateRunResponse, C as Credentials, H as DEFAULT_BASE_URL, I as DEFAULT_MAX_RETRIES, J as DEFAULT_TIMEOUT_MS, a6 as DevicePollResult, a7 as DeviceStartResponse, r as FETCH_SKIP_REASONS, s as FETCH_WARNINGS, F as FetchOptions, b as FetchOutcome, c as FetchResult, z as FundingUrlOptions, a4 as GetCapabilityOptions, V as InternalUserDto, ae as ListRunsParams, af as ListRunsResponse, L as LogEvent, Q as LogLevel, K as Logger, M as MigrateAuthorization, D as MigrateAuthorizationResponse, N as NoCredentials, O as OnSessionRefreshed, k as PayInput, o as PayResult, l as PaymentChain, m as PaymentProtocol, n as PaymentResult, t as Payments, X as PublicUserDto, a5 as ResolveCapabilityResponse, ag as RunDetail, ah as RunListItem, R as Runs, ai as SearchOptions, aj as SearchResponse, ak as SearchResult, S as SessionCredentials, a as SessionCredentialsInput, a8 as SessionExchangeResponse, p as SessionReceiptPayload, d as SignMessageInput, e as SignTransactionInput, f as SignTypedDataInput, T as TEMPO_CHAIN_ID, v as TEMPO_TESTNET_CHAIN_ID, U as UpstreamError, Y as UserWalletDto, E as Wallet, W as WalletBalance, _ as WelcomeBonusSummary, q as coerceTempoChainId, i as isShortToken, u as paymentHasAnchor, w as tempoChainLabelFromId } from './client-7zp9ZyYd.cjs';
1
+ import { Z as ZeroClient, P as PaymentSessionMeta } from './client-f6vDYSHb.cjs';
2
+ export { A as AccountCredentials, g as Auth, h as AuthDevice, $ as BUG_REPORT_CATEGORIES, x as BalanceOptions, y as BalanceReadError, a9 as BatchReviewResponse, a0 as BugReportCategory, B as BugReports, j as Capabilities, a3 as CapabilityResponse, G as ClientOptions, a1 as CreateBugReportInput, a2 as CreateBugReportResponse, aa as CreateReviewInput, ab as CreateReviewResponse, ac as CreateRunInput, ad as CreateRunResponse, C as Credentials, H as DEFAULT_BASE_URL, I as DEFAULT_MAX_RETRIES, J as DEFAULT_TIMEOUT_MS, a6 as DevicePollResult, a7 as DeviceStartResponse, r as FETCH_SKIP_REASONS, s as FETCH_WARNINGS, F as FetchOptions, b as FetchOutcome, c as FetchResult, z as FundingUrlOptions, a4 as GetCapabilityOptions, V as InternalUserDto, ae as ListRunsParams, af as ListRunsResponse, L as LogEvent, Q as LogLevel, K as Logger, M as MigrateAuthorization, D as MigrateAuthorizationResponse, N as NoCredentials, O as OnSessionRefreshed, k as PayInput, o as PayResult, l as PaymentChain, m as PaymentProtocol, n as PaymentResult, t as Payments, X as PublicUserDto, a5 as ResolveCapabilityResponse, ag as RunDetail, ah as RunListItem, R as Runs, ai as SearchOptions, aj as SearchResponse, ak as SearchResult, S as SessionCredentials, a as SessionCredentialsInput, a8 as SessionExchangeResponse, p as SessionReceiptPayload, d as SignMessageInput, e as SignTransactionInput, f as SignTypedDataInput, T as TEMPO_CHAIN_ID, v as TEMPO_TESTNET_CHAIN_ID, U as UpstreamError, Y as UserWalletDto, E as Wallet, W as WalletBalance, _ as WelcomeBonusSummary, q as coerceTempoChainId, i as isShortToken, u as paymentHasAnchor, w as tempoChainLabelFromId } from './client-f6vDYSHb.cjs';
3
3
  import { Address, LocalAccount } from 'viem';
4
4
  import { z } from 'zod';
5
5
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { Z as ZeroClient, P as PaymentSessionMeta } from './client-7zp9ZyYd.js';
2
- export { A as AccountCredentials, g as Auth, h as AuthDevice, $ as BUG_REPORT_CATEGORIES, x as BalanceOptions, y as BalanceReadError, a9 as BatchReviewResponse, a0 as BugReportCategory, B as BugReports, j as Capabilities, a3 as CapabilityResponse, G as ClientOptions, a1 as CreateBugReportInput, a2 as CreateBugReportResponse, aa as CreateReviewInput, ab as CreateReviewResponse, ac as CreateRunInput, ad as CreateRunResponse, C as Credentials, H as DEFAULT_BASE_URL, I as DEFAULT_MAX_RETRIES, J as DEFAULT_TIMEOUT_MS, a6 as DevicePollResult, a7 as DeviceStartResponse, r as FETCH_SKIP_REASONS, s as FETCH_WARNINGS, F as FetchOptions, b as FetchOutcome, c as FetchResult, z as FundingUrlOptions, a4 as GetCapabilityOptions, V as InternalUserDto, ae as ListRunsParams, af as ListRunsResponse, L as LogEvent, Q as LogLevel, K as Logger, M as MigrateAuthorization, D as MigrateAuthorizationResponse, N as NoCredentials, O as OnSessionRefreshed, k as PayInput, o as PayResult, l as PaymentChain, m as PaymentProtocol, n as PaymentResult, t as Payments, X as PublicUserDto, a5 as ResolveCapabilityResponse, ag as RunDetail, ah as RunListItem, R as Runs, ai as SearchOptions, aj as SearchResponse, ak as SearchResult, S as SessionCredentials, a as SessionCredentialsInput, a8 as SessionExchangeResponse, p as SessionReceiptPayload, d as SignMessageInput, e as SignTransactionInput, f as SignTypedDataInput, T as TEMPO_CHAIN_ID, v as TEMPO_TESTNET_CHAIN_ID, U as UpstreamError, Y as UserWalletDto, E as Wallet, W as WalletBalance, _ as WelcomeBonusSummary, q as coerceTempoChainId, i as isShortToken, u as paymentHasAnchor, w as tempoChainLabelFromId } from './client-7zp9ZyYd.js';
1
+ import { Z as ZeroClient, P as PaymentSessionMeta } from './client-f6vDYSHb.js';
2
+ export { A as AccountCredentials, g as Auth, h as AuthDevice, $ as BUG_REPORT_CATEGORIES, x as BalanceOptions, y as BalanceReadError, a9 as BatchReviewResponse, a0 as BugReportCategory, B as BugReports, j as Capabilities, a3 as CapabilityResponse, G as ClientOptions, a1 as CreateBugReportInput, a2 as CreateBugReportResponse, aa as CreateReviewInput, ab as CreateReviewResponse, ac as CreateRunInput, ad as CreateRunResponse, C as Credentials, H as DEFAULT_BASE_URL, I as DEFAULT_MAX_RETRIES, J as DEFAULT_TIMEOUT_MS, a6 as DevicePollResult, a7 as DeviceStartResponse, r as FETCH_SKIP_REASONS, s as FETCH_WARNINGS, F as FetchOptions, b as FetchOutcome, c as FetchResult, z as FundingUrlOptions, a4 as GetCapabilityOptions, V as InternalUserDto, ae as ListRunsParams, af as ListRunsResponse, L as LogEvent, Q as LogLevel, K as Logger, M as MigrateAuthorization, D as MigrateAuthorizationResponse, N as NoCredentials, O as OnSessionRefreshed, k as PayInput, o as PayResult, l as PaymentChain, m as PaymentProtocol, n as PaymentResult, t as Payments, X as PublicUserDto, a5 as ResolveCapabilityResponse, ag as RunDetail, ah as RunListItem, R as Runs, ai as SearchOptions, aj as SearchResponse, ak as SearchResult, S as SessionCredentials, a as SessionCredentialsInput, a8 as SessionExchangeResponse, p as SessionReceiptPayload, d as SignMessageInput, e as SignTransactionInput, f as SignTypedDataInput, T as TEMPO_CHAIN_ID, v as TEMPO_TESTNET_CHAIN_ID, U as UpstreamError, Y as UserWalletDto, E as Wallet, W as WalletBalance, _ as WelcomeBonusSummary, q as coerceTempoChainId, i as isShortToken, u as paymentHasAnchor, w as tempoChainLabelFromId } from './client-f6vDYSHb.js';
3
3
  import { Address, LocalAccount } from 'viem';
4
4
  import { z } from 'zod';
5
5
 
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { Auth, AuthDevice, BUG_REPORT_CATEGORIES, BugReports, Capabilities, DEFAULT_BASE_URL, DEFAULT_MAX_RETRIES, DEFAULT_TIMEOUT_MS, FETCH_SKIP_REASONS, FETCH_WARNINGS, Payments, Runs, SDK_VERSION, TEMPO_CHAIN_ID, TEMPO_TESTNET_CHAIN_ID, Wallet, ZeroApiError, ZeroAuthError, ZeroClient, ZeroConfigurationError, ZeroError, ZeroPaymentError, ZeroSessionCloseFailedError, ZeroTimeoutError, ZeroValidationError, ZeroWalletError, asSchemaNode, coerceTempoChainId, createManagedAccount, extractInputEnvelope, isShortToken, normalizeTransportEnvelopeRequest, paymentHasAnchor, tempoChainLabelFromId, unwrapTransportEnvelope } from './chunk-26IHUYNK.js';
1
+ export { Auth, AuthDevice, BUG_REPORT_CATEGORIES, BugReports, Capabilities, DEFAULT_BASE_URL, DEFAULT_MAX_RETRIES, DEFAULT_TIMEOUT_MS, FETCH_SKIP_REASONS, FETCH_WARNINGS, Payments, Runs, SDK_VERSION, TEMPO_CHAIN_ID, TEMPO_TESTNET_CHAIN_ID, Wallet, ZeroApiError, ZeroAuthError, ZeroClient, ZeroConfigurationError, ZeroError, ZeroPaymentError, ZeroSessionCloseFailedError, ZeroTimeoutError, ZeroValidationError, ZeroWalletError, asSchemaNode, coerceTempoChainId, createManagedAccount, extractInputEnvelope, isShortToken, normalizeTransportEnvelopeRequest, paymentHasAnchor, tempoChainLabelFromId, unwrapTransportEnvelope } from './chunk-NUBD543C.js';
2
2
 
3
3
  // src/status.ts
4
4
  var AVAILABILITY_BADGES = {
package/dist/testing.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk2HZJHVDN_cjs = require('./chunk-2HZJHVDN.cjs');
3
+ var chunk72WCE7HE_cjs = require('./chunk-72WCE7HE.cjs');
4
4
 
5
5
  // src/testing/index.ts
6
6
  var FALLBACK_HANDLER = (request) => {
@@ -34,7 +34,7 @@ var respondJson = (body, init) => new Response(JSON.stringify(body), {
34
34
  });
35
35
  var createTestClient = (opts = {}) => {
36
36
  const { routes, ...rest } = opts;
37
- return new chunk2HZJHVDN_cjs.ZeroClient({
37
+ return new chunk72WCE7HE_cjs.ZeroClient({
38
38
  ...rest,
39
39
  baseUrl: rest.baseUrl ?? "http://test.zero.local",
40
40
  // Tests should fail fast, not retry-and-mask flakiness.
@@ -1,4 +1,4 @@
1
- import { G as ClientOptions, Z as ZeroClient } from './client-7zp9ZyYd.cjs';
1
+ import { G as ClientOptions, Z as ZeroClient } from './client-f6vDYSHb.cjs';
2
2
  import 'viem';
3
3
  import 'zod';
4
4
 
package/dist/testing.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as ClientOptions, Z as ZeroClient } from './client-7zp9ZyYd.js';
1
+ import { G as ClientOptions, Z as ZeroClient } from './client-f6vDYSHb.js';
2
2
  import 'viem';
3
3
  import 'zod';
4
4
 
package/dist/testing.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ZeroClient } from './chunk-26IHUYNK.js';
1
+ import { ZeroClient } from './chunk-NUBD543C.js';
2
2
 
3
3
  // src/testing/index.ts
4
4
  var FALLBACK_HANDLER = (request) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeroxyz/sdk",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "TypeScript SDK for Zero \u2014 search, fetch, and pay for AI capabilities (x402 + MPP).",
5
5
  "keywords": [
6
6
  "zero",