@frontegg/js 7.124.0-alpha.1 → 7.124.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.
@@ -19,7 +19,9 @@ export var FronteggApp = /*#__PURE__*/function () {
19
19
  var _this = this,
20
20
  _this$options$authOpt3,
21
21
  _options$authOptions,
22
- _options$authOptions2;
22
+ _options$authOptions2,
23
+ _options$authOptions3,
24
+ _options$authOptions4;
23
25
  var iframeRendering = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
24
26
  var allowMultipleRenderers = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
25
27
  _classCallCheck(this, FronteggApp);
@@ -478,9 +480,10 @@ export var FronteggApp = /*#__PURE__*/function () {
478
480
  var contextHolder = ContextHolder["for"](appName);
479
481
  contextHolder.setAppName(appName);
480
482
  this.setEntitlementsOptions(_options.entitlementsOptions);
483
+ // Tenant selection needs the user and tenants loaded, so it takes precedence over skipUserLoading
481
484
  this.setSessionContext({
482
485
  enableSessionPerTenant: (_options$authOptions = _options.authOptions) == null ? void 0 : _options$authOptions.enableSessionPerTenant,
483
- skipUserLoading: (_options$authOptions2 = _options.authOptions) == null ? void 0 : _options$authOptions2.skipUserLoading
486
+ skipUserLoading: ((_options$authOptions2 = _options.authOptions) == null ? void 0 : _options$authOptions2.skipUserLoading) && ((_options$authOptions3 = _options.authOptions) == null ? void 0 : (_options$authOptions4 = _options$authOptions3.tenantSelection) == null ? void 0 : _options$authOptions4.enabled) !== true
484
487
  });
485
488
 
486
489
  // pay attention: basename is used from the router base name, then if it's empty it will be the frontegg options basename
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.124.0-alpha.1
1
+ /** @license Frontegg v7.124.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -26,7 +26,9 @@ var FronteggApp = /*#__PURE__*/function () {
26
26
  var _this = this,
27
27
  _this$options$authOpt3,
28
28
  _options$authOptions,
29
- _options$authOptions2;
29
+ _options$authOptions2,
30
+ _options$authOptions3,
31
+ _options$authOptions4;
30
32
  var iframeRendering = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
31
33
  var allowMultipleRenderers = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
32
34
  (0, _classCallCheck2["default"])(this, FronteggApp);
@@ -485,9 +487,10 @@ var FronteggApp = /*#__PURE__*/function () {
485
487
  var contextHolder = FronteggRestApi.ContextHolder["for"](appName);
486
488
  contextHolder.setAppName(appName);
487
489
  this.setEntitlementsOptions(_options.entitlementsOptions);
490
+ // Tenant selection needs the user and tenants loaded, so it takes precedence over skipUserLoading
488
491
  this.setSessionContext({
489
492
  enableSessionPerTenant: (_options$authOptions = _options.authOptions) == null ? void 0 : _options$authOptions.enableSessionPerTenant,
490
- skipUserLoading: (_options$authOptions2 = _options.authOptions) == null ? void 0 : _options$authOptions2.skipUserLoading
493
+ skipUserLoading: ((_options$authOptions2 = _options.authOptions) == null ? void 0 : _options$authOptions2.skipUserLoading) && ((_options$authOptions3 = _options.authOptions) == null ? void 0 : (_options$authOptions4 = _options$authOptions3.tenantSelection) == null ? void 0 : _options$authOptions4.enabled) !== true
491
494
  });
492
495
 
493
496
  // pay attention: basename is used from the router base name, then if it's empty it will be the frontegg options basename
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.124.0-alpha.1
1
+ /** @license Frontegg v7.124.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- cdnVersion: '7.124.0-alpha.1'
8
+ cdnVersion: '7.124.0'
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "7.124.0-alpha.1",
3
+ "version": "7.124.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
- "@frontegg/types": "7.124.0-alpha.1"
9
+ "@frontegg/types": "7.124.0"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -383,7 +383,9 @@ var FronteggApp = /*#__PURE__*/function () {
383
383
  var _this = this,
384
384
  _this$options$authOpt3,
385
385
  _options$authOptions,
386
- _options$authOptions2;
386
+ _options$authOptions2,
387
+ _options$authOptions3,
388
+ _options$authOptions4;
387
389
  var iframeRendering = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
388
390
  var allowMultipleRenderers = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
389
391
  (0,_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__["default"])(this, FronteggApp);
@@ -842,9 +844,10 @@ var FronteggApp = /*#__PURE__*/function () {
842
844
  var contextHolder = _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_17__.ContextHolder["for"](appName);
843
845
  contextHolder.setAppName(appName);
844
846
  this.setEntitlementsOptions(_options.entitlementsOptions);
847
+ // Tenant selection needs the user and tenants loaded, so it takes precedence over skipUserLoading
845
848
  this.setSessionContext({
846
849
  enableSessionPerTenant: (_options$authOptions = _options.authOptions) == null ? void 0 : _options$authOptions.enableSessionPerTenant,
847
- skipUserLoading: (_options$authOptions2 = _options.authOptions) == null ? void 0 : _options$authOptions2.skipUserLoading
850
+ skipUserLoading: ((_options$authOptions2 = _options.authOptions) == null ? void 0 : _options$authOptions2.skipUserLoading) && ((_options$authOptions3 = _options.authOptions) == null ? void 0 : (_options$authOptions4 = _options$authOptions3.tenantSelection) == null ? void 0 : _options$authOptions4.enabled) !== true
848
851
  });
849
852
 
850
853
  // pay attention: basename is used from the router base name, then if it's empty it will be the frontegg options basename
@@ -1924,7 +1927,7 @@ __webpack_require__.r(__webpack_exports__);
1924
1927
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1925
1928
  /* harmony export */ });
1926
1929
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1927
- cdnVersion: '7.124.0-alpha.1'
1930
+ cdnVersion: '7.124.0'
1928
1931
  });
1929
1932
 
1930
1933
  /***/ }),
