From 0f8293db9b059846727b2f50f8cb4a0917e1b850 Mon Sep 17 00:00:00 2001 From: Karl Fredrik Haugland Date: Thu, 4 Jan 2024 18:20:09 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix:=20Attempt=20to?= =?UTF-8?q?=20nuke=20invoice=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oda_wd_client/service/resource_management/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oda_wd_client/service/resource_management/types.py b/oda_wd_client/service/resource_management/types.py index 8933c5e..bb325fa 100644 --- a/oda_wd_client/service/resource_management/types.py +++ b/oda_wd_client/service/resource_management/types.py @@ -192,7 +192,7 @@ class SupplierInvoice(WorkdayReferenceBaseModel): workday_id_type: Literal[ "Supplier_invoice_Reference_ID" ] = "Supplier_invoice_Reference_ID" - invoice_number: str + invoice_number: str | None company: Company currency: Currency supplier: Supplier From 786b0cfed88ad5541105f25636ac9b2ff31e493b Mon Sep 17 00:00:00 2001 From: Karl Fredrik Haugland Date: Thu, 4 Jan 2024 18:20:44 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20version:=20Bump=20to=20v0.0.?= =?UTF-8?q?14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3042418..27b5a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oda-wd-client" -version = "0.0.13" +version = "0.0.14" description = "A library for interacting with Workday from Python" authors = [ "Karl Fredrik Haugland ",