@factpulse/sdk 3.0.7 → 3.0.8

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 CHANGED
@@ -7,7 +7,7 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [3.0.7] - 2025-12-29
10
+ ## [3.0.8] - 2025-12-29
11
11
 
12
12
  ### Added
13
13
  - Version initiale du SDK typescript
@@ -24,5 +24,5 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
24
24
  - Guide d'authentification JWT
25
25
  - Configuration avancée (timeout, proxy, debug)
26
26
 
27
- [Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v3.0.7...HEAD
28
- [3.0.7]: https://github.com/factpulse/sdk-typescript/releases/tag/v3.0.7
27
+ [Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v3.0.8...HEAD
28
+ [3.0.8]: https://github.com/factpulse/sdk-typescript/releases/tag/v3.0.8
@@ -63,7 +63,7 @@ const { status, data } = await apiInstance.convertDocumentApiV1ConvertPost(
63
63
  ### HTTP response details
64
64
  | Status code | Description | Response headers |
65
65
  |-------------|-------------|------------------|
66
- |**200** | Conversion réussie | - |
66
+ |**200** | Successful Response | - |
67
67
  |**202** | Données manquantes | - |
68
68
  |**422** | Validation échouée | - |
69
69
  |**400** | Fichier invalide | - |
@@ -289,7 +289,7 @@ const { status, data } = await apiInstance.resumeConversionApiV1ConvertConversio
289
289
  ### HTTP response details
290
290
  | Status code | Description | Response headers |
291
291
  |-------------|-------------|------------------|
292
- |**200** | Conversion réussie | - |
292
+ |**200** | Successful Response | - |
293
293
  |**404** | Conversion non trouvée ou expirée | - |
294
294
  |**422** | Validation toujours en échec | - |
295
295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factpulse/sdk",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "OpenAPI client for @factpulse/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {