@bondsports/types 2.2.177 → 2.2.178

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
- import * as moment from 'moment';
2
1
  import { ICreateCartOptions, IUpdateCartPrices } from '../../../cart/types/interfaces/cart.interfaces';
3
2
  import { PaginationQuery } from '../../../dto/general.dto';
4
3
  import { Customer } from '../../../entity/Customer';
@@ -57,8 +56,8 @@ export interface IReservationV1 {
57
56
  name?: string;
58
57
  }
59
58
  export declare class ISlotDate {
60
- startDate: moment.Moment;
61
- endDate: moment.Moment;
59
+ startDate: string;
60
+ endDate: string;
62
61
  }
63
62
  export interface IProductQuantity {
64
63
  productId: number;
@@ -1 +1 @@
1
- {"version":3,"file":"reservation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/reservation.interfaces.ts"],"names":[],"mappings":";;;AAiGA,MAAa,SAAS;CAGrB;AAHD,8BAGC"}
1
+ {"version":3,"file":"reservation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/reservation.interfaces.ts"],"names":[],"mappings":";;;AAgGA,MAAa,SAAS;CAGrB;AAHD,8BAGC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.177",
3
+ "version": "2.2.178",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {