@bondsports/types 2.3.4-team-a-3 → 2.3.4-team-a-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.
@@ -428,6 +428,7 @@ export interface IEditFinancialDetails {
428
428
  refundMetadata?: IEditItemsRefundMetadata;
429
429
  conflicts?: ITimeSlotConflicts[];
430
430
  editData?: IEditItems;
431
+ invoiceId?: number;
431
432
  }
432
433
  export interface IGetReservationOptions {
433
434
  buildTree?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.3.4-team-a-3",
3
+ "version": "2.3.4-team-a-4",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {