@seatsio/seatsio-types 5.6.0 → 5.7.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
|
@@ -980,6 +980,7 @@ export interface AbstractBookableObject extends AbstractSelectableObject {
|
|
|
980
980
|
readonly dataPerEvent: Dict<object>;
|
|
981
981
|
readonly seasonStatusOverriddenQuantity: number;
|
|
982
982
|
readonly entrance: string | null;
|
|
983
|
+
readonly resaleListingId?: string;
|
|
983
984
|
inSelectableChannel?: boolean;
|
|
984
985
|
hashedChannelKey?: string;
|
|
985
986
|
isInChannel?: (channelKey: string) => boolean;
|