@factpulse/sdk 2.0.6 → 2.0.9

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.
Files changed (101) hide show
  1. package/.openapi-generator/FILES +2 -20
  2. package/CHANGELOG.md +3 -3
  3. package/dist/esm/models/destinataire.d.ts +2 -0
  4. package/dist/esm/models/facture-factur-x.d.ts +2 -0
  5. package/dist/esm/models/fournisseur.d.ts +1 -0
  6. package/dist/esm/models/index.d.ts +1 -10
  7. package/dist/esm/models/index.js +1 -10
  8. package/dist/esm/models/ligne-de-poste.d.ts +12 -6
  9. package/dist/esm/models/ligne-de-tva.d.ts +12 -6
  10. package/dist/esm/models/montant-ht-total.d.ts +0 -3
  11. package/dist/esm/models/montant-total.d.ts +24 -12
  12. package/dist/esm/models/montant-ttc-total.d.ts +0 -3
  13. package/dist/esm/models/{ligne-de-poste-montant-remise-ht.d.ts → note.d.ts} +4 -2
  14. package/dist/models/destinataire.d.ts +2 -0
  15. package/dist/models/facture-factur-x.d.ts +2 -0
  16. package/dist/models/fournisseur.d.ts +1 -0
  17. package/dist/models/index.d.ts +1 -10
  18. package/dist/models/index.js +1 -10
  19. package/dist/models/ligne-de-poste.d.ts +12 -6
  20. package/dist/models/ligne-de-tva.d.ts +12 -6
  21. package/dist/models/montant-ht-total.d.ts +0 -3
  22. package/dist/models/montant-total.d.ts +24 -12
  23. package/dist/models/montant-ttc-total.d.ts +0 -3
  24. package/dist/{esm/models/montant-apayer.d.ts → models/note.d.ts} +4 -2
  25. package/docs/Destinataire.md +4 -0
  26. package/docs/FactureFacturX.md +2 -0
  27. package/docs/Fournisseur.md +2 -0
  28. package/docs/LigneDePoste.md +3 -3
  29. package/docs/LigneDeTVA.md +3 -3
  30. package/docs/MontantHtTotal.md +0 -1
  31. package/docs/MontantTotal.md +6 -6
  32. package/docs/MontantTtcTotal.md +0 -1
  33. package/docs/Note.md +23 -0
  34. package/models/destinataire.ts +2 -0
  35. package/models/facture-factur-x.ts +4 -0
  36. package/models/fournisseur.ts +1 -0
  37. package/models/index.ts +1 -10
  38. package/models/ligne-de-poste.ts +12 -12
  39. package/models/ligne-de-tva.ts +12 -12
  40. package/models/montant-ht-total.ts +0 -3
  41. package/models/montant-total.ts +24 -24
  42. package/models/montant-ttc-total.ts +0 -3
  43. package/models/{ligne-de-poste-montant-remise-ht.ts → note.ts} +4 -2
  44. package/package.json +1 -1
  45. package/dist/esm/models/ligne-de-poste-taux-tva-manuel.d.ts +0 -16
  46. package/dist/esm/models/ligne-de-poste-taux-tva-manuel.js +0 -14
  47. package/dist/esm/models/montant-apayer.js +0 -14
  48. package/dist/esm/models/montant-base-ht.d.ts +0 -16
  49. package/dist/esm/models/montant-base-ht.js +0 -14
  50. package/dist/esm/models/montant-remise-globale-ttc.d.ts +0 -16
  51. package/dist/esm/models/montant-remise-globale-ttc.js +0 -14
  52. package/dist/esm/models/montant-total-acompte.d.ts +0 -16
  53. package/dist/esm/models/montant-total-acompte.js +0 -14
  54. package/dist/esm/models/montant-total-ligne-ht.d.ts +0 -16
  55. package/dist/esm/models/montant-total-ligne-ht.js +0 -14
  56. package/dist/esm/models/montant-tva-ligne.d.ts +0 -16
  57. package/dist/esm/models/montant-tva-ligne.js +0 -14
  58. package/dist/esm/models/montant-tva-total.d.ts +0 -16
  59. package/dist/esm/models/montant-tva-total.js +0 -14
  60. package/dist/esm/models/tauxmanuel.d.ts +0 -16
  61. package/dist/esm/models/tauxmanuel.js +0 -14
  62. package/dist/models/ligne-de-poste-montant-remise-ht.d.ts +0 -16
  63. package/dist/models/ligne-de-poste-taux-tva-manuel.d.ts +0 -16
  64. package/dist/models/ligne-de-poste-taux-tva-manuel.js +0 -15
  65. package/dist/models/montant-apayer.d.ts +0 -16
  66. package/dist/models/montant-apayer.js +0 -15
  67. package/dist/models/montant-base-ht.d.ts +0 -16
  68. package/dist/models/montant-base-ht.js +0 -15
  69. package/dist/models/montant-remise-globale-ttc.d.ts +0 -16
  70. package/dist/models/montant-remise-globale-ttc.js +0 -15
  71. package/dist/models/montant-total-acompte.d.ts +0 -16
  72. package/dist/models/montant-total-acompte.js +0 -15
  73. package/dist/models/montant-total-ligne-ht.d.ts +0 -16
  74. package/dist/models/montant-total-ligne-ht.js +0 -15
  75. package/dist/models/montant-tva-ligne.d.ts +0 -16
  76. package/dist/models/montant-tva-ligne.js +0 -15
  77. package/dist/models/montant-tva-total.d.ts +0 -16
  78. package/dist/models/montant-tva-total.js +0 -15
  79. package/dist/models/tauxmanuel.d.ts +0 -16
  80. package/dist/models/tauxmanuel.js +0 -15
  81. package/docs/LigneDePosteMontantRemiseHt.md +0 -19
  82. package/docs/LigneDePosteTauxTvaManuel.md +0 -19
  83. package/docs/MontantAPayer.md +0 -19
  84. package/docs/MontantBaseHt.md +0 -19
  85. package/docs/MontantRemiseGlobaleTtc.md +0 -19
  86. package/docs/MontantTotalAcompte.md +0 -19
  87. package/docs/MontantTotalLigneHt.md +0 -19
  88. package/docs/MontantTvaLigne.md +0 -19
  89. package/docs/MontantTvaTotal.md +0 -19
  90. package/docs/Tauxmanuel.md +0 -19
  91. package/models/ligne-de-poste-taux-tva-manuel.ts +0 -22
  92. package/models/montant-apayer.ts +0 -22
  93. package/models/montant-base-ht.ts +0 -22
  94. package/models/montant-remise-globale-ttc.ts +0 -22
  95. package/models/montant-total-acompte.ts +0 -22
  96. package/models/montant-total-ligne-ht.ts +0 -22
  97. package/models/montant-tva-ligne.ts +0 -22
  98. package/models/montant-tva-total.ts +0 -22
  99. package/models/tauxmanuel.ts +0 -22
  100. /package/dist/esm/models/{ligne-de-poste-montant-remise-ht.js → note.js} +0 -0
  101. /package/dist/models/{ligne-de-poste-montant-remise-ht.js → note.js} +0 -0
