@hexclave/next 1.0.59 → 1.0.60
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/{admin-app-impl-B-F5cED7.d.ts → admin-app-impl-cSRCMi8m.d.ts} +8 -8
- package/dist/{admin-app-impl-B-F5cED7.d.ts.map → admin-app-impl-cSRCMi8m.d.ts.map} +1 -1
- package/dist/esm/generated/quetzal-translations.d.ts +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +4 -4
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +1 -1
- package/dist/generated/quetzal-translations.d.ts +1 -1
- package/dist/{hexclave-provider-DAdyMWiC.d.ts → hexclave-provider-DnIE6JQ7.d.ts} +2 -2
- package/dist/{hexclave-provider-DAdyMWiC.d.ts.map → hexclave-provider-DnIE6JQ7.d.ts.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/common.js +2 -2
- package/dist/lib/hexclave-app/apps/implementations/index.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +1 -1
- package/dist/providers/hexclave-provider.d.ts +1 -1
- package/dist/providers/translation-provider.d.ts +1 -1
- package/dist/{quetzal-translations-B2jT2SWm.d.ts → quetzal-translations-XeH3zQ9l.d.ts} +3 -3
- package/dist/{quetzal-translations-B2jT2SWm.d.ts.map → quetzal-translations-XeH3zQ9l.d.ts.map} +1 -1
- package/dist/{translation-provider-6505O9P2.d.ts → translation-provider-WOaZXqAz.d.ts} +2 -2
- package/dist/{translation-provider-6505O9P2.d.ts.map → translation-provider-WOaZXqAz.d.ts.map} +1 -1
- package/package.json +4 -4
|
@@ -164,7 +164,7 @@ declare class _HexclaveAdminAppImplIncomplete<HasTokenStore extends boolean, Pro
|
|
|
164
164
|
} & {
|
|
165
165
|
uniqueIdentifier: string;
|
|
166
166
|
};
|
|
167
|
-
setCurrentUser: (userJsonPromise: Promise<import("@hexclave/shared/dist/current-user-
|
|
167
|
+
setCurrentUser: (userJsonPromise: Promise<import("@hexclave/shared/dist/current-user-Cg6by3KK").t["Client"]["Read"] | null>) => void;
|
|
168
168
|
getConstructorOptions: () => {
|
|
169
169
|
baseUrl?: string | {
|
|
170
170
|
browser: string;
|
|
@@ -196,11 +196,11 @@ declare class _HexclaveAdminAppImplIncomplete<HasTokenStore extends boolean, Pro
|
|
|
196
196
|
sendAnalyticsEventBatch: (body: string, options: {
|
|
197
197
|
keepalive: boolean;
|
|
198
198
|
}) => Promise<Result<Response, Error>>;
|
|
199
|
-
addRequestListener: (listener: import("@hexclave/shared/dist/client-interface-
|
|
199
|
+
addRequestListener: (listener: import("@hexclave/shared/dist/client-interface-D-cO5E3C").r) => () => void;
|
|
200
200
|
sendRequest: (path: string, requestOptions: RequestInit, requestType?: "client" | "server" | "admin") => Promise<Response & {
|
|
201
201
|
usedTokens: {
|
|
202
|
-
accessToken: import("@hexclave/shared/dist/sessions-
|
|
203
|
-
refreshToken: import("@hexclave/shared/dist/sessions-
|
|
202
|
+
accessToken: import("@hexclave/shared/dist/sessions-B7755rIu").t;
|
|
203
|
+
refreshToken: import("@hexclave/shared/dist/sessions-B7755rIu").i | null;
|
|
204
204
|
} | null;
|
|
205
205
|
}>;
|
|
206
206
|
getUrls: () => Readonly<import("@hexclave/shared/dist/handler-urls-BHt3v8Ai").s>;
|
|
@@ -586,8 +586,8 @@ declare class _HexclaveClientAppImplIncomplete<HasTokenStore extends boolean, Pr
|
|
|
586
586
|
addRequestListener: (listener: RequestListener) => () => void;
|
|
587
587
|
sendRequest: (path: string, requestOptions: RequestInit, requestType?: "client" | "server" | "admin") => Promise<Response & {
|
|
588
588
|
usedTokens: {
|
|
589
|
-
accessToken: import("@hexclave/shared/dist/sessions-
|
|
590
|
-
refreshToken: import("@hexclave/shared/dist/sessions-
|
|
589
|
+
accessToken: import("@hexclave/shared/dist/sessions-B7755rIu").t;
|
|
590
|
+
refreshToken: import("@hexclave/shared/dist/sessions-B7755rIu").i | null;
|
|
591
591
|
} | null;
|
|
592
592
|
}>;
|
|
593
593
|
getUrls: () => Readonly<ResolvedHandlerUrls$1>;
|
|
@@ -14,8 +14,8 @@ import { Store } from "@hexclave/shared/dist/utils/stores";
|
|
|
14
14
|
import { envVars } from "../../../../generated/env.js";
|
|
15
15
|
import { resolveHandlerUrls } from "../../url-targets.js";
|
|
16
16
|
//#region src/lib/hexclave-app/apps/implementations/common.ts
|
|
17
|
-
const clientVersion = "js @hexclave/next@1.0.
|
|
18
|
-
if ("js @hexclave/next@1.0.
|
|
17
|
+
const clientVersion = "js @hexclave/next@1.0.60";
|
|
18
|
+
if ("js @hexclave/next@1.0.60".startsWith("STACK_COMPILE_TIME"));
|
|
19
19
|
const replaceHexclavePortPrefix = (input) => {
|
|
20
20
|
if (!input) return input;
|
|
21
21
|
const prefix = envVars.HEXCLAVE_PORT_PREFIX;
|
|
@@ -72,7 +72,7 @@ declare class _HexclaveServerAppImplIncomplete<HasTokenStore extends boolean, Pr
|
|
|
72
72
|
protected _serverNotificationCategoryFromCrud(userId: string, crud: NotificationPreferenceCrud['Server']['Read']): NotificationCategory;
|
|
73
73
|
protected _serverOAuthProviderFromCrud(crud: OAuthProviderCrud['Server']['Read']): {
|
|
74
74
|
id: string;
|
|
75
|
-
type: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "
|
|
75
|
+
type: "x" | "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "twitch";
|
|
76
76
|
userId: string;
|
|
77
77
|
accountId: string;
|
|
78
78
|
email: string | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as quetzalLocales, t as quetzalKeys } from "../quetzal-translations-
|
|
1
|
+
import { n as quetzalLocales, t as quetzalKeys } from "../quetzal-translations-XeH3zQ9l.js";
|
|
2
2
|
export { quetzalKeys, quetzalLocales };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { D as StackAdminApp, N as StackServerApp, a as StackClientApp } from "./client-app-oSumAWx3.js";
|
|
2
|
-
import { t as TranslationProvider } from "./translation-provider-
|
|
2
|
+
import { t as TranslationProvider } from "./translation-provider-WOaZXqAz.js";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/providers/hexclave-provider.d.ts
|
|
@@ -26,4 +26,4 @@ declare const HexclaveProvider: typeof NextStackProvider;
|
|
|
26
26
|
declare const StackProvider: typeof NextStackProvider;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { HexclaveProvider as n, StackProvider as r, ActiveProvider as t };
|
|
29
|
-
//# sourceMappingURL=hexclave-provider-
|
|
29
|
+
//# sourceMappingURL=hexclave-provider-DnIE6JQ7.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hexclave-provider-
|
|
1
|
+
{"version":3,"file":"hexclave-provider-DnIE6JQ7.d.ts","names":[],"sources":["../src/providers/hexclave-provider.tsx"],"mappings":";;;;;iBASS,iBAAA;EACP,QAAA;EACA,GAAA;EACA,IAAA;EACA;AAAA;EAEA,IAAA,GAAO,KAAA,CAAM,cAAA,QAAsB,mBAAA;;AARwB;;;;;EAe3D,oBAAA,GAAuB,MAAA;EACvB,QAAA,EAAU,KAAA,CAAM,SAAA;EAEhB,GAAA,EAAK,cAAA,SAAuB,cAAA,SAAuB,aAAA;AAAA,gCACpD,GAAA,CAAA,OAAA;AAAA,cAcK,cAAA,SAAc,iBAAoB;AAAA,cAI3B,gBAAA,SAAgB,iBAAiB;;cAEjC,aAAA,SAAa,iBAAiB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import { t as ForgotPassword } from "./forgot-password-B7RLLsC2.js";
|
|
|
17
17
|
import { t as PasswordReset } from "./password-reset-CxIuXeIx.js";
|
|
18
18
|
import { a as TeamSwitcher, c as StackHandler, i as defineStackConfig, n as StackConfig, o as SelectedTeamSwitcher, r as defineHexclaveConfig, s as HexclaveHandler, t as HexclaveConfig } from "./index-DE-_vkL4.js";
|
|
19
19
|
import { n as useStackApp, r as useUser, t as useHexclaveApp } from "./hooks-Ds3yoNo-.js";
|
|
20
|
-
import { n as HexclaveProvider, r as StackProvider } from "./hexclave-provider-
|
|
20
|
+
import { n as HexclaveProvider, r as StackProvider } from "./hexclave-provider-DnIE6JQ7.js";
|
|
21
21
|
import { n as StackTheme, t as HexclaveTheme } from "./theme-provider-D9_ngSbi.js";
|
|
22
22
|
import { t as AuthPage } from "./auth-page-YnM_LtbN.js";
|
|
23
23
|
import { t as SignIn } from "./sign-in-BT45jb_W.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-cSRCMi8m.js";
|
|
2
2
|
export { _HexclaveAdminAppImplIncomplete };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as _HexclaveClientAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { r as _HexclaveClientAppImplIncomplete } from "../../../../admin-app-impl-cSRCMi8m.js";
|
|
2
2
|
export { _HexclaveClientAppImplIncomplete };
|
|
@@ -17,8 +17,8 @@ let _hexclave_shared_dist_utils_stores = require("@hexclave/shared/dist/utils/st
|
|
|
17
17
|
let ____________generated_env_js = require("../../../../generated/env.js");
|
|
18
18
|
let ______url_targets_js = require("../../url-targets.js");
|
|
19
19
|
//#region src/lib/hexclave-app/apps/implementations/common.ts
|
|
20
|
-
const clientVersion = "js @hexclave/next@1.0.
|
|
21
|
-
if ("js @hexclave/next@1.0.
|
|
20
|
+
const clientVersion = "js @hexclave/next@1.0.60";
|
|
21
|
+
if ("js @hexclave/next@1.0.60".startsWith("STACK_COMPILE_TIME"));
|
|
22
22
|
const replaceHexclavePortPrefix = (input) => {
|
|
23
23
|
if (!input) return input;
|
|
24
24
|
const prefix = ____________generated_env_js.envVars.HEXCLAVE_PORT_PREFIX;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as _HexclaveServerAppImplIncomplete, r as _HexclaveClientAppImplIncomplete, t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { n as _HexclaveServerAppImplIncomplete, r as _HexclaveClientAppImplIncomplete, t as _HexclaveAdminAppImplIncomplete } from "../../../../admin-app-impl-cSRCMi8m.js";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/hexclave-app/apps/implementations/index.d.ts
|
|
4
4
|
declare const _HexclaveAdminAppImpl: typeof _HexclaveAdminAppImplIncomplete, _HexclaveClientAppImpl: typeof _HexclaveClientAppImplIncomplete, _HexclaveServerAppImpl: typeof _HexclaveServerAppImplIncomplete;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as _HexclaveServerAppImplIncomplete } from "../../../../admin-app-impl-
|
|
1
|
+
import { n as _HexclaveServerAppImplIncomplete } from "../../../../admin-app-impl-cSRCMi8m.js";
|
|
2
2
|
export { _HexclaveServerAppImplIncomplete };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as HexclaveProvider, r as StackProvider, t as ActiveProvider } from "../hexclave-provider-
|
|
1
|
+
import { n as HexclaveProvider, r as StackProvider, t as ActiveProvider } from "../hexclave-provider-DnIE6JQ7.js";
|
|
2
2
|
export { HexclaveProvider, StackProvider, ActiveProvider as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as TranslationProvider } from "../translation-provider-
|
|
1
|
+
import { t as TranslationProvider } from "../translation-provider-WOaZXqAz.js";
|
|
2
2
|
export { TranslationProvider };
|