@mappedin/mappedin-js 5.44.0 → 5.45.1
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/README.md +7 -6
- package/lib/esm/get-venue/index.d.ts +6 -0
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/navigator/index.js +1 -1
- package/lib/esm/renderer/{GLTFExporter-OR5LC6S7.js → GLTFExporter-FBWAYOZM.js} +1 -1
- package/lib/esm/renderer/{PerformanceController-54ONBZZJ.js → PerformanceController-JCIVALF2.js} +1 -1
- package/lib/esm/renderer/{browser-TGUTVN6D.js → browser-CKN2L6OT.js} +1 -1
- package/lib/esm/renderer/chunk-OBUXBS6U.js +1 -0
- package/lib/esm/renderer/{chunk-BSH2OPTF.js → chunk-OGS7QI35.js} +1 -1
- package/lib/esm/renderer/index.d.ts +1827 -1812
- package/lib/esm/renderer/index.js +1 -1
- package/lib/esm/renderer/maplibre-worker.csp.js +1 -0
- package/lib/esm/renderer/{outdoor-context-3XCIGIA6.js → outdoor-context-H76JCOVH.js} +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +3 -6
- package/lib/esm/renderer/chunk-T2HMHCJ3.js +0 -1
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
# Mappedin
|
|
1
|
+
# Mappedin JS
|
|
2
2
|
|
|
3
3
|
## Resources
|
|
4
4
|
|
|
5
5
|
- [Mappedin Developer Portal](https://developer.mappedin.com)
|
|
6
|
-
- [Releases and Roadmap](https://developer.mappedin.com/
|
|
7
|
-
- [Getting Started Guide](https://developer.mappedin.com/web-sdk/
|
|
8
|
-
- [API Reference](https://developer.mappedin.com/web-sdk
|
|
9
|
-
- [
|
|
6
|
+
- [Releases and Roadmap](https://developer.mappedin.com/docs/roadmap)
|
|
7
|
+
- [Getting Started Guide](https://developer.mappedin.com/web-sdk/5.0/getting-started)
|
|
8
|
+
- [API Reference](https://developer.mappedin.com/web-sdk/5.0/api-reference)
|
|
9
|
+
- [Demo Keys & Maps](https://developer.mappedin.com/docs/demo-keys-and-maps)
|
|
10
|
+
- [License](https://info.mappedin.com/terms/sdk)
|
|
10
11
|
|
|
11
12
|
## Usage
|
|
12
13
|
|
|
@@ -41,4 +42,4 @@ async function init() {
|
|
|
41
42
|
document.addEventListener('DOMContentLoaded', init);
|
|
42
43
|
```
|
|
43
44
|
|
|
44
|
-
For full documentation, read our [Getting Started guide on the Developer Portal](https://developer.mappedin.com/web-sdk/
|
|
45
|
+
For full documentation, read our [Getting Started guide on the Developer Portal](https://developer.mappedin.com/web-sdk/5.0/getting-started). Developers using React or Angular should follow our [Using React](https://developer.mappedin.com/web-sdk/5.0/react) or [Using Angular](https://developer.mappedin.com/web-sdk/5.0/angular) guides.
|
|
@@ -734,6 +734,12 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/Mappedin.CustomerAnalyti
|
|
|
734
734
|
* @internal
|
|
735
735
|
*/
|
|
736
736
|
static setSessionID(sessionID: string): void;
|
|
737
|
+
/**
|
|
738
|
+
* Sets the current global device ID and overrides the local device ID.
|
|
739
|
+
* @param deviceId {String} The device ID to be set.
|
|
740
|
+
* @internal
|
|
741
|
+
*/
|
|
742
|
+
static setDeviceID(deviceId: string): void;
|
|
737
743
|
/**
|
|
738
744
|
* Clears the current global mi-session ID and reverts to the local session ID.
|
|
739
745
|
* @internal
|