@carlonicora/nextjs-jsonapi 1.86.0 → 1.87.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.
Files changed (62) hide show
  1. package/dist/{BlockNoteEditor-7TZA4XEN.mjs → BlockNoteEditor-BEEHBP3H.mjs} +26 -7
  2. package/dist/BlockNoteEditor-BEEHBP3H.mjs.map +1 -0
  3. package/dist/{BlockNoteEditor-KRDP6OSE.js → BlockNoteEditor-BLNCCSG4.js} +36 -17
  4. package/dist/BlockNoteEditor-BLNCCSG4.js.map +1 -0
  5. package/dist/{JsonApiRequest-I2S75QTJ.mjs → JsonApiRequest-IYL5RZ7I.mjs} +2 -2
  6. package/dist/JsonApiRequest-OSGJ63XR.js +24 -0
  7. package/dist/{JsonApiRequest-CRRH5B5V.js.map → JsonApiRequest-OSGJ63XR.js.map} +1 -1
  8. package/dist/billing/index.js +347 -347
  9. package/dist/billing/index.mjs +4 -4
  10. package/dist/{chunk-6UMB5LTQ.mjs → chunk-3KDGODJ7.mjs} +5 -5
  11. package/dist/{chunk-CZ56O6JZ.mjs → chunk-6NA65ZMT.mjs} +1410 -1301
  12. package/dist/chunk-6NA65ZMT.mjs.map +1 -0
  13. package/dist/{chunk-NEJ7CDM3.mjs → chunk-CK3BMQWY.mjs} +3 -3
  14. package/dist/{chunk-AMP2ZDAV.js → chunk-GNJHCLAL.js} +796 -687
  15. package/dist/chunk-GNJHCLAL.js.map +1 -0
  16. package/dist/{chunk-KJ4ETLJB.mjs → chunk-IEJYBQ6J.mjs} +2 -2
  17. package/dist/{chunk-KJ4ETLJB.mjs.map → chunk-IEJYBQ6J.mjs.map} +1 -1
  18. package/dist/{chunk-3ZPK4QOB.js → chunk-IOLU4ASD.js} +2 -2
  19. package/dist/{chunk-3ZPK4QOB.js.map → chunk-IOLU4ASD.js.map} +1 -1
  20. package/dist/{chunk-4MN547K7.js → chunk-J5LROFGL.js} +2 -2
  21. package/dist/{chunk-4MN547K7.js.map → chunk-J5LROFGL.js.map} +1 -1
  22. package/dist/{chunk-BTKJFMFL.mjs → chunk-KK7PYKVI.mjs} +2 -2
  23. package/dist/{chunk-2AK4GRIB.js → chunk-SE5HIHJS.js} +9 -9
  24. package/dist/{chunk-2AK4GRIB.js.map → chunk-SE5HIHJS.js.map} +1 -1
  25. package/dist/{chunk-N4YZ45SK.js → chunk-XAWKRNYM.js} +30 -30
  26. package/dist/{chunk-N4YZ45SK.js.map → chunk-XAWKRNYM.js.map} +1 -1
  27. package/dist/client/index.js +5 -5
  28. package/dist/client/index.mjs +4 -4
  29. package/dist/components/index.d.mts +45 -2
  30. package/dist/components/index.d.ts +45 -2
  31. package/dist/components/index.js +9 -5
  32. package/dist/components/index.js.map +1 -1
  33. package/dist/components/index.mjs +8 -4
  34. package/dist/contexts/index.js +5 -5
  35. package/dist/contexts/index.mjs +4 -4
  36. package/dist/core/index.js +3 -3
  37. package/dist/core/index.mjs +2 -2
  38. package/dist/index.js +4 -4
  39. package/dist/index.mjs +3 -3
  40. package/dist/{request-XABCMU25.mjs → request-6VYDNP5T.mjs} +2 -2
  41. package/dist/request-UR7VPG3G.js +8 -0
  42. package/dist/request-UR7VPG3G.js.map +1 -0
  43. package/dist/server/index.js +18 -18
  44. package/dist/server/index.mjs +3 -3
  45. package/package.json +2 -1
  46. package/src/components/editors/BlockNoteEditor.tsx +27 -1
  47. package/src/components/editors/BlockNoteEditorMentionInlineContent.tsx +54 -0
  48. package/src/components/editors/BlockNoteEditorSuggestionMenuController.tsx +87 -0
  49. package/src/components/editors/index.ts +2 -0
  50. package/src/server/request.ts +1 -1
  51. package/dist/BlockNoteEditor-7TZA4XEN.mjs.map +0 -1
  52. package/dist/BlockNoteEditor-KRDP6OSE.js.map +0 -1
  53. package/dist/JsonApiRequest-CRRH5B5V.js +0 -24
  54. package/dist/chunk-AMP2ZDAV.js.map +0 -1
  55. package/dist/chunk-CZ56O6JZ.mjs.map +0 -1
  56. package/dist/request-GBLBPYFM.js +0 -8
  57. package/dist/request-GBLBPYFM.js.map +0 -1
  58. /package/dist/{JsonApiRequest-I2S75QTJ.mjs.map → JsonApiRequest-IYL5RZ7I.mjs.map} +0 -0
  59. /package/dist/{chunk-6UMB5LTQ.mjs.map → chunk-3KDGODJ7.mjs.map} +0 -0
  60. /package/dist/{chunk-NEJ7CDM3.mjs.map → chunk-CK3BMQWY.mjs.map} +0 -0
  61. /package/dist/{chunk-BTKJFMFL.mjs.map → chunk-KK7PYKVI.mjs.map} +0 -0
  62. /package/dist/{request-XABCMU25.mjs.map → request-6VYDNP5T.mjs.map} +0 -0
@@ -14,7 +14,7 @@ var _chunkIBS6NI7Djs = require('./chunk-IBS6NI7D.js');
14
14
 
15
15
 
16
16
 
17
- var _chunk4MN547K7js = require('./chunk-4MN547K7.js');
17
+ var _chunkJ5LROFGLjs = require('./chunk-J5LROFGL.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 = _chunk4MN547K7js.DataClassRegistry.get(classKey);
28
+ const factoryClass = _chunkJ5LROFGLjs.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 = _chunk4MN547K7js.DataClassRegistry.get(classKey);
33
+ const factoryClass = _chunkJ5LROFGLjs.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-CRRH5B5V.js")));
329
+ const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-OSGJ63XR.js")));
330
330
  let apiResponse;
331
331
  let language = "en";
332
332
  if (typeof window === "undefined") {
@@ -416,7 +416,7 @@ var AbstractService = class {
416
416
  * Make an API call and return both data and meta from the response.
417
417
  */
418
418
  static async callApiWithMeta(params) {
419
- const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-CRRH5B5V.js")));
419
+ const { JsonApiGet: JsonApiGet2, JsonApiPost: JsonApiPost2, JsonApiPut, JsonApiPatch, JsonApiDelete: JsonApiDelete2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-OSGJ63XR.js")));
420
420
  let apiResponse;
421
421
  let language = "en";
422
422
  if (typeof window === "undefined") {
@@ -501,7 +501,7 @@ var AbstractService = class {
501
501
  * Get raw JSON:API response data without deserialization.
502
502
  */
503
503
  static async getRawData(params) {
504
- const { JsonApiGet: JsonApiGet2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-CRRH5B5V.js")));
504
+ const { JsonApiGet: JsonApiGet2 } = await Promise.resolve().then(() => _interopRequireWildcard(require("./JsonApiRequest-OSGJ63XR.js")));
505
505
  let language = "en";
506
506
  if (typeof window === "undefined") {
507
507
  const { getLocale } = await Promise.resolve().then(() => _interopRequireWildcard(require("next-intl/server")));
@@ -535,7 +535,7 @@ var _clientConfig = null;
535
535
  function configureClientJsonApi(config) {
536
536
  _clientConfig = config;
537
537
  if (config.bootstrapper) {
538
- _chunk4MN547K7js.setBootstrapper.call(void 0, config.bootstrapper);
538
+ _chunkJ5LROFGLjs.setBootstrapper.call(void 0, config.bootstrapper);
539
539
  config.bootstrapper();
540
540
  }
541
541
  }
@@ -592,7 +592,7 @@ async function ClientJsonApiGet(params) {
592
592
  language: params.language,
593
593
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _26 => _26.additionalHeaders])
594
594
  });
595
- return _chunk4MN547K7js.translateResponse.call(void 0, {
595
+ return _chunkJ5LROFGLjs.translateResponse.call(void 0, {
596
596
  classKey: params.classKey,
597
597
  apiResponse,
598
598
  companyId: params.companyId,
@@ -613,7 +613,7 @@ async function ClientJsonApiPost(params) {
613
613
  if (!body) {
614
614
  body = {};
615
615
  } else if (params.overridesJsonApiCreation !== true) {
616
- body = _chunk4MN547K7js.JsonApiDataFactory.create(params.classKey, body);
616
+ body = _chunkJ5LROFGLjs.JsonApiDataFactory.create(params.classKey, body);
617
617
  }
618
618
  const apiResponse = await _chunkIBS6NI7Djs.directFetch.call(void 0, {
619
619
  method: "POST",
@@ -625,7 +625,7 @@ async function ClientJsonApiPost(params) {
625
625
  language: params.language,
626
626
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _27 => _27.additionalHeaders])
627
627
  });
628
- return _chunk4MN547K7js.translateResponse.call(void 0, {
628
+ return _chunkJ5LROFGLjs.translateResponse.call(void 0, {
629
629
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
630
630
  apiResponse,
631
631
  companyId: params.companyId,
@@ -640,7 +640,7 @@ async function ClientJsonApiPut(params) {
640
640
  if (!body) {
641
641
  body = {};
642
642
  } else {
643
- body = _chunk4MN547K7js.JsonApiDataFactory.create(params.classKey, body);
643
+ body = _chunkJ5LROFGLjs.JsonApiDataFactory.create(params.classKey, body);
644
644
  }
645
645
  const apiResponse = await _chunkIBS6NI7Djs.directFetch.call(void 0, {
646
646
  method: "PUT",
@@ -652,7 +652,7 @@ async function ClientJsonApiPut(params) {
652
652
  language: params.language,
653
653
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _28 => _28.additionalHeaders])
654
654
  });
655
- return _chunk4MN547K7js.translateResponse.call(void 0, {
655
+ return _chunkJ5LROFGLjs.translateResponse.call(void 0, {
656
656
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
657
657
  apiResponse,
658
658
  companyId: params.companyId,
@@ -667,7 +667,7 @@ async function ClientJsonApiPatch(params) {
667
667
  if (!body) {
668
668
  body = {};
669
669
  } else if (params.overridesJsonApiCreation !== true) {
670
- body = _chunk4MN547K7js.JsonApiDataFactory.create(params.classKey, body);
670
+ body = _chunkJ5LROFGLjs.JsonApiDataFactory.create(params.classKey, body);
671
671
  }
672
672
  const apiResponse = await _chunkIBS6NI7Djs.directFetch.call(void 0, {
673
673
  method: "PATCH",
@@ -679,7 +679,7 @@ async function ClientJsonApiPatch(params) {
679
679
  language: params.language,
680
680
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _29 => _29.additionalHeaders])
681
681
  });
682
- return _chunk4MN547K7js.translateResponse.call(void 0, {
682
+ return _chunkJ5LROFGLjs.translateResponse.call(void 0, {
683
683
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
684
684
  apiResponse,
685
685
  companyId: params.companyId,
@@ -698,7 +698,7 @@ async function ClientJsonApiDelete(params) {
698
698
  language: params.language,
699
699
  additionalHeaders: _optionalChain([_clientConfig, 'optionalAccess', _30 => _30.additionalHeaders])
700
700
  });
701
- return _chunk4MN547K7js.translateResponse.call(void 0, {
701
+ return _chunkJ5LROFGLjs.translateResponse.call(void 0, {
702
702
  classKey: _nullishCoalesce(params.responseType, () => ( params.classKey)),
703
703
  apiResponse,
704
704
  companyId: params.companyId,
@@ -903,7 +903,7 @@ var ModuleRegistrar = (_class2 = class {
903
903
  }).map((key) => modulesClass[key]);
904
904
  data.forEach((item) => {
905
905
  if (item && item.model) {
906
- _chunk4MN547K7js.DataClassRegistry.registerObjectClass(item, item.model);
906
+ _chunkJ5LROFGLjs.DataClassRegistry.registerObjectClass(item, item.model);
907
907
  }
908
908
  });
909
909
  this._isBootstrapped = true;
@@ -913,7 +913,7 @@ var ModuleRegistrar = (_class2 = class {
913
913
  */
914
914
  static reset() {
915
915
  this._isBootstrapped = false;
916
- _chunk4MN547K7js.DataClassRegistry.clear();
916
+ _chunkJ5LROFGLjs.DataClassRegistry.clear();
917
917
  }
918
918
  }, _class2.__initStatic2(), _class2);
919
919
 
@@ -936,20 +936,20 @@ var ModuleRegistryClass = class {
936
936
  get(name) {
937
937
  let module = this._modules.get(name);
938
938
  if (!module) {
939
- const didBootstrap = _chunk4MN547K7js.tryBootstrap.call(void 0, );
939
+ const didBootstrap = _chunkJ5LROFGLjs.tryBootstrap.call(void 0, );
940
940
  if (didBootstrap) {
941
941
  module = this._modules.get(name);
942
942
  }
943
943
  }
944
944
  if (!module) {
945
- const hint = _chunk4MN547K7js.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.";
945
+ const hint = _chunkJ5LROFGLjs.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.";
946
946
  throw new Error(`Module "${String(name)}" not registered. ${hint}`);
947
947
  }
948
948
  return module;
949
949
  }
950
950
  findByName(moduleName) {
951
951
  if (this._modules.size === 0) {
952
- _chunk4MN547K7js.tryBootstrap.call(void 0, );
952
+ _chunkJ5LROFGLjs.tryBootstrap.call(void 0, );
953
953
  }
954
954
  for (const module of this._modules.values()) {
955
955
  if (module.name === moduleName) {
@@ -960,7 +960,7 @@ var ModuleRegistryClass = class {
960
960
  }
961
961
  getAllPageUrls() {
962
962
  if (this._modules.size === 0) {
963
- _chunk4MN547K7js.tryBootstrap.call(void 0, );
963
+ _chunkJ5LROFGLjs.tryBootstrap.call(void 0, );
964
964
  }
965
965
  const seen = /* @__PURE__ */ new Set();
966
966
  const result = [];
@@ -977,7 +977,7 @@ var ModuleRegistryClass = class {
977
977
  findByModelName(modelName) {
978
978
  let module = this._modules.get(modelName);
979
979
  if (!module) {
980
- const didBootstrap = _chunk4MN547K7js.tryBootstrap.call(void 0, );
980
+ const didBootstrap = _chunkJ5LROFGLjs.tryBootstrap.call(void 0, );
981
981
  if (didBootstrap) {
982
982
  module = this._modules.get(modelName);
983
983
  }
@@ -999,7 +999,7 @@ var ModuleRegistryClass = class {
999
999
  }
1000
1000
  getAll() {
1001
1001
  if (this._modules.size === 0) {
1002
- _chunk4MN547K7js.tryBootstrap.call(void 0, );
1002
+ _chunkJ5LROFGLjs.tryBootstrap.call(void 0, );
1003
1003
  }
1004
1004
  return Array.from(this._modules.values());
1005
1005
  }
@@ -2847,7 +2847,7 @@ var AuthService = class extends AbstractService {
2847
2847
  }
2848
2848
  static async login(params) {
2849
2849
  const language = params.language || "en-US";
2850
- const apiResponse = await _chunk4MN547K7js.JsonApiPost.call(void 0, {
2850
+ const apiResponse = await _chunkJ5LROFGLjs.JsonApiPost.call(void 0, {
2851
2851
  classKey: Modules.Auth,
2852
2852
  endpoint: new EndpointCreator({ endpoint: Modules.Auth, id: "login" }).generate(),
2853
2853
  body: { email: params.email, password: params.password },
@@ -2881,7 +2881,7 @@ var AuthService = class extends AbstractService {
2881
2881
  }
2882
2882
  static async logout(params) {
2883
2883
  const language = _optionalChain([params, 'optionalAccess', _70 => _70.language]) || "en-US";
2884
- await _chunk4MN547K7js.JsonApiDelete.call(void 0, {
2884
+ await _chunkJ5LROFGLjs.JsonApiDelete.call(void 0, {
2885
2885
  classKey: Modules.Auth,
2886
2886
  endpoint: new EndpointCreator({ endpoint: Modules.Auth }).generate(),
2887
2887
  language
@@ -2893,7 +2893,7 @@ var AuthService = class extends AbstractService {
2893
2893
  }
2894
2894
  static async initialiseForgotPassword(params) {
2895
2895
  const language = params.language || "en-US";
2896
- const response = await _chunk4MN547K7js.JsonApiPost.call(void 0, {
2896
+ const response = await _chunkJ5LROFGLjs.JsonApiPost.call(void 0, {
2897
2897
  classKey: Modules.Auth,
2898
2898
  endpoint: new EndpointCreator({ endpoint: Modules.Auth, id: "forgot" }).generate(),
2899
2899
  body: { email: params.email },
@@ -2922,7 +2922,7 @@ var AuthService = class extends AbstractService {
2922
2922
  }
2923
2923
  static async validateCode(params) {
2924
2924
  const language = params.language || "en-US";
2925
- const apiResponse = await _chunk4MN547K7js.JsonApiGet.call(void 0, {
2925
+ const apiResponse = await _chunkJ5LROFGLjs.JsonApiGet.call(void 0, {
2926
2926
  classKey: Modules.Auth,
2927
2927
  endpoint: new EndpointCreator({ endpoint: Modules.Auth, id: "validate", childEndpoint: params.code }).generate(),
2928
2928
  language
@@ -2966,7 +2966,7 @@ var AuthService = class extends AbstractService {
2966
2966
  }
2967
2967
  static async completeOAuthRegistration(params) {
2968
2968
  const endpoint = new EndpointCreator({ endpoint: Modules.Auth, id: "oauth", childEndpoint: "complete" });
2969
- const response = await _chunk4MN547K7js.JsonApiPost.call(void 0, {
2969
+ const response = await _chunkJ5LROFGLjs.JsonApiPost.call(void 0, {
2970
2970
  classKey: Modules.Auth,
2971
2971
  endpoint: endpoint.generate(),
2972
2972
  body: params,
@@ -4729,7 +4729,7 @@ var StripePromotionCodeService = class {
4729
4729
  * @returns Validation result with discount details if valid
4730
4730
  */
4731
4731
  static async validatePromotionCode(params) {
4732
- const response = await _chunk4MN547K7js.JsonApiPost.call(void 0, {
4732
+ const response = await _chunkJ5LROFGLjs.JsonApiPost.call(void 0, {
4733
4733
  classKey: Modules.StripePromotionCode,
4734
4734
  endpoint: `${STRIPE_PROMOTION_CODE_ENDPOINT}/validate`,
4735
4735
  body: {
@@ -7612,4 +7612,4 @@ var AuditLogModule = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (facto
7612
7612
 
7613
7613
 
7614
7614
  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.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.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.AssistantService = AssistantService; exports.AssistantMessage = AssistantMessage; 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;
7615
- //# sourceMappingURL=chunk-N4YZ45SK.js.map
7615
+ //# sourceMappingURL=chunk-XAWKRNYM.js.map