@seatsio/seatsio-types 3.1.0 → 3.2.0
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.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -826,6 +826,7 @@ export interface AbstractBookableObject extends AbstractSelectableObject {
|
|
|
826
826
|
readonly extraData: {} | undefined;
|
|
827
827
|
readonly forSale: boolean;
|
|
828
828
|
readonly dataPerEvent: Dict<object>;
|
|
829
|
+
readonly seasonStatusOverriddenQuantity: number;
|
|
829
830
|
inSelectableChannel?: boolean;
|
|
830
831
|
hashedChannelKey?: string;
|
|
831
832
|
isInChannel?: (channelKey: string) => boolean;
|