law-common 11.3.23-beta.2 → 11.3.23-beta.4

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.
@@ -117,11 +117,11 @@ exports.billingFlowConfig = {
117
117
  },
118
118
  description: "Updates received payment details and recalculates outstanding amount.",
119
119
  },
120
- // [BillingActionsEnum.REJECT]: {
121
- // permissions: ["BILLING_APPROVER_ORG", "BILLING_APPROVER_PROJECT"],
122
- // next: () => BillingStatusEnum.CANCELLED,
123
- // description: "Rejected state indicates that the Proforma Invoice was not approved and has been cancelled.",
124
- // },
120
+ [billing_action_enum_1.BillingActionsEnum.REJECT]: {
121
+ permissions: ["BILLING_APPROVER_ORG", "BILLING_APPROVER_PROJECT"],
122
+ next: () => billing_status_enum_1.BillingStatusEnum.CANCELLED,
123
+ description: "Rejected state indicates that the Proforma Invoice was not approved and has been cancelled.",
124
+ },
125
125
  [billing_action_enum_1.BillingActionsEnum.EDIT]: {
126
126
  permissions: ["BILLING_APPROVER_ORG", "BILLING_APPROVER_PROJECT"],
127
127
  next: () => billing_status_enum_1.BillingStatusEnum.INVOICE_SENT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "11.3.23-beta.2",
3
+ "version": "11.3.23-beta.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [