@agent-score/commerce 1.8.1 → 2.0.1
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/README.md +73 -9
- package/dist/{_response-9yp6Fit2.d.mts → _response-BFYN3b6i.d.mts} +17 -19
- package/dist/{_response-CC6jNb8q.d.ts → _response-_iPD5AIj.d.ts} +17 -19
- package/dist/challenge/index.d.mts +106 -198
- package/dist/challenge/index.d.ts +106 -198
- package/dist/challenge/index.js +238 -111
- package/dist/challenge/index.js.map +1 -1
- package/dist/challenge/index.mjs +238 -111
- package/dist/challenge/index.mjs.map +1 -1
- package/dist/checkout-B1JuEcbx.d.ts +939 -0
- package/dist/checkout-BN5i1Fi7.d.mts +939 -0
- package/dist/core.d.mts +2 -2
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/core.js.map +1 -1
- package/dist/core.mjs +1 -1
- package/dist/core.mjs.map +1 -1
- package/dist/discovery/index.d.mts +453 -51
- package/dist/discovery/index.d.ts +453 -51
- package/dist/discovery/index.js +1092 -58
- package/dist/discovery/index.js.map +1 -1
- package/dist/discovery/index.mjs +1060 -57
- package/dist/discovery/index.mjs.map +1 -1
- package/dist/identity/express.d.mts +3 -3
- package/dist/identity/express.d.ts +3 -3
- package/dist/identity/express.js +30 -19
- package/dist/identity/express.js.map +1 -1
- package/dist/identity/express.mjs +30 -19
- package/dist/identity/express.mjs.map +1 -1
- package/dist/identity/fastify.d.mts +4 -4
- package/dist/identity/fastify.d.ts +4 -4
- package/dist/identity/fastify.js +30 -19
- package/dist/identity/fastify.js.map +1 -1
- package/dist/identity/fastify.mjs +30 -19
- package/dist/identity/fastify.mjs.map +1 -1
- package/dist/identity/hono.d.mts +3 -3
- package/dist/identity/hono.d.ts +3 -3
- package/dist/identity/hono.js +30 -19
- package/dist/identity/hono.js.map +1 -1
- package/dist/identity/hono.mjs +30 -19
- package/dist/identity/hono.mjs.map +1 -1
- package/dist/identity/nextjs.d.mts +6 -7
- package/dist/identity/nextjs.d.ts +6 -7
- package/dist/identity/nextjs.js +30 -19
- package/dist/identity/nextjs.js.map +1 -1
- package/dist/identity/nextjs.mjs +30 -19
- package/dist/identity/nextjs.mjs.map +1 -1
- package/dist/identity/policy.d.mts +41 -4
- package/dist/identity/policy.d.ts +41 -4
- package/dist/identity/policy.js +23307 -18
- package/dist/identity/policy.js.map +1 -1
- package/dist/identity/policy.mjs +23313 -3
- package/dist/identity/policy.mjs.map +1 -1
- package/dist/identity/web.d.mts +3 -3
- package/dist/identity/web.d.ts +3 -3
- package/dist/identity/web.js +30 -19
- package/dist/identity/web.js.map +1 -1
- package/dist/identity/web.mjs +30 -19
- package/dist/identity/web.mjs.map +1 -1
- package/dist/index.d.mts +72 -329
- package/dist/index.d.ts +72 -329
- package/dist/index.js +23301 -378
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23294 -362
- package/dist/index.mjs.map +1 -1
- package/dist/payment/index.d.mts +297 -265
- package/dist/payment/index.d.ts +297 -265
- package/dist/payment/index.js +605 -149
- package/dist/payment/index.js.map +1 -1
- package/dist/payment/index.mjs +590 -148
- package/dist/payment/index.mjs.map +1 -1
- package/dist/{agent_instructions-DiMSGkdm.d.mts → pricing-CQ9DIFaw.d.ts} +109 -56
- package/dist/{agent_instructions-DiMSGkdm.d.ts → pricing-CxzwyiO6.d.mts} +109 -56
- package/dist/rail_spec-XP0wKgJV.d.mts +132 -0
- package/dist/rail_spec-XP0wKgJV.d.ts +132 -0
- package/dist/{signer-CFVQsWjL.d.mts → signer-3FAit11j.d.mts} +27 -1
- package/dist/{signer-CFVQsWjL.d.ts → signer-3FAit11j.d.ts} +27 -1
- package/dist/solana-Cds87OTu.d.mts +67 -0
- package/dist/solana-Cds87OTu.d.ts +67 -0
- package/dist/stripe-multichain/index.d.mts +55 -66
- package/dist/stripe-multichain/index.d.ts +55 -66
- package/dist/stripe-multichain/index.js +68 -42
- package/dist/stripe-multichain/index.js.map +1 -1
- package/dist/stripe-multichain/index.mjs +68 -41
- package/dist/stripe-multichain/index.mjs.map +1 -1
- package/dist/{wwwauthenticate-CU1eNvMQ.d.mts → wwwauthenticate-D_FMnPgU.d.mts} +9 -10
- package/dist/{wwwauthenticate-CU1eNvMQ.d.ts → wwwauthenticate-D_FMnPgU.d.ts} +9 -10
- package/dist/x402_server-hgQzWQwB.d.mts +81 -0
- package/dist/x402_server-hgQzWQwB.d.ts +81 -0
- package/package.json +9 -7
package/dist/identity/hono.mjs
CHANGED
|
@@ -13,13 +13,16 @@ function denialReasonStatus(reason) {
|
|
|
13
13
|
if (reason.code === "api_error") return 503;
|
|
14
14
|
return 403;
|
|
15
15
|
}
|
|
16
|
-
function buildSignerMismatchBody(
|
|
17
|
-
|
|
16
|
+
function buildSignerMismatchBody({
|
|
17
|
+
result,
|
|
18
|
+
userMessage,
|
|
19
|
+
learnMoreUrl
|
|
20
|
+
}) {
|
|
18
21
|
if (result.kind === "pass") return null;
|
|
19
|
-
const
|
|
22
|
+
const learnMoreUrlResolved = learnMoreUrl ?? "https://docs.agentscore.sh/guides/agent-identity";
|
|
20
23
|
if (result.kind === "wallet_signer_mismatch") {
|
|
21
24
|
const linkedWallets = result.linkedWallets ?? [];
|
|
22
|
-
const
|
|
25
|
+
const userMessageResolved = userMessage ?? (linkedWallets.length > 0 ? `Sign the payment with one of the wallets linked to this operator: ${linkedWallets.join(", ")}. Then retry.` : "Sign the payment with the same wallet you claimed via X-Wallet-Address, or switch to X-Operator-Token for rail-independent identity.");
|
|
23
26
|
return {
|
|
24
27
|
error: {
|
|
25
28
|
code: "wallet_signer_mismatch",
|
|
@@ -32,8 +35,8 @@ function buildSignerMismatchBody(input) {
|
|
|
32
35
|
linked_wallets: linkedWallets,
|
|
33
36
|
next_steps: {
|
|
34
37
|
action: "regenerate_payment_from_linked_wallet",
|
|
35
|
-
user_message:
|
|
36
|
-
learn_more_url:
|
|
38
|
+
user_message: userMessageResolved,
|
|
39
|
+
learn_more_url: learnMoreUrlResolved
|
|
37
40
|
}
|
|
38
41
|
};
|
|
39
42
|
}
|
|
@@ -44,8 +47,8 @@ function buildSignerMismatchBody(input) {
|
|
|
44
47
|
},
|
|
45
48
|
next_steps: {
|
|
46
49
|
action: "switch_to_operator_token",
|
|
47
|
-
user_message:
|
|
48
|
-
learn_more_url:
|
|
50
|
+
user_message: userMessage ?? "Drop the X-Wallet-Address header and retry with X-Operator-Token (works on every payment rail).",
|
|
51
|
+
learn_more_url: learnMoreUrlResolved
|
|
49
52
|
}
|
|
50
53
|
};
|
|
51
54
|
}
|
|
@@ -53,27 +56,35 @@ function buildContactSupportNextSteps(supportEmail, message) {
|
|
|
53
56
|
return {
|
|
54
57
|
action: "contact_support",
|
|
55
58
|
support_email: supportEmail,
|
|
56
|
-
user_message: message ?? `If you believe this denial is in error, contact support at ${supportEmail} with your
|
|
59
|
+
user_message: message ?? `If you believe this denial is in error, contact support at ${supportEmail} with the details of your request.`
|
|
57
60
|
};
|
|
58
61
|
}
|
|
59
|
-
function verificationAgentInstructions(
|
|
62
|
+
function verificationAgentInstructions({
|
|
63
|
+
userAction,
|
|
64
|
+
retryStep,
|
|
65
|
+
extraSteps,
|
|
66
|
+
pollIntervalSeconds = 5,
|
|
67
|
+
timeoutSeconds = 3600,
|
|
68
|
+
orderTtl,
|
|
69
|
+
extra
|
|
70
|
+
} = {}) {
|
|
60
71
|
const baseSteps = [
|
|
61
72
|
"Present the verify_url directly to the user \u2014 it is a complete, ready-to-open URL with the session token already embedded (e.g. https://agentscore.sh/verify?session=sess_...). Do NOT modify or construct the URL yourself.",
|
|
62
|
-
`Immediately begin polling poll_url every ${
|
|
73
|
+
`Immediately begin polling poll_url every ${pollIntervalSeconds} seconds with header X-Poll-Secret set to poll_secret. The user will complete verification in their browser while you poll in the background.`,
|
|
63
74
|
"The user visits the URL, signs in, completes identity verification (photo ID + selfie via Stripe Identity), and closes the tab. They do NOT need to copy or paste anything back to you.",
|
|
64
75
|
'When your poll returns status "verified", extract operator_token from the response. This is a one-time value \u2014 save it immediately. Subsequent polls return status "consumed" without the token.',
|
|
65
|
-
|
|
76
|
+
retryStep ?? "Retry the original merchant request with header X-Operator-Token set to the operator_token value."
|
|
66
77
|
];
|
|
67
78
|
return {
|
|
68
79
|
action: "poll_for_credential",
|
|
69
|
-
user_action:
|
|
70
|
-
steps:
|
|
71
|
-
poll_interval_seconds:
|
|
80
|
+
user_action: userAction ?? "The user must visit verify_url to complete identity verification before this request can proceed",
|
|
81
|
+
steps: extraSteps ? [...baseSteps, ...extraSteps] : baseSteps,
|
|
82
|
+
poll_interval_seconds: pollIntervalSeconds,
|
|
72
83
|
poll_secret_header: "X-Poll-Secret",
|
|
73
84
|
retry_token_header: "X-Operator-Token",
|
|
74
|
-
timeout_seconds:
|
|
75
|
-
...
|
|
76
|
-
...
|
|
85
|
+
timeout_seconds: timeoutSeconds,
|
|
86
|
+
...orderTtl ? { order_ttl: orderTtl } : {},
|
|
87
|
+
...extra ?? {}
|
|
77
88
|
};
|
|
78
89
|
}
|
|
79
90
|
|
|
@@ -332,7 +343,7 @@ function createAgentScoreCore(options) {
|
|
|
332
343
|
} = options;
|
|
333
344
|
const baseUrl = stripTrailingSlashes(rawBaseUrl);
|
|
334
345
|
const agentMemoryHint = buildAgentMemoryHint();
|
|
335
|
-
const defaultUa = `@agent-score/commerce@${"
|
|
346
|
+
const defaultUa = `@agent-score/commerce@${"2.0.1"}`;
|
|
336
347
|
const userAgentHeader = userAgent ? `${userAgent} (${defaultUa})` : defaultUa;
|
|
337
348
|
const sdk = new AgentScore({ apiKey, baseUrl, userAgent: userAgentHeader });
|
|
338
349
|
const sessionSdkCache = /* @__PURE__ */ new Map();
|