@7365admin1/core 3.32.2-staging.40 → 3.32.2-staging.41
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/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -64687,7 +64687,9 @@ var BillingPaymentStatus = /* @__PURE__ */ ((BillingPaymentStatus2) => {
|
|
|
64687
64687
|
})(BillingPaymentStatus || {});
|
|
64688
64688
|
var schemaBillingItems = import_joi126.default.object({
|
|
64689
64689
|
_id: import_joi126.default.string().hex().optional(),
|
|
64690
|
-
name: import_joi126.default.string().optional().allow(null, "")
|
|
64690
|
+
name: import_joi126.default.string().optional().allow(null, ""),
|
|
64691
|
+
amount: import_joi126.default.number().optional().allow(null, ""),
|
|
64692
|
+
referenceNumber: import_joi126.default.string().optional().allow(null, "")
|
|
64691
64693
|
});
|
|
64692
64694
|
var schemaBillingPayments = import_joi126.default.object({
|
|
64693
64695
|
_id: import_joi126.default.string().hex().optional(),
|