@carlonicora/nextjs-jsonapi 1.114.0 → 1.116.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-DT5L5AAB.js → BlockNoteEditor-R6U4PCQ7.js} +19 -19
- package/dist/{BlockNoteEditor-DT5L5AAB.js.map → BlockNoteEditor-R6U4PCQ7.js.map} +1 -1
- package/dist/{BlockNoteEditor-HIEAHXR4.mjs → BlockNoteEditor-RFRK3STN.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-4BUZUKER.js → chunk-6KLR3WJQ.js} +7 -7
- package/dist/{chunk-4BUZUKER.js.map → chunk-6KLR3WJQ.js.map} +1 -1
- package/dist/{chunk-FBTTIGLL.mjs → chunk-M7XAKLSP.mjs} +14 -5
- package/dist/chunk-M7XAKLSP.mjs.map +1 -0
- package/dist/{chunk-TVOW47AP.mjs → chunk-RKUUGCYB.mjs} +4 -4
- package/dist/{chunk-7EQ46GUL.js → chunk-S2PTWBN6.js} +30 -21
- package/dist/chunk-S2PTWBN6.js.map +1 -0
- package/dist/{chunk-VA2KFKHD.js → chunk-SPRFCAQI.js} +695 -695
- package/dist/{chunk-VA2KFKHD.js.map → chunk-SPRFCAQI.js.map} +1 -1
- package/dist/{chunk-DJSH6VHF.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 +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -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-0BTClOYO.d.mts → s3.service-CihgBy97.d.mts} +5 -2
- package/dist/{s3.service-CT27Fm1s.d.ts → s3.service-Cyvfk3qV.d.ts} +5 -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/core/abstracts/AbstractService.ts +6 -3
- package/src/features/notification/data/notification.interface.ts +2 -2
- package/src/features/notification/data/notification.ts +21 -5
- package/dist/chunk-7EQ46GUL.js.map +0 -1
- package/dist/chunk-FBTTIGLL.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-HIEAHXR4.mjs.map → BlockNoteEditor-RFRK3STN.mjs.map} +0 -0
- /package/dist/{chunk-TVOW47AP.mjs.map → chunk-RKUUGCYB.mjs.map} +0 -0
- /package/dist/{chunk-DJSH6VHF.mjs.map → chunk-WEPQD5MP.mjs.map} +0 -0
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
useI18nLocale,
|
|
21
21
|
useI18nRouter,
|
|
22
22
|
useI18nTranslations
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-WEPQD5MP.mjs";
|
|
24
24
|
import {
|
|
25
25
|
AVAILABLE_OAUTH_SCOPES,
|
|
26
26
|
AssistantMessage,
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
showToast,
|
|
61
61
|
useComposedRefs,
|
|
62
62
|
useIsMobile
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-M7XAKLSP.mjs";
|
|
64
64
|
import {
|
|
65
65
|
JsonApiContext
|
|
66
66
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -9691,7 +9691,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9691
9691
|
import dynamic from "next/dynamic";
|
|
9692
9692
|
import React16 from "react";
|
|
9693
9693
|
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
9694
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9694
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-RFRK3STN.mjs"), {
|
|
9695
9695
|
ssr: false
|
|
9696
9696
|
});
|
|
9697
9697
|
var BlockNoteEditorContainer = React16.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -22842,4 +22842,4 @@ export {
|
|
|
22842
22842
|
useOAuthClients,
|
|
22843
22843
|
useOAuthClient
|
|
22844
22844
|
};
|
|
22845
|
-
//# sourceMappingURL=chunk-
|
|
22845
|
+
//# sourceMappingURL=chunk-RKUUGCYB.mjs.map
|
|
@@ -393,7 +393,7 @@ var AbstractService = class {
|
|
|
393
393
|
throw new Error("Method not found");
|
|
394
394
|
}
|
|
395
395
|
if (!apiResponse.ok) {
|
|
396
|
-
if (globalErrorHandler && typeof window !== "undefined") {
|
|
396
|
+
if (globalErrorHandler && typeof window !== "undefined" && !params.suppressGlobalError) {
|
|
397
397
|
globalErrorHandler(apiResponse.response, apiResponse.error);
|
|
398
398
|
return void 0;
|
|
399
399
|
} else {
|
|
@@ -482,7 +482,7 @@ var AbstractService = class {
|
|
|
482
482
|
throw new Error("Method not found");
|
|
483
483
|
}
|
|
484
484
|
if (!apiResponse.ok) {
|
|
485
|
-
if (globalErrorHandler && typeof window !== "undefined") {
|
|
485
|
+
if (globalErrorHandler && typeof window !== "undefined" && !params.suppressGlobalError) {
|
|
486
486
|
globalErrorHandler(apiResponse.response, apiResponse.error);
|
|
487
487
|
return { data: void 0, meta: void 0 };
|
|
488
488
|
} else {
|
|
@@ -516,7 +516,7 @@ var AbstractService = class {
|
|
|
516
516
|
language
|
|
517
517
|
});
|
|
518
518
|
if (!apiResponse.ok) {
|
|
519
|
-
if (globalErrorHandler && typeof window !== "undefined") {
|
|
519
|
+
if (globalErrorHandler && typeof window !== "undefined" && !params.suppressGlobalError) {
|
|
520
520
|
globalErrorHandler(apiResponse.response, apiResponse.error);
|
|
521
521
|
return void 0;
|
|
522
522
|
} else {
|
|
@@ -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
|