@@ -57,26 +57,18 @@ docs/GenerateCertificateResponse.md
57
57
  docs/HTTPValidationError.md
58
58
  docs/InformationSignatureAPI.md
59
59
  docs/LigneDePoste.md
60
- docs/LigneDePosteMontantRemiseHt.md
61
- docs/LigneDePosteTauxTvaManuel.md
62
60
  docs/LigneDeTVA.md
63
61
  docs/ModeDepot.md
64
62
  docs/ModePaiement.md
65
- docs/MontantAPayer.md
66
- docs/MontantBaseHt.md
67
63
  docs/MontantHtTotal.md
68
64
  docs/MontantHtTotal1.md
69
- docs/MontantRemiseGlobaleTtc.md
70
65
  docs/MontantTotal.md
71
- docs/MontantTotalAcompte.md
72
- docs/MontantTotalLigneHt.md
73
66
  docs/MontantTtcTotal.md
74
67
  docs/MontantTtcTotal1.md
75
68
  docs/MontantTva.md
76
69
  docs/MontantTva1.md
77
- docs/MontantTvaLigne.md
78
- docs/MontantTvaTotal.md
79
70
  docs/MontantUnitaireHt.md
71
+ docs/Note.md
80
72
  docs/ObtenirIdChorusProRequest.md
81
73
  docs/ObtenirIdChorusProResponse.md
82
74
  docs/OptionsProcessing.md
@@ -109,7 +101,6 @@ docs/StatutCelery.md
109
101
  docs/StatutFacture.md
110
102
  docs/StatutTache.md
111
103
  docs/StructureInfo.md
112
- docs/Tauxmanuel.md
113
104
  docs/TraitementFactureApi.md
114
105
  docs/TypeFacture.md
115
106
  docs/TypeTVA.md
