@carlonicora/nextjs-jsonapi 1.128.0 → 1.129.1

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.
Files changed (50) hide show
  1. package/dist/{BlockNoteEditor-LAH2RUGP.js → BlockNoteEditor-RG2YQDMQ.js} +20 -20
  2. package/dist/{BlockNoteEditor-LAH2RUGP.js.map → BlockNoteEditor-RG2YQDMQ.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-LJY3X6F6.mjs → BlockNoteEditor-WIAQJ5HM.mjs} +5 -5
  4. package/dist/{JsonApiRequest-4ISXX7PC.mjs → JsonApiRequest-F5LBESSA.mjs} +2 -2
  5. package/dist/JsonApiRequest-YAPUG4ND.js +26 -0
  6. package/dist/{JsonApiRequest-P3VQ2WIS.js.map → JsonApiRequest-YAPUG4ND.js.map} +1 -1
  7. package/dist/billing/index.js +347 -347
  8. package/dist/billing/index.mjs +4 -4
  9. package/dist/{chunk-T2FFT7JT.mjs → chunk-5MNE72ZE.mjs} +9 -5
  10. package/dist/{chunk-T2FFT7JT.mjs.map → chunk-5MNE72ZE.mjs.map} +1 -1
  11. package/dist/{chunk-PJGAR5F3.mjs → chunk-F54XZKPY.mjs} +7 -6
  12. package/dist/{chunk-PJGAR5F3.mjs.map → chunk-F54XZKPY.mjs.map} +1 -1
  13. package/dist/{chunk-PQBKPWBY.js → chunk-LBMNRFCY.js} +34 -30
  14. package/dist/chunk-LBMNRFCY.js.map +1 -0
  15. package/dist/{chunk-6VNRUTZR.mjs → chunk-NATPK5ME.mjs} +3 -3
  16. package/dist/{chunk-EIOEYXY3.js → chunk-QWCAOLBD.js} +6 -5
  17. package/dist/chunk-QWCAOLBD.js.map +1 -0
  18. package/dist/{chunk-JO5BLONK.js → chunk-XTLTQQ7X.js} +9 -9
  19. package/dist/{chunk-JO5BLONK.js.map → chunk-XTLTQQ7X.js.map} +1 -1
  20. package/dist/{chunk-QVRFFC2Q.js → chunk-YQTMNZQB.js} +715 -714
  21. package/dist/chunk-YQTMNZQB.js.map +1 -0
  22. package/dist/{chunk-DKFXGCG2.mjs → chunk-Z2CB63VG.mjs} +6 -5
  23. package/dist/{chunk-DKFXGCG2.mjs.map → chunk-Z2CB63VG.mjs.map} +1 -1
  24. package/dist/client/index.js +5 -5
  25. package/dist/client/index.mjs +4 -4
  26. package/dist/components/index.d.mts +1 -0
  27. package/dist/components/index.d.ts +1 -0
  28. package/dist/components/index.js +5 -5
  29. package/dist/components/index.mjs +4 -4
  30. package/dist/contexts/index.js +5 -5
  31. package/dist/contexts/index.mjs +4 -4
  32. package/dist/core/index.js +3 -3
  33. package/dist/core/index.mjs +2 -2
  34. package/dist/features/help/index.js +37 -37
  35. package/dist/features/help/index.mjs +4 -4
  36. package/dist/index.js +4 -4
  37. package/dist/index.mjs +3 -3
  38. package/dist/server/index.js +12 -12
  39. package/dist/server/index.mjs +2 -2
  40. package/package.json +2 -2
  41. package/src/components/tables/ContentListTable.tsx +2 -0
  42. package/src/core/abstracts/AbstractService.ts +4 -0
  43. package/src/unified/JsonApiRequest.ts +9 -4
  44. package/dist/JsonApiRequest-P3VQ2WIS.js +0 -26
  45. package/dist/chunk-EIOEYXY3.js.map +0 -1
  46. package/dist/chunk-PQBKPWBY.js.map +0 -1
  47. package/dist/chunk-QVRFFC2Q.js.map +0 -1
  48. /package/dist/{BlockNoteEditor-LJY3X6F6.mjs.map → BlockNoteEditor-WIAQJ5HM.mjs.map} +0 -0
  49. /package/dist/{JsonApiRequest-4ISXX7PC.mjs.map → JsonApiRequest-F5LBESSA.mjs.map} +0 -0
  50. /package/dist/{chunk-6VNRUTZR.mjs.map → chunk-NATPK5ME.mjs.map} +0 -0
@@ -14,7 +14,7 @@ var _chunkIBS6NI7Djs = require('./chunk-IBS6NI7D.js');
14
14
 
15
15
 
16
16
 
17
- var _chunkEIOEYXY3js = require('./chunk-EIOEYXY3.js');
17
+ var _chunkQWCAOLBDjs = require('./chunk-QWCAOLBD.js');
18
18
 
19
19
 
20
20
  var _chunk7QVYU63Ejs = require('./chunk-7QVYU63E.js');
@@ -25,12 +25,12 @@ var RehydrationFactory = class {
25
25
  _chunk7QVYU63Ejs.__name.call(void 0, this, "RehydrationFactory");
26
26
  }
27
27
  static rehydrate(classKey, data) {
28
- const factoryClass = _chunkEIOEYXY3js.DataClassRegistry.get(classKey);
28
+ const factoryClass = _chunkQWCAOLBDjs.DataClassRegistry.get(classKey);
29
29
  const instance = new factoryClass();
30
30
  return instance.rehydrate(data);
31
31
  }
32
32
  static rehydrateList(classKey, data) {
33
- const factoryClass = _chunkEIOEYXY3js.DataClassRegistry.get(classKey);
33
+ const factoryClass = _chunkQWCAOLBDjs.DataClassRegistry.get(classKey);
34
34
  const response = data.map((item) => {
35
35
  const instance = new factoryClass();
36
36
  return instance.rehydrate(item);
@@ -326,7 +326,7 @@ var AbstractService = class {
326
326
  * Make an API call with automatic environment detection and error handling.
327
327
  */
328
328
  static async callApi(params) {
329
- const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-P3VQ2WIS.js")));
329
+ const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-YAPUG4ND.js")));
330
330
  let apiResponse;
331
331
  let language = "en";
332
332
  if (typeof window === "undefined") {
@@ -342,6 +342,7 @@ var AbstractService = class {
342
342
  endpoint: params.endpoint,
343
343
  companyId: params.companyId,
344
344
  language,
345
+ token: params.token,
345
346
  baseUrl: params.baseUrl
346
347
  });
347
348
  break;
@@ -368,6 +369,7 @@ var AbstractService = class {
368
369
  language,
369
370
  responseType: params.responseType,
370
371
  files: params.files,
372
+ token: params.token,
371
373
  baseUrl: params.baseUrl
372
374
  });
373
375
  break;
@@ -381,6 +383,7 @@ var AbstractService = class {
381
383
  language,
382
384
  responseType: params.responseType,
383
385
  files: params.files,
386
+ token: params.token,
384
387
  baseUrl: params.baseUrl
385
388
  });
386
389
  break;
@@ -391,6 +394,7 @@ var AbstractService = class {
391
394
  companyId: params.companyId,
392
395
  language,
393
396
  responseType: params.responseType,
397
+ token: params.token,
394
398
  baseUrl: params.baseUrl
395
399
  });
396
400
  break;
@@ -422,7 +426,7 @@ var AbstractService = class {
422
426
  * Make an API call and return both data and meta from the response.
423
427
  */
424
428
  static async callApiWithMeta(params) {
425
- const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-P3VQ2WIS.js")));
429
+ const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-YAPUG4ND.js")));
426
430
  let apiResponse;
427
431
  let language = "en";
428
432
  if (typeof window === "undefined") {
@@ -508,7 +512,7 @@ var AbstractService = class {
508
512
  * Get raw JSON:API response data without deserialization.
509
513
  */
510
514
  static async getRawData(params) {
511
- const { JsonApiGet: JsonApiGet2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-P3VQ2WIS.js")));
515
+ const { JsonApiGet: JsonApiGet2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-YAPUG4ND.js")));
512
516
  let language = "en";
513
517
  if (typeof window === "undefined") {
514
518
  const { getLocale } = await Promise.resolve().then(() => _interopRequireWildcard(require("next-intl/server")));
@@ -544,7 +548,7 @@ var _clientConfig = null;
544
548
  function configureClientJsonApi(config) {
545
549
  _clientConfig = config;
546
550
  if (config.bootstrapper) {
547
- _chunkEIOEYXY3js.setBootstrapper.call(void 0, config.bootstrapper);
551
+ _chunkQWCAOLBDjs.setBootstrapper.call(void 0, config.bootstrapper);
548
552
  config.bootstrapper();
549
553
  }
550
554
  }
@@ -602,7 +606,7 @@ async function ClientJsonApiGet(params) {
602
606
  language: params.language,
603
607
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _26 => _26.additionalHeaders])
604
608
  });
605
- return _chunkEIOEYXY3js.translateResponse.call(void 0, {
609
+ return _chunkQWCAOLBDjs.translateResponse.call(void 0, {
606
610
  classKey: params.classKey,
607
611
  apiResponse,
608
612
  companyId: params.companyId,
@@ -624,7 +628,7 @@ async function ClientJsonApiPost(params) {
624
628
  if (!body) {
625
629
  body = {};
626
630
  } else if (params.overridesJsonApiCreation !== true) {
627
- body = _chunkEIOEYXY3js.JsonApiDataFactory.create(params.classKey, body);
631
+ body = _chunkQWCAOLBDjs.JsonApiDataFactory.create(params.classKey, body);
628
632
  }
629
633
  const apiResponse = await _chunkIBS6NI7Djs.directFetch.call(void 0, {
630
634
  method: "POST",
@@ -636,7 +640,7 @@ async function ClientJsonApiPost(params) {
636
640
  language: params.language,
637
641
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _27 => _27.additionalHeaders])
638
642
  });
639
- return _chunkEIOEYXY3js.translateResponse.call(void 0, {
643
+ return _chunkQWCAOLBDjs.translateResponse.call(void 0, {
640
644
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
641
645
  apiResponse,
642
646
  companyId: params.companyId,
@@ -651,7 +655,7 @@ async function ClientJsonApiPut(params) {
651
655
  if (!body) {
652
656
  body = {};
653
657
  } else {
654
- body = _chunkEIOEYXY3js.JsonApiDataFactory.create(params.classKey, body);
658
+ body = _chunkQWCAOLBDjs.JsonApiDataFactory.create(params.classKey, body);
655
659
  }
656
660
  const apiResponse = await _chunkIBS6NI7Djs.directFetch.call(void 0, {
657
661
  method: "PUT",
@@ -663,7 +667,7 @@ async function ClientJsonApiPut(params) {
663
667
  language: params.language,
664
668
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _28 => _28.additionalHeaders])
665
669
  });
666
- return _chunkEIOEYXY3js.translateResponse.call(void 0, {
670
+ return _chunkQWCAOLBDjs.translateResponse.call(void 0, {
667
671
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
668
672
  apiResponse,
669
673
  companyId: params.companyId,
@@ -678,7 +682,7 @@ async function ClientJsonApiPatch(params) {
678
682
  if (!body) {
679
683
  body = {};
680
684
  } else if (params.overridesJsonApiCreation !== true) {
681
- body = _chunkEIOEYXY3js.JsonApiDataFactory.create(params.classKey, body);
685
+ body = _chunkQWCAOLBDjs.JsonApiDataFactory.create(params.classKey, body);
682
686
  }
683
687
  const apiResponse = await _chunkIBS6NI7Djs.directFetch.call(void 0, {
684
688
  method: "PATCH",
@@ -690,7 +694,7 @@ async function ClientJsonApiPatch(params) {
690
694
  language: params.language,
691
695
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _29 => _29.additionalHeaders])
692
696
  });
693
- return _chunkEIOEYXY3js.translateResponse.call(void 0, {
697
+ return _chunkQWCAOLBDjs.translateResponse.call(void 0, {
694
698
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
695
699
  apiResponse,
696
700
  companyId: params.companyId,
@@ -709,7 +713,7 @@ async function ClientJsonApiDelete(params) {
709
713
  language: params.language,
710
714
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _30 => _30.additionalHeaders])
711
715
  });
712
- return _chunkEIOEYXY3js.translateResponse.call(void 0, {
716
+ return _chunkQWCAOLBDjs.translateResponse.call(void 0, {
713
717
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
714
718
  apiResponse,
715
719
  companyId: params.companyId,
@@ -921,7 +925,7 @@ var ModuleRegistrar = (_class2 = class {
921
925
  }).map((key) => modulesClass[key]);
922
926
  data.forEach((item) => {
923
927
  if (item && item.model) {
924
- _chunkEIOEYXY3js.DataClassRegistry.registerObjectClass(item, item.model);
928
+ _chunkQWCAOLBDjs.DataClassRegistry.registerObjectClass(item, item.model);
925
929
  }
926
930
  });
927
931
  this._isBootstrapped = true;
@@ -931,7 +935,7 @@ var ModuleRegistrar = (_class2 = class {
931
935
  */
932
936
  static reset() {
933
937
  this._isBootstrapped = false;
934
- _chunkEIOEYXY3js.DataClassRegistry.clear();
938
+ _chunkQWCAOLBDjs.DataClassRegistry.clear();
935
939
  }
936
940
  }, _class2.__initStatic2(), _class2);
937
941
 
@@ -954,20 +958,20 @@ var ModuleRegistryClass = class {
954
958
  get(name) {
955
959
  let module = this._modules.get(name);
956
960
  if (!module) {
957
- const didBootstrap = _chunkEIOEYXY3js.tryBootstrap.call(void 0, );
961
+ const didBootstrap = _chunkQWCAOLBDjs.tryBootstrap.call(void 0, );
958
962
  if (didBootstrap) {
959
963
  module = this._modules.get(name);
960
964
  }
961
965
  }
962
966
  if (!module) {
963
- const hint = _chunkEIOEYXY3js.hasBootstrapper.call(void 0, ) ? "Bootstrap was called but module still not found. Check module registration." : "No bootstrapper registered. Ensure configureJsonApi({ bootstrapper }) is called before accessing modules.";
967
+ const hint = _chunkQWCAOLBDjs.hasBootstrapper.call(void 0, ) ? "Bootstrap was called but module still not found. Check module registration." : "No bootstrapper registered. Ensure configureJsonApi({ bootstrapper }) is called before accessing modules.";
964
968
  throw new Error(`Module "${String(name)}" not registered. ${hint}`);
965
969
  }
966
970
  return module;
967
971
  }
968
972
  findByName(moduleName) {
969
973
  if (this._modules.size === 0) {
970
- _chunkEIOEYXY3js.tryBootstrap.call(void 0, );
974
+ _chunkQWCAOLBDjs.tryBootstrap.call(void 0, );
971
975
  }
972
976
  for (const module of this._modules.values()) {
973
977
  if (module.name === moduleName) {
@@ -978,7 +982,7 @@ var ModuleRegistryClass = class {
978
982
  }
979
983
  getAllPageUrls() {
980
984
  if (this._modules.size === 0) {
981
- _chunkEIOEYXY3js.tryBootstrap.call(void 0, );
985
+ _chunkQWCAOLBDjs.tryBootstrap.call(void 0, );
982
986
  }
983
987
  const seen = /* @__PURE__ */ new Set();
984
988
  const result = [];
@@ -995,7 +999,7 @@ var ModuleRegistryClass = class {
995
999
  findByModelName(modelName) {
996
1000
  let module = this._modules.get(modelName);
997
1001
  if (!module) {
998
- const didBootstrap = _chunkEIOEYXY3js.tryBootstrap.call(void 0, );
1002
+ const didBootstrap = _chunkQWCAOLBDjs.tryBootstrap.call(void 0, );
999
1003
  if (didBootstrap) {
1000
1004
  module = this._modules.get(modelName);
1001
1005
  }
@@ -1017,7 +1021,7 @@ var ModuleRegistryClass = class {
1017
1021
  }
1018
1022
  getAll() {
1019
1023
  if (this._modules.size === 0) {
1020
- _chunkEIOEYXY3js.tryBootstrap.call(void 0, );
1024
+ _chunkQWCAOLBDjs.tryBootstrap.call(void 0, );
1021
1025
  }
1022
1026
  return Array.from(this._modules.values());
1023
1027
  }
@@ -2871,7 +2875,7 @@ var AuthService = class extends AbstractService {
2871
2875
  }
2872
2876
  static async login(params) {
2873
2877
  const language = params.language || "en-US";
2874
- const apiResponse = await _chunkEIOEYXY3js.JsonApiPost.call(void 0, {
2878
+ const apiResponse = await _chunkQWCAOLBDjs.JsonApiPost.call(void 0, {
2875
2879
  classKey: Modules.Auth,
2876
2880
  endpoint: new EndpointCreator({ endpoint: Modules.Auth, id: "login" }).generate(),
2877
2881
  body: { email: params.email, password: params.password },
@@ -2905,7 +2909,7 @@ var AuthService = class extends AbstractService {
2905
2909
  }
2906
2910
  static async logout(params) {
2907
2911
  const language = _optionalChain([params, 'optionalAccess', _70 => _70.language]) || "en-US";
2908
- await _chunkEIOEYXY3js.JsonApiDelete.call(void 0, {
2912
+ await _chunkQWCAOLBDjs.JsonApiDelete.call(void 0, {
2909
2913
  classKey: Modules.Auth,
2910
2914
  endpoint: new EndpointCreator({ endpoint: Modules.Auth }).generate(),
2911
2915
  language
@@ -2917,7 +2921,7 @@ var AuthService = class extends AbstractService {
2917
2921
  }
2918
2922
  static async initialiseForgotPassword(params) {
2919
2923
  const language = params.language || "en-US";
2920
- const response = await _chunkEIOEYXY3js.JsonApiPost.call(void 0, {
2924
+ const response = await _chunkQWCAOLBDjs.JsonApiPost.call(void 0, {
2921
2925
  classKey: Modules.Auth,
2922
2926
  endpoint: new EndpointCreator({ endpoint: Modules.Auth, id: "forgot" }).generate(),
2923
2927
  body: { email: params.email },
@@ -2946,7 +2950,7 @@ var AuthService = class extends AbstractService {
2946
2950
  }
2947
2951
  static async validateCode(params) {
2948
2952
  const language = params.language || "en-US";
2949
- const apiResponse = await _chunkEIOEYXY3js.JsonApiGet.call(void 0, {
2953
+ const apiResponse = await _chunkQWCAOLBDjs.JsonApiGet.call(void 0, {
2950
2954
  classKey: Modules.Auth,
2951
2955
  endpoint: new EndpointCreator({ endpoint: Modules.Auth, id: "validate", childEndpoint: params.code }).generate(),
2952
2956
  language
@@ -2990,7 +2994,7 @@ var AuthService = class extends AbstractService {
2990
2994
  }
2991
2995
  static async completeOAuthRegistration(params) {
2992
2996
  const endpoint = new EndpointCreator({ endpoint: Modules.Auth, id: "oauth", childEndpoint: "complete" });
2993
- const response = await _chunkEIOEYXY3js.JsonApiPost.call(void 0, {
2997
+ const response = await _chunkQWCAOLBDjs.JsonApiPost.call(void 0, {
2994
2998
  classKey: Modules.Auth,
2995
2999
  endpoint: endpoint.generate(),
2996
3000
  body: params,
@@ -4753,7 +4757,7 @@ var StripePromotionCodeService = class {
4753
4757
  * @returns Validation result with discount details if valid
4754
4758
  */
4755
4759
  static async validatePromotionCode(params) {
4756
- const response = await _chunkEIOEYXY3js.JsonApiPost.call(void 0, {
4760
+ const response = await _chunkQWCAOLBDjs.JsonApiPost.call(void 0, {
4757
4761
  classKey: Modules.StripePromotionCode,
4758
4762
  endpoint: `${STRIPE_PROMOTION_CODE_ENDPOINT}/validate`,
4759
4763
  body: {
@@ -7850,4 +7854,4 @@ var AuditLogModule = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (facto
7850
7854
 
7851
7855
 
7852
7856
  exports.RehydrationFactory = RehydrationFactory; exports.AbstractApiData = AbstractApiData; exports.HttpMethod = HttpMethod; exports.getLastApiTotal = getLastApiTotal; exports.clearLastApiTotal = clearLastApiTotal; exports.setGlobalErrorHandler = setGlobalErrorHandler; exports.getGlobalErrorHandler = getGlobalErrorHandler; exports.AbstractService = AbstractService; exports.configureClientJsonApi = configureClientJsonApi; exports.getClientApiUrl = getClientApiUrl; exports.getClientAppUrl = getClientAppUrl; exports.getClientTrackablePages = getClientTrackablePages; exports.buildClientUrl = buildClientUrl; exports.ClientJsonApiGet = ClientJsonApiGet; exports.ClientJsonApiPost = ClientJsonApiPost; exports.ClientJsonApiPut = ClientJsonApiPut; exports.ClientJsonApiPatch = ClientJsonApiPatch; exports.ClientJsonApiDelete = ClientJsonApiDelete; exports.ClientHttpMethod = ClientHttpMethod; exports.setClientGlobalErrorHandler = setClientGlobalErrorHandler; exports.getClientGlobalErrorHandler = getClientGlobalErrorHandler; exports.ClientAbstractService = ClientAbstractService; exports.ModuleRegistrar = ModuleRegistrar; exports.ModuleRegistry = ModuleRegistry; exports.Modules = Modules; exports.EndpointCreator = EndpointCreator; exports.createJsonApiInclusion = createJsonApiInclusion; exports.rehydrate = rehydrate; exports.rehydrateList = rehydrateList; exports.cn = cn; exports.composeRefs = composeRefs; exports.useComposedRefs = useComposedRefs; exports.useIsMobile = useIsMobile; exports.formatLocalDate = formatLocalDate; exports.formatDate = formatDate; exports.exists = exists; exports.TableOptions = TableOptions; exports.getTableOptions = getTableOptions; exports.getTableComponents = getTableComponents; exports.userObjectSchema = userObjectSchema; exports.entityObjectSchema = entityObjectSchema; exports.getInitials = getInitials; exports.BlockNoteDiffUtil = BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = BlockNoteWordDiffRendererUtil; exports.getIconByModule = getIconByModule; exports.getIcon = getIcon; exports.getIconByModuleName = getIconByModuleName; exports.getLucideIcon = getLucideIcon; exports.getLucideIconByModule = getLucideIconByModule; exports.getLucideIconByModuleName = getLucideIconByModuleName; exports.showToast = showToast; exports.showError = showError; exports.dismissToast = dismissToast; exports.showCustomToast = showCustomToast; exports.Action = Action; exports.checkPermissions = checkPermissions; exports.checkPermissionsFromServer = checkPermissionsFromServer; exports.getValueFromPath = getValueFromPath; exports.TotpAuthenticator = TotpAuthenticator; exports.TotpAuthenticatorModule = TotpAuthenticatorModule; exports.TotpSetup = TotpSetup; exports.TotpSetupModule = TotpSetupModule; exports.TotpVerify = TotpVerify; exports.TotpVerifyModule = TotpVerifyModule; exports.TotpVerifyLogin = TotpVerifyLogin; exports.TotpVerifyLoginModule = TotpVerifyLoginModule; exports.Passkey = Passkey; exports.PasskeyModule = PasskeyModule; exports.PasskeyRegistrationOptions = PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = PasskeyRegistrationVerifyModule; exports.PasskeyRename = PasskeyRename; exports.PasskeyRenameModule = PasskeyRenameModule; exports.PasskeyVerifyLogin = PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = PasskeyVerifyLoginModule; exports.PasskeyAuthenticationOptions = PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = PasskeyAuthenticationOptionsModule; exports.TwoFactorEnable = TwoFactorEnable; exports.TwoFactorEnableModule = TwoFactorEnableModule; exports.TwoFactorChallenge = TwoFactorChallenge; exports.TwoFactorChallengeModule = TwoFactorChallengeModule; exports.BackupCodeVerify = BackupCodeVerify; exports.BackupCodeVerifyModule = BackupCodeVerifyModule; exports.configureAuth = configureAuth; exports.getTokenHandler = getTokenHandler; exports.Auth = Auth; exports.AuthService = AuthService; exports.TwoFactorStatus = TwoFactorStatus; exports.TwoFactorService = TwoFactorService; exports.AuthComponent = AuthComponent; exports.AuthModule = AuthModule; exports.TwoFactorStatusModule = TwoFactorStatusModule; exports.BillingService = BillingService; exports.Billing = Billing; exports.BillingModule = BillingModule; exports.PaymentMethod = PaymentMethod; exports.StripeCustomer = StripeCustomer; exports.StripeCustomerService = StripeCustomerService; exports.StripeCustomerModule = StripeCustomerModule; exports.StripePaymentMethodModule = StripePaymentMethodModule; exports.StripeInvoice = StripeInvoice; exports.InvoiceStatus = InvoiceStatus; exports.StripeInvoiceService = StripeInvoiceService; exports.StripeInvoiceModule = StripeInvoiceModule; exports.StripePrice = StripePrice; exports.StripePriceService = StripePriceService; exports.StripePriceModule = StripePriceModule; exports.StripeProduct = StripeProduct; exports.StripeProductService = StripeProductService; exports.StripeProductModule = StripeProductModule; exports.StripeSubscription = StripeSubscription; exports.SubscriptionStatus = SubscriptionStatus; exports.StripeSubscriptionService = StripeSubscriptionService; exports.StripeSubscriptionModule = StripeSubscriptionModule; exports.StripeUsage = StripeUsage; exports.StripeUsageService = StripeUsageService; exports.StripeUsageModule = StripeUsageModule; exports.StripePromotionCodeService = StripePromotionCodeService; exports.StripePromotionCode = StripePromotionCode; exports.StripePromotionCodeModule = StripePromotionCodeModule; exports.Company = Company; exports.CompanyFields = CompanyFields; exports.CompanyService = CompanyService; exports.CompanyModule = CompanyModule; exports.Content = Content; exports.ContentFields = ContentFields; exports.ContentService = ContentService; exports.ContentModule = ContentModule; exports.HowTo = HowTo; exports.HowToModule = HowToModule; exports.HowToFields = HowToFields; exports.HowToService = HowToService; exports.Assistant = Assistant; exports.AssistantModule = AssistantModule; exports.AssistantMessage = AssistantMessage; exports.AssistantService = AssistantService; exports.AssistantMessageModule = AssistantMessageModule; exports.AssistantMessageService = AssistantMessageService; exports.Chunk = Chunk; exports.ChunkModule = ChunkModule; exports.Feature = Feature; exports.FeatureService = FeatureService; exports.FeatureModule = FeatureModule; exports.Module = Module; exports.ModuleModule = ModuleModule; exports.Notification = Notification; exports.NotificationFields = NotificationFields; exports.NotificationService = NotificationService; exports.NotificationModule = NotificationModule; exports.Push = Push; exports.PushService = PushService; exports.PushModule = PushModule; exports.Role = Role; exports.RoleFields = RoleFields; exports.RoleService = RoleService; exports.RoleModule = RoleModule; exports.S3 = S3; exports.S3Module = S3Module; exports.S3Service = S3Service; exports.User = User; exports.UserFields = UserFields; exports.UserService = UserService; exports.AuthorModule = AuthorModule; exports.UserModule = UserModule; exports.OAuthClient = OAuthClient; exports.OAuthModule = OAuthModule; exports.OAuthService = OAuthService; exports.OAUTH_SCOPE_DISPLAY = OAUTH_SCOPE_DISPLAY; exports.AVAILABLE_OAUTH_SCOPES = AVAILABLE_OAUTH_SCOPES; exports.DEFAULT_GRANT_TYPES = DEFAULT_GRANT_TYPES; exports.Waitlist = Waitlist; exports.WaitlistService = WaitlistService; exports.WaitlistStats = WaitlistStats; exports.WaitlistModule = WaitlistModule; exports.WaitlistStatsModule = WaitlistStatsModule; exports.PermissionMapping = PermissionMapping; exports.ModulePaths = ModulePaths; exports.RbacMatrixModel = RbacMatrixModel; exports.PermissionMappingModule = PermissionMappingModule; exports.ModulePathsModule = ModulePathsModule; exports.RbacMatrixModule = RbacMatrixModule; exports.ReferralStats = ReferralStats; exports.ReferralService = ReferralService; exports.ReferralModule = ReferralModule; exports.ReferralStatsModule = ReferralStatsModule; exports.AuditLog = AuditLog; exports.AuditLogService = AuditLogService; exports.AuditLogModule = AuditLogModule;
7853
- //# sourceMappingURL=chunk-PQBKPWBY.js.map
7857
+ //# sourceMappingURL=chunk-LBMNRFCY.js.map