@carlonicora/nextjs-jsonapi 1.67.0 → 1.69.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 (100) hide show
  1. package/dist/{AuthComponent-NwQ_ZXsv.d.mts → AuthComponent-DXe3kPzb.d.mts} +1 -1
  2. package/dist/{AuthComponent-DL1D3y7f.d.ts → AuthComponent-Di8DsZ2I.d.ts} +1 -1
  3. package/dist/{BlockNoteEditor-QHWPE3BJ.js → BlockNoteEditor-CBUEPFA7.js} +14 -14
  4. package/dist/{BlockNoteEditor-QHWPE3BJ.js.map → BlockNoteEditor-CBUEPFA7.js.map} +1 -1
  5. package/dist/{BlockNoteEditor-TIX3GDVZ.mjs → BlockNoteEditor-ON5Q6QWO.mjs} +4 -4
  6. package/dist/HowToInterface-DtVWAE1s.d.mts +17 -0
  7. package/dist/HowToInterface-NaqSG9sE.d.ts +17 -0
  8. package/dist/{auth.interface-BX_1qZZJ.d.ts → auth.interface-BTco8PWs.d.ts} +1 -1
  9. package/dist/{auth.interface-yeLelxdI.d.mts → auth.interface-C4uJzBec.d.mts} +1 -1
  10. package/dist/billing/index.js +346 -346
  11. package/dist/billing/index.mjs +3 -3
  12. package/dist/{chunk-CJY63D6U.js → chunk-56VU7A4I.js} +180 -18
  13. package/dist/chunk-56VU7A4I.js.map +1 -0
  14. package/dist/{chunk-3BWYWS3A.js → chunk-5X4MS55M.js} +1655 -695
  15. package/dist/chunk-5X4MS55M.js.map +1 -0
  16. package/dist/{chunk-KFIQTY4O.js → chunk-6ROMPIIP.js} +11 -11
  17. package/dist/{chunk-KFIQTY4O.js.map → chunk-6ROMPIIP.js.map} +1 -1
  18. package/dist/{chunk-RIG2BEXJ.mjs → chunk-GZNHBAZF.mjs} +163 -1
  19. package/dist/chunk-GZNHBAZF.mjs.map +1 -0
  20. package/dist/{chunk-WWP32QYC.mjs → chunk-NPF7P7MU.mjs} +2562 -1602
  21. package/dist/chunk-NPF7P7MU.mjs.map +1 -0
  22. package/dist/{chunk-ZYAAJMZZ.mjs → chunk-WJYWWOTG.mjs} +2 -2
  23. package/dist/client/index.d.mts +5 -6
  24. package/dist/client/index.d.ts +5 -6
  25. package/dist/client/index.js +4 -4
  26. package/dist/client/index.mjs +3 -3
  27. package/dist/components/index.d.mts +76 -8
  28. package/dist/components/index.d.ts +76 -8
  29. package/dist/components/index.js +26 -4
  30. package/dist/components/index.js.map +1 -1
  31. package/dist/components/index.mjs +25 -3
  32. package/dist/{config-D-mqttuF.d.mts → config-Bmr_0qTn.d.mts} +1 -1
  33. package/dist/{config-CyCAWW-d.d.ts → config-n0lfSf27.d.ts} +1 -1
  34. package/dist/contexts/index.d.mts +16 -4
  35. package/dist/contexts/index.d.ts +16 -4
  36. package/dist/contexts/index.js +8 -4
  37. package/dist/contexts/index.js.map +1 -1
  38. package/dist/contexts/index.mjs +7 -3
  39. package/dist/core/index.d.mts +61 -11
  40. package/dist/core/index.d.ts +61 -11
  41. package/dist/core/index.js +10 -2
  42. package/dist/core/index.js.map +1 -1
  43. package/dist/core/index.mjs +9 -1
  44. package/dist/index.d.mts +9 -10
  45. package/dist/index.d.ts +9 -10
  46. package/dist/index.js +11 -3
  47. package/dist/index.js.map +1 -1
  48. package/dist/index.mjs +10 -2
  49. package/dist/{notification.interface-ItBxq2au.d.ts → notification.interface-DYDZENx2.d.ts} +18 -1
  50. package/dist/{notification.interface-C6UcmJqu.d.mts → notification.interface-DrHu_1MM.d.mts} +18 -1
  51. package/dist/{s3.service-Cg5TmbU_.d.ts → s3.service-DK2KKXbR.d.ts} +6 -3
  52. package/dist/{s3.service-DLf_a0xS.d.mts → s3.service-TsN2unZr.d.mts} +6 -3
  53. package/dist/server/index.d.mts +3 -4
  54. package/dist/server/index.d.ts +3 -4
  55. package/dist/server/index.js +3 -3
  56. package/dist/server/index.mjs +1 -1
  57. package/dist/{useRbacState-CUj0hp8t.d.ts → useRbacState-BYaSdA78.d.ts} +1 -1
  58. package/dist/{useRbacState-Btk1gkQg.d.mts → useRbacState-CQEJ_ysV.d.mts} +1 -1
  59. package/dist/{useSocket-BSUN9s3p.d.ts → useSocket-Cjt_qvkI.d.ts} +1 -1
  60. package/dist/{useSocket-DKI92Fbg.d.mts → useSocket-VAGetcT3.d.mts} +1 -1
  61. package/package.json +1 -1
  62. package/src/components/index.ts +1 -0
  63. package/src/contexts/index.ts +1 -0
  64. package/src/core/index.ts +2 -0
  65. package/src/core/registry/ModuleRegistry.ts +19 -0
  66. package/src/features/how-to/HowToModule.ts +18 -0
  67. package/src/features/how-to/components/containers/HowToCommand.tsx +230 -0
  68. package/src/features/how-to/components/containers/HowToCommandViewer.tsx +76 -0
  69. package/src/features/how-to/components/containers/HowToContainer.tsx +27 -0
  70. package/src/features/how-to/components/containers/HowToListContainer.tsx +17 -0
  71. package/src/features/how-to/components/details/HowToContent.tsx +16 -0
  72. package/src/features/how-to/components/details/HowToDetails.tsx +52 -0
  73. package/src/features/how-to/components/forms/HowToDeleter.tsx +31 -0
  74. package/src/features/how-to/components/forms/HowToEditor.tsx +270 -0
  75. package/src/features/how-to/components/forms/HowToMultiSelector.tsx +152 -0
  76. package/src/features/how-to/components/forms/HowToSelector.tsx +164 -0
  77. package/src/features/how-to/components/index.ts +11 -0
  78. package/src/features/how-to/components/lists/HowToList.tsx +39 -0
  79. package/src/features/how-to/contexts/HowToContext.tsx +101 -0
  80. package/src/features/how-to/data/HowTo.ts +69 -0
  81. package/src/features/how-to/data/HowToFields.ts +10 -0
  82. package/src/features/how-to/data/HowToInterface.ts +11 -0
  83. package/src/features/how-to/data/HowToService.ts +61 -0
  84. package/src/features/how-to/data/index.ts +4 -0
  85. package/src/features/how-to/hooks/useHowToTableStructure.tsx +86 -0
  86. package/src/features/how-to/index.ts +2 -0
  87. package/src/features/how-to/utils/blocknote.ts +108 -0
  88. package/src/features/how-to/utils/index.ts +1 -0
  89. package/src/features/user/components/details/UserContent.tsx +1 -1
  90. package/src/features/user/data/user.service.ts +9 -0
  91. package/dist/breadcrumb.item.data.interface-CgB4_1EE.d.mts +0 -6
  92. package/dist/breadcrumb.item.data.interface-CgB4_1EE.d.ts +0 -6
  93. package/dist/chunk-3BWYWS3A.js.map +0 -1
  94. package/dist/chunk-CJY63D6U.js.map +0 -1
  95. package/dist/chunk-RIG2BEXJ.mjs.map +0 -1
  96. package/dist/chunk-WWP32QYC.mjs.map +0 -1
  97. package/dist/content.interface-8T5-G84c.d.mts +0 -21
  98. package/dist/content.interface-D-xdYxjt.d.ts +0 -21
  99. /package/dist/{BlockNoteEditor-TIX3GDVZ.mjs.map → BlockNoteEditor-ON5Q6QWO.mjs.map} +0 -0
  100. /package/dist/{chunk-ZYAAJMZZ.mjs.map → chunk-WJYWWOTG.mjs.map} +0 -0
