> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/wallet-server-transit-api-for-huawei/es/referencia-de-la-api/historial-de-documentos.md).

# Historial de Documentos

| Versión | Fecha (dd/mm/aaaa) | Modificaciones                                                                                                                                                                                                                         |
| ------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1.0.0   | 11/06/2019         | Primera versión de la API TSH Transit Wallet                                                                                                                                                                                           |
| 1.0.1   | 25/10/2019         | <ul><li>Eliminación del aspecto de compra/pedido</li><li>Eliminación del aspecto de modo lector</li><li>Eliminación de planes de viaje</li><li>Corrección de problemas menores</li><li>Errores posibles establecidos por API</li></ul> |
| 1.0.2   | 18/11/2019         | <ul><li>añadir seId en llamadas API TSH a WS</li></ul>                                                                                                                                                                                 |
| 1.0.3   | 29/11/2019         | <ul><li>añadir objeto opcional accountBalance en la respuesta getCardAccountStatus</li></ul>                                                                                                                                           |
| 1.0.4   | 11/12/2019         | <ul><li>añadir spsdCertificateSerialNumber en el objeto ssdDescriptor enviado en provisionCard API</li></ul>                                                                                                                           |
| 1.0.5   | 20/04/2020         | <ul><li>renombrar getDeviceCommands a getCardCommands</li></ul>                                                                                                                                                                        |
| 1.0.6   | 11/05/2020         | <ul><li>statusCode en updateCardCallback ahora es obligatorio</li></ul>                                                                                                                                                                |
| 1.0.7   | 28/05/2020         | <ul><li>aclarar formatos de apduResponse y casdCertificate en ssdDescriptor</li></ul>                                                                                                                                                  |
| 1.0.8   | 03/08/2020         | <ul><li>extender la longitud de x-pod a 128</li></ul>                                                                                                                                                                                  |
| 1.0.9   | 06/11/2020         | <ul><li>el OTP criptográfico proporcionado en la solicitud provisionCard se comprueba independientemente de cardSource</li></ul>                                                                                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/wallet-server-transit-api-for-huawei/es/referencia-de-la-api/historial-de-documentos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
