addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / properties / draft_invoices
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Draft Invoices"
+}
addedOutput schema / properties / error
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sanitized error message when success is false.",
+ "title": "Error"
+}
addedOutput schema / properties / open_payable_items
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Open Payable Items"
+}
addedOutput schema / properties / open_receivable_items
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Open Receivable Items"
+}
removedOutput schema / properties / result
Removed value: -{
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
-}
addedOutput schema / properties / success
Added value: +{
+ "description": "False when the call failed; see error.",
+ "title": "Success",
+ "type": "boolean"
+}
addedOutput schema / properties / tool
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Reporting tool name.",
+ "title": "Tool"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "success"
+]
changedOutput schema / title
Previous value: -"accounting_health_summaryOutput"New value: +"AccountingHealthSummaryResponse"