@@ -211,6 +211,17 @@ import {
211
211
  HoverCard,
212
212
  HoverCardContent,
213
213
  HoverCardTrigger,
214
+ HowToCommand,
215
+ HowToCommandViewer,
216
+ HowToContainer,
217
+ HowToContent,
218
+ HowToDeleter,
219
+ HowToDetails,
220
+ HowToEditor,
221
+ HowToList,
222
+ HowToListContainer,
223
+ HowToMultiSelector,
224
+ HowToSelector,
214
225
  Input,
215
226
  InputGroup,
216
227
  InputGroupAddon,
@@ -433,14 +444,14 @@ import {
433
444
  useEditorDialog,
434
445
  useFileUpload,
435
446
  useSidebar
436
- } from "../chunk-WWP32QYC.mjs";
437
- import "../chunk-ZYAAJMZZ.mjs";
447
+ } from "../chunk-NPF7P7MU.mjs";
448
+ import "../chunk-WJYWWOTG.mjs";
438
449
  import {
439
450
  getIcon,
440
451
  getIconByModule,
441
452
  getIconByModuleName,
442
453
  getInitials
443
- } from "../chunk-RIG2BEXJ.mjs";
454
+ } from "../chunk-GZNHBAZF.mjs";
444
455
  import "../chunk-AUXK7QSA.mjs";
445
456
  import "../chunk-C7C7VY4F.mjs";
446
457
  import "../chunk-BTKJFMFL.mjs";
