@mappedin/mappedin-js 5.32.0 → 5.33.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.
@@ -254,6 +254,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/Mappedin.types' {
254
254
  clientId: string;
255
255
  clientSecret: string;
256
256
  venue: string;
257
+ accessToken: string;
257
258
  };
258
259
  export type TAllGetVenueOptions = TGetVenueOptions | TGetVenueMVFOptions | (TProcessedMVFOptions & {
259
260
  perspective?: string;
@@ -1897,7 +1898,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/pub-sub.typed' {
1897
1898
  * @template EVENT_PAYLOAD - The type of the event payload.
1898
1899
  * @template EVENT - The type of the event.
1899
1900
  */
1900
- export class PubSub<EVENT_PAYLOAD, EVENT extends keyof EVENT_PAYLOAD> {
1901
+ export class PubSub<EVENT_PAYLOAD, EVENT extends keyof EVENT_PAYLOAD = keyof EVENT_PAYLOAD> {
1901
1902
  /**
1902
1903
  * @private
1903
1904
  * @internal