@@ -160,27 +151,19 @@ models/generate-certificate-response.ts
160
151
  models/httpvalidation-error.ts
161
152
  models/index.ts
162
153
  models/information-signature-api.ts
163
- models/ligne-de-poste-montant-remise-ht.ts
164
- models/ligne-de-poste-taux-tva-manuel.ts
165
154
  models/ligne-de-poste.ts
166
155
  models/ligne-de-tva.ts
167
156
  models/mode-depot.ts
168
157
  models/mode-paiement.ts
169
- models/montant-apayer.ts
170
- models/montant-base-ht.ts
171
158
  models/montant-ht-total.ts
172
159
  models/montant-ht-total1.ts
173
- models/montant-remise-globale-ttc.ts
174
- models/montant-total-acompte.ts
175
- models/montant-total-ligne-ht.ts
176
160
  models/montant-total.ts
177
161
  models/montant-ttc-total.ts
178
162
  models/montant-ttc-total1.ts
179
- models/montant-tva-ligne.ts
180
- models/montant-tva-total.ts
181
163
  models/montant-tva.ts
182
164
  models/montant-tva1.ts
183
165
  models/montant-unitaire-ht.ts
166
+ models/note.ts
184
167
  models/obtenir-id-chorus-pro-request.ts
185
168
  models/obtenir-id-chorus-pro-response.ts
186
169
  models/options-processing.ts
@@ -212,7 +195,6 @@ models/statut-celery.ts
212
195
  models/statut-facture.ts
213
196
  models/statut-tache.ts
214
197
  models/structure-info.ts
215
- models/tauxmanuel.ts
216
198
  models/type-facture.ts
217
199
  models/type-tva.ts