@@ -661,6 +672,17 @@ export {
661
672
  HoverCard,
662
673
  HoverCardContent,
663
674
  HoverCardTrigger,
675
+ HowToCommand,
676
+ HowToCommandViewer,
677
+ HowToContainer,
678
+ HowToContent,
679
+ HowToDeleter,
680
+ HowToDetails,
681
+ HowToEditor,
682
+ HowToList,
683
+ HowToListContainer,
684
+ HowToMultiSelector,
685
+ HowToSelector,
664
686
  Input,
665
687
  InputGroup,
666
688
  InputGroupAddon,
@@ -1,4 +1,4 @@
1
- import { M as ModuleWithPermissions } from './notification.interface-C6UcmJqu.mjs';
1
+ import { M as ModuleWithPermissions } from './notification.interface-DrHu_1MM.mjs';
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { M as ModuleWithPermissions } from './notification.interface-ItBxq2au.js';
1
+ import { M as ModuleWithPermissions } from './notification.interface-DYDZENx2.js';
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  /**
@@ -1,11 +1,11 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React__default, { ReactNode, ReactElement } from 'react';
3
3
  import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
4
- import { h as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-C6UcmJqu.mjs';
4
+ import { j as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-DrHu_1MM.mjs';
5
5
  import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.mjs';
6
6
  export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.mjs';
7
- import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
8
- import { u as useSocket } from '../useSocket-DKI92Fbg.mjs';
7
+ import { a as HowToInterface, B as BreadcrumbItemData } from '../HowToInterface-DtVWAE1s.mjs';
8
+ import { u as useSocket } from '../useSocket-VAGetcT3.mjs';
9
9
  import * as jotai from 'jotai';
10
10
  import * as jotai_utils from 'jotai/utils';
11
11
  import 'lucide-react';
@@ -106,6 +106,18 @@ type UserProviderProps = {
106
106
  declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => react_jsx_runtime.JSX.Element;
107
107
  declare const useUserContext: () => UserContextType;
108
108
 
109
+ interface HowToContextType {
110
+ howTo: HowToInterface | undefined;
111
+ setHowTo: (value: HowToInterface | undefined) => void;
112
+ reloadHowTo: () => Promise<void>;
113
+ }
114
+ type HowToProviderProps = {
115
+ children: ReactNode;
116
+ dehydratedHowTo?: JsonApiHydratedDataInterface;
117
+ };
118
+ declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) => react_jsx_runtime.JSX.Element;
119
+ declare const useHowToContext: () => HowToContextType;
120
+
109
121
  interface CommonContextType {
110
122
  }
111
123
  type CommonProviderProps = {
@@ -179,4 +191,4 @@ interface RecentPage {
179
191
  }
180
192
  declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [RecentPage[] | typeof jotai_utils.RESET | ((prev: RecentPage[]) => RecentPage[] | typeof jotai_utils.RESET)], void>;
181
193
 
182
- export { CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useNotificationContext, useOnboarding, useRoleContext, useSharedContext, useSocketContext, useUserContext };
194
+ export { CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHowToContext, useNotificationContext, useOnboarding, useRoleContext, useSharedContext, useSocketContext, useUserContext };
@@ -1,11 +1,11 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React__default, { ReactNode, ReactElement } from 'react';
3
3
  import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
4
- import { h as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-ItBxq2au.js';
4
+ import { j as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-DYDZENx2.js';
5
5
  import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.js';
6
6
  export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.js';
7
- import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
8
- import { u as useSocket } from '../useSocket-BSUN9s3p.js';
7
+ import { a as HowToInterface, B as BreadcrumbItemData } from '../HowToInterface-NaqSG9sE.js';
8
+ import { u as useSocket } from '../useSocket-Cjt_qvkI.js';
9
9
  import * as jotai from 'jotai';
10
10
  import * as jotai_utils from 'jotai/utils';
11
11
  import 'lucide-react';
@@ -106,6 +106,18 @@ type UserProviderProps = {
106
106
  declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => react_jsx_runtime.JSX.Element;
107
107
  declare const useUserContext: () => UserContextType;
108
108
 
109
+ interface HowToContextType {
110
+ howTo: HowToInterface | undefined;
111
+ setHowTo: (value: HowToInterface | undefined) => void;
112
+ reloadHowTo: () => Promise<void>;
113
+ }
114
+ type HowToProviderProps = {
115
+ children: ReactNode;
116
+ dehydratedHowTo?: JsonApiHydratedDataInterface;
117
+ };
118
+ declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) => react_jsx_runtime.JSX.Element;
119
+ declare const useHowToContext: () => HowToContextType;
120
+
109
121
  interface CommonContextType {
110
122
  }
111
123
  type CommonProviderProps = {
@@ -179,4 +191,4 @@ interface RecentPage {
179
191
  }
180
192
  declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [RecentPage[] | typeof jotai_utils.RESET | ((prev: RecentPage[]) => RecentPage[] | typeof jotai_utils.RESET)], void>;
181
193
 
182
- export { CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useNotificationContext, useOnboarding, useRoleContext, useSharedContext, useSocketContext, useUserContext };
194
+ export { CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHowToContext, useNotificationContext, useOnboarding, useRoleContext, useSharedContext, useSocketContext, useUserContext };
@@ -23,9 +23,11 @@
23
23
 
24
24
 
25
25
 
26
- var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
27
- require('../chunk-KFIQTY4O.js');
28
- require('../chunk-CJY63D6U.js');
26
+
27
+
28
+ var _chunk5X4MS55Mjs = require('../chunk-5X4MS55M.js');
29
+ require('../chunk-6ROMPIIP.js');
30
+ require('../chunk-56VU7A4I.js');
29
31
  require('../chunk-LXKSUWAV.js');
30
32
  require('../chunk-IBS6NI7D.js');
31
33
  require('../chunk-4MN547K7.js');
@@ -55,5 +57,7 @@ require('../chunk-7QVYU63E.js');
55
57
 
56
58
 
57
59
 
58
- exports.CommonProvider = _chunk3BWYWS3Ajs.CommonProvider; exports.CompanyProvider = _chunk3BWYWS3Ajs.CompanyProvider; exports.CurrentUserProvider = _chunk3BWYWS3Ajs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk3BWYWS3Ajs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk3BWYWS3Ajs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk3BWYWS3Ajs.NotificationContextProvider; exports.OnboardingProvider = _chunk3BWYWS3Ajs.OnboardingProvider; exports.RoleProvider = _chunk3BWYWS3Ajs.RoleProvider; exports.SharedProvider = _chunk3BWYWS3Ajs.SharedProvider; exports.SocketContext = _chunk3BWYWS3Ajs.SocketContext; exports.SocketProvider = _chunk3BWYWS3Ajs.SocketProvider; exports.UserProvider = _chunk3BWYWS3Ajs.UserProvider; exports.recentPagesAtom = _chunk3BWYWS3Ajs.recentPagesAtom; exports.useCommonContext = _chunk3BWYWS3Ajs.useCommonContext; exports.useCompanyContext = _chunk3BWYWS3Ajs.useCompanyContext; exports.useCurrentUserContext = _chunk3BWYWS3Ajs.useCurrentUserContext; exports.useHeaderChildren = _chunk3BWYWS3Ajs.useHeaderChildren; exports.useNotificationContext = _chunk3BWYWS3Ajs.useNotificationContext; exports.useOnboarding = _chunk3BWYWS3Ajs.useOnboarding; exports.useRoleContext = _chunk3BWYWS3Ajs.useRoleContext; exports.useSharedContext = _chunk3BWYWS3Ajs.useSharedContext; exports.useSocketContext = _chunk3BWYWS3Ajs.useSocketContext; exports.useUserContext = _chunk3BWYWS3Ajs.useUserContext;
60
+
61
+
62
+ exports.CommonProvider = _chunk5X4MS55Mjs.CommonProvider; exports.CompanyProvider = _chunk5X4MS55Mjs.CompanyProvider; exports.CurrentUserProvider = _chunk5X4MS55Mjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk5X4MS55Mjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk5X4MS55Mjs.HeaderChildrenProvider; exports.HowToProvider = _chunk5X4MS55Mjs.HowToProvider; exports.NotificationContextProvider = _chunk5X4MS55Mjs.NotificationContextProvider; exports.OnboardingProvider = _chunk5X4MS55Mjs.OnboardingProvider; exports.RoleProvider = _chunk5X4MS55Mjs.RoleProvider; exports.SharedProvider = _chunk5X4MS55Mjs.SharedProvider; exports.SocketContext = _chunk5X4MS55Mjs.SocketContext; exports.SocketProvider = _chunk5X4MS55Mjs.SocketProvider; exports.UserProvider = _chunk5X4MS55Mjs.UserProvider; exports.recentPagesAtom = _chunk5X4MS55Mjs.recentPagesAtom; exports.useCommonContext = _chunk5X4MS55Mjs.useCommonContext; exports.useCompanyContext = _chunk5X4MS55Mjs.useCompanyContext; exports.useCurrentUserContext = _chunk5X4MS55Mjs.useCurrentUserContext; exports.useHeaderChildren = _chunk5X4MS55Mjs.useHeaderChildren; exports.useHowToContext = _chunk5X4MS55Mjs.useHowToContext; exports.useNotificationContext = _chunk5X4MS55Mjs.useNotificationContext; exports.useOnboarding = _chunk5X4MS55Mjs.useOnboarding; exports.useRoleContext = _chunk5X4MS55Mjs.useRoleContext; exports.useSharedContext = _chunk5X4MS55Mjs.useSharedContext; exports.useSocketContext = _chunk5X4MS55Mjs.useSocketContext; exports.useUserContext = _chunk5X4MS55Mjs.useUserContext;
59
63
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,q7CAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,yiDAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
@@ -5,6 +5,7 @@ import {
5
5
  CurrentUserProvider,
6
6
  DEFAULT_ONBOARDING_LABELS,
7
7
  HeaderChildrenProvider,
8
+ HowToProvider,
8
9
  NotificationContextProvider,
9
10
  OnboardingProvider,
10
11
  RoleProvider,
@@ -17,15 +18,16 @@ import {
17
18
  useCompanyContext,
18
19
  useCurrentUserContext,
19
20
  useHeaderChildren,
21
+ useHowToContext,
20
22
  useNotificationContext,
21
23
  useOnboarding,
22
24
  useRoleContext,
23
25
  useSharedContext,
24
26
  useSocketContext,
25
27
  useUserContext
26
- } from "../chunk-WWP32QYC.mjs";
27
- import "../chunk-ZYAAJMZZ.mjs";
28
- import "../chunk-RIG2BEXJ.mjs";
28
+ } from "../chunk-NPF7P7MU.mjs";
29
+ import "../chunk-WJYWWOTG.mjs";
30
+ import "../chunk-GZNHBAZF.mjs";
29
31
  import "../chunk-AUXK7QSA.mjs";
30
32
  import "../chunk-C7C7VY4F.mjs";
31
33
  import "../chunk-BTKJFMFL.mjs";
@@ -37,6 +39,7 @@ export {
37
39
  CurrentUserProvider,
38
40
  DEFAULT_ONBOARDING_LABELS,
39
41
  HeaderChildrenProvider,
42
+ HowToProvider,
40
43
  NotificationContextProvider,
41
44
  OnboardingProvider,
42
45
  RoleProvider,
@@ -49,6 +52,7 @@ export {
49
52
  useCompanyContext,
50
53
  useCurrentUserContext,
51
54
  useHeaderChildren,
55
+ useHowToContext,
52
56
  useNotificationContext,
53
57
  useOnboarding,
54
58
  useRoleContext,
@@ -3,28 +3,28 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
3
3
  import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
4
4
  export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
5
5
  import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
6
- import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-DLf_a0xS.mjs';
7
- export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-DLf_a0xS.mjs';
8
- import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-C6UcmJqu.mjs';
9
- export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-C6UcmJqu.mjs';
10
- export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
6
+ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-TsN2unZr.mjs';
7
+ export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-TsN2unZr.mjs';
8
+ import { M as ModuleWithPermissions, g as PermissionUser, A as Action, f as PermissionModule, h as ModuleFactory, R as RoleInterface, l as RoleInput, U as UserInterface, j as CompanyInterface, m as UserInput, i as CompanyInput, C as ContentInterface, a as ContentInput, N as NotificationInterface, k as NotificationInput } from '../notification.interface-DrHu_1MM.mjs';
9
+ export { d as ModuleDefinition, c as ModulePermissionDefinition, b as PageUrl, P as PermissionCheck, e as PermissionConfig } from '../notification.interface-DrHu_1MM.mjs';
10
+ import { a as HowToInterface, H as HowToInput } from '../HowToInterface-DtVWAE1s.mjs';
11
+ export { B as BreadcrumbItemData } from '../HowToInterface-DtVWAE1s.mjs';
11
12
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.mjs';
12
13
  import { ClassValue } from 'clsx';
13
14
  export { ClassValue } from 'clsx';
14
15
  import * as React from 'react';
15
16
  import { ReactElement, ReactNode, JSXElementConstructor } from 'react';
16
17
  import { z } from 'zod';
17
- import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-NwQ_ZXsv.mjs';
18
- export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-NwQ_ZXsv.mjs';
18
+ import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-DXe3kPzb.mjs';
19
+ export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-DXe3kPzb.mjs';
19
20
  import { PartialBlock } from '@blocknote/core';
20
21
  import { ExternalToast } from 'sonner';
21
- import { b as AuthInterface, A as AuthInput } from '../auth.interface-yeLelxdI.mjs';
22
- export { a as AuthQuery } from '../auth.interface-yeLelxdI.mjs';
22
+ import { b as AuthInterface, A as AuthInput } from '../auth.interface-C4uJzBec.mjs';
23
+ export { a as AuthQuery } from '../auth.interface-C4uJzBec.mjs';
23
24
  import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, PublicKeyCredentialRequestOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/browser';
24
25
  import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface, q as PromotionCodeValidationResult } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
25
26
  export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
26
27
  import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
27
- import { a as ContentInterface, C as ContentInput } from '../content.interface-8T5-G84c.mjs';
28
28
  import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-DsZ5ecSX.mjs';
29
29
  export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-DsZ5ecSX.mjs';
30
30
  import 'lucide-react';
@@ -230,6 +230,7 @@ interface FoundationModuleDefinitions {
230
230
  Feature: ModuleWithPermissions;
231
231
  Module: ModuleWithPermissions;
232
232
  Content: ModuleWithPermissions;
233
+ HowTo: ModuleWithPermissions;
233
234
  Billing: ModuleWithPermissions;
234
235
  StripeCustomer: ModuleWithPermissions;
235
236
  StripePaymentMethod: ModuleWithPermissions;
@@ -270,6 +271,10 @@ declare class ModuleRegistryClass {
270
271
  register<K extends string>(name: K, module: ApiRequestDataTypeInterface): void;
271
272
  get<K extends keyof ModuleDefinitions>(name: K): ModuleDefinitions[K];
272
273
  findByName(moduleName: string): ModuleWithPermissions;
274
+ getAllPageUrls(): {
275
+ id: string;
276
+ text: string;
277
+ }[];
273
278
  findByModelName(modelName: string): ModuleWithPermissions;
274
279
  }
275
280
  declare const ModuleRegistry: ModuleRegistryClass;
@@ -1735,6 +1740,51 @@ declare class Content extends AbstractApiData implements ContentInterface, Searc
1735
1740
  protected addContentInput(response: any, data: ContentInput): void;
1736
1741
  }
1737
1742
 
1743
+ declare const HowToModule: (factory: ModuleFactory) => ModuleWithPermissions;
1744
+
1745
+ declare class HowTo extends Content implements HowToInterface {
1746
+ private _description?;
1747
+ private _pages?;
1748
+ /**
1749
+ * Parse pages from backend JSON string (handles legacy single string + JSON array)
1750
+ */
1751
+ static parsePagesFromString(pagesStr?: string): string[];
1752
+ /**
1753
+ * Serialize pages array to JSON string for backend
1754
+ */
1755
+ static serializePagesToString(pages: string[]): string | undefined;
1756
+ get description(): any;
1757
+ get pages(): string | undefined;
1758
+ rehydrate(data: JsonApiHydratedDataInterface): this;
1759
+ createJsonApi(data: HowToInput): any;
1760
+ }
1761
+
1762
+ declare enum HowToFields {
1763
+ howToId = "howToId",
1764
+ name = "name",
1765
+ description = "description",
1766
+ pages = "pages",
1767
+ createdAt = "createdAt",
1768
+ updatedAt = "updatedAt"
1769
+ }
1770
+
1771
+ declare class HowToService extends AbstractService {
1772
+ static findOne(params: {
1773
+ id: string;
1774
+ }): Promise<HowToInterface>;
1775
+ static findMany(params?: {
1776
+ search?: string;
1777
+ fetchAll?: boolean;
1778
+ next?: NextRef;
1779
+ prev?: PreviousRef;
1780
+ }): Promise<HowToInterface[]>;
1781
+ static create(params: HowToInput): Promise<HowToInterface>;
1782
+ static update(params: HowToInput): Promise<HowToInterface>;
1783
+ static delete(params: {
1784
+ howToId: string;
1785
+ }): Promise<void>;
1786
+ }
1787
+
1738
1788
  declare class Notification extends AbstractApiData implements NotificationInterface {
1739
1789
  private _notificationType?;
1740
1790
  private _isRead?;
@@ -2092,4 +2142,4 @@ declare class AuditLogService extends AbstractService {
2092
2142
 
2093
2143
  declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
2094
2144
 
2095
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
2145
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -3,28 +3,28 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
3
3
  import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
4
4
  export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
5
5
  import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
6
- import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-Cg5TmbU_.js';
7
- export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-Cg5TmbU_.js';
8
- import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-ItBxq2au.js';
9
- export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-ItBxq2au.js';
10
- export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
6
+ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-DK2KKXbR.js';
7
+ export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-DK2KKXbR.js';
8
+ import { M as ModuleWithPermissions, g as PermissionUser, A as Action, f as PermissionModule, h as ModuleFactory, R as RoleInterface, l as RoleInput, U as UserInterface, j as CompanyInterface, m as UserInput, i as CompanyInput, C as ContentInterface, a as ContentInput, N as NotificationInterface, k as NotificationInput } from '../notification.interface-DYDZENx2.js';
9
+ export { d as ModuleDefinition, c as ModulePermissionDefinition, b as PageUrl, P as PermissionCheck, e as PermissionConfig } from '../notification.interface-DYDZENx2.js';
10
+ import { a as HowToInterface, H as HowToInput } from '../HowToInterface-NaqSG9sE.js';
11
+ export { B as BreadcrumbItemData } from '../HowToInterface-NaqSG9sE.js';
11
12
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.js';
12
13
  import { ClassValue } from 'clsx';
13
14
  export { ClassValue } from 'clsx';
14
15
  import * as React from 'react';
15
16
  import { ReactElement, ReactNode, JSXElementConstructor } from 'react';
16
17
  import { z } from 'zod';
17
- import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-DL1D3y7f.js';
18
- export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-DL1D3y7f.js';
18
+ import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-Di8DsZ2I.js';
19
+ export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-Di8DsZ2I.js';
19
20
  import { PartialBlock } from '@blocknote/core';
20
21
  import { ExternalToast } from 'sonner';
21
- import { b as AuthInterface, A as AuthInput } from '../auth.interface-BX_1qZZJ.js';
22
- export { a as AuthQuery } from '../auth.interface-BX_1qZZJ.js';
22
+ import { b as AuthInterface, A as AuthInput } from '../auth.interface-BTco8PWs.js';
23
+ export { a as AuthQuery } from '../auth.interface-BTco8PWs.js';
23
24
  import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, PublicKeyCredentialRequestOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/browser';
24
25
  import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface, q as PromotionCodeValidationResult } from '../stripe-promotion-code.interface-BcJty0rv.js';
25
26
  export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-BcJty0rv.js';
26
27
  import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-CIWxo8NP.js';
27
- import { a as ContentInterface, C as ContentInput } from '../content.interface-D-xdYxjt.js';
28
28
  import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-vL7za9Bz.js';
29
29
  export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-vL7za9Bz.js';
30
30
  import 'lucide-react';
@@ -230,6 +230,7 @@ interface FoundationModuleDefinitions {
230
230
  Feature: ModuleWithPermissions;
231
231
  Module: ModuleWithPermissions;
232
232
  Content: ModuleWithPermissions;
233
+ HowTo: ModuleWithPermissions;
233
234
  Billing: ModuleWithPermissions;
234
235
  StripeCustomer: ModuleWithPermissions;
235
236
  StripePaymentMethod: ModuleWithPermissions;
@@ -270,6 +271,10 @@ declare class ModuleRegistryClass {
270
271
  register<K extends string>(name: K, module: ApiRequestDataTypeInterface): void;
271
272
  get<K extends keyof ModuleDefinitions>(name: K): ModuleDefinitions[K];
272
273
  findByName(moduleName: string): ModuleWithPermissions;
274
+ getAllPageUrls(): {
275
+ id: string;
276
+ text: string;
277
+ }[];
273
278
  findByModelName(modelName: string): ModuleWithPermissions;
274
279
  }
275
280
  declare const ModuleRegistry: ModuleRegistryClass;
@@ -1735,6 +1740,51 @@ declare class Content extends AbstractApiData implements ContentInterface, Searc
1735
1740
  protected addContentInput(response: any, data: ContentInput): void;
1736
1741
  }
1737
1742
 
1743
+ declare const HowToModule: (factory: ModuleFactory) => ModuleWithPermissions;
1744
+
1745
+ declare class HowTo extends Content implements HowToInterface {
1746
+ private _description?;
1747
+ private _pages?;
1748
+ /**
1749
+ * Parse pages from backend JSON string (handles legacy single string + JSON array)
1750
+ */
1751
+ static parsePagesFromString(pagesStr?: string): string[];
1752
+ /**
1753
+ * Serialize pages array to JSON string for backend
1754
+ */
1755
+ static serializePagesToString(pages: string[]): string | undefined;
1756
+ get description(): any;
1757
+ get pages(): string | undefined;
1758
+ rehydrate(data: JsonApiHydratedDataInterface): this;
1759
+ createJsonApi(data: HowToInput): any;
1760
+ }
1761
+
1762
+ declare enum HowToFields {
1763
+ howToId = "howToId",
1764
+ name = "name",
1765
+ description = "description",
1766
+ pages = "pages",
1767
+ createdAt = "createdAt",
1768
+ updatedAt = "updatedAt"
1769
+ }
1770
+
1771
+ declare class HowToService extends AbstractService {
1772
+ static findOne(params: {
1773
+ id: string;
1774
+ }): Promise<HowToInterface>;
1775
+ static findMany(params?: {
1776
+ search?: string;
1777
+ fetchAll?: boolean;
1778
+ next?: NextRef;
1779
+ prev?: PreviousRef;
1780
+ }): Promise<HowToInterface[]>;
1781
+ static create(params: HowToInput): Promise<HowToInterface>;
1782
+ static update(params: HowToInput): Promise<HowToInterface>;
1783
+ static delete(params: {
1784
+ howToId: string;
1785
+ }): Promise<void>;
1786
+ }
1787
+
1738
1788
  declare class Notification extends AbstractApiData implements NotificationInterface {
1739
1789
  private _notificationType?;
1740
1790
  private _isRead?;
@@ -2092,4 +2142,4 @@ declare class AuditLogService extends AbstractService {
2092
2142
 
2093
2143
  declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
2094
2144
 
2095
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
2145
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -159,7 +159,11 @@
159
159
 
160
160
 
161
161
 
162
- var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
162
+
163
+
164
+
165
+
166
+ var _chunk56VU7A4Ijs = require('../chunk-56VU7A4I.js');
163
167
  require('../chunk-LXKSUWAV.js');
164
168
  require('../chunk-IBS6NI7D.js');
165
169
 
@@ -345,5 +349,9 @@ require('../chunk-7QVYU63E.js');
345
349
 
346
350
 
347
351
 
348
- exports.AVAILABLE_OAUTH_SCOPES = _chunkCJY63D6Ujs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkCJY63D6Ujs.AbstractApiData; exports.AbstractService = _chunkCJY63D6Ujs.AbstractService; exports.Action = _chunkCJY63D6Ujs.Action; exports.AuditLog = _chunkCJY63D6Ujs.AuditLog; exports.AuditLogModule = _chunkCJY63D6Ujs.AuditLogModule; exports.AuditLogService = _chunkCJY63D6Ujs.AuditLogService; exports.Auth = _chunkCJY63D6Ujs.Auth; exports.AuthComponent = _chunkCJY63D6Ujs.AuthComponent; exports.AuthModule = _chunkCJY63D6Ujs.AuthModule; exports.AuthService = _chunkCJY63D6Ujs.AuthService; exports.AuthorModule = _chunkCJY63D6Ujs.AuthorModule; exports.BackupCodeVerify = _chunkCJY63D6Ujs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkCJY63D6Ujs.BackupCodeVerifyModule; exports.Billing = _chunkCJY63D6Ujs.Billing; exports.BillingModule = _chunkCJY63D6Ujs.BillingModule; exports.BillingService = _chunkCJY63D6Ujs.BillingService; exports.BlockNoteDiffUtil = _chunkCJY63D6Ujs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkCJY63D6Ujs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkCJY63D6Ujs.ClientAbstractService; exports.ClientHttpMethod = _chunkCJY63D6Ujs.ClientHttpMethod; exports.Company = _chunkCJY63D6Ujs.Company; exports.CompanyFields = _chunkCJY63D6Ujs.CompanyFields; exports.CompanyModule = _chunkCJY63D6Ujs.CompanyModule; exports.CompanyService = _chunkCJY63D6Ujs.CompanyService; exports.Content = _chunkCJY63D6Ujs.Content; exports.ContentFields = _chunkCJY63D6Ujs.ContentFields; exports.ContentModule = _chunkCJY63D6Ujs.ContentModule; exports.ContentService = _chunkCJY63D6Ujs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkCJY63D6Ujs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkCJY63D6Ujs.EndpointCreator; exports.Feature = _chunkCJY63D6Ujs.Feature; exports.FeatureModule = _chunkCJY63D6Ujs.FeatureModule; exports.FeatureService = _chunkCJY63D6Ujs.FeatureService; exports.HttpMethod = _chunkCJY63D6Ujs.HttpMethod; exports.InvoiceStatus = _chunkCJY63D6Ujs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkCJY63D6Ujs.Module; exports.ModuleModule = _chunkCJY63D6Ujs.ModuleModule; exports.ModulePathsModule = _chunkCJY63D6Ujs.ModulePathsModule; exports.ModuleRegistrar = _chunkCJY63D6Ujs.ModuleRegistrar; exports.ModuleRegistry = _chunkCJY63D6Ujs.ModuleRegistry; exports.Modules = _chunkCJY63D6Ujs.Modules; exports.Notification = _chunkCJY63D6Ujs.Notification; exports.NotificationFields = _chunkCJY63D6Ujs.NotificationFields; exports.NotificationModule = _chunkCJY63D6Ujs.NotificationModule; exports.NotificationService = _chunkCJY63D6Ujs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkCJY63D6Ujs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkCJY63D6Ujs.OAuthClient; exports.OAuthModule = _chunkCJY63D6Ujs.OAuthModule; exports.OAuthService = _chunkCJY63D6Ujs.OAuthService; exports.Passkey = _chunkCJY63D6Ujs.Passkey; exports.PasskeyAuthenticationOptions = _chunkCJY63D6Ujs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkCJY63D6Ujs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkCJY63D6Ujs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkCJY63D6Ujs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkCJY63D6Ujs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkCJY63D6Ujs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkCJY63D6Ujs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkCJY63D6Ujs.PasskeyRename; exports.PasskeyRenameModule = _chunkCJY63D6Ujs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkCJY63D6Ujs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkCJY63D6Ujs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkCJY63D6Ujs.PaymentMethod; exports.PermissionMappingModule = _chunkCJY63D6Ujs.PermissionMappingModule; exports.Push = _chunkCJY63D6Ujs.Push; exports.PushModule = _chunkCJY63D6Ujs.PushModule; exports.PushService = _chunkCJY63D6Ujs.PushService; exports.ReferralModule = _chunkCJY63D6Ujs.ReferralModule; exports.ReferralService = _chunkCJY63D6Ujs.ReferralService; exports.ReferralStats = _chunkCJY63D6Ujs.ReferralStats; exports.ReferralStatsModule = _chunkCJY63D6Ujs.ReferralStatsModule; exports.RehydrationFactory = _chunkCJY63D6Ujs.RehydrationFactory; exports.Role = _chunkCJY63D6Ujs.Role; exports.RoleFields = _chunkCJY63D6Ujs.RoleFields; exports.RoleModule = _chunkCJY63D6Ujs.RoleModule; exports.RoleService = _chunkCJY63D6Ujs.RoleService; exports.S3 = _chunkCJY63D6Ujs.S3; exports.S3Module = _chunkCJY63D6Ujs.S3Module; exports.S3Service = _chunkCJY63D6Ujs.S3Service; exports.StripeCustomer = _chunkCJY63D6Ujs.StripeCustomer; exports.StripeCustomerModule = _chunkCJY63D6Ujs.StripeCustomerModule; exports.StripeCustomerService = _chunkCJY63D6Ujs.StripeCustomerService; exports.StripeInvoice = _chunkCJY63D6Ujs.StripeInvoice; exports.StripeInvoiceModule = _chunkCJY63D6Ujs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkCJY63D6Ujs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkCJY63D6Ujs.StripePaymentMethodModule; exports.StripePrice = _chunkCJY63D6Ujs.StripePrice; exports.StripePriceModule = _chunkCJY63D6Ujs.StripePriceModule; exports.StripePriceService = _chunkCJY63D6Ujs.StripePriceService; exports.StripeProduct = _chunkCJY63D6Ujs.StripeProduct; exports.StripeProductModule = _chunkCJY63D6Ujs.StripeProductModule; exports.StripeProductService = _chunkCJY63D6Ujs.StripeProductService; exports.StripePromotionCode = _chunkCJY63D6Ujs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkCJY63D6Ujs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkCJY63D6Ujs.StripePromotionCodeService; exports.StripeSubscription = _chunkCJY63D6Ujs.StripeSubscription; exports.StripeSubscriptionModule = _chunkCJY63D6Ujs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkCJY63D6Ujs.StripeSubscriptionService; exports.StripeUsage = _chunkCJY63D6Ujs.StripeUsage; exports.StripeUsageModule = _chunkCJY63D6Ujs.StripeUsageModule; exports.StripeUsageService = _chunkCJY63D6Ujs.StripeUsageService; exports.SubscriptionStatus = _chunkCJY63D6Ujs.SubscriptionStatus; exports.TableOptions = _chunkCJY63D6Ujs.TableOptions; exports.TotpAuthenticator = _chunkCJY63D6Ujs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkCJY63D6Ujs.TotpAuthenticatorModule; exports.TotpSetup = _chunkCJY63D6Ujs.TotpSetup; exports.TotpSetupModule = _chunkCJY63D6Ujs.TotpSetupModule; exports.TotpVerify = _chunkCJY63D6Ujs.TotpVerify; exports.TotpVerifyLogin = _chunkCJY63D6Ujs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkCJY63D6Ujs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkCJY63D6Ujs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkCJY63D6Ujs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkCJY63D6Ujs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkCJY63D6Ujs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkCJY63D6Ujs.TwoFactorEnableModule; exports.TwoFactorService = _chunkCJY63D6Ujs.TwoFactorService; exports.TwoFactorStatus = _chunkCJY63D6Ujs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkCJY63D6Ujs.TwoFactorStatusModule; exports.User = _chunkCJY63D6Ujs.User; exports.UserFields = _chunkCJY63D6Ujs.UserFields; exports.UserModule = _chunkCJY63D6Ujs.UserModule; exports.UserService = _chunkCJY63D6Ujs.UserService; exports.Waitlist = _chunkCJY63D6Ujs.Waitlist; exports.WaitlistModule = _chunkCJY63D6Ujs.WaitlistModule; exports.WaitlistService = _chunkCJY63D6Ujs.WaitlistService; exports.WaitlistStats = _chunkCJY63D6Ujs.WaitlistStats; exports.WaitlistStatsModule = _chunkCJY63D6Ujs.WaitlistStatsModule; exports.checkPermissions = _chunkCJY63D6Ujs.checkPermissions; exports.checkPermissionsFromServer = _chunkCJY63D6Ujs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkCJY63D6Ujs.clearLastApiTotal; exports.cn = _chunkCJY63D6Ujs.cn; exports.composeRefs = _chunkCJY63D6Ujs.composeRefs; exports.createJsonApiInclusion = _chunkCJY63D6Ujs.createJsonApiInclusion; exports.dismissToast = _chunkCJY63D6Ujs.dismissToast; exports.entityObjectSchema = _chunkCJY63D6Ujs.entityObjectSchema; exports.exists = _chunkCJY63D6Ujs.exists; exports.formatDate = _chunkCJY63D6Ujs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkCJY63D6Ujs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkCJY63D6Ujs.getGlobalErrorHandler; exports.getIcon = _chunkCJY63D6Ujs.getIcon; exports.getIconByModule = _chunkCJY63D6Ujs.getIconByModule; exports.getIconByModuleName = _chunkCJY63D6Ujs.getIconByModuleName; exports.getInitials = _chunkCJY63D6Ujs.getInitials; exports.getLastApiTotal = _chunkCJY63D6Ujs.getLastApiTotal; exports.getLucideIcon = _chunkCJY63D6Ujs.getLucideIcon; exports.getLucideIconByModule = _chunkCJY63D6Ujs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkCJY63D6Ujs.getLucideIconByModuleName; exports.getTableComponents = _chunkCJY63D6Ujs.getTableComponents; exports.getTableOptions = _chunkCJY63D6Ujs.getTableOptions; exports.getValueFromPath = _chunkCJY63D6Ujs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkCJY63D6Ujs.rehydrate; exports.rehydrateList = _chunkCJY63D6Ujs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkCJY63D6Ujs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkCJY63D6Ujs.setGlobalErrorHandler; exports.showCustomToast = _chunkCJY63D6Ujs.showCustomToast; exports.showError = _chunkCJY63D6Ujs.showError; exports.showToast = _chunkCJY63D6Ujs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkCJY63D6Ujs.useComposedRefs; exports.useIsMobile = _chunkCJY63D6Ujs.useIsMobile; exports.userObjectSchema = _chunkCJY63D6Ujs.userObjectSchema;
352
+
353
+
354
+
355
+
356
+ exports.AVAILABLE_OAUTH_SCOPES = _chunk56VU7A4Ijs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk56VU7A4Ijs.AbstractApiData; exports.AbstractService = _chunk56VU7A4Ijs.AbstractService; exports.Action = _chunk56VU7A4Ijs.Action; exports.AuditLog = _chunk56VU7A4Ijs.AuditLog; exports.AuditLogModule = _chunk56VU7A4Ijs.AuditLogModule; exports.AuditLogService = _chunk56VU7A4Ijs.AuditLogService; exports.Auth = _chunk56VU7A4Ijs.Auth; exports.AuthComponent = _chunk56VU7A4Ijs.AuthComponent; exports.AuthModule = _chunk56VU7A4Ijs.AuthModule; exports.AuthService = _chunk56VU7A4Ijs.AuthService; exports.AuthorModule = _chunk56VU7A4Ijs.AuthorModule; exports.BackupCodeVerify = _chunk56VU7A4Ijs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk56VU7A4Ijs.BackupCodeVerifyModule; exports.Billing = _chunk56VU7A4Ijs.Billing; exports.BillingModule = _chunk56VU7A4Ijs.BillingModule; exports.BillingService = _chunk56VU7A4Ijs.BillingService; exports.BlockNoteDiffUtil = _chunk56VU7A4Ijs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk56VU7A4Ijs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk56VU7A4Ijs.ClientAbstractService; exports.ClientHttpMethod = _chunk56VU7A4Ijs.ClientHttpMethod; exports.Company = _chunk56VU7A4Ijs.Company; exports.CompanyFields = _chunk56VU7A4Ijs.CompanyFields; exports.CompanyModule = _chunk56VU7A4Ijs.CompanyModule; exports.CompanyService = _chunk56VU7A4Ijs.CompanyService; exports.Content = _chunk56VU7A4Ijs.Content; exports.ContentFields = _chunk56VU7A4Ijs.ContentFields; exports.ContentModule = _chunk56VU7A4Ijs.ContentModule; exports.ContentService = _chunk56VU7A4Ijs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk56VU7A4Ijs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunk56VU7A4Ijs.EndpointCreator; exports.Feature = _chunk56VU7A4Ijs.Feature; exports.FeatureModule = _chunk56VU7A4Ijs.FeatureModule; exports.FeatureService = _chunk56VU7A4Ijs.FeatureService; exports.HowTo = _chunk56VU7A4Ijs.HowTo; exports.HowToFields = _chunk56VU7A4Ijs.HowToFields; exports.HowToModule = _chunk56VU7A4Ijs.HowToModule; exports.HowToService = _chunk56VU7A4Ijs.HowToService; exports.HttpMethod = _chunk56VU7A4Ijs.HttpMethod; exports.InvoiceStatus = _chunk56VU7A4Ijs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunk56VU7A4Ijs.Module; exports.ModuleModule = _chunk56VU7A4Ijs.ModuleModule; exports.ModulePathsModule = _chunk56VU7A4Ijs.ModulePathsModule; exports.ModuleRegistrar = _chunk56VU7A4Ijs.ModuleRegistrar; exports.ModuleRegistry = _chunk56VU7A4Ijs.ModuleRegistry; exports.Modules = _chunk56VU7A4Ijs.Modules; exports.Notification = _chunk56VU7A4Ijs.Notification; exports.NotificationFields = _chunk56VU7A4Ijs.NotificationFields; exports.NotificationModule = _chunk56VU7A4Ijs.NotificationModule; exports.NotificationService = _chunk56VU7A4Ijs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk56VU7A4Ijs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk56VU7A4Ijs.OAuthClient; exports.OAuthModule = _chunk56VU7A4Ijs.OAuthModule; exports.OAuthService = _chunk56VU7A4Ijs.OAuthService; exports.Passkey = _chunk56VU7A4Ijs.Passkey; exports.PasskeyAuthenticationOptions = _chunk56VU7A4Ijs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk56VU7A4Ijs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk56VU7A4Ijs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk56VU7A4Ijs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk56VU7A4Ijs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk56VU7A4Ijs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk56VU7A4Ijs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk56VU7A4Ijs.PasskeyRename; exports.PasskeyRenameModule = _chunk56VU7A4Ijs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk56VU7A4Ijs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk56VU7A4Ijs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk56VU7A4Ijs.PaymentMethod; exports.PermissionMappingModule = _chunk56VU7A4Ijs.PermissionMappingModule; exports.Push = _chunk56VU7A4Ijs.Push; exports.PushModule = _chunk56VU7A4Ijs.PushModule; exports.PushService = _chunk56VU7A4Ijs.PushService; exports.ReferralModule = _chunk56VU7A4Ijs.ReferralModule; exports.ReferralService = _chunk56VU7A4Ijs.ReferralService; exports.ReferralStats = _chunk56VU7A4Ijs.ReferralStats; exports.ReferralStatsModule = _chunk56VU7A4Ijs.ReferralStatsModule; exports.RehydrationFactory = _chunk56VU7A4Ijs.RehydrationFactory; exports.Role = _chunk56VU7A4Ijs.Role; exports.RoleFields = _chunk56VU7A4Ijs.RoleFields; exports.RoleModule = _chunk56VU7A4Ijs.RoleModule; exports.RoleService = _chunk56VU7A4Ijs.RoleService; exports.S3 = _chunk56VU7A4Ijs.S3; exports.S3Module = _chunk56VU7A4Ijs.S3Module; exports.S3Service = _chunk56VU7A4Ijs.S3Service; exports.StripeCustomer = _chunk56VU7A4Ijs.StripeCustomer; exports.StripeCustomerModule = _chunk56VU7A4Ijs.StripeCustomerModule; exports.StripeCustomerService = _chunk56VU7A4Ijs.StripeCustomerService; exports.StripeInvoice = _chunk56VU7A4Ijs.StripeInvoice; exports.StripeInvoiceModule = _chunk56VU7A4Ijs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk56VU7A4Ijs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk56VU7A4Ijs.StripePaymentMethodModule; exports.StripePrice = _chunk56VU7A4Ijs.StripePrice; exports.StripePriceModule = _chunk56VU7A4Ijs.StripePriceModule; exports.StripePriceService = _chunk56VU7A4Ijs.StripePriceService; exports.StripeProduct = _chunk56VU7A4Ijs.StripeProduct; exports.StripeProductModule = _chunk56VU7A4Ijs.StripeProductModule; exports.StripeProductService = _chunk56VU7A4Ijs.StripeProductService; exports.StripePromotionCode = _chunk56VU7A4Ijs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk56VU7A4Ijs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk56VU7A4Ijs.StripePromotionCodeService; exports.StripeSubscription = _chunk56VU7A4Ijs.StripeSubscription; exports.StripeSubscriptionModule = _chunk56VU7A4Ijs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk56VU7A4Ijs.StripeSubscriptionService; exports.StripeUsage = _chunk56VU7A4Ijs.StripeUsage; exports.StripeUsageModule = _chunk56VU7A4Ijs.StripeUsageModule; exports.StripeUsageService = _chunk56VU7A4Ijs.StripeUsageService; exports.SubscriptionStatus = _chunk56VU7A4Ijs.SubscriptionStatus; exports.TableOptions = _chunk56VU7A4Ijs.TableOptions; exports.TotpAuthenticator = _chunk56VU7A4Ijs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk56VU7A4Ijs.TotpAuthenticatorModule; exports.TotpSetup = _chunk56VU7A4Ijs.TotpSetup; exports.TotpSetupModule = _chunk56VU7A4Ijs.TotpSetupModule; exports.TotpVerify = _chunk56VU7A4Ijs.TotpVerify; exports.TotpVerifyLogin = _chunk56VU7A4Ijs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk56VU7A4Ijs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk56VU7A4Ijs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk56VU7A4Ijs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk56VU7A4Ijs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk56VU7A4Ijs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk56VU7A4Ijs.TwoFactorEnableModule; exports.TwoFactorService = _chunk56VU7A4Ijs.TwoFactorService; exports.TwoFactorStatus = _chunk56VU7A4Ijs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk56VU7A4Ijs.TwoFactorStatusModule; exports.User = _chunk56VU7A4Ijs.User; exports.UserFields = _chunk56VU7A4Ijs.UserFields; exports.UserModule = _chunk56VU7A4Ijs.UserModule; exports.UserService = _chunk56VU7A4Ijs.UserService; exports.Waitlist = _chunk56VU7A4Ijs.Waitlist; exports.WaitlistModule = _chunk56VU7A4Ijs.WaitlistModule; exports.WaitlistService = _chunk56VU7A4Ijs.WaitlistService; exports.WaitlistStats = _chunk56VU7A4Ijs.WaitlistStats; exports.WaitlistStatsModule = _chunk56VU7A4Ijs.WaitlistStatsModule; exports.checkPermissions = _chunk56VU7A4Ijs.checkPermissions; exports.checkPermissionsFromServer = _chunk56VU7A4Ijs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk56VU7A4Ijs.clearLastApiTotal; exports.cn = _chunk56VU7A4Ijs.cn; exports.composeRefs = _chunk56VU7A4Ijs.composeRefs; exports.createJsonApiInclusion = _chunk56VU7A4Ijs.createJsonApiInclusion; exports.dismissToast = _chunk56VU7A4Ijs.dismissToast; exports.entityObjectSchema = _chunk56VU7A4Ijs.entityObjectSchema; exports.exists = _chunk56VU7A4Ijs.exists; exports.formatDate = _chunk56VU7A4Ijs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk56VU7A4Ijs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk56VU7A4Ijs.getGlobalErrorHandler; exports.getIcon = _chunk56VU7A4Ijs.getIcon; exports.getIconByModule = _chunk56VU7A4Ijs.getIconByModule; exports.getIconByModuleName = _chunk56VU7A4Ijs.getIconByModuleName; exports.getInitials = _chunk56VU7A4Ijs.getInitials; exports.getLastApiTotal = _chunk56VU7A4Ijs.getLastApiTotal; exports.getLucideIcon = _chunk56VU7A4Ijs.getLucideIcon; exports.getLucideIconByModule = _chunk56VU7A4Ijs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk56VU7A4Ijs.getLucideIconByModuleName; exports.getTableComponents = _chunk56VU7A4Ijs.getTableComponents; exports.getTableOptions = _chunk56VU7A4Ijs.getTableOptions; exports.getValueFromPath = _chunk56VU7A4Ijs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunk56VU7A4Ijs.rehydrate; exports.rehydrateList = _chunk56VU7A4Ijs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk56VU7A4Ijs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk56VU7A4Ijs.setGlobalErrorHandler; exports.showCustomToast = _chunk56VU7A4Ijs.showCustomToast; exports.showError = _chunk56VU7A4Ijs.showError; exports.showToast = _chunk56VU7A4Ijs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunk56VU7A4Ijs.useComposedRefs; exports.useIsMobile = _chunk56VU7A4Ijs.useIsMobile; exports.userObjectSchema = _chunk56VU7A4Ijs.userObjectSchema;
349
357
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,qkUAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,2wUAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
@@ -33,6 +33,10 @@ import {
33
33
  Feature,
34
34
  FeatureModule,
35
35
  FeatureService,
36
+ HowTo,
37
+ HowToFields,
38
+ HowToModule,
39
+ HowToService,
36
40
  HttpMethod,
37
41
  InvoiceStatus,
38
42
  Module,
@@ -159,7 +163,7 @@ import {
159
163
  useComposedRefs,
160
164
  useIsMobile,
161
165
  userObjectSchema
162
- } from "../chunk-RIG2BEXJ.mjs";
166
+ } from "../chunk-GZNHBAZF.mjs";
163
167
  import "../chunk-AUXK7QSA.mjs";
164
168
  import "../chunk-C7C7VY4F.mjs";
165
169
  import {
@@ -211,6 +215,10 @@ export {
211
215
  Feature,
212
216
  FeatureModule,
213
217
  FeatureService,
218
+ HowTo,
219
+ HowToFields,
220
+ HowToModule,
221
+ HowToService,
214
222
  HttpMethod,
215
223
  InvoiceStatus,
216
224
  JsonApiDataFactory,