@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":";;;
|
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"}
|