@situm/react-native 3.15.0 → 3.15.1-beta.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.
@@ -64,7 +64,7 @@ export type MapViewConfiguration = {
64
64
  */
65
65
  viewerDomain?: string;
66
66
  /**
67
- * @required
67
+ * ** Required **
68
68
  * Your Situm API key. Find your API key at your [situm profile](https://dashboard.situm.com/accounts/profile)
69
69
  */
70
70
  situmApiKey: string;
@@ -78,7 +78,7 @@ export type MapViewConfiguration = {
78
78
  */
79
79
  profile?: string;
80
80
  /**
81
- * @required
81
+ * ** Required **
82
82
  * The building that will be loaded on the map.
83
83
  * In case you set a buildingIdentifier in your remote configuration, it will be prioritized over {@link MapViewConfiguration.buildingIdentifier} parameter.
84
84
  */