@@ -21089,7 +21092,7 @@ __webpack_require__.r(__webpack_exports__);
21089
21092
  /* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
21090
21093
  /* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
21091
21094
  /* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
21092
- /** @license Frontegg v7.124.0-alpha.1
21095
+ /** @license Frontegg v7.124.0
21093
21096
  *
21094
21097
  * This source code is licensed under the MIT license found in the
21095
21098
  * LICENSE file in the root directory of this source tree.
@@ -29036,11 +29039,9 @@ __webpack_require__.r(__webpack_exports__);
29036
29039
  /* harmony export */ });
29037
29040
  /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ "../../node_modules/@babel/runtime/helpers/esm/extends.js");
29038
29041
  /* harmony import */ var _ContextHolder__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ContextHolder */ "../../dist/@frontegg/rest-api/ContextHolder/index.js");
29039
- /* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./error */ "../../dist/@frontegg/rest-api/error.js");
29040
- /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
29041
- /* harmony import */ var _interfaces__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./interfaces */ "../../dist/@frontegg/rest-api/interfaces.js");
29042
- /* harmony import */ var _jwt__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./jwt */ "../../dist/@frontegg/rest-api/jwt.js");
29043
-
29042
+ /* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./error */ "../../dist/@frontegg/rest-api/error.js");
29043
+ /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
29044
+ /* harmony import */ var _interfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./interfaces */ "../../dist/@frontegg/rest-api/interfaces.js");
29044
29045
 
29045
29046
 
29046
29047
 
@@ -29113,20 +29114,6 @@ class FetchClient {
29113
29114
  }
29114
29115
  return output;
29115
29116
  };
29116
- this.getApplicationId = (context, accessToken) => {
29117
- if (context.appId) {
29118
- return context.appId;
29119
- }
29120
- if (!accessToken) {
29121
- return undefined;
29122
- }
29123
- try {
29124
- const decodedContent = (0,_jwt__WEBPACK_IMPORTED_MODULE_2__.jwtDecode)(accessToken);
29125
- return (decodedContent == null ? void 0 : decodedContent.applicationId) || undefined;
29126
- } catch {
29127
- return undefined;
29128
- }
29129
- };
29130
29117
  this.buildRequestHeaders = async contentType => {
29131
29118
  var _context$tokenResolve;
29132
29119
  const fronteggContext = this.getFronteggContext();
@@ -29135,21 +29122,17 @@ class FetchClient {
29135
29122
  const authToken = await ((_context$tokenResolve = context == null ? void 0 : context.tokenResolver) != null ? _context$tokenResolve : fronteggContext.getAccessToken)();
29136
29123
  const requestSource = fronteggContext.getRequestSource();
29137
29124
  const scopedTenant = FetchClient.getScopedTenant();
29138
- const applicationId = this.getApplicationId(context, authToken);
29139
29125
  if (contentType) {
29140
- headers[_interfaces__WEBPACK_IMPORTED_MODULE_3__.fronteggHeaders.contentType] = contentType;
29126
+ headers[_interfaces__WEBPACK_IMPORTED_MODULE_2__.fronteggHeaders.contentType] = contentType;
29141
29127
  }
29142
29128
  if (requestSource) {
29143
- headers[_interfaces__WEBPACK_IMPORTED_MODULE_3__.fronteggHeaders.source] = requestSource;
29129
+ headers[_interfaces__WEBPACK_IMPORTED_MODULE_2__.fronteggHeaders.source] = requestSource;
29144
29130
  }
29145
29131
  if (authToken) {
29146
29132
  headers.Authorization = `Bearer ${authToken}`;
29147
29133
  }
29148
- if (applicationId) {
29149
- headers[_interfaces__WEBPACK_IMPORTED_MODULE_3__.fronteggHeaders.applicationId] = applicationId;
29150
- }
29151
29134
  if (scopedTenant) {
29152
- headers[_interfaces__WEBPACK_IMPORTED_MODULE_3__.fronteggHeaders.scopedTenant] = scopedTenant;
29135
+ headers[_interfaces__WEBPACK_IMPORTED_MODULE_2__.fronteggHeaders.scopedTenant] = scopedTenant;
29153
29136
  }
29154
29137
  for (const additionalHeader of await this.getAdditionalHeaders(context)) {
29155
29138
  headers[`${additionalHeader.key}`] = `${additionalHeader.value}`;
@@ -29158,7 +29141,7 @@ class FetchClient {
29158
29141
  };
29159
29142
  this.getResponseTraceId = response => {
29160
29143
  var _response$headers, _response$headers$get;
29161
- return response == null ? void 0 : (_response$headers = response.headers) == null ? void 0 : (_response$headers$get = _response$headers.get) == null ? void 0 : _response$headers$get.call(_response$headers, _constants__WEBPACK_IMPORTED_MODULE_4__.FRONTEGG_TRACE_ID);
29144
+ return response == null ? void 0 : (_response$headers = response.headers) == null ? void 0 : (_response$headers$get = _response$headers.get) == null ? void 0 : _response$headers$get.call(_response$headers, _constants__WEBPACK_IMPORTED_MODULE_3__.FRONTEGG_TRACE_ID);
29162
29145
  };
29163
29146
  this.sendRequest = async opts => {
29164
29147
  var _opts$method, _ref, _opts$credentials;
@@ -29181,7 +29164,7 @@ class FetchClient {
29181
29164
  if (!response.ok) {
29182
29165
  var _errorMessage, _errorMessage2, _errorMessage3, _errorMessage4, _context$logLevel, _context$logLevel2, _errorCode;
29183
29166
  if (response.status === 413) {
29184
- throw new _error__WEBPACK_IMPORTED_MODULE_5__.FronteggApiError('Error request is too large', response.status, this.getResponseTraceId(response), undefined);
29167
+ throw new _error__WEBPACK_IMPORTED_MODULE_4__.FronteggApiError('Error request is too large', response.status, this.getResponseTraceId(response), undefined);
29185
29168
  }
29186
29169
  let errorMessage;
29187
29170
  let errorCode;
@@ -29213,7 +29196,7 @@ class FetchClient {
29213
29196
  errorMessage = `Error ${response.status} - ${response.statusText}`;
29214
29197
  }
29215
29198
  if (response.status >= 400 && response.status < 500 && ['warn'].includes((_context$logLevel = context.logLevel) != null ? _context$logLevel : '')) console.warn(errorMessage);else if (response.status === 500 && ['warn', 'error'].includes((_context$logLevel2 = context.logLevel) != null ? _context$logLevel2 : '')) console.error(errorMessage);
29216
- throw new _error__WEBPACK_IMPORTED_MODULE_5__.FronteggApiError(isJsonResponse ? errorMessage : _constants__WEBPACK_IMPORTED_MODULE_4__.GENERIC_ERROR_MESSAGE, response.status, this.getResponseTraceId(response), (_errorCode = errorCode) != null ? _errorCode : _constants__WEBPACK_IMPORTED_MODULE_4__.GENERIC_ERROR_CODE, errorContext, errors, errorCodes);
29199
+ throw new _error__WEBPACK_IMPORTED_MODULE_4__.FronteggApiError(isJsonResponse ? errorMessage : _constants__WEBPACK_IMPORTED_MODULE_3__.GENERIC_ERROR_MESSAGE, response.status, this.getResponseTraceId(response), (_errorCode = errorCode) != null ? _errorCode : _constants__WEBPACK_IMPORTED_MODULE_3__.GENERIC_ERROR_CODE, errorContext, errors, errorCodes);
29217
29200
  }
29218
29201
  if (opts.responseType === 'stream') {
29219
29202
  return response.body;
@@ -29323,10 +29306,10 @@ FetchClient.getMetadataHeaders = context => {
29323
29306
  var _context$metadataHead, _context$metadataHead2;
29324
29307
  const headers = {};
29325
29308
  if (context != null && (_context$metadataHead = context.metadataHeaders) != null && _context$metadataHead.fronteggSdkVersion) {
29326
- headers[_interfaces__WEBPACK_IMPORTED_MODULE_3__.fronteggHeaders.fronteggSdkVersion] = context.metadataHeaders.fronteggSdkVersion;
29309
+ headers[_interfaces__WEBPACK_IMPORTED_MODULE_2__.fronteggHeaders.fronteggSdkVersion] = context.metadataHeaders.fronteggSdkVersion;
29327
29310
  }
29328
29311
  if (context != null && (_context$metadataHead2 = context.metadataHeaders) != null && _context$metadataHead2.framework) {
29329
- headers[_interfaces__WEBPACK_IMPORTED_MODULE_3__.fronteggHeaders.frameWork] = context.metadataHeaders.framework;
29312
+ headers[_interfaces__WEBPACK_IMPORTED_MODULE_2__.fronteggHeaders.frameWork] = context.metadataHeaders.framework;
29330
29313
  }
29331
29314
  return headers;
29332
29315
  };
@@ -30956,8 +30939,10 @@ __webpack_require__.r(__webpack_exports__);
30956
30939
  /* harmony export */ FRONTEGG_TRACE_ID: () => (/* binding */ FRONTEGG_TRACE_ID),
30957
30940
  /* harmony export */ GENERIC_ERROR_CODE: () => (/* binding */ GENERIC_ERROR_CODE),
30958
30941
  /* harmony export */ GENERIC_ERROR_MESSAGE: () => (/* binding */ GENERIC_ERROR_MESSAGE),
30942
+ /* harmony export */ INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE: () => (/* binding */ INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE),
30959
30943
  /* harmony export */ INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE: () => (/* binding */ INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE),
30960
30944
  /* harmony export */ INVITATION_TENANT_LOCKED_ERROR_CODE: () => (/* binding */ INVITATION_TENANT_LOCKED_ERROR_CODE),
30945
+ /* harmony export */ SSO_EMAIL_MISMATCH_ERROR_CODE: () => (/* binding */ SSO_EMAIL_MISMATCH_ERROR_CODE),
30961
30946
  /* harmony export */ urls: () => (/* binding */ urls)
30962
30947
  /* harmony export */ });
30963
30948
  const urls = {
@@ -31283,6 +31268,12 @@ const INVITATION_TENANT_LOCKED_ERROR_CODE = 'ER-01239';
31283
31268
  // locked tenant (HTTP 400 Bad Request, IdentityErrorCodes.InvitationLinkCreationTenantLockedException).
31284
31269
  const INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE = 'ER-01240';
31285
31270
 
31271
+ // Returned on the SAML callback when the email domain returned by the IdP is not configured for SSO.
31272
+ const INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE = 'ER-01248';
31273
+
31274
+ // Returned on the SAML callback when the email returned by the IdP differs from the one that started the login.
31275
+ const SSO_EMAIL_MISMATCH_ERROR_CODE = 'ER-01249';
31276
+
31286
31277
  /***/ }),
31287
31278
 
31288
31279
  /***/ "../../dist/@frontegg/rest-api/directory/index.js":
@@ -31697,6 +31688,7 @@ __webpack_require__.r(__webpack_exports__);
31697
31688
  /* harmony export */ GetUsersFilterPreset: () => (/* reexport safe */ _users_interfaces__WEBPACK_IMPORTED_MODULE_14__.GetUsersFilterPreset),
31698
31689
  /* harmony export */ GroupManagedByEnum: () => (/* reexport safe */ _groups_enums__WEBPACK_IMPORTED_MODULE_13__.GroupManagedByEnum),
31699
31690
  /* harmony export */ GroupRelations: () => (/* reexport safe */ _groups_enums__WEBPACK_IMPORTED_MODULE_13__.GroupRelations),
31691
+ /* harmony export */ INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.INVALID_SSO_EMAIL_DOMAIN_ERROR_CODE),
31700
31692
  /* harmony export */ INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.INVITATION_LINK_CREATION_TENANT_LOCKED_ERROR_CODE),
31701
31693
  /* harmony export */ INVITATION_TENANT_LOCKED_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.INVITATION_TENANT_LOCKED_ERROR_CODE),
