Skip to content

Commit

Permalink
Merged PR 83982: Added source accounts to loan writeback and fixed va…
Browse files Browse the repository at this point in the history
…lidation errors
  • Loading branch information
Codat Pipeline Bot committed Nov 6, 2024
1 parent 73cdc63 commit eff7093
Show file tree
Hide file tree
Showing 18 changed files with 1,605 additions and 414 deletions.
125 changes: 82 additions & 43 deletions json/Codat-Accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -148021,9 +148021,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for an account."
},
Expand All @@ -148033,9 +148036,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a transfer."
},
Expand Down Expand Up @@ -148092,9 +148098,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for an invoice."
},
Expand All @@ -148115,9 +148124,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a customer."
},
Expand All @@ -148127,9 +148139,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a supplier."
},
Expand All @@ -148154,9 +148169,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a direct cost."
},
Expand All @@ -148166,9 +148184,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a direct income."
},
Expand All @@ -148187,9 +148208,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a journal entry."
},
Expand All @@ -148199,9 +148223,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a bill payment."
},
Expand All @@ -148211,9 +148238,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a bill credit note."
},
Expand All @@ -148224,7 +148254,7 @@
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
"$ref": "#/components/parameters/itemId/schema/examples"
}
},
"description": "Unique identifier for a credit note."
Expand All @@ -148235,9 +148265,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for an item."
},
Expand All @@ -148248,7 +148281,7 @@
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
"$ref": "#/components/parameters/itemId/schema/examples"
}
},
"description": "Unique identifier for an item receipt."
Expand All @@ -148259,9 +148292,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a payment method."
},
Expand All @@ -148271,9 +148307,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a payment."
},
Expand All @@ -148284,7 +148323,7 @@
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
"$ref": "#/components/parameters/itemId/schema/examples"
}
},
"description": "Unique identifier for a purchase order."
Expand All @@ -148296,7 +148335,7 @@
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/billId/schema/examples"
"$ref": "#/components/parameters/itemId/schema/examples"
}
},
"description": "Unique identifier for a sales order."
Expand Down
28 changes: 11 additions & 17 deletions json/Codat-Assess.json
Original file line number Diff line number Diff line change
Expand Up @@ -4665,20 +4665,18 @@
"description": "The type of the report requested in the query string."
}
},
"examples": {
"Example 1": {
"value": {
"lastGenerated": "2023-01-25T22:36:05.125Z",
"inProgress": true,
"queued": "2023-01-25T22:36:05.125Z",
"success": true,
"errorMessage": "string",
"lastInvocationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reportType": "string",
"fileSize": 0
}
"examples": [
{
"lastGenerated": "2023-01-25T22:36:05.125Z",
"inProgress": true,
"queued": "2023-01-25T22:36:05.125Z",
"success": true,
"errorMessage": "string",
"lastInvocationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reportType": "string",
"fileSize": 0
}
}
]
},
"LoanSummary": {
"title": "Loan summary",
Expand Down Expand Up @@ -4851,10 +4849,6 @@
"items": {
"$ref": "#/components/schemas/LoanTransactions/definitions/reportItems"
}
},
"errors": {
"type": "array",
"description": "If there are no errors, an empty array is returned."
}
},
"definitions": {
Expand Down
7 changes: 4 additions & 3 deletions json/Codat-Bank-Feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -4168,12 +4168,13 @@
"description": "Password to enable the bank feeds platform to securely retrieve transactions."
}
},
"examples": {
"QuickBooks Online Bank Feeds": {
"examples": [
{
"QuickBooks Online Bank Feeds": null,
"username": "S0MW-TR0P-7DS0",
"password": "cO0ajh0uGyTN0Pwh"
}
}
]
},
"BankAccounts": {
"x-internal": true,
Expand Down
Loading

0 comments on commit eff7093

Please sign in to comment.