@bondsports/types 2.2.249 → 2.2.251

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,8 @@ export interface ICreateSlotsOptions {
89
89
  maintenance?: MaintenanceDto[];
90
90
  productMetadata?: ISlotProductMetadata;
91
91
  slotId?: number;
92
+ approvalStatus?: ReservationStatusEnum;
93
+ paymentStatus?: ReservationPaymentStatusEnum;
92
94
  }
93
95
  export interface ITimeSlot {
94
96
  id?: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"slot.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/slot.interfaces.ts"],"names":[],"mappings":";;;AA0HA,MAAa,SAAS;CA+BrB;AA/BD,8BA+BC"}
1
+ {"version":3,"file":"slot.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/slot.interfaces.ts"],"names":[],"mappings":";;;AA4HA,MAAa,SAAS;CA+BrB;AA/BD,8BA+BC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.249",
3
+ "version": "2.2.251",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {