@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.
- package/lib/esm/get-venue/index.d.ts +2 -1
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/renderer/{GLTFExporter-736VSFZ3.js → GLTFExporter-XXC6J3XO.js} +1 -1
- package/lib/esm/renderer/{PerformanceController-VIGOXCRM.js → PerformanceController-3S76GCFZ.js} +1 -1
- package/lib/esm/renderer/{browser-JGBAY4Z2.js → browser-U7HJ254P.js} +1 -1
- package/lib/esm/renderer/{chunk-E3DLMZPO.js → chunk-6GKTXHJO.js} +1 -1
- package/lib/esm/renderer/chunk-C76G2TTC.js +1 -0
- package/lib/esm/renderer/index.d.ts +223 -163
- package/lib/esm/renderer/index.js +1 -1
- package/lib/esm/renderer/outdoor-context-25JUYJDC.js +1 -0
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +2 -2
- package/lib/esm/renderer/chunk-2BPD3G27.js +0 -1
- package/lib/esm/renderer/outdoor-context-2GIXOQTQ.js +0 -1
|
@@ -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
|