@carlonicora/nextjs-jsonapi 1.139.1 → 1.139.2
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-B5BEXRRO.js → BlockNoteEditor-JGX66ZAX.js} +19 -19
- package/dist/{BlockNoteEditor-B5BEXRRO.js.map → BlockNoteEditor-JGX66ZAX.js.map} +1 -1
- package/dist/{BlockNoteEditor-WXYPQVVY.mjs → BlockNoteEditor-OZCZ3UVF.mjs} +4 -4
- package/dist/billing/index.js +357 -357
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-GF4OWZKE.mjs → chunk-5GVY2M5X.mjs} +2 -2
- package/dist/{chunk-GF4OWZKE.mjs.map → chunk-5GVY2M5X.mjs.map} +1 -1
- package/dist/{chunk-AWOOIQLF.js → chunk-AGKZCRG2.js} +2 -2
- package/dist/{chunk-AWOOIQLF.js.map → chunk-AGKZCRG2.js.map} +1 -1
- package/dist/{chunk-LFEI3ASB.mjs → chunk-C4HLDTHV.mjs} +5 -5
- package/dist/{chunk-LFEI3ASB.mjs.map → chunk-C4HLDTHV.mjs.map} +1 -1
- package/dist/{chunk-PKSCKISS.mjs → chunk-KXTTYXJ6.mjs} +2 -2
- package/dist/{chunk-XN6CXBNO.js → chunk-SE2YSAER.js} +7 -7
- package/dist/{chunk-XN6CXBNO.js.map → chunk-SE2YSAER.js.map} +1 -1
- package/dist/{chunk-W2Z3KQH6.js → chunk-U662TK63.js} +729 -729
- package/dist/{chunk-W2Z3KQH6.js.map → chunk-U662TK63.js.map} +1 -1
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.d.ts +1 -1
- 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 +2 -2
- package/dist/core/index.d.ts +2 -2
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{oauth.interface-B6xmfDzK.d.ts → oauth.interface-CD90ycYz.d.ts} +6 -2
- package/dist/{oauth.interface-o5FLpiN7.d.mts → oauth.interface-DRE3NAKc.d.mts} +6 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/oauth/data/oauth.service.ts +1 -1
- package/src/features/oauth/hooks/useOAuthConsent.ts +3 -1
- package/src/features/oauth/interfaces/oauth.interface.ts +6 -2
- /package/dist/{BlockNoteEditor-WXYPQVVY.mjs.map → BlockNoteEditor-OZCZ3UVF.mjs.map} +0 -0
- /package/dist/{chunk-PKSCKISS.mjs.map → chunk-KXTTYXJ6.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -48,11 +48,11 @@ import {
|
|
|
48
48
|
TabsList,
|
|
49
49
|
TabsTrigger,
|
|
50
50
|
useCurrentUserContext
|
|
51
|
-
} from "../chunk-
|
|
51
|
+
} from "../chunk-C4HLDTHV.mjs";
|
|
52
52
|
import {
|
|
53
53
|
getRoleId,
|
|
54
54
|
getStripePublishableKey
|
|
55
|
-
} from "../chunk-
|
|
55
|
+
} from "../chunk-KXTTYXJ6.mjs";
|
|
56
56
|
import {
|
|
57
57
|
FeatureService,
|
|
58
58
|
StripeCustomerService,
|
|
@@ -63,7 +63,7 @@ import {
|
|
|
63
63
|
StripeSubscriptionService,
|
|
64
64
|
StripeUsageService,
|
|
65
65
|
cn
|
|
66
|
-
} from "../chunk-
|
|
66
|
+
} from "../chunk-5GVY2M5X.mjs";
|
|
67
67
|
import "../chunk-AUXK7QSA.mjs";
|
|
68
68
|
import "../chunk-C7C7VY4F.mjs";
|
|
69
69
|
import "../chunk-Z2CB63VG.mjs";
|
|
@@ -7108,7 +7108,7 @@ var OAuthService = class extends AbstractService {
|
|
|
7108
7108
|
const endpoint = new EndpointCreator({ endpoint: "oauth/authorize/info" });
|
|
7109
7109
|
endpoint.addAdditionalParam("client_id", params.clientId);
|
|
7110
7110
|
endpoint.addAdditionalParam("redirect_uri", params.redirectUri);
|
|
7111
|
-
endpoint.addAdditionalParam("scope", params.scope);
|
|
7111
|
+
if (params.scope) endpoint.addAdditionalParam("scope", params.scope);
|
|
7112
7112
|
if (params.state) endpoint.addAdditionalParam("state", params.state);
|
|
7113
7113
|
if (params.codeChallenge) endpoint.addAdditionalParam("code_challenge", params.codeChallenge);
|
|
7114
7114
|
if (params.codeChallengeMethod) endpoint.addAdditionalParam("code_challenge_method", params.codeChallengeMethod);
|
|
@@ -7969,4 +7969,4 @@ export {
|
|
|
7969
7969
|
AuditLogService,
|
|
7970
7970
|
AuditLogModule
|
|
7971
7971
|
};
|
|
7972
|
-
//# sourceMappingURL=chunk-
|
|
7972
|
+
//# sourceMappingURL=chunk-5GVY2M5X.mjs.map
|