addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / advanceApplied
Removed value: -{
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / billToEmail
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / clientAddress
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / clientName
Removed value: -{
- "description": "In in-app chat, the full client name shown on the invoice.",
- "type": "string"
-}
removedInput schema / properties / customLineItems
Removed value: -{
- "items": {
- "properties": {
- "amount": {
- "exclusiveMinimum": 0,
- "type": "number"
- },
- "description": {
- "type": "string"
- }
- },
- "required": [
- "description",
- "amount"
- ],
- "type": "object"
- },
- "maxItems": 25,
- "type": "array"
-}
removedInput schema / properties / invoiceNumber
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / issueDate
Removed value: -{
- "description": "In in-app chat, a calendar-valid YYYY-MM-DD invoice date.",
- "type": "string"
-}
removedInput schema / properties / markupPct
Removed value: -{
- "maximum": 100,
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / mentionSupportingReceipts
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / paymentTerms
Removed value: -{
- "enum": [
- "due_on_receipt",
- "net7",
- "net14",
- "net15",
- "net30",
- "net45",
- "net60"
- ],
- "type": "string"
-}
removedInput schema / properties / receiptIds
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / reportId
Removed value: -{
- "description": "In in-app chat, the saved report ID to prepare and confirm.",
- "type": "string"
-}
removedInput schema / properties / taxLabel
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / taxPct
Removed value: -{
- "maximum": 100,
- "minimum": 0,
- "type": "number"
-}
addedInput schema / required
Added value: +[
+ "preparationId"
+]