@bondsports/types 2.2.250 → 2.2.251

Sign up to get free protection for your applications and to get access to all the features.
@@ -90,6 +90,7 @@ export interface ICreateSlotsOptions {
90
90
  productMetadata?: ISlotProductMetadata;
91
91
  slotId?: number;
92
92
  approvalStatus?: ReservationStatusEnum;
93
+ paymentStatus?: ReservationPaymentStatusEnum;
93
94
  }
94
95
  export interface ITimeSlot {
95
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":";;;AA2HA,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.250",
3
+ "version": "2.2.251",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {