From 5ce96040007278a12123d78848a8987d0b8345ce Mon Sep 17 00:00:00 2001 From: Kulasekar Date: Fri, 19 Aug 2022 13:26:32 +0530 Subject: [PATCH] initial --- reference/admin.yaml | 10 ++++++++++ src/components/schemas/statements.yaml | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/reference/admin.yaml b/reference/admin.yaml index bc7c9af0c..df1b67b97 100644 --- a/reference/admin.yaml +++ b/reference/admin.yaml @@ -7627,6 +7627,16 @@ components: description: | Number of transactions in the statement uploaded by the user. example: 6 + duplicate_statement_line_items: + type: array + items: + type: string + description: > + List of statement line items that will be ignored because a similar + transaction id already exists. + example: + - stliasdfdfd + - stliasdvidk transactions: type: array items: diff --git a/src/components/schemas/statements.yaml b/src/components/schemas/statements.yaml index b5d9341f1..b237405df 100644 --- a/src/components/schemas/statements.yaml +++ b/src/components/schemas/statements.yaml @@ -281,6 +281,15 @@ preview_out: description: | Number of transactions in the statement uploaded by the user. example: 6 + duplicate_statement_line_items: + type: array + items: + type: string + description: > + List of statement line items that will be ignored because a similar transaction id already exists. + example: + - stliasdfdfd + - stliasdvidk transactions: type: array items: