@ixo/editor 6.7.0 → 6.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -914,17 +914,17 @@
914
914
  "type": "object",
915
915
  "description": "Patch object passed through to the UDID."
916
916
  },
917
- "xeroInvoiceBlockId": {
918
- "type": "string",
919
- "description": "Bound Xero invoice block id to queue invoice work on approval."
917
+ "xeroOracleInvoiceOnApprove": {
918
+ "type": "boolean",
919
+ "description": "Create a Xero draft invoice via the contracted xero-oracle when a claim is approved."
920
920
  },
921
- "xeroPaymentBlockId": {
922
- "type": "string",
923
- "description": "Bound Xero payment block id used when resolving Xero bindings."
921
+ "xeroInvoiceDefaults": {
922
+ "type": "object",
923
+ "description": "Optional template-level Xero invoice defaults (Type, Status, CurrencyCode, tenant_id, ContactID, ContactName) pinned into the invoice work payload."
924
924
  },
925
925
  "claimSnapshot": {
926
926
  "type": "object",
927
- "description": "Claim snapshot used to build the Xero invoice scope."
927
+ "description": "Claim snapshot used to build the Xero invoice work payload."
928
928
  }
929
929
  }
930
930
  },