@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.
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-2HZJHVDN.cjs → chunk-72WCE7HE.cjs} +11 -3
- package/dist/chunk-72WCE7HE.cjs.map +1 -0
- package/dist/{chunk-26IHUYNK.js → chunk-NUBD543C.js} +11 -3
- package/dist/chunk-NUBD543C.js.map +1 -0
- package/dist/{client-7zp9ZyYd.d.cts → client-f6vDYSHb.d.cts} +5 -0
- package/dist/{client-7zp9ZyYd.d.ts → client-f6vDYSHb.d.ts} +5 -0
- package/dist/index.cjs +36 -36
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/testing.cjs +2 -2
- package/dist/testing.d.cts +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-26IHUYNK.js.map +0 -1
- package/dist/chunk-2HZJHVDN.cjs.map +0 -1
|
@@ -1836,7 +1836,7 @@ var clientFetch = async (client, url, opts = {}) => {
|
|
|
1836
1836
|
|
|
1837
1837
|
// package.json
|
|
1838
1838
|
var package_default = {
|
|
1839
|
-
version: "0.
|
|
1839
|
+
version: "0.8.0"};
|
|
1840
1840
|
|
|
1841
1841
|
// src/version.ts
|
|
1842
1842
|
var SDK_VERSION = package_default.version;
|
|
@@ -2454,6 +2454,14 @@ var capabilityResponseSchema = z.object({
|
|
|
2454
2454
|
example: z.object({ request: z.unknown(), response: z.unknown() }).nullable(),
|
|
2455
2455
|
tags: z.array(z.string()).nullable(),
|
|
2456
2456
|
exampleAgentPrompt: z.string().nullable().optional(),
|
|
2457
|
+
whatItDoes: z.string().nullable().optional(),
|
|
2458
|
+
resultDescription: z.string().nullable().optional(),
|
|
2459
|
+
failureModes: z.array(z.string()).nullable().optional(),
|
|
2460
|
+
whenToPreferThis: z.string().nullable().optional(),
|
|
2461
|
+
// Agent-facing execution guide (markdown). Covers usage patterns, input
|
|
2462
|
+
// field guidance, cross-cap composition, and known failure modes.
|
|
2463
|
+
// Named after MCP tool convention: description = what it is, instructions = how to use it.
|
|
2464
|
+
instructions: z.string().nullable().optional(),
|
|
2457
2465
|
displayCostAmount: z.string(),
|
|
2458
2466
|
displayCostAsset: z.string(),
|
|
2459
2467
|
reviewCount: z.number(),
|
|
@@ -3308,5 +3316,5 @@ var ZeroClient = class _ZeroClient {
|
|
|
3308
3316
|
};
|
|
3309
3317
|
|
|
3310
3318
|
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 };
|
|
3311
|
-
//# sourceMappingURL=chunk-
|
|
3312
|
-
//# sourceMappingURL=chunk-
|
|
3319
|
+
//# sourceMappingURL=chunk-NUBD543C.js.map
|
|
3320
|
+
//# sourceMappingURL=chunk-NUBD543C.js.map
|