@bondsports/types 2.3.19-a-dueDate → 2.3.21-a-dueDate

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.
@@ -3,6 +3,7 @@ import { CurrencyEnum, InvoiceStatusEnum, PlatformsEnum } from '../../services/e
3
3
  import { IInvoiceCart, IInvoiceUpdate } from '../types/interfaces/invoice.interfaces';
4
4
  import { LineItemDto } from './lineItem.dto';
5
5
  import { OrganizationBaseEntityDto } from '../../organization/dto/organization.dto';
6
+ import { DueDateTypeEnum } from '../../payment/types/enums/payment.enums';
6
7
  export declare class InvoiceDto {
7
8
  invoiceId?: string;
8
9
  organizationId: number;
@@ -49,6 +50,9 @@ export declare class SimpleInvoiceDto extends OrganizationBaseEntityDto {
49
50
  subtotal?: number;
50
51
  subtotalBalance?: number;
51
52
  isPublic?: boolean;
53
+ dueDate?: Date;
54
+ dueDateType?: DueDateTypeEnum;
55
+ isOverdue?: boolean;
52
56
  }
53
57
  export declare class SimpleInvoiceSlotDto {
54
58
  id: number;
@@ -1 +1 @@
1
- {"version":3,"file":"invoice.dto.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/invoice.dto.ts"],"names":[],"mappings":";;;AAIA,8EAAoF;AAEpF,MAAa,UAAU;CAuBtB;AAvBD,gCAuBC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,gBAAiB,SAAQ,uBAAuB;CAE5D;AAFD,4CAEC;AAED,MAAa,cAAc;CAM1B;AAND,wCAMC;AAED,MAAa,gBAAiB,SAAQ,4CAAyB;CAgC9D;AAhCD,4CAgCC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED;;;;GAIG;AACH,MAAa,0BAA0B;CAEtC;AAFD,gEAEC"}
1
+ {"version":3,"file":"invoice.dto.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/invoice.dto.ts"],"names":[],"mappings":";;;AAIA,8EAAoF;AAGpF,MAAa,UAAU;CAuBtB;AAvBD,gCAuBC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,gBAAiB,SAAQ,uBAAuB;CAE5D;AAFD,4CAEC;AAED,MAAa,cAAc;CAM1B;AAND,wCAMC;AAED,MAAa,gBAAiB,SAAQ,4CAAyB;CAsC9D;AAtCD,4CAsCC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED;;;;GAIG;AACH,MAAa,0BAA0B;CAEtC;AAFD,gEAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.3.19-a-dueDate",
3
+ "version": "2.3.21-a-dueDate",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -50,5 +50,5 @@
50
50
  "ts-node": "^10.8.0",
51
51
  "typescript": "^4.4.3"
52
52
  },
53
- "gitHead": "89d6655c80f1f0cc14158754308757991d81b3f3"
53
+ "gitHead": "3f83eed9c539af453148ddddd742f8cbed34e1f1"
54
54
  }