evo360-types 1.3.297 → 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: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.297",
3
+ "version": "1.3.298",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",