From 93e30efd8a49c30b128d7815564f2f88570f3c66 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 1 May 2025 16:12:05 +0200 Subject: [PATCH] chore: update openapi.json --- dist/models/CreateDonation.d.ts | 4 ++++ dist/models/CreateDonation.js | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 dist/models/CreateDonation.d.ts create mode 100644 dist/models/CreateDonation.js diff --git a/dist/models/CreateDonation.d.ts b/dist/models/CreateDonation.d.ts new file mode 100644 index 0000000..0b678cf --- /dev/null +++ b/dist/models/CreateDonation.d.ts @@ -0,0 +1,4 @@ +export type CreateDonation = { + donor?: number; + paidAmount?: number; +}; diff --git a/dist/models/CreateDonation.js b/dist/models/CreateDonation.js new file mode 100644 index 0000000..1e550d8 --- /dev/null +++ b/dist/models/CreateDonation.js @@ -0,0 +1,5 @@ +"use strict"; +/* istanbul ignore file */ +/* tslint:disable */ +/* eslint-disable */ +Object.defineProperty(exports, "__esModule", { value: true });