evo360-types 1.3.296 → 1.3.298
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.
|
@@ -4,7 +4,7 @@ exports.NEX_FINOPS_BILLING_STATUS_TRANSITIONS = void 0;
|
|
|
4
4
|
// ── Status transitions ──
|
|
5
5
|
exports.NEX_FINOPS_BILLING_STATUS_TRANSITIONS = {
|
|
6
6
|
draft: ['issued', 'canceled'],
|
|
7
|
-
issued: ['paid', 'overdue', 'canceled'],
|
|
7
|
+
issued: ['draft', 'paid', 'overdue', 'canceled'],
|
|
8
8
|
overdue: ['paid'],
|
|
9
9
|
paid: ['issued'],
|
|
10
10
|
canceled: [],
|
|
@@ -105,7 +105,7 @@ export interface INexFinopsBilling extends IFireGlobalDoc {
|
|
|
105
105
|
|
|
106
106
|
export const NEX_FINOPS_BILLING_STATUS_TRANSITIONS: Record<NexFinopsBillingStatus, NexFinopsBillingStatus[]> = {
|
|
107
107
|
draft: ['issued', 'canceled'],
|
|
108
|
-
issued: ['paid', 'overdue', 'canceled'],
|
|
108
|
+
issued: ['draft', 'paid', 'overdue', 'canceled'],
|
|
109
109
|
overdue: ['paid'],
|
|
110
110
|
paid: ['issued'],
|
|
111
111
|
canceled: [],
|