@ar-agents/mercadopago 0.18.2 → 0.18.3
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/cookbook/25-sociedad-ia-quarterly-compliance.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/tools.manifest.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.18.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Rebuild and republish from PII-scrubbed source. Versions published before the 2026-06-17 fixture scrub shipped a real CUIT and address in their README/AGENTS/cookbook/dist; this rebuild from the now-clean source removes them. No API changes. The earlier contaminated versions are deprecated on npm.
|
|
8
|
+
|
|
3
9
|
## 0.18.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -503,7 +503,7 @@ export async function generateQuarterlyComplianceReport(
|
|
|
503
503
|
// {
|
|
504
504
|
// "sociedad": {
|
|
505
505
|
// "denominacion": "Sociedad-IA Demo SAS",
|
|
506
|
-
// "operatorCuit": "20-
|
|
506
|
+
// "operatorCuit": "20-12345678-6",
|
|
507
507
|
// "jurisdiction": "AR",
|
|
508
508
|
// "rfcConformance": ["rfc-001-v1", "rfc-004-draft"],
|
|
509
509
|
// "auditBaseUrl": "https://ar-agents.ar"
|
package/dist/index.cjs
CHANGED
|
@@ -5174,7 +5174,7 @@ function buildAllTools(client, options, desc) {
|
|
|
5174
5174
|
description: desc("validate_tax_id"),
|
|
5175
5175
|
inputSchema: zod.z.object({
|
|
5176
5176
|
tax_id: zod.z.string().min(1).describe(
|
|
5177
|
-
"The tax ID to validate. Accepts any format with or without separators (20-
|
|
5177
|
+
"The tax ID to validate. Accepts any format with or without separators (20-12345678-6, 20.12345678.6, 20123456786 all work for AR CUIT)."
|
|
5178
5178
|
),
|
|
5179
5179
|
type: zod.z.enum([
|
|
5180
5180
|
"DNI",
|