@elevasis/ui 2.36.0 → 2.38.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/api/index.js +4 -3
- package/dist/app/index.css +0 -384
- package/dist/app/index.d.ts +75 -2
- package/dist/app/index.js +22 -21
- package/dist/auth/index.d.ts +91 -28
- package/dist/auth/index.js +5 -1
- package/dist/charts/index.js +9 -3
- package/dist/chunk-4O3VAALW.js +349 -0
- package/dist/{chunk-O2Q4VMRN.js → chunk-566XWGPP.js} +76 -109
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/chunk-6D4LCJ52.js +10 -0
- package/dist/chunk-6ROXVZ3L.js +9 -0
- package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
- package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
- package/dist/{chunk-VKIZUUPM.js → chunk-7YXZFS56.js} +31 -14
- package/dist/{chunk-AKW7KISS.js → chunk-7ZWXTH5J.js} +2 -44
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-B2DZLPDL.js +39 -0
- package/dist/chunk-C6BDBZRO.js +422 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-H2MEFUQD.js +337 -0
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-M7Q4UBRY.js +85 -0
- package/dist/{chunk-K4UZU3TU.js → chunk-P34FFSOX.js} +1 -1
- package/dist/chunk-PGWANFNE.js +112 -0
- package/dist/{chunk-F6EFC2MJ.js → chunk-Q64E2TZY.js} +440 -2075
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
- package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
- package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
- package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
- package/dist/components/index.d.ts +74 -42
- package/dist/components/index.js +34 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/features/auth/index.d.ts +97 -99
- package/dist/features/auth/index.js +37 -99
- package/dist/features/clients/index.js +34 -19
- package/dist/features/crm/index.d.ts +65 -0
- package/dist/features/crm/index.js +34 -19
- package/dist/features/dashboard/index.js +34 -19
- package/dist/features/delivery/index.d.ts +65 -0
- package/dist/features/delivery/index.js +34 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1096 -1
- package/dist/features/lead-gen/index.js +34 -19
- package/dist/features/monitoring/index.js +34 -19
- package/dist/features/monitoring/requests/index.js +34 -19
- package/dist/features/notes/index.d.ts +72 -0
- package/dist/features/notes/index.js +621 -0
- package/dist/features/operations/index.d.ts +10 -2
- package/dist/features/operations/index.js +34 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +639 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +68 -35
- package/dist/features/settings/index.js +34 -19
- package/dist/hooks/access/index.d.ts +90 -0
- package/dist/hooks/access/index.js +10 -0
- package/dist/hooks/delivery/index.d.ts +65 -0
- package/dist/hooks/delivery/index.js +34 -19
- package/dist/hooks/index.d.ts +1644 -1651
- package/dist/hooks/index.js +34 -19
- package/dist/hooks/published.d.ts +1644 -1651
- package/dist/hooks/published.js +34 -19
- package/dist/hooks/user-notes/index.d.ts +57 -0
- package/dist/hooks/user-notes/index.js +3 -0
- package/dist/index.d.ts +294 -277
- package/dist/index.js +35 -20
- package/dist/initialization/index.d.ts +65 -19
- package/dist/knowledge/index.d.ts +10 -2
- package/dist/knowledge/index.js +173 -28
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +34 -19
- package/dist/profile/index.d.ts +65 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +75 -2
- package/dist/provider/index.js +16 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +75 -2
- package/dist/provider/published.js +11 -21
- package/dist/supabase/index.d.ts +127 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +3 -1
- package/dist/types/index.d.ts +115 -59
- package/dist/utils/index.js +2 -1
- package/package.json +21 -5
- package/src/auth/README.md +6 -6
- package/dist/components/navigation/index.css +0 -649
- package/dist/features/knowledge/index.css +0 -649
package/dist/index.d.ts
CHANGED
|
@@ -2292,6 +2292,51 @@ type Database = {
|
|
|
2292
2292
|
}
|
|
2293
2293
|
];
|
|
2294
2294
|
};
|
|
2295
|
+
deployment_organization_models: {
|
|
2296
|
+
Row: {
|
|
2297
|
+
created_at: string;
|
|
2298
|
+
deployment_id: string;
|
|
2299
|
+
model_hash: string | null;
|
|
2300
|
+
organization_id: string;
|
|
2301
|
+
organization_model: Json;
|
|
2302
|
+
schema_version: string;
|
|
2303
|
+
updated_at: string;
|
|
2304
|
+
};
|
|
2305
|
+
Insert: {
|
|
2306
|
+
created_at?: string;
|
|
2307
|
+
deployment_id: string;
|
|
2308
|
+
model_hash?: string | null;
|
|
2309
|
+
organization_id: string;
|
|
2310
|
+
organization_model: Json;
|
|
2311
|
+
schema_version?: string;
|
|
2312
|
+
updated_at?: string;
|
|
2313
|
+
};
|
|
2314
|
+
Update: {
|
|
2315
|
+
created_at?: string;
|
|
2316
|
+
deployment_id?: string;
|
|
2317
|
+
model_hash?: string | null;
|
|
2318
|
+
organization_id?: string;
|
|
2319
|
+
organization_model?: Json;
|
|
2320
|
+
schema_version?: string;
|
|
2321
|
+
updated_at?: string;
|
|
2322
|
+
};
|
|
2323
|
+
Relationships: [
|
|
2324
|
+
{
|
|
2325
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
2326
|
+
columns: ["deployment_id"];
|
|
2327
|
+
isOneToOne: true;
|
|
2328
|
+
referencedRelation: "deployments";
|
|
2329
|
+
referencedColumns: ["id"];
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
2333
|
+
columns: ["organization_id"];
|
|
2334
|
+
isOneToOne: false;
|
|
2335
|
+
referencedRelation: "organizations";
|
|
2336
|
+
referencedColumns: ["id"];
|
|
2337
|
+
}
|
|
2338
|
+
];
|
|
2339
|
+
};
|
|
2295
2340
|
deployments: {
|
|
2296
2341
|
Row: {
|
|
2297
2342
|
created_at: string;
|
|
@@ -3813,6 +3858,12 @@ type Database = {
|
|
|
3813
3858
|
Args: never;
|
|
3814
3859
|
Returns: boolean;
|
|
3815
3860
|
};
|
|
3861
|
+
current_user_shares_org_with: {
|
|
3862
|
+
Args: {
|
|
3863
|
+
other_user_id: string;
|
|
3864
|
+
};
|
|
3865
|
+
Returns: boolean;
|
|
3866
|
+
};
|
|
3816
3867
|
current_user_supabase_id: {
|
|
3817
3868
|
Args: never;
|
|
3818
3869
|
Returns: string;
|
|
@@ -3852,6 +3903,20 @@ type Database = {
|
|
|
3852
3903
|
Args: never;
|
|
3853
3904
|
Returns: string;
|
|
3854
3905
|
};
|
|
3906
|
+
has_org_access: {
|
|
3907
|
+
Args: {
|
|
3908
|
+
action?: string;
|
|
3909
|
+
org_id: string;
|
|
3910
|
+
system_path: string;
|
|
3911
|
+
};
|
|
3912
|
+
Returns: boolean;
|
|
3913
|
+
} | {
|
|
3914
|
+
Args: {
|
|
3915
|
+
action?: string;
|
|
3916
|
+
system_path: string;
|
|
3917
|
+
};
|
|
3918
|
+
Returns: boolean;
|
|
3919
|
+
};
|
|
3855
3920
|
has_org_permission: {
|
|
3856
3921
|
Args: {
|
|
3857
3922
|
org_id: string;
|
|
@@ -5221,7 +5286,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5221
5286
|
light: z$1.ZodOptional<z$1.ZodString>;
|
|
5222
5287
|
dark: z$1.ZodOptional<z$1.ZodString>;
|
|
5223
5288
|
}, z$1.core.$strip>>;
|
|
5224
|
-
|
|
5289
|
+
voice: z$1.ZodOptional<z$1.ZodString>;
|
|
5290
|
+
tagline: z$1.ZodOptional<z$1.ZodString>;
|
|
5291
|
+
values: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
5292
|
+
themePresetId: z$1.ZodOptional<z$1.ZodString>;
|
|
5293
|
+
}, z$1.core.$loose>>;
|
|
5225
5294
|
navigation: z$1.ZodDefault<z$1.ZodObject<{
|
|
5226
5295
|
sidebar: z$1.ZodDefault<z$1.ZodObject<{
|
|
5227
5296
|
primary: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
@@ -5268,7 +5337,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5268
5337
|
}, z$1.core.$strip>>;
|
|
5269
5338
|
}, z$1.core.$strip>>;
|
|
5270
5339
|
clientBrief: z$1.ZodDefault<z$1.ZodString>;
|
|
5271
|
-
|
|
5340
|
+
organizationName: z$1.ZodOptional<z$1.ZodString>;
|
|
5341
|
+
productName: z$1.ZodOptional<z$1.ZodString>;
|
|
5342
|
+
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
5343
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5344
|
+
}, z$1.core.$loose>>;
|
|
5272
5345
|
customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
5273
5346
|
id: z$1.ZodString;
|
|
5274
5347
|
order: z$1.ZodNumber;
|
|
@@ -6016,63 +6089,6 @@ interface SessionTokenUsage {
|
|
|
6016
6089
|
contextWindowSize: number;
|
|
6017
6090
|
}
|
|
6018
6091
|
|
|
6019
|
-
/**
|
|
6020
|
-
* Single source of truth for all active theme preset names.
|
|
6021
|
-
*
|
|
6022
|
-
* This is the canonical list. To add a preset:
|
|
6023
|
-
* 1. Add the name here.
|
|
6024
|
-
* 2. Create `packages/ui/src/theme/presets/{name}.ts` exporting `{name}Preset: ThemePreset`.
|
|
6025
|
-
* 3. Add to `PRESETS` record in `packages/ui/src/theme/presets/index.ts`.
|
|
6026
|
-
* 4. Add to `PresetName` union in `packages/ui/src/theme/presets/types.ts`.
|
|
6027
|
-
* 5. Add a card in `apps/command-center/src/features/settings/appearance/components/AppearanceSettings.tsx`.
|
|
6028
|
-
*
|
|
6029
|
-
* The union type (`ThemePresetName`) and Zod enum (`ThemePresetEnum`) are derived
|
|
6030
|
-
* automatically — no other files need updating.
|
|
6031
|
-
*/
|
|
6032
|
-
declare const THEME_PRESETS: readonly ["default", "tactical", "regal", "cyber-volt", "aurora", "rose-gold", "midnight", "titanium", "canopy", "slate", "cyber-strike", "cyber-chrome", "cyber-void", "nirvana", "wave", "synapse", "cortex", "helios", "graphite", "quarry"];
|
|
6033
|
-
type ThemePresetName = (typeof THEME_PRESETS)[number];
|
|
6034
|
-
|
|
6035
|
-
/**
|
|
6036
|
-
* Multi-tenancy configuration types
|
|
6037
|
-
*
|
|
6038
|
-
* Config is stored in dedicated `config` columns (NOT nested in metadata):
|
|
6039
|
-
* - organizations.config: Org-level config (no feature toggles -- all features available by default)
|
|
6040
|
-
* - org_memberships.config: Per-user-per-org feature overrides
|
|
6041
|
-
* - users.config: User-global config
|
|
6042
|
-
*/
|
|
6043
|
-
|
|
6044
|
-
/**
|
|
6045
|
-
* Per-user-per-org config (stored in org_memberships.config)
|
|
6046
|
-
* Controls which features a specific member can access within their org.
|
|
6047
|
-
* Keys are feature IDs from the organization model (e.g. crm, lead-gen, projects, seo).
|
|
6048
|
-
*/
|
|
6049
|
-
interface MembershipFeatureConfig {
|
|
6050
|
-
features?: Record<string, boolean>;
|
|
6051
|
-
}
|
|
6052
|
-
/**
|
|
6053
|
-
* User-global config (stored in users.config)
|
|
6054
|
-
* Theme and onboarding are user-specific, NOT org-specific
|
|
6055
|
-
*/
|
|
6056
|
-
interface UserConfig {
|
|
6057
|
-
theme?: {
|
|
6058
|
-
preset?: ThemePresetName;
|
|
6059
|
-
colorScheme?: 'light' | 'dark' | 'auto';
|
|
6060
|
-
};
|
|
6061
|
-
onboarding?: {
|
|
6062
|
-
completed?: boolean;
|
|
6063
|
-
completedAt?: string;
|
|
6064
|
-
role?: string;
|
|
6065
|
-
primaryUseCase?: string[];
|
|
6066
|
-
experienceLevel?: string;
|
|
6067
|
-
/** Onboarding guide system state (set by checklist/tour system) */
|
|
6068
|
-
guides?: {
|
|
6069
|
-
completedIds?: string[];
|
|
6070
|
-
dismissed?: boolean;
|
|
6071
|
-
completedAt?: string;
|
|
6072
|
-
};
|
|
6073
|
-
};
|
|
6074
|
-
}
|
|
6075
|
-
|
|
6076
6092
|
/**
|
|
6077
6093
|
* Memberships Domain - Zod Validation Schemas
|
|
6078
6094
|
*
|
|
@@ -6162,7 +6178,6 @@ interface MembershipWithDetails extends OrganizationMembership {
|
|
|
6162
6178
|
metadata?: Record<string, unknown>;
|
|
6163
6179
|
config?: Record<string, unknown>;
|
|
6164
6180
|
};
|
|
6165
|
-
config?: MembershipFeatureConfig;
|
|
6166
6181
|
}
|
|
6167
6182
|
|
|
6168
6183
|
interface OAuthToken extends Record<string, unknown> {
|
|
@@ -7047,7 +7062,7 @@ type APIErrorCode = 'VALIDATION_ERROR' | 'AUTHENTICATION_FAILED' | 'FORBIDDEN' |
|
|
|
7047
7062
|
* Source of truth for the permission keys used by:
|
|
7048
7063
|
* - RLS policies in Supabase (via has_org_permission(org_id, key))
|
|
7049
7064
|
* - API middleware (via requireOrganizationPermission(key))
|
|
7050
|
-
* - UI
|
|
7065
|
+
* - UI access checks (via useAccess() permission-backed AccessKeys)
|
|
7051
7066
|
*
|
|
7052
7067
|
* The DB table `org_rol_permissions` mirrors this constant. There is no
|
|
7053
7068
|
* runtime reconciler; parity is enforced two ways:
|
|
@@ -7093,6 +7108,81 @@ interface PermissionDescriptor {
|
|
|
7093
7108
|
isOrgGrantable: boolean;
|
|
7094
7109
|
}
|
|
7095
7110
|
|
|
7111
|
+
declare const AccessKeyInputSchema: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodObject<{
|
|
7112
|
+
systemPath: z$1.ZodString;
|
|
7113
|
+
action: z$1.ZodDefault<z$1.ZodEnum<{
|
|
7114
|
+
view: "view";
|
|
7115
|
+
manage: "manage";
|
|
7116
|
+
}>>;
|
|
7117
|
+
}, z$1.core.$strict>]>;
|
|
7118
|
+
type AccessKeyInput = z$1.input<typeof AccessKeyInputSchema>;
|
|
7119
|
+
declare const AccessKeys: {
|
|
7120
|
+
readonly platformAdmin: {
|
|
7121
|
+
readonly systemPath: "platform.admin";
|
|
7122
|
+
readonly action: "view";
|
|
7123
|
+
};
|
|
7124
|
+
readonly organizationManage: {
|
|
7125
|
+
readonly systemPath: "permission.org";
|
|
7126
|
+
readonly action: "manage";
|
|
7127
|
+
};
|
|
7128
|
+
readonly membersManage: {
|
|
7129
|
+
readonly systemPath: "permission.members";
|
|
7130
|
+
readonly action: "manage";
|
|
7131
|
+
};
|
|
7132
|
+
readonly rolesManage: {
|
|
7133
|
+
readonly systemPath: "permission.roles";
|
|
7134
|
+
readonly action: "manage";
|
|
7135
|
+
};
|
|
7136
|
+
readonly secretsManage: {
|
|
7137
|
+
readonly systemPath: "permission.secrets";
|
|
7138
|
+
readonly action: "manage";
|
|
7139
|
+
};
|
|
7140
|
+
readonly operationsRead: {
|
|
7141
|
+
readonly systemPath: "permission.operations";
|
|
7142
|
+
readonly action: "view";
|
|
7143
|
+
};
|
|
7144
|
+
readonly operationsManage: {
|
|
7145
|
+
readonly systemPath: "permission.operations";
|
|
7146
|
+
readonly action: "manage";
|
|
7147
|
+
};
|
|
7148
|
+
readonly acquisitionManage: {
|
|
7149
|
+
readonly systemPath: "permission.acquisition";
|
|
7150
|
+
readonly action: "manage";
|
|
7151
|
+
};
|
|
7152
|
+
readonly projectsManage: {
|
|
7153
|
+
readonly systemPath: "permission.projects";
|
|
7154
|
+
readonly action: "manage";
|
|
7155
|
+
};
|
|
7156
|
+
readonly clientsManage: {
|
|
7157
|
+
readonly systemPath: "permission.clients";
|
|
7158
|
+
readonly action: "manage";
|
|
7159
|
+
};
|
|
7160
|
+
readonly operationsOverview: {
|
|
7161
|
+
readonly systemPath: "diagnostic.operations.overview";
|
|
7162
|
+
readonly action: "view";
|
|
7163
|
+
};
|
|
7164
|
+
readonly operationsRecentExecutions: {
|
|
7165
|
+
readonly systemPath: "diagnostic.operations.recent-executions";
|
|
7166
|
+
readonly action: "view";
|
|
7167
|
+
};
|
|
7168
|
+
readonly monitoringExecutionLogs: {
|
|
7169
|
+
readonly systemPath: "diagnostic.monitoring.execution-logs";
|
|
7170
|
+
readonly action: "view";
|
|
7171
|
+
};
|
|
7172
|
+
readonly monitoringNotifications: {
|
|
7173
|
+
readonly systemPath: "diagnostic.monitoring.notifications";
|
|
7174
|
+
readonly action: "view";
|
|
7175
|
+
};
|
|
7176
|
+
};
|
|
7177
|
+
|
|
7178
|
+
type AccessRestrictedBy = 'catalog' | 'membership' | 'system-lifecycle' | 'role-permission' | 'diagnostic-allowlist' | null;
|
|
7179
|
+
type AccessReason = 'allowed' | 'platform-admin-bypass' | 'invalid-access-key' | 'unknown-access-key' | 'organization-mismatch' | 'missing-membership' | 'system-not-active' | 'role-permission-denied' | 'diagnostic-key-not-allowed';
|
|
7180
|
+
interface AccessAnswer {
|
|
7181
|
+
allowed: boolean;
|
|
7182
|
+
restrictedBy: AccessRestrictedBy;
|
|
7183
|
+
reason: AccessReason;
|
|
7184
|
+
}
|
|
7185
|
+
|
|
7096
7186
|
/**
|
|
7097
7187
|
* Execution history item.
|
|
7098
7188
|
* Represents a single execution triggered by a schedule.
|
|
@@ -7661,13 +7751,6 @@ interface PresetEntry {
|
|
|
7661
7751
|
/** Returns all available presets as UI-ready entries. */
|
|
7662
7752
|
declare function useAvailablePresets(): PresetEntry[];
|
|
7663
7753
|
|
|
7664
|
-
type Props$2 = {
|
|
7665
|
-
permission: PermissionKey | string;
|
|
7666
|
-
fallback?: ReactNode;
|
|
7667
|
-
children: ReactNode;
|
|
7668
|
-
};
|
|
7669
|
-
declare function Can({ permission, fallback, children }: Props$2): react_jsx_runtime.JSX.Element | null;
|
|
7670
|
-
|
|
7671
7754
|
type Props$1 = {
|
|
7672
7755
|
slug: string;
|
|
7673
7756
|
name: string;
|
|
@@ -8218,13 +8301,16 @@ interface IConfirmationInputModalProps {
|
|
|
8218
8301
|
}
|
|
8219
8302
|
declare const ConfirmationInputModal: ({ opened, onClose, loading, icon, confirmationHandler, style, title, text, buttonText, buttonColor, inputValue, onInputChange, expectedValue, placeholder }: IConfirmationInputModalProps) => react_jsx_runtime.JSX.Element;
|
|
8220
8303
|
|
|
8221
|
-
|
|
8222
|
-
hasPermission: (key: PermissionKey | string) => boolean;
|
|
8223
|
-
permissions: string[];
|
|
8224
|
-
isPlatformAdmin: boolean;
|
|
8304
|
+
interface UseAccessResult extends AccessAnswer {
|
|
8225
8305
|
isReady: boolean;
|
|
8226
|
-
|
|
8227
|
-
|
|
8306
|
+
isPlatformAdmin: boolean;
|
|
8307
|
+
permissions: readonly string[];
|
|
8308
|
+
}
|
|
8309
|
+
/**
|
|
8310
|
+
* Unified access hook for Organization Model system lifecycle, diagnostic keys,
|
|
8311
|
+
* role permissions, organization membership, and platform-admin bypass.
|
|
8312
|
+
*/
|
|
8313
|
+
declare function useAccess(key: AccessKeyInput): UseAccessResult;
|
|
8228
8314
|
|
|
8229
8315
|
/**
|
|
8230
8316
|
* Query key factory for executions TanStack Query hooks.
|
|
@@ -9318,168 +9404,6 @@ declare function useSortedData<T>(data: T[], defaultColumn: string, accessors: R
|
|
|
9318
9404
|
toggleSort: (column: string) => void;
|
|
9319
9405
|
};
|
|
9320
9406
|
|
|
9321
|
-
/**
|
|
9322
|
-
* Type for the useOrganizations hook return value
|
|
9323
|
-
*/
|
|
9324
|
-
interface UseOrganizationsReturn {
|
|
9325
|
-
currentWorkOSOrganizationId: string | null;
|
|
9326
|
-
currentMembership: MembershipWithDetails | null;
|
|
9327
|
-
setCurrentWorkOSOrganizationId: (id: string | null) => void;
|
|
9328
|
-
setCurrentMembership: (membership: MembershipWithDetails | null) => void;
|
|
9329
|
-
setOrganizationsInitializing: (initializing: boolean) => void;
|
|
9330
|
-
setOrganizationsLoading: (loading: boolean) => void;
|
|
9331
|
-
setOrganizationsError: (error: string | null) => void;
|
|
9332
|
-
organizations: {
|
|
9333
|
-
isInitializing: boolean;
|
|
9334
|
-
isOrgRefreshing: boolean;
|
|
9335
|
-
error: string | null;
|
|
9336
|
-
};
|
|
9337
|
-
}
|
|
9338
|
-
/**
|
|
9339
|
-
* Type for the useApiClient hook return value
|
|
9340
|
-
*/
|
|
9341
|
-
interface UseApiClientReturn {
|
|
9342
|
-
apiRequest: <T = unknown>(path: string, options?: RequestInit) => Promise<T>;
|
|
9343
|
-
}
|
|
9344
|
-
/**
|
|
9345
|
-
* Return type for useOrgInitialization hook
|
|
9346
|
-
*/
|
|
9347
|
-
interface UseOrgInitializationReturn {
|
|
9348
|
-
memberships: MembershipWithDetails[];
|
|
9349
|
-
isInitializing: boolean;
|
|
9350
|
-
isLoading: boolean;
|
|
9351
|
-
isInitialized: boolean;
|
|
9352
|
-
error: string | null;
|
|
9353
|
-
currentOrganization: MembershipWithDetails['organization'] | null;
|
|
9354
|
-
retry: () => Promise<void>;
|
|
9355
|
-
}
|
|
9356
|
-
/**
|
|
9357
|
-
* Factory function to create a useOrgInitialization hook for your app.
|
|
9358
|
-
*
|
|
9359
|
-
* Usage in app:
|
|
9360
|
-
* ```typescript
|
|
9361
|
-
* import { createUseOrgInitialization } from '@repo/ui/organization'
|
|
9362
|
-
* import { useOrganizations } from './hooks/useOrganizations'
|
|
9363
|
-
* import { useApiClient } from './api/hooks/useApiClient'
|
|
9364
|
-
*
|
|
9365
|
-
* export const useOrgInitialization = createUseOrgInitialization(
|
|
9366
|
-
* useOrganizations,
|
|
9367
|
-
* useApiClient
|
|
9368
|
-
* )
|
|
9369
|
-
* ```
|
|
9370
|
-
*
|
|
9371
|
-
* This pattern allows the shared package to provide the hook logic
|
|
9372
|
-
* while each app provides its own hook instances.
|
|
9373
|
-
*/
|
|
9374
|
-
declare function createUseOrgInitialization(useOrganizations: () => UseOrganizationsReturn, useApiClient: () => UseApiClientReturn): () => UseOrgInitializationReturn;
|
|
9375
|
-
|
|
9376
|
-
interface InitializationError {
|
|
9377
|
-
layer: 'auth' | 'profile' | 'organization';
|
|
9378
|
-
message: string;
|
|
9379
|
-
originalError?: Error;
|
|
9380
|
-
}
|
|
9381
|
-
interface AppInitializationState {
|
|
9382
|
-
userReady: boolean;
|
|
9383
|
-
organizationReady: boolean;
|
|
9384
|
-
allReady: boolean;
|
|
9385
|
-
isInitializing: boolean;
|
|
9386
|
-
error: InitializationError | null;
|
|
9387
|
-
retry: () => void;
|
|
9388
|
-
profile: SupabaseUserProfile | null;
|
|
9389
|
-
}
|
|
9390
|
-
/**
|
|
9391
|
-
* Factory function to create a useAppInitialization hook for your app.
|
|
9392
|
-
*
|
|
9393
|
-
* Usage in app:
|
|
9394
|
-
* ```typescript
|
|
9395
|
-
* import { createUseAppInitialization } from '@repo/ui/initialization'
|
|
9396
|
-
* import { useOrgInitialization } from './organization/hooks/useOrgInitialization'
|
|
9397
|
-
*
|
|
9398
|
-
* export const useAppInitialization = createUseAppInitialization(useOrgInitialization)
|
|
9399
|
-
* ```
|
|
9400
|
-
*
|
|
9401
|
-
* This pattern allows the shared package to provide the hook logic
|
|
9402
|
-
* while each app provides its own hook instances.
|
|
9403
|
-
*/
|
|
9404
|
-
declare function createUseAppInitialization(useOrgInitialization: () => UseOrgInitializationReturn): () => AppInitializationState;
|
|
9405
|
-
|
|
9406
|
-
/**
|
|
9407
|
-
* The value exposed by OrganizationProvider to all consumers.
|
|
9408
|
-
*/
|
|
9409
|
-
interface OrganizationContextValue {
|
|
9410
|
-
/** WorkOS organization ID of the currently selected organization. */
|
|
9411
|
-
currentWorkOSOrganizationId: string | null;
|
|
9412
|
-
/** Supabase (UUID) organization ID of the currently selected organization. */
|
|
9413
|
-
currentSupabaseOrganizationId: string | null;
|
|
9414
|
-
/** Full membership record for the currently selected organization. */
|
|
9415
|
-
currentMembership: MembershipWithDetails | null;
|
|
9416
|
-
/** All memberships for the authenticated user. */
|
|
9417
|
-
memberships: MembershipWithDetails[];
|
|
9418
|
-
/** True while the initial membership list is being fetched. */
|
|
9419
|
-
isInitializing: boolean;
|
|
9420
|
-
/** True while a subsequent org switch / refresh is in flight. */
|
|
9421
|
-
isOrgRefreshing: boolean;
|
|
9422
|
-
/** Error message if the membership fetch or org switch failed. */
|
|
9423
|
-
error: string | null;
|
|
9424
|
-
/**
|
|
9425
|
-
* Switch the active organization.
|
|
9426
|
-
*
|
|
9427
|
-
* Persists the selection to `last_visited_org` on the user profile and
|
|
9428
|
-
* invalidates all org-scoped TanStack Query cache entries.
|
|
9429
|
-
*
|
|
9430
|
-
* @param workosOrgId - WorkOS organization ID to switch to.
|
|
9431
|
-
*/
|
|
9432
|
-
switchOrganization: (workosOrgId: string) => void;
|
|
9433
|
-
/**
|
|
9434
|
-
* Re-fetch memberships and retry org selection after an error.
|
|
9435
|
-
*/
|
|
9436
|
-
retry: () => Promise<void>;
|
|
9437
|
-
}
|
|
9438
|
-
declare const OrganizationContext: React$1.Context<OrganizationContextValue | null>;
|
|
9439
|
-
/**
|
|
9440
|
-
* Consumes the nearest OrganizationProvider.
|
|
9441
|
-
*
|
|
9442
|
-
* @throws {Error} If called outside of an OrganizationProvider tree.
|
|
9443
|
-
*/
|
|
9444
|
-
declare function useOrganization(): OrganizationContextValue;
|
|
9445
|
-
|
|
9446
|
-
type RestrictionSource = 'membership' | null;
|
|
9447
|
-
interface FeatureAccessResult {
|
|
9448
|
-
allowed: boolean;
|
|
9449
|
-
restrictedBy: RestrictionSource;
|
|
9450
|
-
}
|
|
9451
|
-
/**
|
|
9452
|
-
* Factory that creates a `useFeatureAccess` hook scoped to the consumer's
|
|
9453
|
-
* feature configuration.
|
|
9454
|
-
*
|
|
9455
|
-
* @param useInitialization - Initialization hook providing `profile` and `organizationReady`
|
|
9456
|
-
* @param useOrganization - Organization hook providing `currentMembership`
|
|
9457
|
-
*
|
|
9458
|
-
* @example
|
|
9459
|
-
* ```typescript
|
|
9460
|
-
* // In your app's feature-access module
|
|
9461
|
-
* import { createFeatureAccessHook } from '@repo/ui/hooks'
|
|
9462
|
-
* import { useInitialization } from '@repo/ui/initialization'
|
|
9463
|
-
* import { useOrganization } from '@repo/ui/organization'
|
|
9464
|
-
*
|
|
9465
|
-
* export const useFeatureAccess = createFeatureAccessHook({
|
|
9466
|
-
* useInitialization,
|
|
9467
|
-
* useOrganization,
|
|
9468
|
-
* })
|
|
9469
|
-
* ```
|
|
9470
|
-
*/
|
|
9471
|
-
declare function createFeatureAccessHook({ useInitialization, useOrganization }: {
|
|
9472
|
-
useInitialization: () => Pick<AppInitializationState, 'profile' | 'organizationReady'>;
|
|
9473
|
-
useOrganization: () => Pick<OrganizationContextValue, 'currentMembership'>;
|
|
9474
|
-
}): () => {
|
|
9475
|
-
orgConfig: Record<string, unknown> | undefined;
|
|
9476
|
-
membershipConfig: MembershipFeatureConfig | undefined;
|
|
9477
|
-
userConfig: UserConfig | undefined;
|
|
9478
|
-
hasFeature: (featureKey: string) => boolean;
|
|
9479
|
-
checkFeature: (featureKey: string) => FeatureAccessResult;
|
|
9480
|
-
isReady: boolean;
|
|
9481
|
-
};
|
|
9482
|
-
|
|
9483
9407
|
interface UseSSEConnectionOptions {
|
|
9484
9408
|
manager: SSEConnectionManagerLike;
|
|
9485
9409
|
/** Shared connection key — all subscribers with the same key share ONE connection. */
|
|
@@ -11979,12 +11903,6 @@ declare class OrganizationMembershipService {
|
|
|
11979
11903
|
|
|
11980
11904
|
declare function useUserMemberships(userId: string, params?: Omit<ListMembershipsParams, 'userId'>): _tanstack_react_query.UseQueryResult<MembershipWithDetails[], Error>;
|
|
11981
11905
|
|
|
11982
|
-
interface UpdateMemberConfigParams {
|
|
11983
|
-
membershipId: string;
|
|
11984
|
-
config: MembershipFeatureConfig;
|
|
11985
|
-
}
|
|
11986
|
-
declare function useUpdateMemberConfig(): _tanstack_react_query.UseMutationResult<unknown, Error, UpdateMemberConfigParams, unknown>;
|
|
11987
|
-
|
|
11988
11906
|
interface DeactivateMembershipMutationData {
|
|
11989
11907
|
membershipId: string;
|
|
11990
11908
|
userId?: string;
|
|
@@ -15438,13 +15356,6 @@ interface DeploymentStatusBadgeProps {
|
|
|
15438
15356
|
}
|
|
15439
15357
|
declare function DeploymentStatusBadge({ status }: DeploymentStatusBadgeProps): react_jsx_runtime.JSX.Element;
|
|
15440
15358
|
|
|
15441
|
-
interface MembershipFeaturePanelProps {
|
|
15442
|
-
currentConfig?: MembershipFeatureConfig;
|
|
15443
|
-
onConfigChange: (config: MembershipFeatureConfig) => void;
|
|
15444
|
-
disabled?: boolean;
|
|
15445
|
-
}
|
|
15446
|
-
declare function MembershipFeaturePanel({ currentConfig, onConfigChange, disabled }: MembershipFeaturePanelProps): react_jsx_runtime.JSX.Element;
|
|
15447
|
-
|
|
15448
15359
|
interface MembershipStatusBadgeProps {
|
|
15449
15360
|
status: MembershipStatus;
|
|
15450
15361
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -16665,6 +16576,91 @@ declare function useStableAccessToken(): () => Promise<string>;
|
|
|
16665
16576
|
*/
|
|
16666
16577
|
declare function useSessionCheck(): void;
|
|
16667
16578
|
|
|
16579
|
+
/**
|
|
16580
|
+
* Type for the useOrganizations hook return value
|
|
16581
|
+
*/
|
|
16582
|
+
interface UseOrganizationsReturn {
|
|
16583
|
+
currentWorkOSOrganizationId: string | null;
|
|
16584
|
+
currentMembership: MembershipWithDetails | null;
|
|
16585
|
+
setCurrentWorkOSOrganizationId: (id: string | null) => void;
|
|
16586
|
+
setCurrentMembership: (membership: MembershipWithDetails | null) => void;
|
|
16587
|
+
setOrganizationsInitializing: (initializing: boolean) => void;
|
|
16588
|
+
setOrganizationsLoading: (loading: boolean) => void;
|
|
16589
|
+
setOrganizationsError: (error: string | null) => void;
|
|
16590
|
+
organizations: {
|
|
16591
|
+
isInitializing: boolean;
|
|
16592
|
+
isOrgRefreshing: boolean;
|
|
16593
|
+
error: string | null;
|
|
16594
|
+
};
|
|
16595
|
+
}
|
|
16596
|
+
/**
|
|
16597
|
+
* Type for the useApiClient hook return value
|
|
16598
|
+
*/
|
|
16599
|
+
interface UseApiClientReturn {
|
|
16600
|
+
apiRequest: <T = unknown>(path: string, options?: RequestInit) => Promise<T>;
|
|
16601
|
+
}
|
|
16602
|
+
/**
|
|
16603
|
+
* Return type for useOrgInitialization hook
|
|
16604
|
+
*/
|
|
16605
|
+
interface UseOrgInitializationReturn {
|
|
16606
|
+
memberships: MembershipWithDetails[];
|
|
16607
|
+
isInitializing: boolean;
|
|
16608
|
+
isLoading: boolean;
|
|
16609
|
+
isInitialized: boolean;
|
|
16610
|
+
error: string | null;
|
|
16611
|
+
currentOrganization: MembershipWithDetails['organization'] | null;
|
|
16612
|
+
retry: () => Promise<void>;
|
|
16613
|
+
}
|
|
16614
|
+
/**
|
|
16615
|
+
* Factory function to create a useOrgInitialization hook for your app.
|
|
16616
|
+
*
|
|
16617
|
+
* Usage in app:
|
|
16618
|
+
* ```typescript
|
|
16619
|
+
* import { createUseOrgInitialization } from '@repo/ui/organization'
|
|
16620
|
+
* import { useOrganizations } from './hooks/useOrganizations'
|
|
16621
|
+
* import { useApiClient } from './api/hooks/useApiClient'
|
|
16622
|
+
*
|
|
16623
|
+
* export const useOrgInitialization = createUseOrgInitialization(
|
|
16624
|
+
* useOrganizations,
|
|
16625
|
+
* useApiClient
|
|
16626
|
+
* )
|
|
16627
|
+
* ```
|
|
16628
|
+
*
|
|
16629
|
+
* This pattern allows the shared package to provide the hook logic
|
|
16630
|
+
* while each app provides its own hook instances.
|
|
16631
|
+
*/
|
|
16632
|
+
declare function createUseOrgInitialization(useOrganizations: () => UseOrganizationsReturn, useApiClient: () => UseApiClientReturn): () => UseOrgInitializationReturn;
|
|
16633
|
+
|
|
16634
|
+
interface InitializationError {
|
|
16635
|
+
layer: 'auth' | 'profile' | 'organization';
|
|
16636
|
+
message: string;
|
|
16637
|
+
originalError?: Error;
|
|
16638
|
+
}
|
|
16639
|
+
interface AppInitializationState {
|
|
16640
|
+
userReady: boolean;
|
|
16641
|
+
organizationReady: boolean;
|
|
16642
|
+
allReady: boolean;
|
|
16643
|
+
isInitializing: boolean;
|
|
16644
|
+
error: InitializationError | null;
|
|
16645
|
+
retry: () => void;
|
|
16646
|
+
profile: SupabaseUserProfile | null;
|
|
16647
|
+
}
|
|
16648
|
+
/**
|
|
16649
|
+
* Factory function to create a useAppInitialization hook for your app.
|
|
16650
|
+
*
|
|
16651
|
+
* Usage in app:
|
|
16652
|
+
* ```typescript
|
|
16653
|
+
* import { createUseAppInitialization } from '@repo/ui/initialization'
|
|
16654
|
+
* import { useOrgInitialization } from './organization/hooks/useOrgInitialization'
|
|
16655
|
+
*
|
|
16656
|
+
* export const useAppInitialization = createUseAppInitialization(useOrgInitialization)
|
|
16657
|
+
* ```
|
|
16658
|
+
*
|
|
16659
|
+
* This pattern allows the shared package to provide the hook logic
|
|
16660
|
+
* while each app provides its own hook instances.
|
|
16661
|
+
*/
|
|
16662
|
+
declare function createUseAppInitialization(useOrgInitialization: () => UseOrgInitializationReturn): () => AppInitializationState;
|
|
16663
|
+
|
|
16668
16664
|
interface ProtectedRouteProps {
|
|
16669
16665
|
children: ReactNode;
|
|
16670
16666
|
/**
|
|
@@ -16723,36 +16719,17 @@ interface ProtectedRouteProps {
|
|
|
16723
16719
|
*/
|
|
16724
16720
|
declare function ProtectedRoute({ children, redirectTo, fallback, errorFallback, waitForOrganization }: ProtectedRouteProps): react_jsx_runtime.JSX.Element | null;
|
|
16725
16721
|
|
|
16726
|
-
interface
|
|
16722
|
+
interface AccessGuardProps {
|
|
16723
|
+
accessKey: AccessKeyInput;
|
|
16727
16724
|
children: ReactNode;
|
|
16728
|
-
|
|
16729
|
-
|
|
16730
|
-
|
|
16731
|
-
*/
|
|
16732
|
-
redirectTo?: string;
|
|
16733
|
-
/**
|
|
16734
|
-
* Rendered while user readiness is being determined.
|
|
16735
|
-
* When not provided, nothing is rendered during initialization.
|
|
16736
|
-
*/
|
|
16737
|
-
fallback?: ReactNode;
|
|
16725
|
+
fallback?: ReactNode | ((answer: UseAccessResult) => ReactNode);
|
|
16726
|
+
loadingFallback?: ReactNode;
|
|
16727
|
+
redirectTo?: string | null;
|
|
16738
16728
|
}
|
|
16739
16729
|
/**
|
|
16740
|
-
*
|
|
16741
|
-
*
|
|
16742
|
-
* Reads `profile.is_platform_admin` from the nearest InitializationProvider.
|
|
16743
|
-
* Non-admin users are redirected to `redirectTo` (default: '/').
|
|
16744
|
-
*
|
|
16745
|
-
* Must be nested inside a ProtectedRoute (or equivalent) so that
|
|
16746
|
-
* `userReady` is guaranteed to be true when this guard runs.
|
|
16747
|
-
*
|
|
16748
|
-
* @example
|
|
16749
|
-
* <ProtectedRoute>
|
|
16750
|
-
* <AdminGuard fallback={<AppShellLoader />}>
|
|
16751
|
-
* <AdminDashboard />
|
|
16752
|
-
* </AdminGuard>
|
|
16753
|
-
* </ProtectedRoute>
|
|
16730
|
+
* Unified route/UI guard for the shared Access Model.
|
|
16754
16731
|
*/
|
|
16755
|
-
declare function
|
|
16732
|
+
declare function AccessGuard({ accessKey, children, fallback, loadingFallback, redirectTo }: AccessGuardProps): react_jsx_runtime.JSX.Element;
|
|
16756
16733
|
|
|
16757
16734
|
type ApiRequestFn$2 = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
16758
16735
|
interface ProfileContextValue {
|
|
@@ -16846,6 +16823,46 @@ declare class UserProfileService {
|
|
|
16846
16823
|
}>): Promise<SupabaseUserProfile | null>;
|
|
16847
16824
|
}
|
|
16848
16825
|
|
|
16826
|
+
/**
|
|
16827
|
+
* The value exposed by OrganizationProvider to all consumers.
|
|
16828
|
+
*/
|
|
16829
|
+
interface OrganizationContextValue {
|
|
16830
|
+
/** WorkOS organization ID of the currently selected organization. */
|
|
16831
|
+
currentWorkOSOrganizationId: string | null;
|
|
16832
|
+
/** Supabase (UUID) organization ID of the currently selected organization. */
|
|
16833
|
+
currentSupabaseOrganizationId: string | null;
|
|
16834
|
+
/** Full membership record for the currently selected organization. */
|
|
16835
|
+
currentMembership: MembershipWithDetails | null;
|
|
16836
|
+
/** All memberships for the authenticated user. */
|
|
16837
|
+
memberships: MembershipWithDetails[];
|
|
16838
|
+
/** True while the initial membership list is being fetched. */
|
|
16839
|
+
isInitializing: boolean;
|
|
16840
|
+
/** True while a subsequent org switch / refresh is in flight. */
|
|
16841
|
+
isOrgRefreshing: boolean;
|
|
16842
|
+
/** Error message if the membership fetch or org switch failed. */
|
|
16843
|
+
error: string | null;
|
|
16844
|
+
/**
|
|
16845
|
+
* Switch the active organization.
|
|
16846
|
+
*
|
|
16847
|
+
* Persists the selection to `last_visited_org` on the user profile and
|
|
16848
|
+
* invalidates all org-scoped TanStack Query cache entries.
|
|
16849
|
+
*
|
|
16850
|
+
* @param workosOrgId - WorkOS organization ID to switch to.
|
|
16851
|
+
*/
|
|
16852
|
+
switchOrganization: (workosOrgId: string) => void;
|
|
16853
|
+
/**
|
|
16854
|
+
* Re-fetch memberships and retry org selection after an error.
|
|
16855
|
+
*/
|
|
16856
|
+
retry: () => Promise<void>;
|
|
16857
|
+
}
|
|
16858
|
+
declare const OrganizationContext: React$1.Context<OrganizationContextValue | null>;
|
|
16859
|
+
/**
|
|
16860
|
+
* Consumes the nearest OrganizationProvider.
|
|
16861
|
+
*
|
|
16862
|
+
* @throws {Error} If called outside of an OrganizationProvider tree.
|
|
16863
|
+
*/
|
|
16864
|
+
declare function useOrganization(): OrganizationContextValue;
|
|
16865
|
+
|
|
16849
16866
|
type ApiRequestFn = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
16850
16867
|
/**
|
|
16851
16868
|
* Provides organization state to its subtree via React Context.
|
|
@@ -17079,5 +17096,5 @@ declare function InitializationProvider({ children }: {
|
|
|
17079
17096
|
children: ReactNode;
|
|
17080
17097
|
}): React$1.FunctionComponentElement<React$1.ProviderProps<AppInitializationState | null>>;
|
|
17081
17098
|
|
|
17082
|
-
export { AGENT_CONSTANTS, APIClientError, APIErrorAlert, API_URL, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, ActivityTrendChart, AdminGuard, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, AmbientBloomGrid, ApiClientProvider, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, AppBackground, AppErrorBoundary, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, AppearanceProvider, AuthProvider, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, Can, CardHeader, CenteredErrorState, ChartFrame, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CollapsibleSidebarGroup, CombinedTrendChart, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CostTrendChart, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialService, CredentialSettings, CrmActionsProvider, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, CyberAreaChart, CyberBackground, CyberDonut, CyberDonutTooltip, CyberLegendItem, CyberParticles, DEAL_STAGES, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DEFAULT_KANBAN_CONFIG, DEFAULT_SEMANTIC_ICON_REGISTRY, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisCoreProvider, ElevasisLoader, ElevasisServiceProvider, ElevasisSystemsProvider, ElevasisUIProvider, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilmGrain, FilterBar, FloatingMotes, FloatingOrbs, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, HeroStatsRow, InitializationContext, InitializationProvider, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LIMIT_ACTIVITY_FEED, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LinksGroup, ListActionsProvider, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, NotificationProvider, OAUTH_FLOW_TIMEOUT, OAuthConnectModal, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationContext, OrganizationMembershipService, OrganizationMembershipsList, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PIPELINE_FUNNEL_ORDER, PageContainer, PageNotFound, PageTitleCaption, PermissionMatrix, PerspectiveGrid, PipelineFunnelWidget, PresetsProvider, ProfileProvider, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, ProtectedRoute, QuickCreateActions, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, RadiantGlow, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, ResourceStatusColors, RichTextEditor, RoleBadge, RouterProvider, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, ScrollToTop, SemanticIcon, SessionMemory, Sidebar, SidebarContext, SidebarProvider, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, StyledMarkdown, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavItem, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, SubshellSidebarSection, SystemShell, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TabCountBadge, TabSection, TableSelectionToolbar, TanStackRouterBridge, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, Topbar, TopbarContainer, TrendIndicator, TypeformArrayField, TypeformCheckboxGroup, TypeformNavigation, TypeformProgress, TypeformQuestionWrapper, TypeformRadioGroup, TypeformSurvey, TypeformTextInput, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, UserProfileService, Vignette, VisualizerContainer, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WaveBackground, WebhookEndpointService, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, answerValueSchema, brochureStyles, brochureTheme, buildErrorReport, calculateBarPosition, calculateGraphHeight, calculateProgress, checkboxWithOtherSchema, clientsKeys, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createCustomValue, createElevasisQueryClient, createFeatureAccessHook, createOrganizationsSlice, createPresetValue, createSurveyConfig, createTestSystemsProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, debounce, defaultTheme, deliveryManifest, executionsKeys, extendSemanticIconRegistry, extractAnswerValue, extractMultiAnswerValues, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatStatusLabel, formatTimeAgo, generateShades, getAnswerString, getCustomValueText, getEdgeColor, getEdgeOpacity, getEnrichmentColor, getErrorInfo, getErrorTitle, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getMultiAnswerStrings, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getSemanticIconComponent, getSeriesColor, getStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, hasCustomValue, hasPresetValue, iconMap, isAPIClientError, isCustomValue, isPresetValue, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mantineThemeOverride, mdxComponents, mergeTheme, milestoneKeys, milestoneStatusColors, monitoringManifest, multiAnswerValueSchema, noteKeys, noteTypeColors, observabilityKeys, operationsKeys, operationsManifest, PRESETS as presets, projectActivityKeys, projectKeys, projectStatusColors, radioWithOtherSchema, requestsKeys, resolveSemanticIconComponent, restoreConsole, scheduleKeys, seoManifest, sessionsKeys, settingsManifest, setupBrowserMocks, shouldAnimateEdge, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, sortData, subshellNavItemIconSize, subsidebarWidth, suppressKnownWarnings, taskKeys, taskStatusColors, taskTypeColors, topbarHeight, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBreadcrumbs, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCardStyle, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmActions, useCrmPipelineSummary, useCrmQuickMetrics, useCyberColors, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteLists, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useDirectedChainHighlighting, useEffectivePermissions, useElevasisServices, useElevasisSystems, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphHighlighting, useGraphTheme, useHasPermission, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNewKnowledgeMapLayout, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResolvedOrganizationModel, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSidebar, useSidebarCollapse, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useTypeform, useTypeformContext, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
|
|
17083
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityEntry, ActivityFilters$1 as ActivityFilters, ActivityFiltersProps, ActivityTableProps, ActivityTrendChartProps, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult,
|
|
17099
|
+
export { AGENT_CONSTANTS, APIClientError, APIErrorAlert, API_URL, AbsoluteScheduleForm, AccessGuard, AccessKeys, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, ActivityTrendChart, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, AmbientBloomGrid, ApiClientProvider, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, AppBackground, AppErrorBoundary, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, AppearanceProvider, AuthProvider, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, ChartFrame, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CollapsibleSidebarGroup, CombinedTrendChart, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CostTrendChart, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialService, CredentialSettings, CrmActionsProvider, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, CyberAreaChart, CyberBackground, CyberDonut, CyberDonutTooltip, CyberLegendItem, CyberParticles, DEAL_STAGES, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DEFAULT_KANBAN_CONFIG, DEFAULT_SEMANTIC_ICON_REGISTRY, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisCoreProvider, ElevasisLoader, ElevasisServiceProvider, ElevasisSystemsProvider, ElevasisUIProvider, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilmGrain, FilterBar, FloatingMotes, FloatingOrbs, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, HeroStatsRow, InitializationContext, InitializationProvider, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LIMIT_ACTIVITY_FEED, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LinksGroup, ListActionsProvider, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, NotificationProvider, OAUTH_FLOW_TIMEOUT, OAuthConnectModal, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationContext, OrganizationMembershipService, OrganizationMembershipsList, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PIPELINE_FUNNEL_ORDER, PageContainer, PageNotFound, PageTitleCaption, PermissionMatrix, PerspectiveGrid, PipelineFunnelWidget, PresetsProvider, ProfileProvider, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, ProtectedRoute, QuickCreateActions, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, RadiantGlow, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, ResourceStatusColors, RichTextEditor, RoleBadge, RouterProvider, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, ScrollToTop, SemanticIcon, SessionMemory, Sidebar, SidebarContext, SidebarProvider, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, StyledMarkdown, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavItem, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, SubshellSidebarSection, SystemShell, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TabCountBadge, TabSection, TableSelectionToolbar, TanStackRouterBridge, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, Topbar, TopbarContainer, TrendIndicator, TypeformArrayField, TypeformCheckboxGroup, TypeformNavigation, TypeformProgress, TypeformQuestionWrapper, TypeformRadioGroup, TypeformSurvey, TypeformTextInput, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, UserProfileService, Vignette, VisualizerContainer, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WaveBackground, WebhookEndpointService, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, answerValueSchema, brochureStyles, brochureTheme, buildErrorReport, calculateBarPosition, calculateGraphHeight, calculateProgress, checkboxWithOtherSchema, clientsKeys, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createCustomValue, createElevasisQueryClient, createOrganizationsSlice, createPresetValue, createSurveyConfig, createTestSystemsProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, debounce, defaultTheme, deliveryManifest, executionsKeys, extendSemanticIconRegistry, extractAnswerValue, extractMultiAnswerValues, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatStatusLabel, formatTimeAgo, generateShades, getAnswerString, getCustomValueText, getEdgeColor, getEdgeOpacity, getEnrichmentColor, getErrorInfo, getErrorTitle, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getMultiAnswerStrings, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getSemanticIconComponent, getSeriesColor, getStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, hasCustomValue, hasPresetValue, iconMap, isAPIClientError, isCustomValue, isPresetValue, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mantineThemeOverride, mdxComponents, mergeTheme, milestoneKeys, milestoneStatusColors, monitoringManifest, multiAnswerValueSchema, noteKeys, noteTypeColors, observabilityKeys, operationsKeys, operationsManifest, PRESETS as presets, projectActivityKeys, projectKeys, projectStatusColors, radioWithOtherSchema, requestsKeys, resolveSemanticIconComponent, restoreConsole, scheduleKeys, seoManifest, sessionsKeys, settingsManifest, setupBrowserMocks, shouldAnimateEdge, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, sortData, subshellNavItemIconSize, subsidebarWidth, suppressKnownWarnings, taskKeys, taskStatusColors, taskTypeColors, topbarHeight, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBreadcrumbs, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCardStyle, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmActions, useCrmPipelineSummary, useCrmQuickMetrics, useCyberColors, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteLists, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useDirectedChainHighlighting, useEffectivePermissions, useElevasisServices, useElevasisSystems, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphHighlighting, useGraphTheme, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNewKnowledgeMapLayout, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganization, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResolvedOrganizationModel, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSidebar, useSidebarCollapse, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useTypeform, useTypeformContext, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
|
|
17100
|
+
export type { AccessGuardProps, AccessKeyInput, AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityEntry, ActivityFilters$1 as ActivityFilters, ActivityFiltersProps, ActivityTableProps, ActivityTrendChartProps, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, AnswerValue, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppErrorBoundaryProps, AppInitializationState, AppearanceConfig, ArrayItemAnswer, ArrayQuestion, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BaseEdgeProps, BaseExecutionLogsProps, BaseQuestion, BreadcrumbItem, BreadcrumbsProps, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChartFrameProps, ChatMessage, CheckboxQuestion, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CollapsibleSidebarGroupProps, ColorShadesTuple, CombinedTrendChartProps, ContentQuestion, ContextViewerProps, CostByModelTableProps, CostTrendChartProps, CrashErrorFallbackProps, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateElevasisQueryClientOptions, CreateOrgRoleInput, CreateRoleModalProps, CreateScheduleInput, CreateSessionResponse, CreateTestSystemsProviderOptions, CredentialListItem, CrmOverviewProps, CyberAreaChartProps, CyberColors, CyberDonutProps, CyberDonutSegment, CyberSeries, CyberVariant, DealDetail, DealKanbanCardProps, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisSystemsContextValue, ElevasisSystemsProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorAnalysisCardProps, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorReportCardProps, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionBreakdownTableProps, ExecutionErrorDetails, ExecutionHealthCardProps, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogEntry, ExecutionLogsFilters$1 as ExecutionLogsFilters, ExecutionLogsFiltersProps, ExecutionLogsPageResponse, ExecutionLogsTableProps, ExecutionPathState, ExecutionStatus, FailingResource, FeatureUnavailableStateProps, FieldPath, FitViewButtonVariant, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphFitViewHandlerProps, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, HeroStatsRowProps, InitializationError, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LeadGenStageKey, LinkItem, LinkProps, LinksGroupProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, LogLevel, MdxRendererProps, MembershipWithDetails, MessageEvent, MessageType, MultiAnswerValue, NavItem, NavigationButtonProps, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphSystemBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PageCondition, PermissionRow, PresetEntry, PresetName, ProfileContextValue, ProjectsSidebarMiddleProps, ProtectedRouteProps, RadioQuestion, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedShellModel, ResolvedShellRouteMatch, ResolvedShellSystem, ResolvedSystemAccess, ResolvedSystemModule, ResolvedSystemSemantics, ResourceFilterFacet, ResourceHealthPanelProps, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RichTextEditorProps, RouterAdapter, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SemanticIconProps, SemanticIconRegistry, SemanticIconToken, SerializedKnowledgeMap, SerializedKnowledgeNode, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, ShellSidebarLinkGroup, ShellSidebarLinkItem, ShellSidebarProjectionOptions, SidebarNestedProps, SortDirection, SortState, StaleDealSummaryItem, StatCardProps, StatefulItem, StatusColorScheme, StatusFilter$1 as StatusFilter, StatusIconColors, StepConfigComponent, StepConfigFieldHint, StepConfigFormProps, StepConfigLayout, StepConfigSection, StepExecutionData, StyledMarkdownProps, SubmitActionRequest, SubmitActionResponse, SubshellContainerProps, SubshellContentContainerProps, SubshellNavItemProps, SubshellNavListProps, SubshellRightSideContainerProps, SubshellSidebarContainerProps, SubshellSidebarLoaderProps, SubshellSidebarProps, SubshellSidebarSectionProps, SupabaseUserProfile, SystemHealthExecutionSummary, SystemHealthResponse, SystemIconComponent, SystemModule, SystemSidebarComponent, TabSectionProps, TablerIcon, TablerIconComponent, TaskFilterStatus, TaskSchedule, TextQuestion, TextareaQuestion, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TopbarProps, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, TrendIndicatorProps, TypeformActions, TypeformAnswerValue, TypeformAnswers, TypeformArrayFieldProps, TypeformCheckboxGroupProps, TypeformConfig, TypeformContextValue, TypeformErrors, TypeformInputQuestion, TypeformNavigationProps, TypeformOption, TypeformPage, TypeformProgressProps, TypeformQuestion, TypeformRadioGroupProps, TypeformState, TypeformStyles, TypeformSurveyProps, TypeformTextInputProps, TypeformTheme, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseAccessResult, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseBreadcrumbsOptions, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseTypeformReturn, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WaveVariant, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput, ZodFormRendererProps };
|