@factpulse/sdk 3.0.35 → 3.0.37

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 (34) hide show
  1. package/.openapi-generator/FILES +2 -2
  2. package/CHANGELOG.md +3 -3
  3. package/dist/esm/models/{facture-electronique-models-invoice-type-code.d.ts → facture-electronique-rest-api-schemas-ereporting-invoice-type-code.d.ts} +8 -67
  4. package/dist/esm/models/{facture-electronique-models-invoice-type-code.js → facture-electronique-rest-api-schemas-ereporting-invoice-type-code.js} +7 -66
  5. package/dist/esm/models/index.d.ts +1 -1
  6. package/dist/esm/models/index.js +1 -1
  7. package/dist/esm/models/invoice-input.d.ts +2 -2
  8. package/dist/esm/models/invoice-type-code.d.ts +65 -6
  9. package/dist/esm/models/invoice-type-code.js +65 -6
  10. package/dist/esm/models/simplified-invoice-data.d.ts +2 -2
  11. package/dist/esm/src/helpers/client.d.ts +2 -2
  12. package/dist/esm/src/helpers/client.js +9 -9
  13. package/dist/models/{facture-electronique-models-invoice-type-code.d.ts → facture-electronique-rest-api-schemas-ereporting-invoice-type-code.d.ts} +8 -67
  14. package/dist/models/{facture-electronique-models-invoice-type-code.js → facture-electronique-rest-api-schemas-ereporting-invoice-type-code.js} +8 -67
  15. package/dist/models/index.d.ts +1 -1
  16. package/dist/models/index.js +1 -1
  17. package/dist/models/invoice-input.d.ts +2 -2
  18. package/dist/models/invoice-type-code.d.ts +65 -6
  19. package/dist/models/invoice-type-code.js +65 -6
  20. package/dist/models/simplified-invoice-data.d.ts +2 -2
  21. package/dist/src/helpers/client.d.ts +2 -2
  22. package/dist/src/helpers/client.js +9 -9
  23. package/docs/FactureElectroniqueRestApiSchemasEreportingInvoiceTypeCode.md +17 -0
  24. package/docs/InvoiceInput.md +1 -1
  25. package/docs/InvoiceTypeCode.md +28 -6
  26. package/docs/SimplifiedInvoiceData.md +1 -1
  27. package/models/{facture-electronique-models-invoice-type-code.ts → facture-electronique-rest-api-schemas-ereporting-invoice-type-code.ts} +8 -67
  28. package/models/index.ts +1 -1
  29. package/models/invoice-input.ts +2 -2
  30. package/models/invoice-type-code.ts +65 -6
  31. package/models/simplified-invoice-data.ts +2 -2
  32. package/package.json +1 -1
  33. package/src/helpers/client.ts +11 -11
  34. package/docs/FactureElectroniqueModelsInvoiceTypeCode.md +0 -39
@@ -1,39 +0,0 @@
1
- # FactureElectroniqueModelsInvoiceTypeCode
2
-
3
- Document type according to BR-FR-04 (UNTDID 1001 codes). | Code | Name | Description | |------|------|-------------| | 380 | INVOICE | Commercial invoice | | 389 | SELF_BILLED_INVOICE | Self-billed invoice | | 393 | FACTORED_INVOICE | Factored invoice | | 501 | SELF_BILLED_FACTORED_INVOICE | Self-billed factored invoice | | 386 | PREPAYMENT_INVOICE | Prepayment invoice | | 500 | SELF_BILLED_PREPAYMENT_INVOICE | Self-billed prepayment invoice | | 384 | CORRECTIVE_INVOICE | Corrective invoice | | 471 | SELF_BILLED_CORRECTIVE_INVOICE | Self-billed corrective invoice | | 472 | FACTORED_CORRECTIVE_INVOICE | Factored corrective invoice | | 473 | SELF_BILLED_FACTORED_CORRECTIVE_INVOICE | Self-billed factored corrective invoice | | 381 | CREDIT_NOTE | Credit note | | 261 | SELF_BILLED_CREDIT_NOTE | Self-billed credit note | | 262 | GLOBAL_ALLOWANCE_CREDIT_NOTE | Credit note for global allowance | | 396 | FACTORED_CREDIT_NOTE | Factored credit note | | 502 | SELF_BILLED_FACTORED_CREDIT_NOTE | Self-billed factored credit note | | 503 | PREPAYMENT_CREDIT_NOTE | Credit note for prepayment invoice |
4
-
5
- ## Enum
6
-
7
- * `INVOICE` (value: `'380'`)
8
-
9
- * `SELF_BILLED_INVOICE` (value: `'389'`)
10
-
11
- * `FACTORED_INVOICE` (value: `'393'`)
12
-
13
- * `SELF_BILLED_FACTORED_INVOICE` (value: `'501'`)
14
-
15
- * `PREPAYMENT_INVOICE` (value: `'386'`)
16
-
17
- * `SELF_BILLED_PREPAYMENT_INVOICE` (value: `'500'`)
18
-
19
- * `CORRECTIVE_INVOICE` (value: `'384'`)
20
-
21
- * `SELF_BILLED_CORRECTIVE_INVOICE` (value: `'471'`)
22
-
23
- * `FACTORED_CORRECTIVE_INVOICE` (value: `'472'`)
24
-
25
- * `SELF_BILLED_FACTORED_CORRECTIVE_INVOICE` (value: `'473'`)
26
-
27
- * `CREDIT_NOTE` (value: `'381'`)
28
-
29
- * `SELF_BILLED_CREDIT_NOTE` (value: `'261'`)
30
-
31
- * `GLOBAL_ALLOWANCE_CREDIT_NOTE` (value: `'262'`)
32
-
33
- * `FACTORED_CREDIT_NOTE` (value: `'396'`)
34
-
35
- * `SELF_BILLED_FACTORED_CREDIT_NOTE` (value: `'502'`)
36
-
37
- * `PREPAYMENT_CREDIT_NOTE` (value: `'503'`)
38
-
39
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)