@getyetty-sdk/pennylane 2026.2.3 → 2026.2.6

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/dist/index.d.mts CHANGED
@@ -37093,7 +37093,7 @@ declare const postCustomerInvoices: <ThrowOnError extends boolean = false>(optio
37093
37093
  *
37094
37094
  * This endpoint allows you to import an invoice.
37095
37095
  *
37096
- * ℹ️ To ensure consistency, **we will apply validations on amounts in accordance with our rounding policy**. We allow a difference of up to 1 euro between total amounts and the sum of invoice lines. For further details, please refer to our [article](https://help.pennylane.com/fr/articles/61575-comprendre-l-arrondi-de-tva-d-un-produit) on rounding policy.
37096
+ * ℹ️ To ensure consistency, **we will apply validations on amounts in accordance with our rounding policy**. We allow a difference up to 1 cent per invoice_line between the total amounts and the sum of invoice lines. For further details, please refer to our [article](https://help.pennylane.com/fr/articles/61575-comprendre-l-arrondi-de-tva-d-un-produit) on rounding policy.
37097
37097
  *
37098
37098
  *
37099
37099
  * > ℹ️
package/dist/index.mjs CHANGED
@@ -15138,7 +15138,7 @@ const postCustomerInvoices = (options) => (options.client ?? client).post({
15138
15138
  *
15139
15139
  * This endpoint allows you to import an invoice.
15140
15140
  *
15141
- * ℹ️ To ensure consistency, **we will apply validations on amounts in accordance with our rounding policy**. We allow a difference of up to 1 euro between total amounts and the sum of invoice lines. For further details, please refer to our [article](https://help.pennylane.com/fr/articles/61575-comprendre-l-arrondi-de-tva-d-un-produit) on rounding policy.
15141
+ * ℹ️ To ensure consistency, **we will apply validations on amounts in accordance with our rounding policy**. We allow a difference up to 1 cent per invoice_line between the total amounts and the sum of invoice lines. For further details, please refer to our [article](https://help.pennylane.com/fr/articles/61575-comprendre-l-arrondi-de-tva-d-un-produit) on rounding policy.
15142
15142
  *
15143
15143
  *
15144
15144
  * > ℹ️