@carlonicora/nextjs-jsonapi 1.115.0 → 1.117.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/{AssistantMessageInterface-BuUZFkE5.d.mts → AssistantMessageInterface-Ca0G0vZw.d.mts} +1 -1
- package/dist/{AssistantMessageInterface-CQwh5tEb.d.ts → AssistantMessageInterface-DEZ5AnVl.d.ts} +1 -1
- package/dist/{BlockNoteEditor-V74ICZY3.js → BlockNoteEditor-6UREFUSJ.js} +19 -19
- package/dist/{BlockNoteEditor-V74ICZY3.js.map → BlockNoteEditor-6UREFUSJ.js.map} +1 -1
- package/dist/{BlockNoteEditor-Z3EKI3C6.mjs → BlockNoteEditor-UQOOX3UT.mjs} +4 -4
- package/dist/{auth.interface-CXBF8Mhi.d.mts → auth.interface-r3XKYOrQ.d.mts} +1 -1
- package/dist/{auth.interface-8b601idJ.d.ts → auth.interface-yivTb46w.d.ts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-3MUBMSDD.js → chunk-6KLR3WJQ.js} +7 -7
- package/dist/{chunk-3MUBMSDD.js.map → chunk-6KLR3WJQ.js.map} +1 -1
- package/dist/{chunk-6LSGIJ5W.js → chunk-HXU2HDRN.js} +1090 -956
- package/dist/chunk-HXU2HDRN.js.map +1 -0
- package/dist/{chunk-UBBTQUFB.mjs → chunk-M7XAKLSP.mjs} +11 -2
- package/dist/{chunk-UBBTQUFB.mjs.map → chunk-M7XAKLSP.mjs.map} +1 -1
- package/dist/{chunk-J3DFHESB.js → chunk-S2PTWBN6.js} +27 -18
- package/dist/chunk-S2PTWBN6.js.map +1 -0
- package/dist/{chunk-BKKVLD42.mjs → chunk-SVEPL5J2.mjs} +514 -380
- package/dist/chunk-SVEPL5J2.mjs.map +1 -0
- package/dist/{chunk-SJRSR3AF.mjs → chunk-WEPQD5MP.mjs} +2 -2
- package/dist/client/index.d.mts +2 -2
- package/dist/client/index.d.ts +2 -2
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +71 -24
- package/dist/components/index.d.ts +71 -24
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -3
- 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 +10 -8
- package/dist/core/index.d.ts +10 -8
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.js +36 -36
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-DIxR23eS.d.mts → notification.interface-B3kNUTZs.d.mts} +2 -1
- package/dist/{notification.interface-C1T1C2ee.d.ts → notification.interface-LKFmZndR.d.ts} +2 -1
- package/dist/{s3.service-CAL5dhGG.d.mts → s3.service-CihgBy97.d.mts} +2 -2
- package/dist/{s3.service-COLYvcW2.d.ts → s3.service-Cyvfk3qV.d.ts} +2 -2
- package/dist/server/index.d.mts +3 -3
- package/dist/server/index.d.ts +3 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{useSocket-B1fMIr17.d.mts → useSocket-BSjn1Rlb.d.mts} +1 -1
- package/dist/{useSocket-BdJTBXKv.d.ts → useSocket-BsbaGPqE.d.ts} +1 -1
- package/package.json +1 -1
- package/src/components/forms/CommonDeleter.tsx +49 -18
- package/src/components/forms/CommonEditorButtons.tsx +4 -2
- package/src/components/forms/CommonEditorHeader.tsx +20 -14
- package/src/components/forms/CommonEditorTrigger.tsx +18 -4
- package/src/components/forms/DateRangeSelector.tsx +55 -19
- package/src/components/forms/EditorSheet.tsx +36 -9
- package/src/components/forms/FileUploader.tsx +51 -21
- package/src/components/forms/FormDate.tsx +6 -2
- package/src/components/forms/FormDateTime.tsx +11 -2
- package/src/components/forms/FormFieldWrapper.tsx +3 -1
- package/src/components/forms/FormInput.tsx +3 -1
- package/src/components/forms/FormPassword.tsx +10 -1
- package/src/components/forms/FormPlaceAutocomplete.tsx +8 -3
- package/src/components/forms/FormSelect.tsx +3 -0
- package/src/components/forms/FormSlider.tsx +3 -1
- package/src/components/forms/FormTextarea.tsx +15 -1
- package/src/features/notification/data/notification.interface.ts +2 -2
- package/src/features/notification/data/notification.ts +21 -5
- package/src/shadcnui/ui/badge.tsx +15 -0
- package/dist/chunk-6LSGIJ5W.js.map +0 -1
- package/dist/chunk-BKKVLD42.mjs.map +0 -1
- package/dist/chunk-J3DFHESB.js.map +0 -1
- /package/dist/{BlockNoteEditor-Z3EKI3C6.mjs.map → BlockNoteEditor-UQOOX3UT.mjs.map} +0 -0
- /package/dist/{chunk-SJRSR3AF.mjs.map → chunk-WEPQD5MP.mjs.map} +0 -0
|
@@ -6055,6 +6055,7 @@ var Notification = class extends AbstractApiData {
|
|
|
6055
6055
|
|
|
6056
6056
|
|
|
6057
6057
|
|
|
6058
|
+
|
|
6058
6059
|
get notificationType() {
|
|
6059
6060
|
if (this._notificationType === void 0) throw new Error("notificationType is not set");
|
|
6060
6061
|
return this._notificationType;
|
|
@@ -6071,13 +6072,21 @@ var Notification = class extends AbstractApiData {
|
|
|
6071
6072
|
get actor() {
|
|
6072
6073
|
return this._actor;
|
|
6073
6074
|
}
|
|
6075
|
+
get subject() {
|
|
6076
|
+
return this._subject;
|
|
6077
|
+
}
|
|
6074
6078
|
rehydrate(data) {
|
|
6075
6079
|
super.rehydrate(data);
|
|
6076
6080
|
this._notificationType = data.jsonApi.attributes.notificationType;
|
|
6077
6081
|
this._isRead = data.jsonApi.attributes.isRead;
|
|
6078
6082
|
this._message = data.jsonApi.attributes.message;
|
|
6079
6083
|
this._actionUrl = data.jsonApi.attributes.actionUrl;
|
|
6080
|
-
|
|
6084
|
+
const rels = _nullishCoalesce(data.jsonApi.relationships, () => ( {}));
|
|
6085
|
+
const actorType = _optionalChain([rels, 'access', _178 => _178.actor, 'optionalAccess', _179 => _179.data, 'optionalAccess', _180 => _180.type]);
|
|
6086
|
+
this._actor = actorType ? this._readIncluded(data, "actor", Modules.findByName(actorType)) : void 0;
|
|
6087
|
+
const subjectName = Object.keys(rels).find((name) => name !== "actor" && _optionalChain([rels, 'access', _181 => _181[name], 'optionalAccess', _182 => _182.data, 'optionalAccess', _183 => _183.type]));
|
|
6088
|
+
const subjectType = subjectName ? _optionalChain([rels, 'access', _184 => _184[subjectName], 'optionalAccess', _185 => _185.data, 'optionalAccess', _186 => _186.type]) : void 0;
|
|
6089
|
+
this._subject = subjectName && subjectType ? this._readIncluded(data, subjectName, Modules.findByName(subjectType)) : void 0;
|
|
6081
6090
|
return this;
|
|
6082
6091
|
}
|
|
6083
6092
|
createJsonApi(data) {
|
|
@@ -6636,8 +6645,8 @@ var UserService = class extends AbstractService {
|
|
|
6636
6645
|
id: params.id,
|
|
6637
6646
|
childEndpoint: "user-relevance"
|
|
6638
6647
|
});
|
|
6639
|
-
if (_optionalChain([Modules, 'access',
|
|
6640
|
-
if (_optionalChain([Modules, 'access',
|
|
6648
|
+
if (_optionalChain([Modules, 'access', _187 => _187.User, 'access', _188 => _188.inclusions, 'optionalAccess', _189 => _189.lists, 'optionalAccess', _190 => _190.fields])) endpoint.limitToFields(Modules.User.inclusions.lists.fields);
|
|
6649
|
+
if (_optionalChain([Modules, 'access', _191 => _191.User, 'access', _192 => _192.inclusions, 'optionalAccess', _193 => _193.lists, 'optionalAccess', _194 => _194.types])) endpoint.limitToType(Modules.User.inclusions.lists.types);
|
|
6641
6650
|
return this.callApi({
|
|
6642
6651
|
type: Modules.User,
|
|
6643
6652
|
method: "GET" /* GET */,
|
|
@@ -6896,7 +6905,7 @@ var OAuthService = class extends AbstractService {
|
|
|
6896
6905
|
type: Modules.OAuth,
|
|
6897
6906
|
method: "GET" /* GET */,
|
|
6898
6907
|
endpoint: new EndpointCreator({ endpoint: "oauth/clients" }).generate(),
|
|
6899
|
-
next: _optionalChain([params, 'optionalAccess',
|
|
6908
|
+
next: _optionalChain([params, 'optionalAccess', _195 => _195.next])
|
|
6900
6909
|
});
|
|
6901
6910
|
}
|
|
6902
6911
|
/**
|
|
@@ -6922,7 +6931,7 @@ var OAuthService = class extends AbstractService {
|
|
|
6922
6931
|
});
|
|
6923
6932
|
return {
|
|
6924
6933
|
client: result.data,
|
|
6925
|
-
clientSecret: _optionalChain([result, 'access',
|
|
6934
|
+
clientSecret: _optionalChain([result, 'access', _196 => _196.meta, 'optionalAccess', _197 => _197.clientSecret])
|
|
6926
6935
|
};
|
|
6927
6936
|
}
|
|
6928
6937
|
/**
|
|
@@ -6961,7 +6970,7 @@ var OAuthService = class extends AbstractService {
|
|
|
6961
6970
|
}).generate()
|
|
6962
6971
|
});
|
|
6963
6972
|
return {
|
|
6964
|
-
clientSecret: _optionalChain([result, 'access',
|
|
6973
|
+
clientSecret: _optionalChain([result, 'access', _198 => _198.meta, 'optionalAccess', _199 => _199.clientSecret])
|
|
6965
6974
|
};
|
|
6966
6975
|
}
|
|
6967
6976
|
// ==========================================
|
|
@@ -7005,7 +7014,7 @@ var OAuthService = class extends AbstractService {
|
|
|
7005
7014
|
overridesJsonApiCreation: true
|
|
7006
7015
|
});
|
|
7007
7016
|
return {
|
|
7008
|
-
redirectUrl: _optionalChain([result, 'access',
|
|
7017
|
+
redirectUrl: _optionalChain([result, 'access', _200 => _200.meta, 'optionalAccess', _201 => _201.redirectUrl])
|
|
7009
7018
|
};
|
|
7010
7019
|
}
|
|
7011
7020
|
/**
|
|
@@ -7025,7 +7034,7 @@ var OAuthService = class extends AbstractService {
|
|
|
7025
7034
|
overridesJsonApiCreation: true
|
|
7026
7035
|
});
|
|
7027
7036
|
return {
|
|
7028
|
-
redirectUrl: _optionalChain([result, 'access',
|
|
7037
|
+
redirectUrl: _optionalChain([result, 'access', _202 => _202.meta, 'optionalAccess', _203 => _203.redirectUrl])
|
|
7029
7038
|
};
|
|
7030
7039
|
}
|
|
7031
7040
|
};
|
|
@@ -7209,15 +7218,15 @@ var WaitlistService = class extends AbstractService {
|
|
|
7209
7218
|
*/
|
|
7210
7219
|
static async findMany(params) {
|
|
7211
7220
|
const endpoint = new EndpointCreator({ endpoint: Modules.Waitlist });
|
|
7212
|
-
if (_optionalChain([params, 'optionalAccess',
|
|
7213
|
-
if (_optionalChain([params, 'optionalAccess',
|
|
7214
|
-
if (_optionalChain([params, 'optionalAccess',
|
|
7221
|
+
if (_optionalChain([params, 'optionalAccess', _204 => _204.status])) endpoint.addAdditionalParam("status", params.status);
|
|
7222
|
+
if (_optionalChain([params, 'optionalAccess', _205 => _205.search])) endpoint.addAdditionalParam("search", params.search);
|
|
7223
|
+
if (_optionalChain([params, 'optionalAccess', _206 => _206.fetchAll])) endpoint.addAdditionalParam("fetchAll", "true");
|
|
7215
7224
|
return this.callApi({
|
|
7216
7225
|
type: Modules.Waitlist,
|
|
7217
7226
|
method: "GET" /* GET */,
|
|
7218
7227
|
endpoint: endpoint.generate(),
|
|
7219
|
-
next: _optionalChain([params, 'optionalAccess',
|
|
7220
|
-
previous: _optionalChain([params, 'optionalAccess',
|
|
7228
|
+
next: _optionalChain([params, 'optionalAccess', _207 => _207.next]),
|
|
7229
|
+
previous: _optionalChain([params, 'optionalAccess', _208 => _208.prev])
|
|
7221
7230
|
});
|
|
7222
7231
|
}
|
|
7223
7232
|
/**
|
|
@@ -7285,10 +7294,10 @@ var WaitlistService = class extends AbstractService {
|
|
|
7285
7294
|
method: "GET" /* GET */,
|
|
7286
7295
|
endpoint: endpoint.generate()
|
|
7287
7296
|
});
|
|
7288
|
-
const attributes = _optionalChain([response, 'access',
|
|
7297
|
+
const attributes = _optionalChain([response, 'access', _209 => _209.data, 'optionalAccess', _210 => _210._jsonApi, 'optionalAccess', _211 => _211.attributes]);
|
|
7289
7298
|
return {
|
|
7290
|
-
email: _optionalChain([attributes, 'optionalAccess',
|
|
7291
|
-
valid: _nullishCoalesce(_optionalChain([attributes, 'optionalAccess',
|
|
7299
|
+
email: _optionalChain([attributes, 'optionalAccess', _212 => _212.email]),
|
|
7300
|
+
valid: _nullishCoalesce(_optionalChain([attributes, 'optionalAccess', _213 => _213.valid]), () => ( false))
|
|
7292
7301
|
};
|
|
7293
7302
|
} catch (_error) {
|
|
7294
7303
|
return null;
|
|
@@ -7374,7 +7383,7 @@ var PermissionMapping = class extends AbstractApiData {
|
|
|
7374
7383
|
super.rehydrate(data);
|
|
7375
7384
|
this._roleId = data.jsonApi.attributes.roleId;
|
|
7376
7385
|
this._moduleId = data.jsonApi.attributes.moduleId;
|
|
7377
|
-
this._permissions = _optionalChain([data, 'access',
|
|
7386
|
+
this._permissions = _optionalChain([data, 'access', _214 => _214.jsonApi, 'access', _215 => _215.meta, 'optionalAccess', _216 => _216.permissions]);
|
|
7378
7387
|
return this;
|
|
7379
7388
|
}
|
|
7380
7389
|
};
|
|
@@ -7822,4 +7831,4 @@ var AuditLogModule = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (facto
|
|
|
7822
7831
|
|
|
7823
7832
|
|
|
7824
7833
|
exports.RehydrationFactory = RehydrationFactory; exports.AbstractApiData = AbstractApiData; exports.HttpMethod = HttpMethod; exports.getLastApiTotal = getLastApiTotal; exports.clearLastApiTotal = clearLastApiTotal; exports.setGlobalErrorHandler = setGlobalErrorHandler; exports.getGlobalErrorHandler = getGlobalErrorHandler; exports.AbstractService = AbstractService; exports.configureClientJsonApi = configureClientJsonApi; exports.getClientApiUrl = getClientApiUrl; exports.getClientAppUrl = getClientAppUrl; exports.getClientTrackablePages = getClientTrackablePages; exports.ClientJsonApiGet = ClientJsonApiGet; exports.ClientJsonApiPost = ClientJsonApiPost; exports.ClientJsonApiPut = ClientJsonApiPut; exports.ClientJsonApiPatch = ClientJsonApiPatch; exports.ClientJsonApiDelete = ClientJsonApiDelete; exports.ClientHttpMethod = ClientHttpMethod; exports.setClientGlobalErrorHandler = setClientGlobalErrorHandler; exports.getClientGlobalErrorHandler = getClientGlobalErrorHandler; exports.ClientAbstractService = ClientAbstractService; exports.ModuleRegistrar = ModuleRegistrar; exports.ModuleRegistry = ModuleRegistry; exports.Modules = Modules; exports.EndpointCreator = EndpointCreator; exports.createJsonApiInclusion = createJsonApiInclusion; exports.rehydrate = rehydrate; exports.rehydrateList = rehydrateList; exports.cn = cn; exports.composeRefs = composeRefs; exports.useComposedRefs = useComposedRefs; exports.useIsMobile = useIsMobile; exports.formatLocalDate = formatLocalDate; exports.formatDate = formatDate; exports.exists = exists; exports.TableOptions = TableOptions; exports.getTableOptions = getTableOptions; exports.getTableComponents = getTableComponents; exports.userObjectSchema = userObjectSchema; exports.entityObjectSchema = entityObjectSchema; exports.getInitials = getInitials; exports.BlockNoteDiffUtil = BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = BlockNoteWordDiffRendererUtil; exports.getIconByModule = getIconByModule; exports.getIcon = getIcon; exports.getIconByModuleName = getIconByModuleName; exports.getLucideIcon = getLucideIcon; exports.getLucideIconByModule = getLucideIconByModule; exports.getLucideIconByModuleName = getLucideIconByModuleName; exports.showToast = showToast; exports.showError = showError; exports.dismissToast = dismissToast; exports.showCustomToast = showCustomToast; exports.Action = Action; exports.checkPermissions = checkPermissions; exports.checkPermissionsFromServer = checkPermissionsFromServer; exports.getValueFromPath = getValueFromPath; exports.TotpAuthenticator = TotpAuthenticator; exports.TotpAuthenticatorModule = TotpAuthenticatorModule; exports.TotpSetup = TotpSetup; exports.TotpSetupModule = TotpSetupModule; exports.TotpVerify = TotpVerify; exports.TotpVerifyModule = TotpVerifyModule; exports.TotpVerifyLogin = TotpVerifyLogin; exports.TotpVerifyLoginModule = TotpVerifyLoginModule; exports.Passkey = Passkey; exports.PasskeyModule = PasskeyModule; exports.PasskeyRegistrationOptions = PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = PasskeyRegistrationVerifyModule; exports.PasskeyRename = PasskeyRename; exports.PasskeyRenameModule = PasskeyRenameModule; exports.PasskeyVerifyLogin = PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = PasskeyVerifyLoginModule; exports.PasskeyAuthenticationOptions = PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = PasskeyAuthenticationOptionsModule; exports.TwoFactorEnable = TwoFactorEnable; exports.TwoFactorEnableModule = TwoFactorEnableModule; exports.TwoFactorChallenge = TwoFactorChallenge; exports.TwoFactorChallengeModule = TwoFactorChallengeModule; exports.BackupCodeVerify = BackupCodeVerify; exports.BackupCodeVerifyModule = BackupCodeVerifyModule; exports.configureAuth = configureAuth; exports.getTokenHandler = getTokenHandler; exports.Auth = Auth; exports.AuthService = AuthService; exports.TwoFactorStatus = TwoFactorStatus; exports.TwoFactorService = TwoFactorService; exports.AuthComponent = AuthComponent; exports.AuthModule = AuthModule; exports.TwoFactorStatusModule = TwoFactorStatusModule; exports.BillingService = BillingService; exports.Billing = Billing; exports.BillingModule = BillingModule; exports.PaymentMethod = PaymentMethod; exports.StripeCustomer = StripeCustomer; exports.StripeCustomerService = StripeCustomerService; exports.StripeCustomerModule = StripeCustomerModule; exports.StripePaymentMethodModule = StripePaymentMethodModule; exports.StripeInvoice = StripeInvoice; exports.InvoiceStatus = InvoiceStatus; exports.StripeInvoiceService = StripeInvoiceService; exports.StripeInvoiceModule = StripeInvoiceModule; exports.StripePrice = StripePrice; exports.StripePriceService = StripePriceService; exports.StripePriceModule = StripePriceModule; exports.StripeProduct = StripeProduct; exports.StripeProductService = StripeProductService; exports.StripeProductModule = StripeProductModule; exports.StripeSubscription = StripeSubscription; exports.SubscriptionStatus = SubscriptionStatus; exports.StripeSubscriptionService = StripeSubscriptionService; exports.StripeSubscriptionModule = StripeSubscriptionModule; exports.StripeUsage = StripeUsage; exports.StripeUsageService = StripeUsageService; exports.StripeUsageModule = StripeUsageModule; exports.StripePromotionCodeService = StripePromotionCodeService; exports.StripePromotionCode = StripePromotionCode; exports.StripePromotionCodeModule = StripePromotionCodeModule; exports.Company = Company; exports.CompanyFields = CompanyFields; exports.CompanyService = CompanyService; exports.CompanyModule = CompanyModule; exports.Content = Content; exports.ContentFields = ContentFields; exports.ContentService = ContentService; exports.ContentModule = ContentModule; exports.HowTo = HowTo; exports.HowToModule = HowToModule; exports.HowToFields = HowToFields; exports.HowToService = HowToService; exports.Assistant = Assistant; exports.AssistantModule = AssistantModule; exports.AssistantMessage = AssistantMessage; exports.AssistantService = AssistantService; exports.AssistantMessageModule = AssistantMessageModule; exports.AssistantMessageService = AssistantMessageService; exports.Chunk = Chunk; exports.ChunkModule = ChunkModule; exports.Feature = Feature; exports.FeatureService = FeatureService; exports.FeatureModule = FeatureModule; exports.Module = Module; exports.ModuleModule = ModuleModule; exports.Notification = Notification; exports.NotificationFields = NotificationFields; exports.NotificationService = NotificationService; exports.NotificationModule = NotificationModule; exports.Push = Push; exports.PushService = PushService; exports.PushModule = PushModule; exports.Role = Role; exports.RoleFields = RoleFields; exports.RoleService = RoleService; exports.RoleModule = RoleModule; exports.S3 = S3; exports.S3Module = S3Module; exports.S3Service = S3Service; exports.User = User; exports.UserFields = UserFields; exports.UserService = UserService; exports.AuthorModule = AuthorModule; exports.UserModule = UserModule; exports.OAuthClient = OAuthClient; exports.OAuthModule = OAuthModule; exports.OAuthService = OAuthService; exports.OAUTH_SCOPE_DISPLAY = OAUTH_SCOPE_DISPLAY; exports.AVAILABLE_OAUTH_SCOPES = AVAILABLE_OAUTH_SCOPES; exports.DEFAULT_GRANT_TYPES = DEFAULT_GRANT_TYPES; exports.Waitlist = Waitlist; exports.WaitlistService = WaitlistService; exports.WaitlistStats = WaitlistStats; exports.WaitlistModule = WaitlistModule; exports.WaitlistStatsModule = WaitlistStatsModule; exports.PermissionMapping = PermissionMapping; exports.ModulePaths = ModulePaths; exports.RbacMatrixModel = RbacMatrixModel; exports.PermissionMappingModule = PermissionMappingModule; exports.ModulePathsModule = ModulePathsModule; exports.RbacMatrixModule = RbacMatrixModule; exports.ReferralStats = ReferralStats; exports.ReferralService = ReferralService; exports.ReferralModule = ReferralModule; exports.ReferralStatsModule = ReferralStatsModule; exports.AuditLog = AuditLog; exports.AuditLogService = AuditLogService; exports.AuditLogModule = AuditLogModule;
|
|
7825
|
-
//# sourceMappingURL=chunk-
|
|
7834
|
+
//# sourceMappingURL=chunk-S2PTWBN6.js.map
|