@bondsports/types 2.0.77 → 2.0.78
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.
|
@@ -22,7 +22,7 @@ import { Series } from '../entities/Series';
|
|
|
22
22
|
import { Slot } from '../entities/Slots';
|
|
23
23
|
export declare const RESOURCE_TOTAL_FIELD = "totalPrice";
|
|
24
24
|
export declare const DEFAULT_ADDON_QUANTITY = 1;
|
|
25
|
-
export declare const PUBLIC_NOTES_LIMIT =
|
|
25
|
+
export declare const PUBLIC_NOTES_LIMIT = 500;
|
|
26
26
|
export declare const PRIVATE_NOTES_LIMIT = 500;
|
|
27
27
|
export type TDtoResource = ReservationDto | SegmentDto | SeriesDto | SlotDto | AddonDto;
|
|
28
28
|
export type TResource = Reservation | Segment | Series | Slot | Addon;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.SlotDateDto = exports.PRIVATE_NOTES_LIMIT = exports.PUBLIC_NOTES_LIMIT = exports.DEFAULT_ADDON_QUANTITY = exports.RESOURCE_TOTAL_FIELD = void 0;
|
|
4
4
|
exports.RESOURCE_TOTAL_FIELD = 'totalPrice';
|
|
5
5
|
exports.DEFAULT_ADDON_QUANTITY = 1;
|
|
6
|
-
exports.PUBLIC_NOTES_LIMIT =
|
|
6
|
+
exports.PUBLIC_NOTES_LIMIT = 500;
|
|
7
7
|
exports.PRIVATE_NOTES_LIMIT = 500;
|
|
8
8
|
class SlotDateDto {
|
|
9
9
|
}
|