31702
31694
  /* harmony export */ ISubscriptionCancellationPolicy: () => (/* reexport safe */ _subscriptions__WEBPACK_IMPORTED_MODULE_48__.ISubscriptionCancellationPolicy),
@@ -31717,6 +31709,7 @@ __webpack_require__.r(__webpack_exports__);
31717
31709
  /* harmony export */ RecommendationSeverity: () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__.RecommendationSeverity),
31718
31710
  /* harmony export */ RequestSource: () => (/* reexport safe */ _interfaces__WEBPACK_IMPORTED_MODULE_0__.RequestSource),
31719
31711
  /* harmony export */ RestrictionType: () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.RestrictionType),
31712
+ /* harmony export */ SSO_EMAIL_MISMATCH_ERROR_CODE: () => (/* reexport safe */ _constants__WEBPACK_IMPORTED_MODULE_18__.SSO_EMAIL_MISMATCH_ERROR_CODE),
31720
31713
  /* harmony export */ ScimConnectionSource: () => (/* reexport safe */ _directory_interfaces__WEBPACK_IMPORTED_MODULE_12__.ScimConnectionSource),
31721
31714
  /* harmony export */ SecondaryAuthStrategy: () => (/* reexport safe */ _auth_interfaces__WEBPACK_IMPORTED_MODULE_1__.SecondaryAuthStrategy),
