diff --git a/static/oas/Codat-Assess.json b/static/oas/Codat-Assess.json index b8df8dca6..00f458eaa 100644 --- a/static/oas/Codat-Assess.json +++ b/static/oas/Codat-Assess.json @@ -3786,6 +3786,11 @@ "modifiedDate": { "description": "The date the bank transaction was last modified.", "$ref": "#/components/schemas/EnhancedInvoicesReport/definitions/payment/properties/date" + }, + "isRecurring": { + "description": "Indicates if the transaction is classified as recurring by Codat's categorization engine.", + "type": "boolean", + "nullable": true } }, "definitions": { diff --git a/static/oas/Codat-Bank-Feeds.json b/static/oas/Codat-Bank-Feeds.json index 1e6120555..c78fe2cfd 100644 --- a/static/oas/Codat-Bank-Feeds.json +++ b/static/oas/Codat-Bank-Feeds.json @@ -3961,7 +3961,7 @@ "transactions": [ { "id": "716422529", - "date": "2023-08-22T10:21:00Z", + "date": "2023-08-22T10:21:00", "description": "Repayment of Credit Card", "counterparty": "Bank of Example", "reference": "Ref-12345", @@ -3972,7 +3972,7 @@ }, { "id": "716422530", - "date": "2023-08-22T10:22:00Z", + "date": "2023-08-22T10:22:00", "description": "Amazon Purchase", "counterparty": "Amazon", "reference": "Ref-12346", @@ -3983,7 +3983,7 @@ }, { "id": "716422531", - "date": "2023-08-22T10:23:00Z", + "date": "2023-08-22T10:23:00", "description": "Office Supplies", "counterparty": "Office Mart", "reference": "Ref-12347", @@ -4001,7 +4001,7 @@ "transactions": [ { "id": "716422529", - "date": "2023-08-22T10:21:00Z", + "date": "2023-08-22T10:21:00", "description": "Repayment of Credit Card", "amount": 100, "balance": 100, @@ -4009,7 +4009,7 @@ }, { "id": "716422530", - "date": "2023-08-22T10:22:00Z", + "date": "2023-08-22T10:22:00", "description": "Amazon Purchase", "amount": -100, "balance": 0, @@ -4017,7 +4017,7 @@ }, { "id": "716422531", - "date": "2023-08-22T10:23:00Z", + "date": "2023-08-22T10:23:00", "description": "Office Supplies", "amount": -60, "balance": -60, @@ -4032,21 +4032,21 @@ "transactions": [ { "id": "716422529", - "date": "2023-08-22T10:21:00Z", + "date": "2023-08-22T10:21:00", "description": "Repayment of Credit Card", "amount": 100, "transactionType": "Credit" }, { "id": "716422530", - "date": "2023-08-22T10:22:00Z", + "date": "2023-08-22T10:22:00", "description": "Amazon Purchase", "amount": -100, "transactionType": "Debit" }, { "id": "716422531", - "date": "2023-08-22T10:23:00Z", + "date": "2023-08-22T10:23:00", "description": "Office Supplies", "amount": -60, "transactionType": "Debit" @@ -4060,7 +4060,7 @@ "transactions": [ { "id": "716422529", - "date": "2023-08-22T10:21:00Z", + "date": "2023-08-22T10:21:00", "description": "Repayment of Credit Card", "counterparty": "Bank of Example", "reference": "Ref-12345", @@ -4070,7 +4070,7 @@ }, { "id": "716422530", - "date": "2023-08-22T10:22:00Z", + "date": "2023-08-22T10:22:00", "description": "Amazon Purchase", "counterparty": "Amazon", "reference": "Ref-12346", @@ -4080,7 +4080,7 @@ }, { "id": "716422531", - "date": "2023-08-22T10:23:00Z", + "date": "2023-08-22T10:23:00", "description": "Office Supplies", "counterparty": "Office Mart", "reference": "Ref-12347", @@ -5165,7 +5165,13 @@ "example": "716422529" }, "date": { - "$ref": "#/components/schemas/DateTime" + "title": "Local date time", + "type": "string", + "examples": [ + "2023-08-22T10:21:00", + "2023-08-22" + ], + "description": "In Codat's data model, dates and times are represented using the ISO 8601 standard. Date and time fields are formatted as strings; for example:\n\n```\n2023-08-22T10:21:00\n2023-08-22\n```\n\nWhen pushing bank transaction data to Codat, the date is treated as a local date. This means:\n\n- The date/time is used exactly as provided, without any timezone conversion.\n- If a timezone offset is included (e.g., `2023-08-22T10:21:00-05:00`), the offset will be ignored and only the local date/time portion will be used.\n- We recommend providing dates without a timezone suffix for clarity (e.g., `2023-08-22T10:21:00` rather than `2023-08-22T10:21:00Z`)." }, "description": { "type": "string", diff --git a/static/oas/Codat-Lending.json b/static/oas/Codat-Lending.json index e8e48b431..9c6817cc8 100644 --- a/static/oas/Codat-Lending.json +++ b/static/oas/Codat-Lending.json @@ -109754,7 +109754,8 @@ "counterpartyNames": [ "Shopify" ], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": true }, { "sourceRef": { @@ -109783,7 +109784,8 @@ "Amazon", "Amazon Marketplace" ], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": false }, { "sourceRef": { @@ -109811,7 +109813,8 @@ }, "platformName": "Shopify", "counterpartyNames": [], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": null }, { "sourceRef": { @@ -109839,7 +109842,8 @@ }, "platformName": "Amazon", "counterpartyNames": [], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": true }, { "sourceRef": { @@ -109867,7 +109871,8 @@ }, "platformName": "Zettle", "counterpartyNames": [], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": false }, { "sourceRef": { @@ -109893,7 +109898,8 @@ }, "platformName": "Amazon", "counterpartyNames": [], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": null }, { "sourceRef": { @@ -109921,7 +109927,8 @@ }, "platformName": "Amazon", "counterpartyNames": [], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": true }, { "sourceRef": { @@ -109947,7 +109954,8 @@ }, "platformName": "DoorDash", "counterpartyNames": [], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": false }, { "sourceRef": { @@ -109977,7 +109985,8 @@ "counterpartyNames": [ "Uber" ], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": true }, { "sourceRef": { @@ -110007,7 +110016,8 @@ "counterpartyNames": [ "DoorDash" ], - "modifiedDate": "2022-11-08T12:00:00" + "modifiedDate": "2022-11-08T12:00:00", + "isRecurring": false } ] } @@ -116811,7 +116821,8 @@ "counterpartyNames": [ "Counterparty" ], - "modifiedDate": "2023-01-25T22:36:05.125Z" + "modifiedDate": "2023-01-25T22:36:05.125Z", + "isRecurring": true }, { "sourceRef": { @@ -116828,19 +116839,21 @@ "description": "Payment to supplier", "amount": 100, "currency": "USD", - "transactionCategory": null, - "confidence": 92.7, - "levels": [ - "Expense", - "Operating" - ], - "confidences": [ - 92.7, - 95 - ], + "transactionCategory": { + "confidence": 92.7, + "levels": [ + "Expense", + "Operating" + ], + "confidences": [ + 92.7, + 95 + ] + }, "platformName": "Plaid", "counterpartyNames": [], - "modifiedDate": "2023-01-25T22:36:05.125Z" + "modifiedDate": "2023-01-25T22:36:05.125Z", + "isRecurring": false } ], "pageNumber": 1, @@ -120014,6 +120027,11 @@ "modifiedDate": { "description": "The date the bank transaction was last modified.", "$ref": "#/components/schemas/DateTime" + }, + "isRecurring": { + "description": "Indicates if the transaction is classified as recurring by Codat's categorization engine.", + "type": "boolean", + "nullable": true } }, "definitions": {