From a0f1644895d3b855c6641a4774a3c1041fe7138e Mon Sep 17 00:00:00 2001 From: eamsdev <76290232+pete-eams@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:47:09 +1100 Subject: [PATCH] feat: remove indirect bank feed fields from getCashValidation response --- xero-finance.yaml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/xero-finance.yaml b/xero-finance.yaml index 101948b0..c8ed0abd 100644 --- a/xero-finance.yaml +++ b/xero-finance.yaml @@ -77,15 +77,12 @@ paths: totalAmount: 189 dataSource: directBankFeed: 0 - indirectBankFeed: 0 fileUpload: 300 manual: -188 directBankFeedPos: 0 - indirectBankFeedPos: 0 fileUploadPos: 2223 manualPos: 0 directBankFeedNeg: 0 - indirectBankFeedNeg: 0 fileUploadNeg: -1890 manualNeg: -500 otherPos: 0 @@ -1551,7 +1548,9 @@ components: format: date-time importSourceType: type: string - description: Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying). + description: Looking at the most recent bank statement, this field indicates + the source of the data (direct bank feed, file upload, + or manual keying). additionalProperties: false DataSourceResponse: type: object @@ -1561,12 +1560,6 @@ components: description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. format: double x-is-money: true - indirectBankFeed: - type: number - deprecated: true - description: No longer in use. - format: double - x-is-money: true fileUpload: type: number description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. @@ -1582,12 +1575,6 @@ components: description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included. format: double x-is-money: true - indirectBankFeedPos: - type: number - deprecated: true - description: No longer in use. - format: double - x-is-money: true fileUploadPos: type: number description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included. @@ -1603,12 +1590,6 @@ components: description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included. format: double x-is-money: true - indirectBankFeedNeg: - type: number - deprecated: true - description: No longer in use. - format: double - x-is-money: true fileUploadNeg: type: number description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.