law-common 10.45.3-beta.16 → 10.45.3-beta.17

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.
@@ -9,7 +9,6 @@ export interface IBillingCreateDto extends Omit<IEntityCreateDto<IBillingEntity>
9
9
  endDate?: string;
10
10
  }
11
11
  export interface IBillingParticulars {
12
- invoiceDescription: string;
13
12
  invoiceText?: string;
14
13
  debitNoteText?: string;
15
14
  includeDebitNoteSummary: boolean;
@@ -2,7 +2,7 @@ export declare enum BillingTransactionType {
2
2
  TDS = "TDS",
3
3
  WRITE_OFF = "WRITE_OFF",
4
4
  CREDIT_NOTE = "CREDIT_NOTE",
5
- PAYMENT = "PAYMENT",
5
+ RECEIPT = "RECEIPT",
6
6
  REFUND = "REFUND"
7
7
  }
8
8
  export declare namespace BillingTransactionType {
@@ -8,7 +8,7 @@ var BillingTransactionType;
8
8
  BillingTransactionType["TDS"] = "TDS";
9
9
  BillingTransactionType["WRITE_OFF"] = "WRITE_OFF";
10
10
  BillingTransactionType["CREDIT_NOTE"] = "CREDIT_NOTE";
11
- BillingTransactionType["PAYMENT"] = "PAYMENT";
11
+ BillingTransactionType["RECEIPT"] = "RECEIPT";
12
12
  BillingTransactionType["REFUND"] = "REFUND";
13
13
  })(BillingTransactionType || (exports.BillingTransactionType = BillingTransactionType = {}));
14
14
  (function (BillingTransactionType) {
@@ -12,7 +12,7 @@ class BillingTransactionEntityModel extends base_entity_model_1.BaseEntityModel
12
12
  this.id = 0;
13
13
  this.billingId = 0;
14
14
  this.advanceBillingId = 0;
15
- this.type = billing_transaction_enum_1.BillingTransactionType.PAYMENT;
15
+ this.type = billing_transaction_enum_1.BillingTransactionType.RECEIPT;
16
16
  this.amount = 0;
17
17
  this.details = "";
18
18
  this.status = billing_transaction_status_enum_1.BillingTransactionStatusEnum.APPROVED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "10.45.3-beta.16",
3
+ "version": "10.45.3-beta.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [