@bondsports/types 2.2.204 → 2.2.205

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.
@@ -1 +1,2 @@
1
1
  export * from './reservation.consts';
2
+ export * from './slot.consts';
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./reservation.consts"), exports);
18
+ __exportStar(require("./slot.consts"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,gDAA8B"}
@@ -0,0 +1 @@
1
+ export declare const DEFAULT_FUTURE_HOURS_LIMIT = 5;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DEFAULT_FUTURE_HOURS_LIMIT = void 0;
4
+ exports.DEFAULT_FUTURE_HOURS_LIMIT = 5;
5
+ //# sourceMappingURL=slot.consts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slot.consts.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/consts/slot.consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG,CAAC,CAAC"}
@@ -51,6 +51,7 @@ export interface ISlotInSchedule {
51
51
  export interface ISpaceWithSlots {
52
52
  id: number;
53
53
  name: string;
54
+ ordinal?: number;
54
55
  slots: ISlotReservationData[];
55
56
  }
56
57
  export interface ISlotProductMetadata {
@@ -1 +1 @@
1
- {"version":3,"file":"slot.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/slot.interfaces.ts"],"names":[],"mappings":";;;AAqHA,MAAa,SAAS;CA8BrB;AA9BD,8BA8BC"}
1
+ {"version":3,"file":"slot.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/slot.interfaces.ts"],"names":[],"mappings":";;;AAsHA,MAAa,SAAS;CA8BrB;AA9BD,8BA8BC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.204",
3
+ "version": "2.2.205",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {