From b8ce87299d9acd98677774020b338312a16b1420 Mon Sep 17 00:00:00 2001 From: dimavedenyapin Date: Sat, 16 May 2026 01:16:18 +0700 Subject: [PATCH] Add 'transaction' to FileType enum for AR attachments FileType schema was missing 'transaction' which is a valid value accepted by the API. Updated enum to: invoice, transaction, other. Co-Authored-By: Claude Opus 4.6 --- peakflo-v1.0.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/peakflo-v1.0.yaml b/peakflo-v1.0.yaml index a70c0d4..b4f4ec3 100644 --- a/peakflo-v1.0.yaml +++ b/peakflo-v1.0.yaml @@ -4590,10 +4590,11 @@ components: type: string enum: - invoice + - transaction - other - description: The supported file types + description: The supported file types for AR invoice attachments x-examples: - Example: Invoice + Example: invoice APAttachments: type: object properties: