Releases: Procuret/procuret-python
Releases · Procuret/procuret-python
Procuret Python `0.0.41`
0.0.41 includes the following changes:
PaymentSeries.payment_methodis now anOptional[PaymentMethodHeadline], it was formerly of typePaymentMethodHeadline. In rare cases, aPaymentSeriesmay not have an associated payment method, and this changes allows Procuret Python to correctly decode such cases.- Fixes a bug causing
TermRateGroupretrieval to fail due to attempting to decode properties that that API no longer sends.
Procuret Python 0.0.25
0.0.25 adds:
SecondFactorCode, now required for allSessioncreation.Session.create...methods updated accordingly.SaleNomenclatureenumeration- New properties for
InstalmentLink.allow_edit: bool.sale_name: SaleNomenclature.denomination_id: int.denomination: Currency
Procuret Python 0.0.5
0.0.5 introduces the InstalmentLinkOpen class, which may be used to record an instance of an InstalmentLink being opened. Instances of opening are recorded in the new InstalmentLink.opens property.