@geolens/sdk 1.14.0 → 1.14.2

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.
@@ -1204,6 +1204,12 @@ export type BrandingResponse = {
1204
1204
  * Whether to show the 'Powered by GeoLens' label in public and shared footers. Badge-removal writes are restricted controls.
1205
1205
  */
1206
1206
  show_badge: boolean;
1207
+ /**
1208
+ * Privacy Url
1209
+ *
1210
+ * Operator-configured privacy-policy URL shown on the login and register pages, or null when unset (no link is shown). Must be an absolute http(s) URL with no embedded credentials; a query string or fragment is allowed and preserved as-is.
1211
+ */
1212
+ privacy_url?: string | null;
1207
1213
  };
1208
1214
  /**
1209
1215
  * BulkDeleteItem