File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed
Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -141558,7 +141558,8 @@
141558141558 },
141559141559 "accountRef": {
141560141560 "$ref": "#/components/schemas/Account/definitions/accountRef",
141561- "description": "Reference to the account to which the line item is linked."
141561+ "description": "Reference to the account to which the line item is linked.",
141562+ "nullable": true
141562141563 },
141563141564 "taxRateRef": {
141564141565 "$ref": "#/components/schemas/TaxRate/definitions/taxRateRef",
@@ -141593,11 +141594,7 @@
141593141594 "type": "boolean",
141594141595 "description": "The bill is a direct cost if `True`."
141595141596 }
141596- },
141597- "required": [
141598- "unitAmount",
141599- "quantity"
141600- ]
141597+ }
141601141598 }
141602141599 }
141603141600 },
Original file line number Diff line number Diff line change @@ -112010,7 +112010,8 @@
112010112010 },
112011112011 "accountRef": {
112012112012 "$ref": "#/components/schemas/AccountingAccount/definitions/accountRef",
112013- "description": "Reference to the account to which the line item is linked."
112013+ "description": "Reference to the account to which the line item is linked.",
112014+ "nullable": true
112014112015 },
112015112016 "taxRateRef": {
112016112017 "$ref": "#/components/schemas/AccountingBillCreditNote/definitions/billCreditNoteLineItem/properties/taxRateRef",
@@ -112066,11 +112067,7 @@
112066112067 "type": "boolean",
112067112068 "description": "The bill is a direct cost if `True`."
112068112069 }
112069- },
112070- "required": [
112071- "unitAmount",
112072- "quantity"
112073- ]
112070+ }
112074112071 }
112075112072 }
112076112073 },
Original file line number Diff line number Diff line change 4488744887 },
4488844888 "accountRef": {
4488944889 "$ref": "#/components/schemas/Account/definitions/accountRef",
44890- "description": "Reference to the account to which the line item is linked."
44890+ "description": "Reference to the account to which the line item is linked.",
44891+ "nullable": true
4489144892 },
4489244893 "taxRateRef": {
4489344894 "$ref": "#/components/schemas/TaxRate/definitions/taxRateRef",
4494344944 "type": "boolean",
4494444945 "description": "The bill is a direct cost if `True`."
4494544946 }
44946- },
44947- "required": [
44948- "unitAmount",
44949- "quantity"
44950- ]
44947+ }
4495144948 }
4495244949 }
4495344950 },
You can’t perform that action at this time.
0 commit comments