31722
31715
  /* harmony export */ SecurityCategory: () => (/* reexport safe */ _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__.SecurityCategory),
@@ -31795,7 +31788,7 @@ __webpack_require__.r(__webpack_exports__);
31795
31788
  /* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
31796
31789
  /* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
31797
31790
  /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
31798
- /** @license Frontegg v7.124.0-alpha.1
31791
+ /** @license Frontegg v7.124.0
31799
31792
  *
31800
31793
  * This source code is licensed under the MIT license found in the
31801
31794
  * LICENSE file in the root directory of this source tree.
@@ -31971,8 +31964,7 @@ const fronteggHeaders = {
31971
31964
  fronteggSdkVersion: 'x-frontegg-sdk',
31972
31965
  contentType: 'Content-Type',
31973
31966
  source: 'frontegg-source',
31974
- scopedTenant: 'frontegg-scoped-tenant',
31975
- applicationId: 'frontegg-application-id'
31967
+ scopedTenant: 'frontegg-scoped-tenant'
31976
31968
  };
31977
31969
  let RequestSource;
31978
31970
  (function (RequestSource) {
@@ -34638,7 +34630,7 @@ __webpack_require__.r(__webpack_exports__);
34638
34630
  /* harmony export */ });
34639
34631
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
34640
34632
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
34641
- /** @license Frontegg v7.124.0-alpha.1
34633
+ /** @license Frontegg v7.124.0
34642
34634
  *
34643
34635
  * This source code is licensed under the MIT license found in the
34644
34636
  * LICENSE file in the root directory of this source tree.