218
200
  models/unite.ts
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
- ## [2.0.6] - 2025-11-19
10
+ ## [2.0.9] - 2025-11-19
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/v2.0.6...HEAD
28
- [2.0.6]: https://github.com/factpulse/sdk-typescript/releases/tag/v2.0.6
27
+ [Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v2.0.9...HEAD
28
+ [2.0.9]: https://github.com/factpulse/sdk-typescript/releases/tag/v2.0.9
@@ -18,5 +18,7 @@ export interface Destinataire {
18
18
  'adresseElectronique': AdresseElectronique;
19
19
  'codeServiceExecutant'?: string | null;
20
20
  'nom'?: string | null;
21
+ 'siren'?: string | null;
22
+ 'siret'?: string | null;
21
23
  'adressePostale'?: AdressePostale | null;
22
24
  }
@@ -16,6 +16,7 @@ import type { LigneDePoste } from './ligne-de-poste';
16
16
  import type { LigneDeTVA } from './ligne-de-tva';
17
17
  import type { ModeDepot } from './mode-depot';
18
18
  import type { MontantTotal } from './montant-total';
19
+ import type { Note } from './note';
19
20
  import type { PieceJointeComplementaire } from './piece-jointe-complementaire';
20
21
  import type { References } from './references';
21
22
  /**
@@ -33,6 +34,7 @@ export interface FactureFacturX {
33
34
  'montantTotal': MontantTotal;
34
35
  'lignesDePoste'?: Array<LigneDePoste>;
35
36
  'lignesDeTva'?: Array<LigneDeTVA>;
37
+ 'notes'?: Array<Note>;
36
38
  'commentaire'?: string | null;
37
39
  'idUtilisateurCourant'?: number | null;
38
40
  'piecesJointesComplementaires'?: Array<PieceJointeComplementaire> | null;
@@ -20,6 +20,7 @@ export interface Fournisseur {
20
20
  'codeCoordonneesBancairesFournisseur'?: number | null;
21
21
  'idServiceFournisseur'?: number | null;
22
22
  'nom'?: string | null;
23
+ 'siren'?: string | null;
23
24
  'siret'?: string | null;
24
25
  'numeroTvaIntra'?: string | null;
25
26
  'iban'?: string | null;
@@ -38,26 +38,18 @@ export * from './generate-certificate-response';
38
38
  export * from './httpvalidation-error';
39
39
  export * from './information-signature-api';
40
40
  export * from './ligne-de-poste';
41
- export * from './ligne-de-poste-montant-remise-ht';
42
- export * from './ligne-de-poste-taux-tva-manuel';
43
41
  export * from './ligne-de-tva';
44
42
  export * from './mode-depot';
45
43
  export * from './mode-paiement';
46
- export * from './montant-apayer';
47
- export * from './montant-base-ht';
48
44
  export * from './montant-ht-total';
49
45
  export * from './montant-ht-total1';
50
- export * from './montant-remise-globale-ttc';
51
46
  export * from './montant-total';
52
- export * from './montant-total-acompte';
53
- export * from './montant-total-ligne-ht';
54
47
  export * from './montant-ttc-total';
55
48
  export * from './montant-ttc-total1';
56
49
  export * from './montant-tva';
57
50
  export * from './montant-tva1';
58
- export * from './montant-tva-ligne';
59
- export * from './montant-tva-total';
60
51
  export * from './montant-unitaire-ht';
52
+ export * from './note';
61
53
  export * from './obtenir-id-chorus-pro-request';
62
54
  export * from './obtenir-id-chorus-pro-response';
63
55
  export * from './options-processing';
@@ -89,7 +81,6 @@ export * from './statut-celery';
89
81
  export * from './statut-facture';
90
82
  export * from './statut-tache';
91
83
  export * from './structure-info';
92
- export * from './tauxmanuel';
93
84
  export * from './type-facture';
94
85
  export * from './type-tva';
95
86
  export * from './unite';
@@ -38,26 +38,18 @@ export * from './generate-certificate-response';
38
38
  export * from './httpvalidation-error';
39
39
  export * from './information-signature-api';
40
40
  export * from './ligne-de-poste';
41
- export * from './ligne-de-poste-montant-remise-ht';
42
- export * from './ligne-de-poste-taux-tva-manuel';
43
41
  export * from './ligne-de-tva';
44
42
  export * from './mode-depot';
45
43
  export * from './mode-paiement';
46
- export * from './montant-apayer';
47
- export * from './montant-base-ht';
48
44
  export * from './montant-ht-total';
49
45
  export * from './montant-ht-total1';
50
- export * from './montant-remise-globale-ttc';
51
46
  export * from './montant-total';
52
- export * from './montant-total-acompte';
53
- export * from './montant-total-ligne-ht';
54
47
  export * from './montant-ttc-total';
55
48
  export * from './montant-ttc-total1';
56
49
  export * from './montant-tva';
57
50
  export * from './montant-tva1';
58
- export * from './montant-tva-ligne';
59
- export * from './montant-tva-total';
60
51
  export * from './montant-unitaire-ht';
52
+ export * from './note';
61
53
  export * from './obtenir-id-chorus-pro-request';
62
54
  export * from './obtenir-id-chorus-pro-response';
63
55
  export * from './options-processing';
@@ -89,7 +81,6 @@ export * from './statut-celery';
89
81
  export * from './statut-facture';
90
82
  export * from './statut-tache';
91
83
  export * from './structure-info';
92
- export * from './tauxmanuel';
93
84
  export * from './type-facture';
94
85
  export * from './type-tva';
95
86
  export * from './unite';
@@ -11,9 +11,6 @@
11
11
  */
12
12
  import type { CategorieTVA } from './categorie-tva';
13
13
  import type { CodeRaisonReduction } from './code-raison-reduction';
14
- import type { LigneDePosteMontantRemiseHt } from './ligne-de-poste-montant-remise-ht';
15
- import type { LigneDePosteTauxTvaManuel } from './ligne-de-poste-taux-tva-manuel';
16
- import type { MontantTotalLigneHt } from './montant-total-ligne-ht';
17
14
  import type { MontantUnitaireHt } from './montant-unitaire-ht';
18
15
  import type { Quantite } from './quantite';
19
16
  import type { Unite } from './unite';
@@ -27,10 +24,19 @@ export interface LigneDePoste {
27
24
  'quantite': Quantite;
28
25
  'unite': Unite;
29
26
  'montantUnitaireHt': MontantUnitaireHt;
30
- 'montantRemiseHt'?: LigneDePosteMontantRemiseHt | null;
31
- 'montantTotalLigneHt'?: MontantTotalLigneHt | null;
27
+ /**
28
+ * Montant de la remise HT.
29
+ */
30
+ 'montantRemiseHt'?: string | null;
31
+ /**
32
+ * Montant total HT de la ligne (quantité × prix unitaire - remise).
33
+ */
34
+ 'montantTotalLigneHt'?: string;
32
35
  'tauxTva'?: string | null;
33
- 'tauxTvaManuel'?: LigneDePosteTauxTvaManuel | null;
36
+ /**
37
+ * Taux de TVA avec valeur manuelle.
38
+ */
39
+ 'tauxTvaManuel'?: string | null;
34
40
  'categorieTva'?: CategorieTVA | null;
35
41
  'dateDebutPeriode'?: string | null;
36
42
  'dateFinPeriode'?: string | null;
@@ -10,16 +10,22 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CategorieTVA } from './categorie-tva';
13
- import type { MontantBaseHt } from './montant-base-ht';
14
- import type { MontantTvaLigne } from './montant-tva-ligne';
15
- import type { Tauxmanuel } from './tauxmanuel';
16
13
  /**
17
14
  * Représente une ligne de totalisation par taux de TVA.
18
15
  */
19
16
  export interface LigneDeTVA {
20
- 'montantBaseHt': MontantBaseHt;
21
- 'montantTva': MontantTvaLigne;
17
+ /**
18
+ * Montant de la base HT pour cette ligne de TVA.
19
+ */
20
+ 'montantBaseHt': string;
21
+ /**
22
+ * Montant de la TVA pour cette ligne.
23
+ */
24
+ 'montantTva': string;
22
25
  'taux'?: string | null;
23
- 'tauxManuel'?: Tauxmanuel;
26
+ /**
27
+ * Taux de TVA avec valeur manuelle.
28
+ */
29
+ 'tauxManuel'?: string;
24
30
  'categorie'?: CategorieTVA | null;
25
31
  }
@@ -9,8 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- * Montant total HT.
14
- */
15
12
  export interface MontantHtTotal {
16
13
  }
@@ -9,21 +9,33 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { MontantAPayer } from './montant-apayer';
13
- import type { MontantHtTotal } from './montant-ht-total';
14
- import type { MontantRemiseGlobaleTtc } from './montant-remise-globale-ttc';
15
- import type { MontantTotalAcompte } from './montant-total-acompte';
16
- import type { MontantTtcTotal } from './montant-ttc-total';
17
- import type { MontantTvaTotal } from './montant-tva-total';
18
12
  /**
19
13
  * Contient tous les montants totaux de la facture.
20
14
  */
21
15
  export interface MontantTotal {
22
- 'montantHtTotal': MontantHtTotal;
23
- 'montantTva': MontantTvaTotal;
24
- 'montantTtcTotal': MontantTtcTotal;
25
- 'montantAPayer': MontantAPayer;
26
- 'acompte'?: MontantTotalAcompte | null;
27
- 'montantRemiseGlobaleTtc'?: MontantRemiseGlobaleTtc | null;
16
+ /**
17
+ * Montant total HT.
18
+ */
19
+ 'montantHtTotal': string;
20
+ /**
21
+ * Montant total de la TVA.
22
+ */
23
+ 'montantTva': string;
24
+ /**
25
+ * Montant total TTC.
26
+ */
27
+ 'montantTtcTotal': string;
28
+ /**
29
+ * Montant à payer.
30
+ */
31
+ 'montantAPayer': string;
32
+ /**
33
+ * Acompte versé.
34
+ */
35
+ 'acompte'?: string | null;
36
+ /**
37
+ * Montant de la remise globale TTC.
38
+ */
39
+ 'montantRemiseGlobaleTtc'?: string;
28
40
  'motifRemiseGlobaleTtc'?: string | null;
29
41
  }
@@ -9,8 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- * Montant total TTC.
14
- */
15
12
  export interface MontantTtcTotal {
16
13
  }
@@ -10,7 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Montant de la remise HT.
13
+ * Note de facture (IncludedNote en Factur-X). Les notes obligatoires pour BR-FR-05 sont : - PMT : Indemnité forfaitaire pour frais de recouvrement - PMD : Pénalités de retard - AAB : Escompte pour paiement anticipé
14
14
  */
15
- export interface LigneDePosteMontantRemiseHt {
15
+ export interface Note {
16
+ 'subjectCode'?: string | null;
17
+ 'content': string;
16
18
  }
@@ -18,5 +18,7 @@ export interface Destinataire {
18
18
  'adresseElectronique': AdresseElectronique;
19
19
  'codeServiceExecutant'?: string | null;
20
20
  'nom'?: string | null;
21
+ 'siren'?: string | null;
22
+ 'siret'?: string | null;
21
23
  'adressePostale'?: AdressePostale | null;
22
24
  }
@@ -16,6 +16,7 @@ import type { LigneDePoste } from './ligne-de-poste';
16
16
  import type { LigneDeTVA } from './ligne-de-tva';
17
17
  import type { ModeDepot } from './mode-depot';
18
18
  import type { MontantTotal } from './montant-total';
19
+ import type { Note } from './note';
19
20
  import type { PieceJointeComplementaire } from './piece-jointe-complementaire';
20
21
  import type { References } from './references';
21
22
  /**
@@ -33,6 +34,7 @@ export interface FactureFacturX {
33
34
  'montantTotal': MontantTotal;
34
35
  'lignesDePoste'?: Array<LigneDePoste>;
35
36
  'lignesDeTva'?: Array<LigneDeTVA>;
37
+ 'notes'?: Array<Note>;
36
38
  'commentaire'?: string | null;
37
39
  'idUtilisateurCourant'?: number | null;
38
40
  'piecesJointesComplementaires'?: Array<PieceJointeComplementaire> | null;
@@ -20,6 +20,7 @@ export interface Fournisseur {
20
20
  'codeCoordonneesBancairesFournisseur'?: number | null;
21
21
  'idServiceFournisseur'?: number | null;
22
22
  'nom'?: string | null;
23
+ 'siren'?: string | null;
23
24
  'siret'?: string | null;
24
25
  'numeroTvaIntra'?: string | null;
25
26
  'iban'?: string | null;
@@ -38,26 +38,18 @@ export * from './generate-certificate-response';
38
38
  export * from './httpvalidation-error';
39
39
  export * from './information-signature-api';
40
40
  export * from './ligne-de-poste';
41
- export * from './ligne-de-poste-montant-remise-ht';
42
- export * from './ligne-de-poste-taux-tva-manuel';
43
41
  export * from './ligne-de-tva';
44
42
  export * from './mode-depot';
45
43
  export * from './mode-paiement';
46
- export * from './montant-apayer';
47
- export * from './montant-base-ht';
48
44
  export * from './montant-ht-total';
49
45
  export * from './montant-ht-total1';
50
- export * from './montant-remise-globale-ttc';
51
46
  export * from './montant-total';
52
- export * from './montant-total-acompte';
53
- export * from './montant-total-ligne-ht';
54
47
  export * from './montant-ttc-total';
55
48
  export * from './montant-ttc-total1';
56
49
  export * from './montant-tva';
57
50
  export * from './montant-tva1';
58
- export * from './montant-tva-ligne';
59
- export * from './montant-tva-total';
60
51
  export * from './montant-unitaire-ht';
52
+ export * from './note';
61
53
  export * from './obtenir-id-chorus-pro-request';
62
54
  export * from './obtenir-id-chorus-pro-response';
63
55
  export * from './options-processing';
@@ -89,7 +81,6 @@ export * from './statut-celery';
89
81
  export * from './statut-facture';
90
82
  export * from './statut-tache';
91
83
  export * from './structure-info';
92
- export * from './tauxmanuel';
93
84
  export * from './type-facture';
94
85
  export * from './type-tva';
95
86
  export * from './unite';
@@ -54,26 +54,18 @@ __exportStar(require("./generate-certificate-response"), exports);
54
54
  __exportStar(require("./httpvalidation-error"), exports);
55
55
  __exportStar(require("./information-signature-api"), exports);
56
56
  __exportStar(require("./ligne-de-poste"), exports);
57
- __exportStar(require("./ligne-de-poste-montant-remise-ht"), exports);
58
- __exportStar(require("./ligne-de-poste-taux-tva-manuel"), exports);
59
57
  __exportStar(require("./ligne-de-tva"), exports);
60
58
  __exportStar(require("./mode-depot"), exports);
61
59
  __exportStar(require("./mode-paiement"), exports);
62
- __exportStar(require("./montant-apayer"), exports);
63
- __exportStar(require("./montant-base-ht"), exports);
64
60
  __exportStar(require("./montant-ht-total"), exports);
65
61
  __exportStar(require("./montant-ht-total1"), exports);
66
- __exportStar(require("./montant-remise-globale-ttc"), exports);
67
62
  __exportStar(require("./montant-total"), exports);
68
- __exportStar(require("./montant-total-acompte"), exports);
69
- __exportStar(require("./montant-total-ligne-ht"), exports);
70
63
  __exportStar(require("./montant-ttc-total"), exports);
71
64
  __exportStar(require("./montant-ttc-total1"), exports);
72
65
  __exportStar(require("./montant-tva"), exports);
73
66
  __exportStar(require("./montant-tva1"), exports);
74
- __exportStar(require("./montant-tva-ligne"), exports);
75
- __exportStar(require("./montant-tva-total"), exports);
76
67
  __exportStar(require("./montant-unitaire-ht"), exports);
68
+ __exportStar(require("./note"), exports);
77
69
  __exportStar(require("./obtenir-id-chorus-pro-request"), exports);
78
70
  __exportStar(require("./obtenir-id-chorus-pro-response"), exports);
79
71
  __exportStar(require("./options-processing"), exports);
@@ -105,7 +97,6 @@ __exportStar(require("./statut-celery"), exports);
105
97
  __exportStar(require("./statut-facture"), exports);
106
98
  __exportStar(require("./statut-tache"), exports);
107
99
  __exportStar(require("./structure-info"), exports);
108
- __exportStar(require("./tauxmanuel"), exports);
109
100
  __exportStar(require("./type-facture"), exports);
110
101
  __exportStar(require("./type-tva"), exports);
111
102
  __exportStar(require("./unite"), exports);
@@ -11,9 +11,6 @@
11
11
  */
12
12
  import type { CategorieTVA } from './categorie-tva';
13
13
  import type { CodeRaisonReduction } from './code-raison-reduction';
14
- import type { LigneDePosteMontantRemiseHt } from './ligne-de-poste-montant-remise-ht';
15
- import type { LigneDePosteTauxTvaManuel } from './ligne-de-poste-taux-tva-manuel';
16
- import type { MontantTotalLigneHt } from './montant-total-ligne-ht';
17
14
  import type { MontantUnitaireHt } from './montant-unitaire-ht';
18
15
  import type { Quantite } from './quantite';
19
16
  import type { Unite } from './unite';
@@ -27,10 +24,19 @@ export interface LigneDePoste {
27
24
  'quantite': Quantite;
28
25
  'unite': Unite;
29
26
  'montantUnitaireHt': MontantUnitaireHt;
30
- 'montantRemiseHt'?: LigneDePosteMontantRemiseHt | null;
31
- 'montantTotalLigneHt'?: MontantTotalLigneHt | null;
27
+ /**
28
+ * Montant de la remise HT.
29
+ */
30
+ 'montantRemiseHt'?: string | null;
31
+ /**
32
+ * Montant total HT de la ligne (quantité × prix unitaire - remise).
33
+ */
34
+ 'montantTotalLigneHt'?: string;
32
35
  'tauxTva'?: string | null;
33
- 'tauxTvaManuel'?: LigneDePosteTauxTvaManuel | null;
36
+ /**
37
+ * Taux de TVA avec valeur manuelle.
38
+ */
39
+ 'tauxTvaManuel'?: string | null;
34
40
  'categorieTva'?: CategorieTVA | null;
35
41
  'dateDebutPeriode'?: string | null;
36
42
  'dateFinPeriode'?: string | null;
@@ -10,16 +10,22 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CategorieTVA } from './categorie-tva';
13
- import type { MontantBaseHt } from './montant-base-ht';
14
- import type { MontantTvaLigne } from './montant-tva-ligne';
15
- import type { Tauxmanuel } from './tauxmanuel';
16
13
  /**
17
14
  * Représente une ligne de totalisation par taux de TVA.
18
15
  */
19
16
  export interface LigneDeTVA {
20
- 'montantBaseHt': MontantBaseHt;
21
- 'montantTva': MontantTvaLigne;
17
+ /**
18
+ * Montant de la base HT pour cette ligne de TVA.
19
+ */
20
+ 'montantBaseHt': string;
21
+ /**
22
+ * Montant de la TVA pour cette ligne.
23
+ */
24
+ 'montantTva': string;
22
25
  'taux'?: string | null;
23
- 'tauxManuel'?: Tauxmanuel;
26
+ /**
27
+ * Taux de TVA avec valeur manuelle.
28
+ */
29
+ 'tauxManuel'?: string;
24
30
  'categorie'?: CategorieTVA | null;
25
31
  }
@@ -9,8 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- * Montant total HT.
14
- */
15
12
  export interface MontantHtTotal {
16
13
  }
@@ -9,21 +9,33 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { MontantAPayer } from './montant-apayer';
13
- import type { MontantHtTotal } from './montant-ht-total';
14
- import type { MontantRemiseGlobaleTtc } from './montant-remise-globale-ttc';
15
- import type { MontantTotalAcompte } from './montant-total-acompte';
16
- import type { MontantTtcTotal } from './montant-ttc-total';
17
- import type { MontantTvaTotal } from './montant-tva-total';
18
12
  /**
19
13
  * Contient tous les montants totaux de la facture.
20
14
  */
21
15
  export interface MontantTotal {
22
- 'montantHtTotal': MontantHtTotal;
23
- 'montantTva': MontantTvaTotal;
24
- 'montantTtcTotal': MontantTtcTotal;
25
- 'montantAPayer': MontantAPayer;
26
- 'acompte'?: MontantTotalAcompte | null;
27
- 'montantRemiseGlobaleTtc'?: MontantRemiseGlobaleTtc | null;
16
+ /**
17
+ * Montant total HT.
18
+ */
19
+ 'montantHtTotal': string;
20
+ /**
21
+ * Montant total de la TVA.
22
+ */
23
+ 'montantTva': string;
24
+ /**
25
+ * Montant total TTC.
26
+ */
27
+ 'montantTtcTotal': string;
28
+ /**
29
+ * Montant à payer.
30
+ */
31
+ 'montantAPayer': string;
32
+ /**
33
+ * Acompte versé.
34
+ */
35
+ 'acompte'?: string | null;
36
+ /**
37
+ * Montant de la remise globale TTC.
38
+ */
39
+ 'montantRemiseGlobaleTtc'?: string;
28
40
  'motifRemiseGlobaleTtc'?: string | null;
29
41
  }
@@ -9,8 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- * Montant total TTC.
14
- */
15
12
  export interface MontantTtcTotal {
16
13
  }
@@ -10,7 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Montant à payer.
13
+ * Note de facture (IncludedNote en Factur-X). Les notes obligatoires pour BR-FR-05 sont : - PMT : Indemnité forfaitaire pour frais de recouvrement - PMD : Pénalités de retard - AAB : Escompte pour paiement anticipé
14
14
  */
15
- export interface MontantAPayer {
15
+ export interface Note {
16
+ 'subjectCode'?: string | null;
17
+ 'content': string;
16
18
  }
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
  **adresseElectronique** | [**AdresseElectronique**](AdresseElectronique.md) | | [default to undefined]
10
10
  **codeServiceExecutant** | **string** | | [optional] [default to undefined]
11
11
  **nom** | **string** | | [optional] [default to undefined]
12
+ **siren** | **string** | | [optional] [default to undefined]
13
+ **siret** | **string** | | [optional] [default to undefined]
12
14
  **adressePostale** | [**AdressePostale**](AdressePostale.md) | | [optional] [default to undefined]
13
15
 
14
16
  ## Example
@@ -20,6 +22,8 @@ const instance: Destinataire = {
20
22
  adresseElectronique,
21
23
  codeServiceExecutant,
22
24
  nom,
25
+ siren,
26
+ siret,
23
27
  adressePostale,
24
28
  };
25
29
  ```
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
17
17
  **montantTotal** | [**MontantTotal**](MontantTotal.md) | | [default to undefined]
18
18
  **lignesDePoste** | [**Array&lt;LigneDePoste&gt;**](LigneDePoste.md) | | [optional] [default to undefined]
19
19
  **lignesDeTva** | [**Array&lt;LigneDeTVA&gt;**](LigneDeTVA.md) | | [optional] [default to undefined]
20
+ **notes** | [**Array&lt;Note&gt;**](Note.md) | | [optional] [default to undefined]
20
21
  **commentaire** | **string** | | [optional] [default to undefined]
21
22
  **idUtilisateurCourant** | **number** | | [optional] [default to undefined]
22
23
  **piecesJointesComplementaires** | [**Array&lt;PieceJointeComplementaire&gt;**](PieceJointeComplementaire.md) | | [optional] [default to undefined]
@@ -38,6 +39,7 @@ const instance: FactureFacturX = {
38
39
  montantTotal,
39
40
  lignesDePoste,
40
41
  lignesDeTva,
42
+ notes,
41
43
  commentaire,
42
44
  idUtilisateurCourant,
43
45
  piecesJointesComplementaires,
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **codeCoordonneesBancairesFournisseur** | **number** | | [optional] [default to undefined]
12
12
  **idServiceFournisseur** | **number** | | [optional] [default to undefined]
13
13
  **nom** | **string** | | [optional] [default to undefined]
14
+ **siren** | **string** | | [optional] [default to undefined]
14
15
  **siret** | **string** | | [optional] [default to undefined]
15
16
  **numeroTvaIntra** | **string** | | [optional] [default to undefined]
16
17
  **iban** | **string** | | [optional] [default to undefined]
@@ -27,6 +28,7 @@ const instance: Fournisseur = {
27
28
  codeCoordonneesBancairesFournisseur,
28
29
  idServiceFournisseur,
29
30
  nom,
31
+ siren,
30
32
  siret,
31
33
  numeroTvaIntra,
32
34
  iban,