@carlonicora/nextjs-jsonapi 1.65.1 → 1.67.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.
- package/dist/{AuthComponent-B4rNZRYE.d.ts → AuthComponent-DL1D3y7f.d.ts} +1 -1
- package/dist/{AuthComponent-nzabiz68.d.mts → AuthComponent-NwQ_ZXsv.d.mts} +1 -1
- package/dist/{BlockNoteEditor-QGNV6E4X.js → BlockNoteEditor-QHWPE3BJ.js} +14 -14
- package/dist/{BlockNoteEditor-QGNV6E4X.js.map → BlockNoteEditor-QHWPE3BJ.js.map} +1 -1
- package/dist/{BlockNoteEditor-CZOW7J5K.mjs → BlockNoteEditor-TIX3GDVZ.mjs} +4 -4
- package/dist/{auth.interface-C1WjZ0fM.d.ts → auth.interface-BX_1qZZJ.d.ts} +1 -1
- package/dist/{auth.interface-fBFqIrw4.d.mts → auth.interface-yeLelxdI.d.mts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-CDCGQFIA.js → chunk-3BWYWS3A.js} +2118 -1659
- package/dist/chunk-3BWYWS3A.js.map +1 -0
- package/dist/{chunk-LRXJT656.js → chunk-CJY63D6U.js} +72 -5
- package/dist/chunk-CJY63D6U.js.map +1 -0
- package/dist/{chunk-RA4RYKYB.js → chunk-KFIQTY4O.js} +11 -11
- package/dist/{chunk-RA4RYKYB.js.map → chunk-KFIQTY4O.js.map} +1 -1
- package/dist/{chunk-G7PGWMFO.mjs → chunk-RIG2BEXJ.mjs} +72 -5
- package/dist/{chunk-G7PGWMFO.mjs.map → chunk-RIG2BEXJ.mjs.map} +1 -1
- package/dist/{chunk-ESGUCYJS.mjs → chunk-WWP32QYC.mjs} +3534 -3075
- package/dist/chunk-WWP32QYC.mjs.map +1 -0
- package/dist/{chunk-5KMKI23S.mjs → chunk-ZYAAJMZZ.mjs} +2 -2
- package/dist/client/index.d.mts +6 -6
- package/dist/client/index.d.ts +6 -6
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +69 -12
- package/dist/components/index.d.ts +69 -12
- package/dist/components/index.js +18 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +19 -5
- package/dist/{config-DZWAFB7H.d.ts → config-CyCAWW-d.d.ts} +1 -1
- package/dist/{config-ndRJIQsP.d.mts → config-D-mqttuF.d.mts} +1 -1
- package/dist/{content.interface-B5ySfiOE.d.mts → content.interface-8T5-G84c.d.mts} +1 -1
- package/dist/{content.interface-mmz0uMwm.d.ts → content.interface-D-xdYxjt.d.ts} +1 -1
- package/dist/contexts/index.d.mts +3 -3
- package/dist/contexts/index.d.ts +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +29 -9
- package/dist/core/index.d.ts +29 -9
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-DG7cq9oG.d.mts → notification.interface-C6UcmJqu.d.mts} +20 -0
- package/dist/{notification.interface-COKHDQeE.d.ts → notification.interface-ItBxq2au.d.ts} +20 -0
- package/dist/{s3.service-ppn9iGJU.d.ts → s3.service-Cg5TmbU_.d.ts} +6 -3
- package/dist/{s3.service-BoRPFx82.d.mts → s3.service-DLf_a0xS.d.mts} +6 -3
- package/dist/server/index.d.mts +4 -4
- package/dist/server/index.d.ts +4 -4
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{useRbacState-DhuYYr0S.d.mts → useRbacState-Btk1gkQg.d.mts} +1 -1
- package/dist/{useRbacState-NnzNL2ED.d.ts → useRbacState-CUj0hp8t.d.ts} +1 -1
- package/dist/{useSocket-bsV-K4qR.d.ts → useSocket-BSUN9s3p.d.ts} +1 -1
- package/dist/{useSocket-CtfuR5wD.d.mts → useSocket-DKI92Fbg.d.mts} +1 -1
- package/package.json +2 -1
- package/src/components/EditableAvatar.tsx +175 -0
- package/src/components/containers/RoundPageContainer.tsx +1 -1
- package/src/components/fiscal/FiscalDataDisplay.tsx +26 -0
- package/src/components/fiscal/ItalianFiscalData.tsx +120 -0
- package/src/components/fiscal/ItalianFiscalDataDisplay.tsx +24 -0
- package/src/components/fiscal/index.ts +4 -0
- package/src/components/index.ts +3 -0
- package/src/components/navigations/RecentPagesNavigator.tsx +3 -3
- package/src/features/company/components/details/CompanyContent.tsx +105 -0
- package/src/features/company/components/details/CompanyDetails.tsx +2 -19
- package/src/features/company/components/details/index.ts +1 -0
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +38 -70
- package/src/features/company/components/forms/CompanyEditor.tsx +212 -172
- package/src/features/company/data/company.interface.ts +20 -0
- package/src/features/company/data/company.ts +73 -0
- package/src/features/role/components/forms/FormRoles.tsx +5 -4
- package/src/features/user/components/containers/AllUsersListContainer.tsx +36 -0
- package/src/features/user/components/containers/UserContainer.tsx +10 -13
- package/src/features/user/components/containers/UsersListContainer.tsx +15 -24
- package/src/features/user/components/containers/index.ts +1 -0
- package/src/features/user/components/details/UserContent.tsx +92 -0
- package/src/features/user/components/details/index.ts +1 -1
- package/src/features/user/components/forms/UserEditor.tsx +233 -233
- package/src/features/user/components/lists/CompanyUsersList.tsx +3 -1
- package/src/features/user/contexts/UserContext.tsx +1 -6
- package/src/features/user/data/user.service.ts +9 -0
- package/src/features/user/data/user.ts +3 -4
- package/src/utils/fiscal-utils.ts +7 -0
- package/src/utils/italian-validators.ts +79 -0
- package/dist/chunk-CDCGQFIA.js.map +0 -1
- package/dist/chunk-ESGUCYJS.mjs.map +0 -1
- package/dist/chunk-LRXJT656.js.map +0 -1
- package/src/features/user/components/details/UserDetails.tsx +0 -74
- /package/dist/{BlockNoteEditor-CZOW7J5K.mjs.map → BlockNoteEditor-TIX3GDVZ.mjs.map} +0 -0
- /package/dist/{chunk-5KMKI23S.mjs.map → chunk-ZYAAJMZZ.mjs.map} +0 -0
package/dist/core/index.js
CHANGED
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
var
|
|
162
|
+
var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
|
|
163
163
|
require('../chunk-LXKSUWAV.js');
|
|
164
164
|
require('../chunk-IBS6NI7D.js');
|
|
165
165
|
|
|
@@ -345,5 +345,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
|
|
348
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunkLRXJT656js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkLRXJT656js.AbstractApiData; exports.AbstractService = _chunkLRXJT656js.AbstractService; exports.Action = _chunkLRXJT656js.Action; exports.AuditLog = _chunkLRXJT656js.AuditLog; exports.AuditLogModule = _chunkLRXJT656js.AuditLogModule; exports.AuditLogService = _chunkLRXJT656js.AuditLogService; exports.Auth = _chunkLRXJT656js.Auth; exports.AuthComponent = _chunkLRXJT656js.AuthComponent; exports.AuthModule = _chunkLRXJT656js.AuthModule; exports.AuthService = _chunkLRXJT656js.AuthService; exports.AuthorModule = _chunkLRXJT656js.AuthorModule; exports.BackupCodeVerify = _chunkLRXJT656js.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkLRXJT656js.BackupCodeVerifyModule; exports.Billing = _chunkLRXJT656js.Billing; exports.BillingModule = _chunkLRXJT656js.BillingModule; exports.BillingService = _chunkLRXJT656js.BillingService; exports.BlockNoteDiffUtil = _chunkLRXJT656js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkLRXJT656js.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkLRXJT656js.ClientAbstractService; exports.ClientHttpMethod = _chunkLRXJT656js.ClientHttpMethod; exports.Company = _chunkLRXJT656js.Company; exports.CompanyFields = _chunkLRXJT656js.CompanyFields; exports.CompanyModule = _chunkLRXJT656js.CompanyModule; exports.CompanyService = _chunkLRXJT656js.CompanyService; exports.Content = _chunkLRXJT656js.Content; exports.ContentFields = _chunkLRXJT656js.ContentFields; exports.ContentModule = _chunkLRXJT656js.ContentModule; exports.ContentService = _chunkLRXJT656js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkLRXJT656js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkLRXJT656js.EndpointCreator; exports.Feature = _chunkLRXJT656js.Feature; exports.FeatureModule = _chunkLRXJT656js.FeatureModule; exports.FeatureService = _chunkLRXJT656js.FeatureService; exports.HttpMethod = _chunkLRXJT656js.HttpMethod; exports.InvoiceStatus = _chunkLRXJT656js.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkLRXJT656js.Module; exports.ModuleModule = _chunkLRXJT656js.ModuleModule; exports.ModulePathsModule = _chunkLRXJT656js.ModulePathsModule; exports.ModuleRegistrar = _chunkLRXJT656js.ModuleRegistrar; exports.ModuleRegistry = _chunkLRXJT656js.ModuleRegistry; exports.Modules = _chunkLRXJT656js.Modules; exports.Notification = _chunkLRXJT656js.Notification; exports.NotificationFields = _chunkLRXJT656js.NotificationFields; exports.NotificationModule = _chunkLRXJT656js.NotificationModule; exports.NotificationService = _chunkLRXJT656js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkLRXJT656js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkLRXJT656js.OAuthClient; exports.OAuthModule = _chunkLRXJT656js.OAuthModule; exports.OAuthService = _chunkLRXJT656js.OAuthService; exports.Passkey = _chunkLRXJT656js.Passkey; exports.PasskeyAuthenticationOptions = _chunkLRXJT656js.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkLRXJT656js.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkLRXJT656js.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkLRXJT656js.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkLRXJT656js.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkLRXJT656js.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkLRXJT656js.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkLRXJT656js.PasskeyRename; exports.PasskeyRenameModule = _chunkLRXJT656js.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkLRXJT656js.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkLRXJT656js.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkLRXJT656js.PaymentMethod; exports.PermissionMappingModule = _chunkLRXJT656js.PermissionMappingModule; exports.Push = _chunkLRXJT656js.Push; exports.PushModule = _chunkLRXJT656js.PushModule; exports.PushService = _chunkLRXJT656js.PushService; exports.ReferralModule = _chunkLRXJT656js.ReferralModule; exports.ReferralService = _chunkLRXJT656js.ReferralService; exports.ReferralStats = _chunkLRXJT656js.ReferralStats; exports.ReferralStatsModule = _chunkLRXJT656js.ReferralStatsModule; exports.RehydrationFactory = _chunkLRXJT656js.RehydrationFactory; exports.Role = _chunkLRXJT656js.Role; exports.RoleFields = _chunkLRXJT656js.RoleFields; exports.RoleModule = _chunkLRXJT656js.RoleModule; exports.RoleService = _chunkLRXJT656js.RoleService; exports.S3 = _chunkLRXJT656js.S3; exports.S3Module = _chunkLRXJT656js.S3Module; exports.S3Service = _chunkLRXJT656js.S3Service; exports.StripeCustomer = _chunkLRXJT656js.StripeCustomer; exports.StripeCustomerModule = _chunkLRXJT656js.StripeCustomerModule; exports.StripeCustomerService = _chunkLRXJT656js.StripeCustomerService; exports.StripeInvoice = _chunkLRXJT656js.StripeInvoice; exports.StripeInvoiceModule = _chunkLRXJT656js.StripeInvoiceModule; exports.StripeInvoiceService = _chunkLRXJT656js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkLRXJT656js.StripePaymentMethodModule; exports.StripePrice = _chunkLRXJT656js.StripePrice; exports.StripePriceModule = _chunkLRXJT656js.StripePriceModule; exports.StripePriceService = _chunkLRXJT656js.StripePriceService; exports.StripeProduct = _chunkLRXJT656js.StripeProduct; exports.StripeProductModule = _chunkLRXJT656js.StripeProductModule; exports.StripeProductService = _chunkLRXJT656js.StripeProductService; exports.StripePromotionCode = _chunkLRXJT656js.StripePromotionCode; exports.StripePromotionCodeModule = _chunkLRXJT656js.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkLRXJT656js.StripePromotionCodeService; exports.StripeSubscription = _chunkLRXJT656js.StripeSubscription; exports.StripeSubscriptionModule = _chunkLRXJT656js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkLRXJT656js.StripeSubscriptionService; exports.StripeUsage = _chunkLRXJT656js.StripeUsage; exports.StripeUsageModule = _chunkLRXJT656js.StripeUsageModule; exports.StripeUsageService = _chunkLRXJT656js.StripeUsageService; exports.SubscriptionStatus = _chunkLRXJT656js.SubscriptionStatus; exports.TableOptions = _chunkLRXJT656js.TableOptions; exports.TotpAuthenticator = _chunkLRXJT656js.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkLRXJT656js.TotpAuthenticatorModule; exports.TotpSetup = _chunkLRXJT656js.TotpSetup; exports.TotpSetupModule = _chunkLRXJT656js.TotpSetupModule; exports.TotpVerify = _chunkLRXJT656js.TotpVerify; exports.TotpVerifyLogin = _chunkLRXJT656js.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkLRXJT656js.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkLRXJT656js.TotpVerifyModule; exports.TwoFactorChallenge = _chunkLRXJT656js.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkLRXJT656js.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkLRXJT656js.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkLRXJT656js.TwoFactorEnableModule; exports.TwoFactorService = _chunkLRXJT656js.TwoFactorService; exports.TwoFactorStatus = _chunkLRXJT656js.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkLRXJT656js.TwoFactorStatusModule; exports.User = _chunkLRXJT656js.User; exports.UserFields = _chunkLRXJT656js.UserFields; exports.UserModule = _chunkLRXJT656js.UserModule; exports.UserService = _chunkLRXJT656js.UserService; exports.Waitlist = _chunkLRXJT656js.Waitlist; exports.WaitlistModule = _chunkLRXJT656js.WaitlistModule; exports.WaitlistService = _chunkLRXJT656js.WaitlistService; exports.WaitlistStats = _chunkLRXJT656js.WaitlistStats; exports.WaitlistStatsModule = _chunkLRXJT656js.WaitlistStatsModule; exports.checkPermissions = _chunkLRXJT656js.checkPermissions; exports.checkPermissionsFromServer = _chunkLRXJT656js.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkLRXJT656js.clearLastApiTotal; exports.cn = _chunkLRXJT656js.cn; exports.composeRefs = _chunkLRXJT656js.composeRefs; exports.createJsonApiInclusion = _chunkLRXJT656js.createJsonApiInclusion; exports.dismissToast = _chunkLRXJT656js.dismissToast; exports.entityObjectSchema = _chunkLRXJT656js.entityObjectSchema; exports.exists = _chunkLRXJT656js.exists; exports.formatDate = _chunkLRXJT656js.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkLRXJT656js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkLRXJT656js.getGlobalErrorHandler; exports.getIcon = _chunkLRXJT656js.getIcon; exports.getIconByModule = _chunkLRXJT656js.getIconByModule; exports.getIconByModuleName = _chunkLRXJT656js.getIconByModuleName; exports.getInitials = _chunkLRXJT656js.getInitials; exports.getLastApiTotal = _chunkLRXJT656js.getLastApiTotal; exports.getLucideIcon = _chunkLRXJT656js.getLucideIcon; exports.getLucideIconByModule = _chunkLRXJT656js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkLRXJT656js.getLucideIconByModuleName; exports.getTableComponents = _chunkLRXJT656js.getTableComponents; exports.getTableOptions = _chunkLRXJT656js.getTableOptions; exports.getValueFromPath = _chunkLRXJT656js.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkLRXJT656js.rehydrate; exports.rehydrateList = _chunkLRXJT656js.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkLRXJT656js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkLRXJT656js.setGlobalErrorHandler; exports.showCustomToast = _chunkLRXJT656js.showCustomToast; exports.showError = _chunkLRXJT656js.showError; exports.showToast = _chunkLRXJT656js.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkLRXJT656js.useComposedRefs; exports.useIsMobile = _chunkLRXJT656js.useIsMobile; exports.userObjectSchema = _chunkLRXJT656js.userObjectSchema;
|
|
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;
|
|
349
349
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -5,21 +5,21 @@ export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys,
|
|
|
5
5
|
export { A as ApiResponseInterface } from './ApiResponseInterface-zeewugD7.mjs';
|
|
6
6
|
import { AbstractApiData } from './core/index.mjs';
|
|
7
7
|
export { AppModuleDefinitions, AuditLog, AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthModule, AuthorModule, BackupCodeVerify, BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, InviteValidation, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, PasskeyAuthenticationOptionsInput, PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyModule, PasskeyRegistrationOptions, PasskeyRegistrationOptionsInput, PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PermissionMappingModule, Push, PushInput, PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, TotpAuthenticator, TotpAuthenticatorModule, TotpSetup, TotpSetupInput, TotpSetupInterface, TotpSetupModule, TotpVerify, TotpVerifyInput, TotpVerifyLogin, TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, TwoFactorChallengeInput, TwoFactorChallengeModule, TwoFactorEnable, TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, TwoFactorStatusInterface, TwoFactorStatusModule, User, UserModule, UserObject, Waitlist, WaitlistInput, WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, WaitlistStatsInterface, WaitlistStatsModule, WaitlistStatus, 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 } from './core/index.mjs';
|
|
8
|
-
import { b as AbstractService } from './s3.service-
|
|
9
|
-
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-
|
|
8
|
+
import { b as AbstractService } from './s3.service-DLf_a0xS.mjs';
|
|
9
|
+
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-DLf_a0xS.mjs';
|
|
10
10
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.mjs';
|
|
12
12
|
export { ClassValue } from 'clsx';
|
|
13
|
-
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-
|
|
14
|
-
import { R as RoleInterface } from './notification.interface-
|
|
15
|
-
export { A as Action, C as CompanyInput, h as CompanyInterface, c as ModuleDefinition, g as ModuleFactory, b as ModulePermissionDefinition, M as ModuleWithPermissions, i as NotificationInput, N as NotificationInterface, a as PageUrl, P as PermissionCheck, d as PermissionConfig, e as PermissionModule, f as PermissionUser, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-
|
|
16
|
-
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-
|
|
13
|
+
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, 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';
|
|
14
|
+
import { R as RoleInterface } from './notification.interface-C6UcmJqu.mjs';
|
|
15
|
+
export { A as Action, C as CompanyInput, h as CompanyInterface, c as ModuleDefinition, g as ModuleFactory, b as ModulePermissionDefinition, M as ModuleWithPermissions, i as NotificationInput, N as NotificationInterface, a as PageUrl, P as PermissionCheck, d as PermissionConfig, e as PermissionModule, f as PermissionUser, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-C6UcmJqu.mjs';
|
|
16
|
+
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-yeLelxdI.mjs';
|
|
17
17
|
export { I as InvoiceStatus, M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, e as PriceRecurring, q as PromotionCodeValidationResult, c as ProrationLineItem, b as ProrationPreviewInterface, R as ReportUsageInput, S as StripeCustomerInterface, a as StripeInvoiceInterface, f as StripePriceInput, d as StripePriceInterface, h as StripeProductInput, g as StripeProductInterface, l as StripeSubscriptionCreateMeta, m as StripeSubscriptionCreateResponse, k as StripeSubscriptionInput, j as StripeSubscriptionInterface, n as StripeUsageInterface, i as SubscriptionStatus, p as UsageRecordInterface, U as UsageSummaryInterface } from './stripe-promotion-code.interface-Dnm2DJKQ.mjs';
|
|
18
|
-
export { C as ContentInput, a as ContentInterface } from './content.interface-
|
|
18
|
+
export { C as ContentInput, a as ContentInterface } from './content.interface-8T5-G84c.mjs';
|
|
19
19
|
import { F as FeatureInterface } from './feature.interface-BxFFOPNq.mjs';
|
|
20
20
|
export { M as ModuleInterface } from './feature.interface-BxFFOPNq.mjs';
|
|
21
21
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, O as OAuthClientInterface, f as OAuthConsentInfo, d as OAuthConsentRequest, e as OAuthScopeInfo } from './oauth.interface-DsZ5ecSX.mjs';
|
|
22
|
-
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-
|
|
22
|
+
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-D-mqttuF.mjs';
|
|
23
23
|
export { Q as QuestionnaireField, a as QuestionnaireFieldType, b as QuestionnaireOption, W as WaitlistConfig, c as configureWaitlist, g as getWaitlistConfig } from './waitlist.config-kPfjImle.mjs';
|
|
24
24
|
import { P as PermissionMappingInterface, M as ModulePathsInterface } from './ModulePathsInterface-49EWvbWy.mjs';
|
|
25
25
|
export { c as ACTION_TYPES, A as ActionType, C as COMPANY_ADMINISTRATOR_ROLE_ID, a as PermissionValue, b as PermissionsMap } from './ModulePathsInterface-49EWvbWy.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,21 +5,21 @@ export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys,
|
|
|
5
5
|
export { A as ApiResponseInterface } from './ApiResponseInterface-CAIAeP5d.js';
|
|
6
6
|
import { AbstractApiData } from './core/index.js';
|
|
7
7
|
export { AppModuleDefinitions, AuditLog, AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthModule, AuthorModule, BackupCodeVerify, BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, InviteValidation, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, PasskeyAuthenticationOptionsInput, PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyModule, PasskeyRegistrationOptions, PasskeyRegistrationOptionsInput, PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PermissionMappingModule, Push, PushInput, PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, TotpAuthenticator, TotpAuthenticatorModule, TotpSetup, TotpSetupInput, TotpSetupInterface, TotpSetupModule, TotpVerify, TotpVerifyInput, TotpVerifyLogin, TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, TwoFactorChallengeInput, TwoFactorChallengeModule, TwoFactorEnable, TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, TwoFactorStatusInterface, TwoFactorStatusModule, User, UserModule, UserObject, Waitlist, WaitlistInput, WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, WaitlistStatsInterface, WaitlistStatsModule, WaitlistStatus, 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 } from './core/index.js';
|
|
8
|
-
import { b as AbstractService } from './s3.service-
|
|
9
|
-
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-
|
|
8
|
+
import { b as AbstractService } from './s3.service-Cg5TmbU_.js';
|
|
9
|
+
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-Cg5TmbU_.js';
|
|
10
10
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.js';
|
|
12
12
|
export { ClassValue } from 'clsx';
|
|
13
|
-
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-
|
|
14
|
-
import { R as RoleInterface } from './notification.interface-
|
|
15
|
-
export { A as Action, C as CompanyInput, h as CompanyInterface, c as ModuleDefinition, g as ModuleFactory, b as ModulePermissionDefinition, M as ModuleWithPermissions, i as NotificationInput, N as NotificationInterface, a as PageUrl, P as PermissionCheck, d as PermissionConfig, e as PermissionModule, f as PermissionUser, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-
|
|
16
|
-
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-
|
|
13
|
+
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, 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';
|
|
14
|
+
import { R as RoleInterface } from './notification.interface-ItBxq2au.js';
|
|
15
|
+
export { A as Action, C as CompanyInput, h as CompanyInterface, c as ModuleDefinition, g as ModuleFactory, b as ModulePermissionDefinition, M as ModuleWithPermissions, i as NotificationInput, N as NotificationInterface, a as PageUrl, P as PermissionCheck, d as PermissionConfig, e as PermissionModule, f as PermissionUser, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-ItBxq2au.js';
|
|
16
|
+
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-BX_1qZZJ.js';
|
|
17
17
|
export { I as InvoiceStatus, M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, e as PriceRecurring, q as PromotionCodeValidationResult, c as ProrationLineItem, b as ProrationPreviewInterface, R as ReportUsageInput, S as StripeCustomerInterface, a as StripeInvoiceInterface, f as StripePriceInput, d as StripePriceInterface, h as StripeProductInput, g as StripeProductInterface, l as StripeSubscriptionCreateMeta, m as StripeSubscriptionCreateResponse, k as StripeSubscriptionInput, j as StripeSubscriptionInterface, n as StripeUsageInterface, i as SubscriptionStatus, p as UsageRecordInterface, U as UsageSummaryInterface } from './stripe-promotion-code.interface-BcJty0rv.js';
|
|
18
|
-
export { C as ContentInput, a as ContentInterface } from './content.interface-
|
|
18
|
+
export { C as ContentInput, a as ContentInterface } from './content.interface-D-xdYxjt.js';
|
|
19
19
|
import { F as FeatureInterface } from './feature.interface-CIWxo8NP.js';
|
|
20
20
|
export { M as ModuleInterface } from './feature.interface-CIWxo8NP.js';
|
|
21
21
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, O as OAuthClientInterface, f as OAuthConsentInfo, d as OAuthConsentRequest, e as OAuthScopeInfo } from './oauth.interface-vL7za9Bz.js';
|
|
22
|
-
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-
|
|
22
|
+
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-CyCAWW-d.js';
|
|
23
23
|
export { Q as QuestionnaireField, a as QuestionnaireFieldType, b as QuestionnaireOption, W as WaitlistConfig, c as configureWaitlist, g as getWaitlistConfig } from './waitlist.config-kPfjImle.js';
|
|
24
24
|
import { P as PermissionMappingInterface, M as ModulePathsInterface } from './ModulePathsInterface-wVS5Raa4.js';
|
|
25
25
|
export { c as ACTION_TYPES, A as ActionType, C as COMPANY_ADMINISTRATOR_ROLE_ID, a as PermissionValue, b as PermissionsMap } from './ModulePathsInterface-wVS5Raa4.js';
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkKFIQTY4Ojs = require('./chunk-KFIQTY4O.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
@@ -183,7 +183,7 @@ var _chunkRA4RYKYBjs = require('./chunk-RA4RYKYB.js');
|
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
|
|
186
|
-
var
|
|
186
|
+
var _chunkCJY63D6Ujs = require('./chunk-CJY63D6U.js');
|
|
187
187
|
require('./chunk-LXKSUWAV.js');
|
|
188
188
|
require('./chunk-IBS6NI7D.js');
|
|
189
189
|
|
|
@@ -391,5 +391,5 @@ require('./chunk-7QVYU63E.js');
|
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
|
|
394
|
-
exports.ACTION_TYPES = _chunkRA4RYKYBjs.ACTION_TYPES; exports.AVAILABLE_OAUTH_SCOPES = _chunkLRXJT656js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkLRXJT656js.AbstractApiData; exports.AbstractService = _chunkLRXJT656js.AbstractService; exports.Action = _chunkLRXJT656js.Action; exports.AuditLog = _chunkLRXJT656js.AuditLog; exports.AuditLogModule = _chunkLRXJT656js.AuditLogModule; exports.AuditLogService = _chunkLRXJT656js.AuditLogService; exports.Auth = _chunkLRXJT656js.Auth; exports.AuthComponent = _chunkLRXJT656js.AuthComponent; exports.AuthModule = _chunkLRXJT656js.AuthModule; exports.AuthService = _chunkLRXJT656js.AuthService; exports.AuthorModule = _chunkLRXJT656js.AuthorModule; exports.BackupCodeVerify = _chunkLRXJT656js.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkLRXJT656js.BackupCodeVerifyModule; exports.Billing = _chunkLRXJT656js.Billing; exports.BillingModule = _chunkLRXJT656js.BillingModule; exports.BillingService = _chunkLRXJT656js.BillingService; exports.BlockNoteDiffUtil = _chunkLRXJT656js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkLRXJT656js.BlockNoteWordDiffRendererUtil; exports.COMPANY_ADMINISTRATOR_ROLE_ID = _chunkRA4RYKYBjs.COMPANY_ADMINISTRATOR_ROLE_ID; exports.ClientAbstractService = _chunkLRXJT656js.ClientAbstractService; exports.ClientHttpMethod = _chunkLRXJT656js.ClientHttpMethod; exports.Company = _chunkLRXJT656js.Company; exports.CompanyFields = _chunkLRXJT656js.CompanyFields; exports.CompanyModule = _chunkLRXJT656js.CompanyModule; exports.CompanyService = _chunkLRXJT656js.CompanyService; exports.Content = _chunkLRXJT656js.Content; exports.ContentFields = _chunkLRXJT656js.ContentFields; exports.ContentModule = _chunkLRXJT656js.ContentModule; exports.ContentService = _chunkLRXJT656js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkLRXJT656js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkLRXJT656js.EndpointCreator; exports.Feature = _chunkLRXJT656js.Feature; exports.FeatureModule = _chunkLRXJT656js.FeatureModule; exports.FeatureService = _chunkLRXJT656js.FeatureService; exports.HttpMethod = _chunkLRXJT656js.HttpMethod; exports.InvoiceStatus = _chunkLRXJT656js.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkLRXJT656js.Module; exports.ModuleModule = _chunkLRXJT656js.ModuleModule; exports.ModulePaths = _chunkLRXJT656js.ModulePaths; exports.ModulePathsModule = _chunkLRXJT656js.ModulePathsModule; exports.ModuleRegistrar = _chunkLRXJT656js.ModuleRegistrar; exports.ModuleRegistry = _chunkLRXJT656js.ModuleRegistry; exports.Modules = _chunkLRXJT656js.Modules; exports.Notification = _chunkLRXJT656js.Notification; exports.NotificationFields = _chunkLRXJT656js.NotificationFields; exports.NotificationModule = _chunkLRXJT656js.NotificationModule; exports.NotificationService = _chunkLRXJT656js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkLRXJT656js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkLRXJT656js.OAuthClient; exports.OAuthModule = _chunkLRXJT656js.OAuthModule; exports.OAuthService = _chunkLRXJT656js.OAuthService; exports.Passkey = _chunkLRXJT656js.Passkey; exports.PasskeyAuthenticationOptions = _chunkLRXJT656js.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkLRXJT656js.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkLRXJT656js.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkLRXJT656js.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkLRXJT656js.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkLRXJT656js.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkLRXJT656js.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkLRXJT656js.PasskeyRename; exports.PasskeyRenameModule = _chunkLRXJT656js.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkLRXJT656js.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkLRXJT656js.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkLRXJT656js.PaymentMethod; exports.PermissionMapping = _chunkLRXJT656js.PermissionMapping; exports.PermissionMappingModule = _chunkLRXJT656js.PermissionMappingModule; exports.Push = _chunkLRXJT656js.Push; exports.PushModule = _chunkLRXJT656js.PushModule; exports.PushService = _chunkLRXJT656js.PushService; exports.RbacService = _chunkRA4RYKYBjs.RbacService; exports.ReferralModule = _chunkLRXJT656js.ReferralModule; exports.ReferralService = _chunkLRXJT656js.ReferralService; exports.ReferralStats = _chunkLRXJT656js.ReferralStats; exports.ReferralStatsModule = _chunkLRXJT656js.ReferralStatsModule; exports.RehydrationFactory = _chunkLRXJT656js.RehydrationFactory; exports.Role = _chunkLRXJT656js.Role; exports.RoleFields = _chunkLRXJT656js.RoleFields; exports.RoleModule = _chunkLRXJT656js.RoleModule; exports.RoleService = _chunkLRXJT656js.RoleService; exports.S3 = _chunkLRXJT656js.S3; exports.S3Module = _chunkLRXJT656js.S3Module; exports.S3Service = _chunkLRXJT656js.S3Service; exports.StripeCustomer = _chunkLRXJT656js.StripeCustomer; exports.StripeCustomerModule = _chunkLRXJT656js.StripeCustomerModule; exports.StripeCustomerService = _chunkLRXJT656js.StripeCustomerService; exports.StripeInvoice = _chunkLRXJT656js.StripeInvoice; exports.StripeInvoiceModule = _chunkLRXJT656js.StripeInvoiceModule; exports.StripeInvoiceService = _chunkLRXJT656js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkLRXJT656js.StripePaymentMethodModule; exports.StripePrice = _chunkLRXJT656js.StripePrice; exports.StripePriceModule = _chunkLRXJT656js.StripePriceModule; exports.StripePriceService = _chunkLRXJT656js.StripePriceService; exports.StripeProduct = _chunkLRXJT656js.StripeProduct; exports.StripeProductModule = _chunkLRXJT656js.StripeProductModule; exports.StripeProductService = _chunkLRXJT656js.StripeProductService; exports.StripePromotionCode = _chunkLRXJT656js.StripePromotionCode; exports.StripePromotionCodeModule = _chunkLRXJT656js.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkLRXJT656js.StripePromotionCodeService; exports.StripeSubscription = _chunkLRXJT656js.StripeSubscription; exports.StripeSubscriptionModule = _chunkLRXJT656js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkLRXJT656js.StripeSubscriptionService; exports.StripeUsage = _chunkLRXJT656js.StripeUsage; exports.StripeUsageModule = _chunkLRXJT656js.StripeUsageModule; exports.StripeUsageService = _chunkLRXJT656js.StripeUsageService; exports.SubscriptionStatus = _chunkLRXJT656js.SubscriptionStatus; exports.TableOptions = _chunkLRXJT656js.TableOptions; exports.TotpAuthenticator = _chunkLRXJT656js.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkLRXJT656js.TotpAuthenticatorModule; exports.TotpSetup = _chunkLRXJT656js.TotpSetup; exports.TotpSetupModule = _chunkLRXJT656js.TotpSetupModule; exports.TotpVerify = _chunkLRXJT656js.TotpVerify; exports.TotpVerifyLogin = _chunkLRXJT656js.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkLRXJT656js.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkLRXJT656js.TotpVerifyModule; exports.TwoFactorChallenge = _chunkLRXJT656js.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkLRXJT656js.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkLRXJT656js.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkLRXJT656js.TwoFactorEnableModule; exports.TwoFactorService = _chunkLRXJT656js.TwoFactorService; exports.TwoFactorStatus = _chunkLRXJT656js.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkLRXJT656js.TwoFactorStatusModule; exports.User = _chunkLRXJT656js.User; exports.UserFields = _chunkLRXJT656js.UserFields; exports.UserModule = _chunkLRXJT656js.UserModule; exports.UserService = _chunkLRXJT656js.UserService; exports.Waitlist = _chunkLRXJT656js.Waitlist; exports.WaitlistModule = _chunkLRXJT656js.WaitlistModule; exports.WaitlistService = _chunkLRXJT656js.WaitlistService; exports.WaitlistStats = _chunkLRXJT656js.WaitlistStats; exports.WaitlistStatsModule = _chunkLRXJT656js.WaitlistStatsModule; exports.checkPermissions = _chunkLRXJT656js.checkPermissions; exports.checkPermissionsFromServer = _chunkLRXJT656js.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkLRXJT656js.clearLastApiTotal; exports.cn = _chunkLRXJT656js.cn; exports.composeRefs = _chunkLRXJT656js.composeRefs; exports.configureAuth = _chunkLRXJT656js.configureAuth; exports.configureI18n = _chunkRA4RYKYBjs.configureI18n; exports.configureJsonApi = _chunkRA4RYKYBjs.configureJsonApi; exports.configureLogin = _chunkRA4RYKYBjs.configureLogin; exports.configureReferral = _chunkRA4RYKYBjs.configureReferral; exports.configureRoles = _chunkRA4RYKYBjs.configureRoles; exports.configureWaitlist = _chunkRA4RYKYBjs.configureWaitlist; exports.createJsonApiInclusion = _chunkLRXJT656js.createJsonApiInclusion; exports.dismissToast = _chunkLRXJT656js.dismissToast; exports.entityObjectSchema = _chunkLRXJT656js.entityObjectSchema; exports.exists = _chunkLRXJT656js.exists; exports.formatDate = _chunkLRXJT656js.formatDate; exports.getApiUrl = _chunkRA4RYKYBjs.getApiUrl; exports.getAppUrl = _chunkRA4RYKYBjs.getAppUrl; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkLRXJT656js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkLRXJT656js.getGlobalErrorHandler; exports.getIcon = _chunkLRXJT656js.getIcon; exports.getIconByModule = _chunkLRXJT656js.getIconByModule; exports.getIconByModuleName = _chunkLRXJT656js.getIconByModuleName; exports.getInitials = _chunkLRXJT656js.getInitials; exports.getLastApiTotal = _chunkLRXJT656js.getLastApiTotal; exports.getLucideIcon = _chunkLRXJT656js.getLucideIcon; exports.getLucideIconByModule = _chunkLRXJT656js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkLRXJT656js.getLucideIconByModuleName; exports.getReferralConfig = _chunkRA4RYKYBjs.getReferralConfig; exports.getRoleId = _chunkRA4RYKYBjs.getRoleId; exports.getStripePublishableKey = _chunkRA4RYKYBjs.getStripePublishableKey; exports.getTableComponents = _chunkLRXJT656js.getTableComponents; exports.getTableOptions = _chunkLRXJT656js.getTableOptions; exports.getTokenHandler = _chunkLRXJT656js.getTokenHandler; exports.getTrackablePages = _chunkRA4RYKYBjs.getTrackablePages; exports.getValueFromPath = _chunkLRXJT656js.getValueFromPath; exports.getWaitlistConfig = _chunkRA4RYKYBjs.getWaitlistConfig; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.isReferralEnabled = _chunkRA4RYKYBjs.isReferralEnabled; exports.isRolesConfigured = _chunkRA4RYKYBjs.isRolesConfigured; exports.rehydrate = _chunkLRXJT656js.rehydrate; exports.rehydrateList = _chunkLRXJT656js.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkLRXJT656js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkLRXJT656js.setGlobalErrorHandler; exports.showCustomToast = _chunkLRXJT656js.showCustomToast; exports.showError = _chunkLRXJT656js.showError; exports.showToast = _chunkLRXJT656js.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkLRXJT656js.useComposedRefs; exports.useIsMobile = _chunkLRXJT656js.useIsMobile; exports.userObjectSchema = _chunkLRXJT656js.userObjectSchema;
|
|
394
|
+
exports.ACTION_TYPES = _chunkKFIQTY4Ojs.ACTION_TYPES; 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.COMPANY_ADMINISTRATOR_ROLE_ID = _chunkKFIQTY4Ojs.COMPANY_ADMINISTRATOR_ROLE_ID; 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.ModulePaths = _chunkCJY63D6Ujs.ModulePaths; 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.PermissionMapping = _chunkCJY63D6Ujs.PermissionMapping; exports.PermissionMappingModule = _chunkCJY63D6Ujs.PermissionMappingModule; exports.Push = _chunkCJY63D6Ujs.Push; exports.PushModule = _chunkCJY63D6Ujs.PushModule; exports.PushService = _chunkCJY63D6Ujs.PushService; exports.RbacService = _chunkKFIQTY4Ojs.RbacService; 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.configureAuth = _chunkCJY63D6Ujs.configureAuth; exports.configureI18n = _chunkKFIQTY4Ojs.configureI18n; exports.configureJsonApi = _chunkKFIQTY4Ojs.configureJsonApi; exports.configureLogin = _chunkKFIQTY4Ojs.configureLogin; exports.configureReferral = _chunkKFIQTY4Ojs.configureReferral; exports.configureRoles = _chunkKFIQTY4Ojs.configureRoles; exports.configureWaitlist = _chunkKFIQTY4Ojs.configureWaitlist; exports.createJsonApiInclusion = _chunkCJY63D6Ujs.createJsonApiInclusion; exports.dismissToast = _chunkCJY63D6Ujs.dismissToast; exports.entityObjectSchema = _chunkCJY63D6Ujs.entityObjectSchema; exports.exists = _chunkCJY63D6Ujs.exists; exports.formatDate = _chunkCJY63D6Ujs.formatDate; exports.getApiUrl = _chunkKFIQTY4Ojs.getApiUrl; exports.getAppUrl = _chunkKFIQTY4Ojs.getAppUrl; 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.getReferralConfig = _chunkKFIQTY4Ojs.getReferralConfig; exports.getRoleId = _chunkKFIQTY4Ojs.getRoleId; exports.getStripePublishableKey = _chunkKFIQTY4Ojs.getStripePublishableKey; exports.getTableComponents = _chunkCJY63D6Ujs.getTableComponents; exports.getTableOptions = _chunkCJY63D6Ujs.getTableOptions; exports.getTokenHandler = _chunkCJY63D6Ujs.getTokenHandler; exports.getTrackablePages = _chunkKFIQTY4Ojs.getTrackablePages; exports.getValueFromPath = _chunkCJY63D6Ujs.getValueFromPath; exports.getWaitlistConfig = _chunkKFIQTY4Ojs.getWaitlistConfig; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.isReferralEnabled = _chunkKFIQTY4Ojs.isReferralEnabled; exports.isRolesConfigured = _chunkKFIQTY4Ojs.isRolesConfigured; 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;
|
|
395
395
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
getWaitlistConfig,
|
|
18
18
|
isReferralEnabled,
|
|
19
19
|
isRolesConfigured
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-ZYAAJMZZ.mjs";
|
|
21
21
|
import {
|
|
22
22
|
AVAILABLE_OAUTH_SCOPES,
|
|
23
23
|
AbstractApiData,
|
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
useComposedRefs,
|
|
184
184
|
useIsMobile,
|
|
185
185
|
userObjectSchema
|
|
186
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-RIG2BEXJ.mjs";
|
|
187
187
|
import "./chunk-AUXK7QSA.mjs";
|
|
188
188
|
import "./chunk-C7C7VY4F.mjs";
|
|
189
189
|
import {
|
package/dist/{notification.interface-DG7cq9oG.d.mts → notification.interface-C6UcmJqu.d.mts}
RENAMED
|
@@ -109,6 +109,16 @@ type CompanyInput = {
|
|
|
109
109
|
availableExtraTokens?: number;
|
|
110
110
|
featureIds?: string[];
|
|
111
111
|
moduleIds?: string[];
|
|
112
|
+
legal_address?: string;
|
|
113
|
+
street_number?: string;
|
|
114
|
+
street?: string;
|
|
115
|
+
city?: string;
|
|
116
|
+
province?: string;
|
|
117
|
+
region?: string;
|
|
118
|
+
postcode?: string;
|
|
119
|
+
country?: string;
|
|
120
|
+
country_code?: string;
|
|
121
|
+
fiscal_data?: string;
|
|
112
122
|
};
|
|
113
123
|
interface CompanyInterface extends ApiDataInterface {
|
|
114
124
|
get name(): string;
|
|
@@ -121,6 +131,16 @@ interface CompanyInterface extends ApiDataInterface {
|
|
|
121
131
|
get availableExtraTokens(): number;
|
|
122
132
|
get features(): FeatureInterface[];
|
|
123
133
|
get modules(): ModuleInterface[];
|
|
134
|
+
get legal_address(): string | undefined;
|
|
135
|
+
get street_number(): string | undefined;
|
|
136
|
+
get street(): string | undefined;
|
|
137
|
+
get city(): string | undefined;
|
|
138
|
+
get province(): string | undefined;
|
|
139
|
+
get region(): string | undefined;
|
|
140
|
+
get postcode(): string | undefined;
|
|
141
|
+
get country(): string | undefined;
|
|
142
|
+
get country_code(): string | undefined;
|
|
143
|
+
get fiscal_data(): string | undefined;
|
|
124
144
|
}
|
|
125
145
|
|
|
126
146
|
type RoleInput = {
|
|
@@ -109,6 +109,16 @@ type CompanyInput = {
|
|
|
109
109
|
availableExtraTokens?: number;
|
|
110
110
|
featureIds?: string[];
|
|
111
111
|
moduleIds?: string[];
|
|
112
|
+
legal_address?: string;
|
|
113
|
+
street_number?: string;
|
|
114
|
+
street?: string;
|
|
115
|
+
city?: string;
|
|
116
|
+
province?: string;
|
|
117
|
+
region?: string;
|
|
118
|
+
postcode?: string;
|
|
119
|
+
country?: string;
|
|
120
|
+
country_code?: string;
|
|
121
|
+
fiscal_data?: string;
|
|
112
122
|
};
|
|
113
123
|
interface CompanyInterface extends ApiDataInterface {
|
|
114
124
|
get name(): string;
|
|
@@ -121,6 +131,16 @@ interface CompanyInterface extends ApiDataInterface {
|
|
|
121
131
|
get availableExtraTokens(): number;
|
|
122
132
|
get features(): FeatureInterface[];
|
|
123
133
|
get modules(): ModuleInterface[];
|
|
134
|
+
get legal_address(): string | undefined;
|
|
135
|
+
get street_number(): string | undefined;
|
|
136
|
+
get street(): string | undefined;
|
|
137
|
+
get city(): string | undefined;
|
|
138
|
+
get province(): string | undefined;
|
|
139
|
+
get region(): string | undefined;
|
|
140
|
+
get postcode(): string | undefined;
|
|
141
|
+
get country(): string | undefined;
|
|
142
|
+
get country_code(): string | undefined;
|
|
143
|
+
get fiscal_data(): string | undefined;
|
|
124
144
|
}
|
|
125
145
|
|
|
126
146
|
type RoleInput = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { F as FeatureInterface } from './feature.interface-CIWxo8NP.js';
|
|
2
|
-
import { R as RoleInterface, U as UserInterface, k as UserInput, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from './notification.interface-
|
|
2
|
+
import { R as RoleInterface, U as UserInterface, k as UserInput, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from './notification.interface-ItBxq2au.js';
|
|
3
3
|
import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from './ApiDataInterface-DPP8s46n.js';
|
|
4
|
-
import { A as AuthInput, b as AuthInterface } from './auth.interface-
|
|
5
|
-
import { a as ContentInterface } from './content.interface-
|
|
4
|
+
import { A as AuthInput, b as AuthInterface } from './auth.interface-BX_1qZZJ.js';
|
|
5
|
+
import { a as ContentInterface } from './content.interface-D-xdYxjt.js';
|
|
6
6
|
import { A as ApiRequestDataTypeInterface } from './ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
7
7
|
|
|
8
8
|
declare enum HttpMethod {
|
|
@@ -227,6 +227,9 @@ declare class UserService extends AbstractService {
|
|
|
227
227
|
companyId?: string;
|
|
228
228
|
}): Promise<void>;
|
|
229
229
|
static update(params: UserInput): Promise<UserInterface>;
|
|
230
|
+
static patch(params: {
|
|
231
|
+
id: string;
|
|
232
|
+
} & Partial<Omit<UserInput, "id">>): Promise<UserInterface>;
|
|
230
233
|
static patchRate(params: UserInput): Promise<UserInterface>;
|
|
231
234
|
static delete(params: {
|
|
232
235
|
userId: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { F as FeatureInterface } from './feature.interface-BxFFOPNq.mjs';
|
|
2
|
-
import { R as RoleInterface, U as UserInterface, k as UserInput, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from './notification.interface-
|
|
2
|
+
import { R as RoleInterface, U as UserInterface, k as UserInput, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from './notification.interface-C6UcmJqu.mjs';
|
|
3
3
|
import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from './ApiDataInterface-DPP8s46n.mjs';
|
|
4
|
-
import { A as AuthInput, b as AuthInterface } from './auth.interface-
|
|
5
|
-
import { a as ContentInterface } from './content.interface-
|
|
4
|
+
import { A as AuthInput, b as AuthInterface } from './auth.interface-yeLelxdI.mjs';
|
|
5
|
+
import { a as ContentInterface } from './content.interface-8T5-G84c.mjs';
|
|
6
6
|
import { A as ApiRequestDataTypeInterface } from './ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
7
7
|
|
|
8
8
|
declare enum HttpMethod {
|
|
@@ -227,6 +227,9 @@ declare class UserService extends AbstractService {
|
|
|
227
227
|
companyId?: string;
|
|
228
228
|
}): Promise<void>;
|
|
229
229
|
static update(params: UserInput): Promise<UserInterface>;
|
|
230
|
+
static patch(params: {
|
|
231
|
+
id: string;
|
|
232
|
+
} & Partial<Omit<UserInput, "id">>): Promise<UserInterface>;
|
|
230
233
|
static patchRate(params: UserInput): Promise<UserInterface>;
|
|
231
234
|
static delete(params: {
|
|
232
235
|
userId: string;
|
package/dist/server/index.d.mts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
2
|
-
import { M as ModuleWithPermissions, A as Action } from '../notification.interface-
|
|
2
|
+
import { M as ModuleWithPermissions, A as Action } from '../notification.interface-C6UcmJqu.mjs';
|
|
3
3
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
4
4
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
|
|
5
|
-
export { A as ServerAuthService, C as ServerCompanyService, a as ServerContentService, F as ServerFeatureService, N as ServerNotificationService, P as ServerPushService, R as ServerRoleService, S as ServerS3Service, U as ServerUserService } from '../s3.service-
|
|
5
|
+
export { A as ServerAuthService, C as ServerCompanyService, a as ServerContentService, F as ServerFeatureService, N as ServerNotificationService, P as ServerPushService, R as ServerRoleService, S as ServerS3Service, U as ServerUserService } from '../s3.service-DLf_a0xS.mjs';
|
|
6
6
|
import 'lucide-react';
|
|
7
7
|
import '../ApiDataInterface-DPP8s46n.mjs';
|
|
8
8
|
import '../feature.interface-BxFFOPNq.mjs';
|
|
9
|
-
import '../auth.interface-
|
|
10
|
-
import '../content.interface-
|
|
9
|
+
import '../auth.interface-yeLelxdI.mjs';
|
|
10
|
+
import '../content.interface-8T5-G84c.mjs';
|
|
11
11
|
|
|
12
12
|
type CacheProfile = "seconds" | "minutes" | "hours" | "days" | "weeks" | "max" | "default";
|
|
13
13
|
/**
|
package/dist/server/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
2
|
-
import { M as ModuleWithPermissions, A as Action } from '../notification.interface-
|
|
2
|
+
import { M as ModuleWithPermissions, A as Action } from '../notification.interface-ItBxq2au.js';
|
|
3
3
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
4
4
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
|
|
5
|
-
export { A as ServerAuthService, C as ServerCompanyService, a as ServerContentService, F as ServerFeatureService, N as ServerNotificationService, P as ServerPushService, R as ServerRoleService, S as ServerS3Service, U as ServerUserService } from '../s3.service-
|
|
5
|
+
export { A as ServerAuthService, C as ServerCompanyService, a as ServerContentService, F as ServerFeatureService, N as ServerNotificationService, P as ServerPushService, R as ServerRoleService, S as ServerS3Service, U as ServerUserService } from '../s3.service-Cg5TmbU_.js';
|
|
6
6
|
import 'lucide-react';
|
|
7
7
|
import '../ApiDataInterface-DPP8s46n.js';
|
|
8
8
|
import '../feature.interface-CIWxo8NP.js';
|
|
9
|
-
import '../auth.interface-
|
|
10
|
-
import '../content.interface-
|
|
9
|
+
import '../auth.interface-BX_1qZZJ.js';
|
|
10
|
+
import '../content.interface-D-xdYxjt.js';
|
|
11
11
|
|
|
12
12
|
type CacheProfile = "seconds" | "minutes" | "hours" | "days" | "weeks" | "max" | "default";
|
|
13
13
|
/**
|
package/dist/server/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var _chunk3ZPK4QOBjs = require('../chunk-3ZPK4QOB.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
|
|
19
19
|
require('../chunk-LXKSUWAV.js');
|
|
20
20
|
require('../chunk-IBS6NI7D.js');
|
|
21
21
|
|
|
@@ -86,7 +86,7 @@ var ServerSession = class {
|
|
|
86
86
|
if (!rawModules) return false;
|
|
87
87
|
const modules = JSON.parse(_pako2.default.ungzip(Buffer.from(rawModules, "base64"), { to: "string" }));
|
|
88
88
|
const selectedModule = modules.find((module) => module.id === params.module.moduleId);
|
|
89
|
-
return
|
|
89
|
+
return _chunkCJY63D6Ujs.checkPermissionsFromServer.call(void 0, {
|
|
90
90
|
module: params.module,
|
|
91
91
|
action: params.action,
|
|
92
92
|
data: params.data,
|
|
@@ -296,5 +296,5 @@ _chunk7QVYU63Ejs.__name.call(void 0, ServerJsonApiDelete, "ServerJsonApiDelete")
|
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
exports.ServerAuthService =
|
|
299
|
+
exports.ServerAuthService = _chunkCJY63D6Ujs.AuthService; exports.ServerCompanyService = _chunkCJY63D6Ujs.CompanyService; exports.ServerContentService = _chunkCJY63D6Ujs.ContentService; exports.ServerFeatureService = _chunkCJY63D6Ujs.FeatureService; exports.ServerJsonApiDelete = ServerJsonApiDelete; exports.ServerJsonApiGet = ServerJsonApiGet; exports.ServerJsonApiPatch = ServerJsonApiPatch; exports.ServerJsonApiPost = ServerJsonApiPost; exports.ServerJsonApiPut = ServerJsonApiPut; exports.ServerNotificationService = _chunkCJY63D6Ujs.NotificationService; exports.ServerPushService = _chunkCJY63D6Ujs.PushService; exports.ServerRoleService = _chunkCJY63D6Ujs.RoleService; exports.ServerS3Service = _chunkCJY63D6Ujs.S3Service; exports.ServerSession = ServerSession; exports.ServerUserService = _chunkCJY63D6Ujs.UserService; exports.configureServerJsonApi = configureServerJsonApi; exports.getServerApiUrl = getServerApiUrl; exports.getServerAppUrl = getServerAppUrl; exports.getServerToken = _chunkYUO55Q5Ajs.getServerToken; exports.getServerTrackablePages = getServerTrackablePages; exports.invalidateCacheTag = invalidateCacheTag; exports.invalidateCacheTags = invalidateCacheTags; exports.serverRequest = _chunk3ZPK4QOBjs.serverRequest;
|
|
300
300
|
//# sourceMappingURL=index.js.map
|
package/dist/server/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { F as FeatureInterface } from './feature.interface-BxFFOPNq.mjs';
|
|
2
|
-
import { R as RoleInterface } from './notification.interface-
|
|
2
|
+
import { R as RoleInterface } from './notification.interface-C6UcmJqu.mjs';
|
|
3
3
|
import { P as PermissionMappingInterface, M as ModulePathsInterface, A as ActionType, a as PermissionValue, b as PermissionsMap } from './ModulePathsInterface-49EWvbWy.mjs';
|
|
4
4
|
|
|
5
5
|
type PageInfo = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { F as FeatureInterface } from './feature.interface-CIWxo8NP.js';
|
|
2
|
-
import { R as RoleInterface } from './notification.interface-
|
|
2
|
+
import { R as RoleInterface } from './notification.interface-ItBxq2au.js';
|
|
3
3
|
import { P as PermissionMappingInterface, M as ModulePathsInterface, A as ActionType, a as PermissionValue, b as PermissionsMap } from './ModulePathsInterface-wVS5Raa4.js';
|
|
4
4
|
|
|
5
5
|
type PageInfo = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlonicora/nextjs-jsonapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.67.0",
|
|
4
4
|
"description": "Next.js JSON:API client with server/client support and caching",
|
|
5
5
|
"author": "Carlo Nicora",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
"class-variance-authority": "^0.7.1",
|
|
117
117
|
"clsx": "^2.1.1",
|
|
118
118
|
"cmdk": "^1.1.1",
|
|
119
|
+
"codice-fiscale-js": "^2.3.23",
|
|
119
120
|
"commander": "^14.0.2",
|
|
120
121
|
"cookies-next": "^6.1.1",
|
|
121
122
|
"d3": "^7.9.0",
|