@glidevvr/storage-payload-types-pkg 1.0.240 → 1.0.242
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/package.json +1 -1
- package/payload-types.ts +1 -1
package/package.json
CHANGED
package/payload-types.ts
CHANGED
|
@@ -344,7 +344,7 @@ export interface Tenant {
|
|
|
344
344
|
seCompanyId: number;
|
|
345
345
|
seApiKey?: string | null;
|
|
346
346
|
/**
|
|
347
|
-
* The Browser key is responsible for client side communications with the Google APIs, and should be restricted by domain. Required APIs: Maps JavaScript API (for facility maps and location search)
|
|
347
|
+
* The Browser key is responsible for client side communications with the Google APIs, and should be restricted by domain. Required APIs: Maps JavaScript API (for facility maps and location search), Geocoding API (for location search) and Map Statics API (for maps on confirmation pages).
|
|
348
348
|
*/
|
|
349
349
|
googleApiBrowserKey?: string | null;
|
|
350
350
|
/**
|