Skip to content

Commit

Permalink
feat: remove indirect bank feed fields from getCashValidation response
Browse files Browse the repository at this point in the history
  • Loading branch information
eamsdev committed Nov 6, 2024
1 parent 34213f6 commit c0830f0
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions xero-finance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit c0830f0

Please sign in to comment.