@hexclave/tanstack-start 1.0.64 → 1.0.66
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-Cdh1oCee.d.ts → admin-app-impl-WvWhAoAp.d.ts} +2 -2
- package/dist/{admin-app-impl-Cdh1oCee.d.ts.map → admin-app-impl-WvWhAoAp.d.ts.map} +1 -1
- package/dist/auth-page-YnM_LtbN.d.ts.map +1 -1
- package/dist/cli-auth-confirm-BW3PYpKb.d.ts.map +1 -1
- package/dist/components/api-key-dialogs.d.ts +1 -1
- package/dist/components/api-key-dialogs.js +4 -4
- package/dist/components/credential-sign-in.js +3 -3
- package/dist/components/credential-sign-up.js +5 -5
- package/dist/components/elements/sidebar-layout.js +2 -2
- package/dist/components/elements/user-avatar.js +1 -1
- package/dist/components/magic-link-sign-in.js +5 -5
- package/dist/components/message-cards/no-auth-methods-message-card.d.ts +13 -0
- package/dist/components/message-cards/no-auth-methods-message-card.d.ts.map +1 -0
- package/dist/components/message-cards/no-auth-methods-message-card.js +75 -0
- package/dist/components/message-cards/no-auth-methods-message-card.js.map +1 -0
- package/dist/components/message-cards/predefined-message-card.js +1 -1
- package/dist/components/passkey-button.js +1 -1
- package/dist/components/profile-image-editor.js +1 -1
- package/dist/components/team-icon.js +1 -1
- package/dist/components/team-switcher.js +1 -1
- package/dist/components/user-button.js +1 -1
- package/dist/components-page/account-settings/editable-text.js +1 -1
- package/dist/components-page/account-settings/email-and-auth/emails-section.js +3 -3
- package/dist/components-page/account-settings/email-and-auth/password-section.js +3 -3
- package/dist/components-page/account-settings/teams/team-creation-page.js +3 -3
- package/dist/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
- package/dist/components-page/account-settings.js +3 -3
- package/dist/components-page/auth-page.js +8 -3
- package/dist/components-page/auth-page.js.map +1 -1
- package/dist/components-page/cli-auth-confirm.js +8 -2
- package/dist/components-page/cli-auth-confirm.js.map +1 -1
- package/dist/components-page/cli-auth-confirm.test.js +42 -0
- package/dist/components-page/cli-auth-confirm.test.js.map +1 -1
- package/dist/components-page/forgot-password.js +5 -5
- package/dist/components-page/hexclave-handler-client.js +1 -1
- package/dist/components-page/mfa.js +3 -3
- package/dist/components-page/oauth-callback.js +1 -1
- package/dist/components-page/onboarding.js +4 -4
- package/dist/components-page/password-reset.js +8 -8
- package/dist/components-page/team-creation.js +5 -5
- package/dist/esm/components/api-key-dialogs.d.ts +1 -1
- package/dist/esm/components/api-key-dialogs.js +4 -4
- package/dist/esm/components/credential-sign-in.js +3 -3
- package/dist/esm/components/credential-sign-up.js +5 -5
- package/dist/esm/components/elements/sidebar-layout.js +2 -2
- package/dist/esm/components/elements/user-avatar.js +1 -1
- package/dist/esm/components/magic-link-sign-in.js +5 -5
- package/dist/esm/components/message-cards/no-auth-methods-message-card.d.ts +13 -0
- package/dist/esm/components/message-cards/no-auth-methods-message-card.d.ts.map +1 -0
- package/dist/esm/components/message-cards/no-auth-methods-message-card.js +74 -0
- package/dist/esm/components/message-cards/no-auth-methods-message-card.js.map +1 -0
- package/dist/esm/components/message-cards/predefined-message-card.js +1 -1
- package/dist/esm/components/passkey-button.js +1 -1
- package/dist/esm/components/profile-image-editor.js +1 -1
- package/dist/esm/components/team-icon.js +1 -1
- package/dist/esm/components/team-switcher.js +1 -1
- package/dist/esm/components/user-button.js +1 -1
- package/dist/esm/components-page/account-settings/editable-text.js +1 -1
- package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +3 -3
- package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +3 -3
- package/dist/esm/components-page/account-settings/teams/team-creation-page.js +3 -3
- package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
- package/dist/esm/components-page/account-settings.js +3 -3
- package/dist/esm/components-page/auth-page.d.ts.map +1 -1
- package/dist/esm/components-page/auth-page.js +8 -3
- package/dist/esm/components-page/auth-page.js.map +1 -1
- package/dist/esm/components-page/cli-auth-confirm.d.ts.map +1 -1
- package/dist/esm/components-page/cli-auth-confirm.js +8 -2
- package/dist/esm/components-page/cli-auth-confirm.js.map +1 -1
- package/dist/esm/components-page/cli-auth-confirm.test.js +42 -0
- package/dist/esm/components-page/cli-auth-confirm.test.js.map +1 -1
- package/dist/esm/components-page/forgot-password.js +5 -5
- package/dist/esm/components-page/hexclave-handler-client.js +1 -1
- package/dist/esm/components-page/mfa.js +3 -3
- package/dist/esm/components-page/oauth-callback.js +1 -1
- package/dist/esm/components-page/onboarding.js +4 -4
- package/dist/esm/components-page/password-reset.js +7 -7
- package/dist/esm/components-page/team-creation.js +5 -5
- package/dist/esm/generated/global-css.d.ts +1 -1
- package/dist/esm/generated/global-css.js +1 -1
- package/dist/esm/generated/global-css.js.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 +2 -2
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
- 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/esm/lib/hexclave-app/users/index.d.ts +1 -1
- package/dist/generated/global-css.d.ts +1 -1
- package/dist/generated/global-css.js +1 -1
- package/dist/generated/global-css.js.map +1 -1
- package/dist/generated/quetzal-translations.d.ts +1 -1
- package/dist/{hexclave-provider-Dxrf-i1f.d.ts → hexclave-provider-CN52q2zh.d.ts} +2 -2
- package/dist/{hexclave-provider-Dxrf-i1f.d.ts.map → hexclave-provider-CN52q2zh.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-CK45_4Dm.d.ts → quetzal-translations-XeH3zQ9l.d.ts} +3 -3
- package/dist/{quetzal-translations-CK45_4Dm.d.ts.map → quetzal-translations-XeH3zQ9l.d.ts.map} +1 -1
- package/dist/{translation-provider-DQ3BJepJ.d.ts → translation-provider-WOaZXqAz.d.ts} +2 -2
- package/dist/{translation-provider-DQ3BJepJ.d.ts.map → translation-provider-WOaZXqAz.d.ts.map} +1 -1
- package/package.json +3 -3
- package/src/components/message-cards/no-auth-methods-message-card.tsx +57 -0
- package/src/components-page/auth-page.tsx +18 -1
- package/src/components-page/cli-auth-confirm.test.tsx +55 -0
- package/src/components-page/cli-auth-confirm.tsx +11 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AnalyticsClickmapOptions, AnalyticsClickmapResponse, AnalyticsClickmapTokenResponse, MetricsResponse, MetricsUserCounts, UserActivityResponse } from "@hexclave/shared/dist/interface/admin-metrics";
|
|
2
|
-
import { HexclaveAdminInterface } from "@hexclave/shared";
|
|
3
2
|
import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
|
|
3
|
+
import { HexclaveAdminInterface } from "@hexclave/shared";
|
|
4
4
|
import { Result } from "@hexclave/shared/dist/utils/results";
|
|
5
5
|
import { AdminEmailOutbox, AdminSentEmail } from "../../index.js";
|
|
6
6
|
import { EmailConfig, hexclaveAppInternalsSymbol } from "../../common.js";
|
|
@@ -196,7 +196,7 @@ 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-DCTCrVW8").r) => () => void;
|
|
200
200
|
sendRequest: (path: string, requestOptions: RequestInit, requestType?: "client" | "server" | "admin") => Promise<Response & {
|
|
201
201
|
usedTokens: {
|
|
202
202
|
accessToken: import("@hexclave/shared/dist/sessions-CI-0TBQb").t;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HexclaveClientInterface, KnownError, KnownErrors } from "@hexclave/shared";
|
|
2
1
|
import * as yup from "yup";
|
|
2
|
+
import { HexclaveClientInterface, KnownError, KnownErrors } from "@hexclave/shared";
|
|
3
3
|
import { Result } from "@hexclave/shared/dist/utils/results";
|
|
4
4
|
import { TokenObject } from "./common.js";
|
|
5
5
|
import { ConvexCtx, GetCurrentPartialUserOptions, GetCurrentUserOptions, HandlerUrlOptions as HandlerUrlOptions$1, HandlerUrls, OAuthScopesOnSignIn, RedirectMethod, RedirectToOptions, RequestLike, ResolvedHandlerUrls as ResolvedHandlerUrls$1, TokenStoreInit, hexclaveAppInternalsSymbol } from "../../common.js";
|
|
@@ -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/tanstack-start@1.0.
|
|
18
|
-
if ("js @hexclave/tanstack-start@1.0.
|
|
17
|
+
const clientVersion = "js @hexclave/tanstack-start@1.0.66";
|
|
18
|
+
if ("js @hexclave/tanstack-start@1.0.66".startsWith("STACK_COMPILE_TIME"));
|
|
19
19
|
const replaceHexclavePortPrefix = (input) => {
|
|
20
20
|
if (!input) return input;
|
|
21
21
|
const prefix = envVars.HEXCLAVE_PORT_PREFIX;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HexclaveServerInterface, KnownErrors } from "@hexclave/shared";
|
|
2
1
|
import * as yup from "yup";
|
|
2
|
+
import { HexclaveServerInterface, KnownErrors } from "@hexclave/shared";
|
|
3
3
|
import { Result } from "@hexclave/shared/dist/utils/results";
|
|
4
4
|
import { ConvexCtx, GetCurrentUserOptions } from "../../common.js";
|
|
5
5
|
import { AdminProjectPermissionDefinition, AdminTeamPermission, AdminTeamPermissionDefinition } from "../../permissions/index.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { KnownErrors } from "@hexclave/shared";
|
|
2
1
|
import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
|
|
2
|
+
import { KnownErrors } from "@hexclave/shared";
|
|
3
3
|
import { Result } from "@hexclave/shared/dist/utils/results";
|
|
4
4
|
import { InternalSession } from "@hexclave/shared/dist/sessions";
|
|
5
5
|
import { ReadonlyJson } from "@hexclave/shared/dist/utils/json";
|