@ixo/editor 6.7.0 → 6.8.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.
- package/dist/action-manifest.json +7 -7
- package/dist/{chunk-JS7P4DUX.js → chunk-ABM3ZZIX.js} +389 -650
- package/dist/chunk-ABM3ZZIX.js.map +1 -0
- package/dist/{chunk-RIJGQ4W6.js → chunk-VPMDJE6B.js} +2 -2
- package/dist/{chunk-ETSJMVZ7.js → chunk-ZE2EEZH6.js} +512 -246
- package/dist/chunk-ZE2EEZH6.js.map +1 -0
- package/dist/core/index.d.ts +114 -2
- package/dist/core/index.js +30 -2
- package/dist/core/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/mantine/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-ETSJMVZ7.js.map +0 -1
- package/dist/chunk-JS7P4DUX.js.map +0 -1
- /package/dist/{chunk-RIJGQ4W6.js.map → chunk-VPMDJE6B.js.map} +0 -0
|
@@ -914,17 +914,17 @@
|
|
|
914
914
|
"type": "object",
|
|
915
915
|
"description": "Patch object passed through to the UDID."
|
|
916
916
|
},
|
|
917
|
-
"
|
|
918
|
-
"type": "
|
|
919
|
-
"description": "
|
|
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
|
-
"
|
|
922
|
-
"type": "
|
|
923
|
-
"description": "
|
|
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
|
|
927
|
+
"description": "Claim snapshot used to build the Xero invoice work payload."
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
930
|
},
|