@ampeco/public-api-mcp 3.234.1 → 3.235.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.
@@ -6396,7 +6396,8 @@ export const transactionsCreateBody = z.object({
6396
6396
  authorisationCode: z.string().max(255).optional(),
6397
6397
  acquirerIdentifier: z.string().max(255).optional(),
6398
6398
  cardholderVerificationMethod: z.enum(["no_cvm", "signature", "online_pin", "offline_pin", "consumer_device", "online_pin_and_signature", "offline_pin_and_signature"]).optional()
6399
- }).optional()
6399
+ }).optional(),
6400
+ paymentOrderReference: z.string().max(255).optional()
6400
6401
  });
6401
6402
 
6402
6403
  // GET /public-api/resources/transactions/v1.0/{transaction}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampeco/public-api-mcp",
3
- "version": "3.234.1",
3
+ "version": "3.235.0",
4
4
  "description": "MCP server that dynamically exposes the AMPECO.CHARGE Public API defined by an OpenAPI 3 specification",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",