diff --git a/xero-finance.yaml b/xero-finance.yaml index 101948b0..1a315e6e 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,7 @@ 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 +1558,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 +1573,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 +1588,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.