@bigz-app/booking-widget 0.2.1 → 0.2.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.
@@ -973,6 +973,9 @@
973
973
  const createApiHeaders = (config) => {
974
974
  return {
975
975
  "Content-Type": "application/json",
976
+ "x-origin-url": window.location.href,
977
+ "x-language": navigator.language,
978
+ "x-user-agent": navigator.userAgent,
976
979
  };
977
980
  };
978
981
  const createRequestBody = (config, additionalData) => {