@carlonicora/nextjs-jsonapi 1.64.0 → 1.65.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/{BlockNoteEditor-ZO3ZAPXU.mjs → BlockNoteEditor-SCQGD6F2.mjs} +4 -4
- package/dist/{BlockNoteEditor-JF757BHH.js → BlockNoteEditor-Y5XAD6NR.js} +14 -14
- package/dist/{BlockNoteEditor-JF757BHH.js.map → BlockNoteEditor-Y5XAD6NR.js.map} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-PBD6ZH46.mjs → chunk-5KMKI23S.mjs} +2 -2
- package/dist/{chunk-5LZGQXBD.js → chunk-5ODPC3YX.js} +616 -616
- package/dist/{chunk-5LZGQXBD.js.map → chunk-5ODPC3YX.js.map} +1 -1
- package/dist/{chunk-REWN5GZP.mjs → chunk-G7PGWMFO.mjs} +88 -2
- package/dist/chunk-G7PGWMFO.mjs.map +1 -0
- package/dist/{chunk-6YKYRKVU.js → chunk-LRXJT656.js} +89 -3
- package/dist/chunk-LRXJT656.js.map +1 -0
- package/dist/{chunk-55FJ5WKS.mjs → chunk-OLNMWVOV.mjs} +4 -4
- package/dist/{chunk-2DFE325P.js → chunk-RA4RYKYB.js} +11 -11
- package/dist/{chunk-2DFE325P.js.map → chunk-RA4RYKYB.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +44 -1
- package/dist/core/index.d.ts +44 -1
- package/dist/core/index.js +8 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +7 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/core/index.ts +1 -0
- package/src/core/registry/ModuleRegistry.ts +2 -0
- package/src/features/audit-log/audit-log.module.ts +10 -0
- package/src/features/audit-log/data/audit-log.interface.ts +12 -0
- package/src/features/audit-log/data/audit-log.service.ts +24 -0
- package/src/features/audit-log/data/audit-log.ts +65 -0
- package/src/features/audit-log/data/index.ts +3 -0
- package/src/features/audit-log/index.ts +2 -0
- package/dist/chunk-6YKYRKVU.js.map +0 -1
- package/dist/chunk-REWN5GZP.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-ZO3ZAPXU.mjs.map → BlockNoteEditor-SCQGD6F2.mjs.map} +0 -0
- /package/dist/{chunk-PBD6ZH46.mjs.map → chunk-5KMKI23S.mjs.map} +0 -0
- /package/dist/{chunk-55FJ5WKS.mjs.map → chunk-OLNMWVOV.mjs.map} +0 -0
package/dist/core/index.js
CHANGED
|
@@ -156,7 +156,10 @@
|
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
|
|
159
|
-
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
var _chunkLRXJT656js = require('../chunk-LRXJT656.js');
|
|
160
163
|
require('../chunk-LXKSUWAV.js');
|
|
161
164
|
require('../chunk-IBS6NI7D.js');
|
|
162
165
|
|
|
@@ -339,5 +342,8 @@ require('../chunk-7QVYU63E.js');
|
|
|
339
342
|
|
|
340
343
|
|
|
341
344
|
|
|
342
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunk6YKYRKVUjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk6YKYRKVUjs.AbstractApiData; exports.AbstractService = _chunk6YKYRKVUjs.AbstractService; exports.Action = _chunk6YKYRKVUjs.Action; exports.Auth = _chunk6YKYRKVUjs.Auth; exports.AuthComponent = _chunk6YKYRKVUjs.AuthComponent; exports.AuthModule = _chunk6YKYRKVUjs.AuthModule; exports.AuthService = _chunk6YKYRKVUjs.AuthService; exports.AuthorModule = _chunk6YKYRKVUjs.AuthorModule; exports.BackupCodeVerify = _chunk6YKYRKVUjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk6YKYRKVUjs.BackupCodeVerifyModule; exports.Billing = _chunk6YKYRKVUjs.Billing; exports.BillingModule = _chunk6YKYRKVUjs.BillingModule; exports.BillingService = _chunk6YKYRKVUjs.BillingService; exports.BlockNoteDiffUtil = _chunk6YKYRKVUjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk6YKYRKVUjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk6YKYRKVUjs.ClientAbstractService; exports.ClientHttpMethod = _chunk6YKYRKVUjs.ClientHttpMethod; exports.Company = _chunk6YKYRKVUjs.Company; exports.CompanyFields = _chunk6YKYRKVUjs.CompanyFields; exports.CompanyModule = _chunk6YKYRKVUjs.CompanyModule; exports.CompanyService = _chunk6YKYRKVUjs.CompanyService; exports.Content = _chunk6YKYRKVUjs.Content; exports.ContentFields = _chunk6YKYRKVUjs.ContentFields; exports.ContentModule = _chunk6YKYRKVUjs.ContentModule; exports.ContentService = _chunk6YKYRKVUjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk6YKYRKVUjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunk6YKYRKVUjs.EndpointCreator; exports.Feature = _chunk6YKYRKVUjs.Feature; exports.FeatureModule = _chunk6YKYRKVUjs.FeatureModule; exports.FeatureService = _chunk6YKYRKVUjs.FeatureService; exports.HttpMethod = _chunk6YKYRKVUjs.HttpMethod; exports.InvoiceStatus = _chunk6YKYRKVUjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunk6YKYRKVUjs.Module; exports.ModuleModule = _chunk6YKYRKVUjs.ModuleModule; exports.ModulePathsModule = _chunk6YKYRKVUjs.ModulePathsModule; exports.ModuleRegistrar = _chunk6YKYRKVUjs.ModuleRegistrar; exports.ModuleRegistry = _chunk6YKYRKVUjs.ModuleRegistry; exports.Modules = _chunk6YKYRKVUjs.Modules; exports.Notification = _chunk6YKYRKVUjs.Notification; exports.NotificationFields = _chunk6YKYRKVUjs.NotificationFields; exports.NotificationModule = _chunk6YKYRKVUjs.NotificationModule; exports.NotificationService = _chunk6YKYRKVUjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk6YKYRKVUjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk6YKYRKVUjs.OAuthClient; exports.OAuthModule = _chunk6YKYRKVUjs.OAuthModule; exports.OAuthService = _chunk6YKYRKVUjs.OAuthService; exports.Passkey = _chunk6YKYRKVUjs.Passkey; exports.PasskeyAuthenticationOptions = _chunk6YKYRKVUjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk6YKYRKVUjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk6YKYRKVUjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk6YKYRKVUjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk6YKYRKVUjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk6YKYRKVUjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk6YKYRKVUjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk6YKYRKVUjs.PasskeyRename; exports.PasskeyRenameModule = _chunk6YKYRKVUjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk6YKYRKVUjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk6YKYRKVUjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk6YKYRKVUjs.PaymentMethod; exports.PermissionMappingModule = _chunk6YKYRKVUjs.PermissionMappingModule; exports.Push = _chunk6YKYRKVUjs.Push; exports.PushModule = _chunk6YKYRKVUjs.PushModule; exports.PushService = _chunk6YKYRKVUjs.PushService; exports.ReferralModule = _chunk6YKYRKVUjs.ReferralModule; exports.ReferralService = _chunk6YKYRKVUjs.ReferralService; exports.ReferralStats = _chunk6YKYRKVUjs.ReferralStats; exports.ReferralStatsModule = _chunk6YKYRKVUjs.ReferralStatsModule; exports.RehydrationFactory = _chunk6YKYRKVUjs.RehydrationFactory; exports.Role = _chunk6YKYRKVUjs.Role; exports.RoleFields = _chunk6YKYRKVUjs.RoleFields; exports.RoleModule = _chunk6YKYRKVUjs.RoleModule; exports.RoleService = _chunk6YKYRKVUjs.RoleService; exports.S3 = _chunk6YKYRKVUjs.S3; exports.S3Module = _chunk6YKYRKVUjs.S3Module; exports.S3Service = _chunk6YKYRKVUjs.S3Service; exports.StripeCustomer = _chunk6YKYRKVUjs.StripeCustomer; exports.StripeCustomerModule = _chunk6YKYRKVUjs.StripeCustomerModule; exports.StripeCustomerService = _chunk6YKYRKVUjs.StripeCustomerService; exports.StripeInvoice = _chunk6YKYRKVUjs.StripeInvoice; exports.StripeInvoiceModule = _chunk6YKYRKVUjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk6YKYRKVUjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk6YKYRKVUjs.StripePaymentMethodModule; exports.StripePrice = _chunk6YKYRKVUjs.StripePrice; exports.StripePriceModule = _chunk6YKYRKVUjs.StripePriceModule; exports.StripePriceService = _chunk6YKYRKVUjs.StripePriceService; exports.StripeProduct = _chunk6YKYRKVUjs.StripeProduct; exports.StripeProductModule = _chunk6YKYRKVUjs.StripeProductModule; exports.StripeProductService = _chunk6YKYRKVUjs.StripeProductService; exports.StripePromotionCode = _chunk6YKYRKVUjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk6YKYRKVUjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk6YKYRKVUjs.StripePromotionCodeService; exports.StripeSubscription = _chunk6YKYRKVUjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk6YKYRKVUjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk6YKYRKVUjs.StripeSubscriptionService; exports.StripeUsage = _chunk6YKYRKVUjs.StripeUsage; exports.StripeUsageModule = _chunk6YKYRKVUjs.StripeUsageModule; exports.StripeUsageService = _chunk6YKYRKVUjs.StripeUsageService; exports.SubscriptionStatus = _chunk6YKYRKVUjs.SubscriptionStatus; exports.TableOptions = _chunk6YKYRKVUjs.TableOptions; exports.TotpAuthenticator = _chunk6YKYRKVUjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk6YKYRKVUjs.TotpAuthenticatorModule; exports.TotpSetup = _chunk6YKYRKVUjs.TotpSetup; exports.TotpSetupModule = _chunk6YKYRKVUjs.TotpSetupModule; exports.TotpVerify = _chunk6YKYRKVUjs.TotpVerify; exports.TotpVerifyLogin = _chunk6YKYRKVUjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk6YKYRKVUjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk6YKYRKVUjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk6YKYRKVUjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk6YKYRKVUjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk6YKYRKVUjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk6YKYRKVUjs.TwoFactorEnableModule; exports.TwoFactorService = _chunk6YKYRKVUjs.TwoFactorService; exports.TwoFactorStatus = _chunk6YKYRKVUjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk6YKYRKVUjs.TwoFactorStatusModule; exports.User = _chunk6YKYRKVUjs.User; exports.UserFields = _chunk6YKYRKVUjs.UserFields; exports.UserModule = _chunk6YKYRKVUjs.UserModule; exports.UserService = _chunk6YKYRKVUjs.UserService; exports.Waitlist = _chunk6YKYRKVUjs.Waitlist; exports.WaitlistModule = _chunk6YKYRKVUjs.WaitlistModule; exports.WaitlistService = _chunk6YKYRKVUjs.WaitlistService; exports.WaitlistStats = _chunk6YKYRKVUjs.WaitlistStats; exports.WaitlistStatsModule = _chunk6YKYRKVUjs.WaitlistStatsModule; exports.checkPermissions = _chunk6YKYRKVUjs.checkPermissions; exports.checkPermissionsFromServer = _chunk6YKYRKVUjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk6YKYRKVUjs.clearLastApiTotal; exports.cn = _chunk6YKYRKVUjs.cn; exports.composeRefs = _chunk6YKYRKVUjs.composeRefs; exports.createJsonApiInclusion = _chunk6YKYRKVUjs.createJsonApiInclusion; exports.dismissToast = _chunk6YKYRKVUjs.dismissToast; exports.entityObjectSchema = _chunk6YKYRKVUjs.entityObjectSchema; exports.exists = _chunk6YKYRKVUjs.exists; exports.formatDate = _chunk6YKYRKVUjs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk6YKYRKVUjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk6YKYRKVUjs.getGlobalErrorHandler; exports.getIcon = _chunk6YKYRKVUjs.getIcon; exports.getIconByModule = _chunk6YKYRKVUjs.getIconByModule; exports.getIconByModuleName = _chunk6YKYRKVUjs.getIconByModuleName; exports.getInitials = _chunk6YKYRKVUjs.getInitials; exports.getLastApiTotal = _chunk6YKYRKVUjs.getLastApiTotal; exports.getLucideIcon = _chunk6YKYRKVUjs.getLucideIcon; exports.getLucideIconByModule = _chunk6YKYRKVUjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk6YKYRKVUjs.getLucideIconByModuleName; exports.getTableComponents = _chunk6YKYRKVUjs.getTableComponents; exports.getTableOptions = _chunk6YKYRKVUjs.getTableOptions; exports.getValueFromPath = _chunk6YKYRKVUjs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunk6YKYRKVUjs.rehydrate; exports.rehydrateList = _chunk6YKYRKVUjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk6YKYRKVUjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk6YKYRKVUjs.setGlobalErrorHandler; exports.showCustomToast = _chunk6YKYRKVUjs.showCustomToast; exports.showError = _chunk6YKYRKVUjs.showError; exports.showToast = _chunk6YKYRKVUjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunk6YKYRKVUjs.useComposedRefs; exports.useIsMobile = _chunk6YKYRKVUjs.useIsMobile; exports.userObjectSchema = _chunk6YKYRKVUjs.userObjectSchema;
|
|
345
|
+
|
|
346
|
+
|
|
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;
|
|
343
349
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.js.map
CHANGED
|
@@ -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;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;AACF,
|
|
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"}
|
package/dist/core/index.mjs
CHANGED
|
@@ -3,6 +3,9 @@ import {
|
|
|
3
3
|
AbstractApiData,
|
|
4
4
|
AbstractService,
|
|
5
5
|
Action,
|
|
6
|
+
AuditLog,
|
|
7
|
+
AuditLogModule,
|
|
8
|
+
AuditLogService,
|
|
6
9
|
Auth,
|
|
7
10
|
AuthComponent,
|
|
8
11
|
AuthModule,
|
|
@@ -156,7 +159,7 @@ import {
|
|
|
156
159
|
useComposedRefs,
|
|
157
160
|
useIsMobile,
|
|
158
161
|
userObjectSchema
|
|
159
|
-
} from "../chunk-
|
|
162
|
+
} from "../chunk-G7PGWMFO.mjs";
|
|
160
163
|
import "../chunk-AUXK7QSA.mjs";
|
|
161
164
|
import "../chunk-C7C7VY4F.mjs";
|
|
162
165
|
import {
|
|
@@ -176,6 +179,9 @@ export {
|
|
|
176
179
|
AbstractApiData,
|
|
177
180
|
AbstractService,
|
|
178
181
|
Action,
|
|
182
|
+
AuditLog,
|
|
183
|
+
AuditLogModule,
|
|
184
|
+
AuditLogService,
|
|
179
185
|
Auth,
|
|
180
186
|
AuthComponent,
|
|
181
187
|
AuthModule,
|
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ export { A as ApiDataInterface } from './ApiDataInterface-DPP8s46n.mjs';
|
|
|
4
4
|
export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys, c as createJsonApiInclusion } from './ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
5
5
|
export { A as ApiResponseInterface } from './ApiResponseInterface-zeewugD7.mjs';
|
|
6
6
|
import { AbstractApiData } from './core/index.mjs';
|
|
7
|
-
export { AppModuleDefinitions, 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';
|
|
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
8
|
import { b as AbstractService } from './s3.service-BoRPFx82.mjs';
|
|
9
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-BoRPFx82.mjs';
|
|
10
10
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { A as ApiDataInterface } from './ApiDataInterface-DPP8s46n.js';
|
|
|
4
4
|
export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys, c as createJsonApiInclusion } from './ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
5
5
|
export { A as ApiResponseInterface } from './ApiResponseInterface-CAIAeP5d.js';
|
|
6
6
|
import { AbstractApiData } from './core/index.js';
|
|
7
|
-
export { AppModuleDefinitions, 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';
|
|
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
8
|
import { b as AbstractService } from './s3.service-ppn9iGJU.js';
|
|
9
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-ppn9iGJU.js';
|
|
10
10
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.js';
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkRA4RYKYBjs = require('./chunk-RA4RYKYB.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
@@ -180,7 +180,10 @@ var _chunk2DFE325Pjs = require('./chunk-2DFE325P.js');
|
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
var _chunkLRXJT656js = require('./chunk-LRXJT656.js');
|
|
184
187
|
require('./chunk-LXKSUWAV.js');
|
|
185
188
|
require('./chunk-IBS6NI7D.js');
|
|
186
189
|
|
|
@@ -385,5 +388,8 @@ require('./chunk-7QVYU63E.js');
|
|
|
385
388
|
|
|
386
389
|
|
|
387
390
|
|
|
388
|
-
exports.ACTION_TYPES = _chunk2DFE325Pjs.ACTION_TYPES; exports.AVAILABLE_OAUTH_SCOPES = _chunk6YKYRKVUjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk6YKYRKVUjs.AbstractApiData; exports.AbstractService = _chunk6YKYRKVUjs.AbstractService; exports.Action = _chunk6YKYRKVUjs.Action; exports.Auth = _chunk6YKYRKVUjs.Auth; exports.AuthComponent = _chunk6YKYRKVUjs.AuthComponent; exports.AuthModule = _chunk6YKYRKVUjs.AuthModule; exports.AuthService = _chunk6YKYRKVUjs.AuthService; exports.AuthorModule = _chunk6YKYRKVUjs.AuthorModule; exports.BackupCodeVerify = _chunk6YKYRKVUjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk6YKYRKVUjs.BackupCodeVerifyModule; exports.Billing = _chunk6YKYRKVUjs.Billing; exports.BillingModule = _chunk6YKYRKVUjs.BillingModule; exports.BillingService = _chunk6YKYRKVUjs.BillingService; exports.BlockNoteDiffUtil = _chunk6YKYRKVUjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk6YKYRKVUjs.BlockNoteWordDiffRendererUtil; exports.COMPANY_ADMINISTRATOR_ROLE_ID = _chunk2DFE325Pjs.COMPANY_ADMINISTRATOR_ROLE_ID; exports.ClientAbstractService = _chunk6YKYRKVUjs.ClientAbstractService; exports.ClientHttpMethod = _chunk6YKYRKVUjs.ClientHttpMethod; exports.Company = _chunk6YKYRKVUjs.Company; exports.CompanyFields = _chunk6YKYRKVUjs.CompanyFields; exports.CompanyModule = _chunk6YKYRKVUjs.CompanyModule; exports.CompanyService = _chunk6YKYRKVUjs.CompanyService; exports.Content = _chunk6YKYRKVUjs.Content; exports.ContentFields = _chunk6YKYRKVUjs.ContentFields; exports.ContentModule = _chunk6YKYRKVUjs.ContentModule; exports.ContentService = _chunk6YKYRKVUjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk6YKYRKVUjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunk6YKYRKVUjs.EndpointCreator; exports.Feature = _chunk6YKYRKVUjs.Feature; exports.FeatureModule = _chunk6YKYRKVUjs.FeatureModule; exports.FeatureService = _chunk6YKYRKVUjs.FeatureService; exports.HttpMethod = _chunk6YKYRKVUjs.HttpMethod; exports.InvoiceStatus = _chunk6YKYRKVUjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunk6YKYRKVUjs.Module; exports.ModuleModule = _chunk6YKYRKVUjs.ModuleModule; exports.ModulePaths = _chunk6YKYRKVUjs.ModulePaths; exports.ModulePathsModule = _chunk6YKYRKVUjs.ModulePathsModule; exports.ModuleRegistrar = _chunk6YKYRKVUjs.ModuleRegistrar; exports.ModuleRegistry = _chunk6YKYRKVUjs.ModuleRegistry; exports.Modules = _chunk6YKYRKVUjs.Modules; exports.Notification = _chunk6YKYRKVUjs.Notification; exports.NotificationFields = _chunk6YKYRKVUjs.NotificationFields; exports.NotificationModule = _chunk6YKYRKVUjs.NotificationModule; exports.NotificationService = _chunk6YKYRKVUjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk6YKYRKVUjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk6YKYRKVUjs.OAuthClient; exports.OAuthModule = _chunk6YKYRKVUjs.OAuthModule; exports.OAuthService = _chunk6YKYRKVUjs.OAuthService; exports.Passkey = _chunk6YKYRKVUjs.Passkey; exports.PasskeyAuthenticationOptions = _chunk6YKYRKVUjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk6YKYRKVUjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk6YKYRKVUjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk6YKYRKVUjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk6YKYRKVUjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk6YKYRKVUjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk6YKYRKVUjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk6YKYRKVUjs.PasskeyRename; exports.PasskeyRenameModule = _chunk6YKYRKVUjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk6YKYRKVUjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk6YKYRKVUjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk6YKYRKVUjs.PaymentMethod; exports.PermissionMapping = _chunk6YKYRKVUjs.PermissionMapping; exports.PermissionMappingModule = _chunk6YKYRKVUjs.PermissionMappingModule; exports.Push = _chunk6YKYRKVUjs.Push; exports.PushModule = _chunk6YKYRKVUjs.PushModule; exports.PushService = _chunk6YKYRKVUjs.PushService; exports.RbacService = _chunk2DFE325Pjs.RbacService; exports.ReferralModule = _chunk6YKYRKVUjs.ReferralModule; exports.ReferralService = _chunk6YKYRKVUjs.ReferralService; exports.ReferralStats = _chunk6YKYRKVUjs.ReferralStats; exports.ReferralStatsModule = _chunk6YKYRKVUjs.ReferralStatsModule; exports.RehydrationFactory = _chunk6YKYRKVUjs.RehydrationFactory; exports.Role = _chunk6YKYRKVUjs.Role; exports.RoleFields = _chunk6YKYRKVUjs.RoleFields; exports.RoleModule = _chunk6YKYRKVUjs.RoleModule; exports.RoleService = _chunk6YKYRKVUjs.RoleService; exports.S3 = _chunk6YKYRKVUjs.S3; exports.S3Module = _chunk6YKYRKVUjs.S3Module; exports.S3Service = _chunk6YKYRKVUjs.S3Service; exports.StripeCustomer = _chunk6YKYRKVUjs.StripeCustomer; exports.StripeCustomerModule = _chunk6YKYRKVUjs.StripeCustomerModule; exports.StripeCustomerService = _chunk6YKYRKVUjs.StripeCustomerService; exports.StripeInvoice = _chunk6YKYRKVUjs.StripeInvoice; exports.StripeInvoiceModule = _chunk6YKYRKVUjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk6YKYRKVUjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk6YKYRKVUjs.StripePaymentMethodModule; exports.StripePrice = _chunk6YKYRKVUjs.StripePrice; exports.StripePriceModule = _chunk6YKYRKVUjs.StripePriceModule; exports.StripePriceService = _chunk6YKYRKVUjs.StripePriceService; exports.StripeProduct = _chunk6YKYRKVUjs.StripeProduct; exports.StripeProductModule = _chunk6YKYRKVUjs.StripeProductModule; exports.StripeProductService = _chunk6YKYRKVUjs.StripeProductService; exports.StripePromotionCode = _chunk6YKYRKVUjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk6YKYRKVUjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk6YKYRKVUjs.StripePromotionCodeService; exports.StripeSubscription = _chunk6YKYRKVUjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk6YKYRKVUjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk6YKYRKVUjs.StripeSubscriptionService; exports.StripeUsage = _chunk6YKYRKVUjs.StripeUsage; exports.StripeUsageModule = _chunk6YKYRKVUjs.StripeUsageModule; exports.StripeUsageService = _chunk6YKYRKVUjs.StripeUsageService; exports.SubscriptionStatus = _chunk6YKYRKVUjs.SubscriptionStatus; exports.TableOptions = _chunk6YKYRKVUjs.TableOptions; exports.TotpAuthenticator = _chunk6YKYRKVUjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk6YKYRKVUjs.TotpAuthenticatorModule; exports.TotpSetup = _chunk6YKYRKVUjs.TotpSetup; exports.TotpSetupModule = _chunk6YKYRKVUjs.TotpSetupModule; exports.TotpVerify = _chunk6YKYRKVUjs.TotpVerify; exports.TotpVerifyLogin = _chunk6YKYRKVUjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk6YKYRKVUjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk6YKYRKVUjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk6YKYRKVUjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk6YKYRKVUjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk6YKYRKVUjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk6YKYRKVUjs.TwoFactorEnableModule; exports.TwoFactorService = _chunk6YKYRKVUjs.TwoFactorService; exports.TwoFactorStatus = _chunk6YKYRKVUjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk6YKYRKVUjs.TwoFactorStatusModule; exports.User = _chunk6YKYRKVUjs.User; exports.UserFields = _chunk6YKYRKVUjs.UserFields; exports.UserModule = _chunk6YKYRKVUjs.UserModule; exports.UserService = _chunk6YKYRKVUjs.UserService; exports.Waitlist = _chunk6YKYRKVUjs.Waitlist; exports.WaitlistModule = _chunk6YKYRKVUjs.WaitlistModule; exports.WaitlistService = _chunk6YKYRKVUjs.WaitlistService; exports.WaitlistStats = _chunk6YKYRKVUjs.WaitlistStats; exports.WaitlistStatsModule = _chunk6YKYRKVUjs.WaitlistStatsModule; exports.checkPermissions = _chunk6YKYRKVUjs.checkPermissions; exports.checkPermissionsFromServer = _chunk6YKYRKVUjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk6YKYRKVUjs.clearLastApiTotal; exports.cn = _chunk6YKYRKVUjs.cn; exports.composeRefs = _chunk6YKYRKVUjs.composeRefs; exports.configureAuth = _chunk6YKYRKVUjs.configureAuth; exports.configureI18n = _chunk2DFE325Pjs.configureI18n; exports.configureJsonApi = _chunk2DFE325Pjs.configureJsonApi; exports.configureLogin = _chunk2DFE325Pjs.configureLogin; exports.configureReferral = _chunk2DFE325Pjs.configureReferral; exports.configureRoles = _chunk2DFE325Pjs.configureRoles; exports.configureWaitlist = _chunk2DFE325Pjs.configureWaitlist; exports.createJsonApiInclusion = _chunk6YKYRKVUjs.createJsonApiInclusion; exports.dismissToast = _chunk6YKYRKVUjs.dismissToast; exports.entityObjectSchema = _chunk6YKYRKVUjs.entityObjectSchema; exports.exists = _chunk6YKYRKVUjs.exists; exports.formatDate = _chunk6YKYRKVUjs.formatDate; exports.getApiUrl = _chunk2DFE325Pjs.getApiUrl; exports.getAppUrl = _chunk2DFE325Pjs.getAppUrl; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk6YKYRKVUjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk6YKYRKVUjs.getGlobalErrorHandler; exports.getIcon = _chunk6YKYRKVUjs.getIcon; exports.getIconByModule = _chunk6YKYRKVUjs.getIconByModule; exports.getIconByModuleName = _chunk6YKYRKVUjs.getIconByModuleName; exports.getInitials = _chunk6YKYRKVUjs.getInitials; exports.getLastApiTotal = _chunk6YKYRKVUjs.getLastApiTotal; exports.getLucideIcon = _chunk6YKYRKVUjs.getLucideIcon; exports.getLucideIconByModule = _chunk6YKYRKVUjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk6YKYRKVUjs.getLucideIconByModuleName; exports.getReferralConfig = _chunk2DFE325Pjs.getReferralConfig; exports.getRoleId = _chunk2DFE325Pjs.getRoleId; exports.getStripePublishableKey = _chunk2DFE325Pjs.getStripePublishableKey; exports.getTableComponents = _chunk6YKYRKVUjs.getTableComponents; exports.getTableOptions = _chunk6YKYRKVUjs.getTableOptions; exports.getTokenHandler = _chunk6YKYRKVUjs.getTokenHandler; exports.getTrackablePages = _chunk2DFE325Pjs.getTrackablePages; exports.getValueFromPath = _chunk6YKYRKVUjs.getValueFromPath; exports.getWaitlistConfig = _chunk2DFE325Pjs.getWaitlistConfig; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.isReferralEnabled = _chunk2DFE325Pjs.isReferralEnabled; exports.isRolesConfigured = _chunk2DFE325Pjs.isRolesConfigured; exports.rehydrate = _chunk6YKYRKVUjs.rehydrate; exports.rehydrateList = _chunk6YKYRKVUjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk6YKYRKVUjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk6YKYRKVUjs.setGlobalErrorHandler; exports.showCustomToast = _chunk6YKYRKVUjs.showCustomToast; exports.showError = _chunk6YKYRKVUjs.showError; exports.showToast = _chunk6YKYRKVUjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunk6YKYRKVUjs.useComposedRefs; exports.useIsMobile = _chunk6YKYRKVUjs.useIsMobile; exports.userObjectSchema = _chunk6YKYRKVUjs.userObjectSchema;
|
|
391
|
+
|
|
392
|
+
|
|
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;
|
|
389
395
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;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;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B,+BAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;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,sDAA4B;AAC5B,+BAA4B;AAC5B,+BAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,q3WAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/index.js"}
|
package/dist/index.mjs
CHANGED
|
@@ -17,12 +17,15 @@ import {
|
|
|
17
17
|
getWaitlistConfig,
|
|
18
18
|
isReferralEnabled,
|
|
19
19
|
isRolesConfigured
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-5KMKI23S.mjs";
|
|
21
21
|
import {
|
|
22
22
|
AVAILABLE_OAUTH_SCOPES,
|
|
23
23
|
AbstractApiData,
|
|
24
24
|
AbstractService,
|
|
25
25
|
Action,
|
|
26
|
+
AuditLog,
|
|
27
|
+
AuditLogModule,
|
|
28
|
+
AuditLogService,
|
|
26
29
|
Auth,
|
|
27
30
|
AuthComponent,
|
|
28
31
|
AuthModule,
|
|
@@ -180,7 +183,7 @@ import {
|
|
|
180
183
|
useComposedRefs,
|
|
181
184
|
useIsMobile,
|
|
182
185
|
userObjectSchema
|
|
183
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-G7PGWMFO.mjs";
|
|
184
187
|
import "./chunk-AUXK7QSA.mjs";
|
|
185
188
|
import "./chunk-C7C7VY4F.mjs";
|
|
186
189
|
import {
|
|
@@ -201,6 +204,9 @@ export {
|
|
|
201
204
|
AbstractApiData,
|
|
202
205
|
AbstractService,
|
|
203
206
|
Action,
|
|
207
|
+
AuditLog,
|
|
208
|
+
AuditLogModule,
|
|
209
|
+
AuditLogService,
|
|
204
210
|
Auth,
|
|
205
211
|
AuthComponent,
|
|
206
212
|
AuthModule,
|
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 _chunkLRXJT656js = require('../chunk-LRXJT656.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 _chunkLRXJT656js.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 = _chunkLRXJT656js.AuthService; exports.ServerCompanyService = _chunkLRXJT656js.CompanyService; exports.ServerContentService = _chunkLRXJT656js.ContentService; exports.ServerFeatureService = _chunkLRXJT656js.FeatureService; exports.ServerJsonApiDelete = ServerJsonApiDelete; exports.ServerJsonApiGet = ServerJsonApiGet; exports.ServerJsonApiPatch = ServerJsonApiPatch; exports.ServerJsonApiPost = ServerJsonApiPost; exports.ServerJsonApiPut = ServerJsonApiPut; exports.ServerNotificationService = _chunkLRXJT656js.NotificationService; exports.ServerPushService = _chunkLRXJT656js.PushService; exports.ServerRoleService = _chunkLRXJT656js.RoleService; exports.ServerS3Service = _chunkLRXJT656js.S3Service; exports.ServerSession = ServerSession; exports.ServerUserService = _chunkLRXJT656js.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
package/package.json
CHANGED
package/src/core/index.ts
CHANGED
|
@@ -51,6 +51,8 @@ export interface FoundationModuleDefinitions {
|
|
|
51
51
|
// RBAC modules
|
|
52
52
|
PermissionMapping: ModuleWithPermissions;
|
|
53
53
|
ModulePaths: ModuleWithPermissions;
|
|
54
|
+
// Audit modules
|
|
55
|
+
AuditLog: ModuleWithPermissions;
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
// App-specific modules - apps will augment this interface ONLY
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ModuleFactory } from "../../permissions";
|
|
2
|
+
import { AuditLog } from "./data";
|
|
3
|
+
|
|
4
|
+
export const AuditLogModule = (factory: ModuleFactory) =>
|
|
5
|
+
factory({
|
|
6
|
+
name: "audit-logs",
|
|
7
|
+
pageUrl: "/audit-logs",
|
|
8
|
+
model: AuditLog,
|
|
9
|
+
moduleId: "b7e2f4a1-9c3d-4e8b-a6d5-2f1c8e7b3a90",
|
|
10
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiDataInterface, UserInterface } from "../../../core";
|
|
2
|
+
|
|
3
|
+
export interface AuditLogInterface extends ApiDataInterface {
|
|
4
|
+
get kind(): "audit" | "comment";
|
|
5
|
+
get action(): string | undefined;
|
|
6
|
+
get fieldName(): string | undefined;
|
|
7
|
+
get oldValue(): string | undefined;
|
|
8
|
+
get newValue(): string | undefined;
|
|
9
|
+
get content(): string | undefined;
|
|
10
|
+
get annotationId(): string | undefined;
|
|
11
|
+
get user(): UserInterface | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AbstractService, EndpointCreator, HttpMethod, Modules, NextRef } from "../../../core";
|
|
2
|
+
import { AuditLogInterface } from "./audit-log.interface";
|
|
3
|
+
|
|
4
|
+
export class AuditLogService extends AbstractService {
|
|
5
|
+
static async findActivityByEntity(params: {
|
|
6
|
+
entityType: string;
|
|
7
|
+
entityId: string;
|
|
8
|
+
next?: NextRef;
|
|
9
|
+
}): Promise<AuditLogInterface[]> {
|
|
10
|
+
const endpoint = new EndpointCreator({
|
|
11
|
+
endpoint: Modules.AuditLog,
|
|
12
|
+
id: "activity",
|
|
13
|
+
childEndpoint: params.entityType,
|
|
14
|
+
childId: params.entityId,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
return this.callApi({
|
|
18
|
+
type: Modules.AuditLog,
|
|
19
|
+
method: HttpMethod.GET,
|
|
20
|
+
endpoint: endpoint.generate(),
|
|
21
|
+
next: params.next,
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { AbstractApiData, JsonApiHydratedDataInterface, Modules, UserInterface } from "../../../core";
|
|
2
|
+
import { AuditLogInterface } from "./audit-log.interface";
|
|
3
|
+
|
|
4
|
+
export class AuditLog extends AbstractApiData implements AuditLogInterface {
|
|
5
|
+
private _kind: "audit" | "comment" = "audit";
|
|
6
|
+
private _action?: string;
|
|
7
|
+
private _fieldName?: string;
|
|
8
|
+
private _oldValue?: string;
|
|
9
|
+
private _newValue?: string;
|
|
10
|
+
private _content?: string;
|
|
11
|
+
private _annotationId?: string;
|
|
12
|
+
private _user?: UserInterface;
|
|
13
|
+
|
|
14
|
+
get kind(): "audit" | "comment" {
|
|
15
|
+
return this._kind;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
get action(): string | undefined {
|
|
19
|
+
return this._action;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
get fieldName(): string | undefined {
|
|
23
|
+
return this._fieldName;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
get oldValue(): string | undefined {
|
|
27
|
+
return this._oldValue;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
get newValue(): string | undefined {
|
|
31
|
+
return this._newValue;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
get content(): string | undefined {
|
|
35
|
+
return this._content;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
get annotationId(): string | undefined {
|
|
39
|
+
return this._annotationId;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
get user(): UserInterface | undefined {
|
|
43
|
+
return this._user;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
rehydrate(data: JsonApiHydratedDataInterface): this {
|
|
47
|
+
super.rehydrate(data);
|
|
48
|
+
|
|
49
|
+
this._kind = data.jsonApi.attributes.kind ?? "audit";
|
|
50
|
+
this._action = data.jsonApi.attributes.action ?? undefined;
|
|
51
|
+
this._fieldName = data.jsonApi.attributes.fieldName ?? undefined;
|
|
52
|
+
this._oldValue = data.jsonApi.attributes.oldValue ?? undefined;
|
|
53
|
+
this._newValue = data.jsonApi.attributes.newValue ?? undefined;
|
|
54
|
+
this._content = data.jsonApi.attributes.content ?? undefined;
|
|
55
|
+
this._annotationId = data.jsonApi.attributes.annotationId ?? undefined;
|
|
56
|
+
|
|
57
|
+
this._user = this._readIncluded(data, "user", Modules.User) as UserInterface | undefined;
|
|
58
|
+
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
createJsonApi(): any {
|
|
63
|
+
throw new Error("AuditLog is read-only");
|
|
64
|
+
}
|
|
65
|
+
}
|