@elevasis/ui 2.36.0 → 2.37.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.
Files changed (92) hide show
  1. package/dist/api/index.js +4 -3
  2. package/dist/app/index.css +0 -384
  3. package/dist/app/index.d.ts +20 -0
  4. package/dist/app/index.js +21 -21
  5. package/dist/auth/index.d.ts +91 -28
  6. package/dist/auth/index.js +5 -1
  7. package/dist/charts/index.js +9 -3
  8. package/dist/chunk-5CTJ7TW2.js +111 -0
  9. package/dist/chunk-5EYJ2GIN.js +122 -0
  10. package/dist/{chunk-K4UZU3TU.js → chunk-6NREL3KL.js} +1 -1
  11. package/dist/chunk-6ROXVZ3L.js +9 -0
  12. package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
  13. package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
  14. package/dist/chunk-A7IG36LB.js +215 -0
  15. package/dist/chunk-CLDCYJQT.js +1 -0
  16. package/dist/{chunk-AKW7KISS.js → chunk-CWYQRM5T.js} +2 -38
  17. package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
  18. package/dist/chunk-I53EX4VU.js +734 -0
  19. package/dist/chunk-IIMU5YAJ.js +53 -0
  20. package/dist/{chunk-VKIZUUPM.js → chunk-JPVZRZ3X.js} +31 -14
  21. package/dist/chunk-JXVNHVK7.js +79 -0
  22. package/dist/chunk-JZ2WID2G.js +337 -0
  23. package/dist/chunk-LCJQ6OWC.js +348 -0
  24. package/dist/chunk-LNC6PZAE.js +85 -0
  25. package/dist/{chunk-O2Q4VMRN.js → chunk-NWMPBG4U.js} +1 -1
  26. package/dist/chunk-NYNOMAAS.js +422 -0
  27. package/dist/chunk-S3KBYQTI.js +39 -0
  28. package/dist/chunk-S3XR4II4.js +30 -0
  29. package/dist/chunk-SHZT7ULK.js +425 -0
  30. package/dist/{chunk-F6EFC2MJ.js → chunk-T3NI7DOA.js} +291 -2044
  31. package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
  32. package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
  33. package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
  34. package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
  35. package/dist/components/index.d.ts +29 -42
  36. package/dist/components/index.js +33 -19
  37. package/dist/components/navigation/index.js +3 -31
  38. package/dist/features/auth/index.d.ts +52 -99
  39. package/dist/features/auth/index.js +36 -99
  40. package/dist/features/clients/index.js +33 -19
  41. package/dist/features/crm/index.d.ts +20 -0
  42. package/dist/features/crm/index.js +33 -19
  43. package/dist/features/dashboard/index.js +33 -19
  44. package/dist/features/delivery/index.d.ts +20 -0
  45. package/dist/features/delivery/index.js +33 -19
  46. package/dist/features/knowledge/index.js +6 -30
  47. package/dist/features/lead-gen/index.d.ts +1088 -1
  48. package/dist/features/lead-gen/index.js +33 -19
  49. package/dist/features/monitoring/index.js +33 -19
  50. package/dist/features/monitoring/requests/index.js +33 -19
  51. package/dist/features/notes/index.d.ts +72 -0
  52. package/dist/features/notes/index.js +621 -0
  53. package/dist/features/operations/index.js +33 -19
  54. package/dist/features/right-panel-host/index.d.ts +214 -0
  55. package/dist/features/right-panel-host/index.js +640 -0
  56. package/dist/features/seo/index.js +3 -2
  57. package/dist/features/settings/index.d.ts +23 -35
  58. package/dist/features/settings/index.js +33 -19
  59. package/dist/hooks/access/index.d.ts +90 -0
  60. package/dist/hooks/access/index.js +10 -0
  61. package/dist/hooks/delivery/index.d.ts +20 -0
  62. package/dist/hooks/delivery/index.js +33 -19
  63. package/dist/hooks/index.d.ts +1599 -1651
  64. package/dist/hooks/index.js +33 -19
  65. package/dist/hooks/published.d.ts +1599 -1651
  66. package/dist/hooks/published.js +33 -19
  67. package/dist/hooks/user-notes/index.d.ts +57 -0
  68. package/dist/hooks/user-notes/index.js +3 -0
  69. package/dist/index.d.ts +239 -275
  70. package/dist/index.js +34 -20
  71. package/dist/initialization/index.d.ts +20 -19
  72. package/dist/knowledge/index.js +10 -7
  73. package/dist/layout/index.js +5 -3
  74. package/dist/organization/index.d.ts +0 -19
  75. package/dist/organization/index.js +33 -19
  76. package/dist/profile/index.d.ts +20 -0
  77. package/dist/provider/index.css +0 -384
  78. package/dist/provider/index.d.ts +20 -0
  79. package/dist/provider/index.js +15 -21
  80. package/dist/provider/published.css +0 -523
  81. package/dist/provider/published.d.ts +20 -0
  82. package/dist/provider/published.js +11 -21
  83. package/dist/supabase/index.d.ts +40 -0
  84. package/dist/test-utils/index.d.ts +2 -21
  85. package/dist/test-utils/index.js +5 -18
  86. package/dist/theme/index.js +2 -1
  87. package/dist/types/index.d.ts +70 -59
  88. package/dist/utils/index.js +2 -1
  89. package/package.json +19 -3
  90. package/src/auth/README.md +6 -6
  91. package/dist/components/navigation/index.css +0 -649
  92. package/dist/features/knowledge/index.css +0 -649
package/dist/index.d.ts CHANGED
@@ -3813,6 +3813,12 @@ type Database = {
3813
3813
  Args: never;
3814
3814
  Returns: boolean;
3815
3815
  };
3816
+ current_user_shares_org_with: {
3817
+ Args: {
3818
+ other_user_id: string;
3819
+ };
3820
+ Returns: boolean;
3821
+ };
3816
3822
  current_user_supabase_id: {
3817
3823
  Args: never;
3818
3824
  Returns: string;
@@ -3852,6 +3858,20 @@ type Database = {
3852
3858
  Args: never;
3853
3859
  Returns: string;
3854
3860
  };
3861
+ has_org_access: {
3862
+ Args: {
3863
+ action?: string;
3864
+ org_id: string;
3865
+ system_path: string;
3866
+ };
3867
+ Returns: boolean;
3868
+ } | {
3869
+ Args: {
3870
+ action?: string;
3871
+ system_path: string;
3872
+ };
3873
+ Returns: boolean;
3874
+ };
3855
3875
  has_org_permission: {
3856
3876
  Args: {
3857
3877
  org_id: string;
@@ -6016,63 +6036,6 @@ interface SessionTokenUsage {
6016
6036
  contextWindowSize: number;
6017
6037
  }
6018
6038
 
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
6039
  /**
6077
6040
  * Memberships Domain - Zod Validation Schemas
6078
6041
  *
@@ -6162,7 +6125,6 @@ interface MembershipWithDetails extends OrganizationMembership {
6162
6125
  metadata?: Record<string, unknown>;
6163
6126
  config?: Record<string, unknown>;
6164
6127
  };
6165
- config?: MembershipFeatureConfig;
6166
6128
  }
6167
6129
 
6168
6130
  interface OAuthToken extends Record<string, unknown> {
@@ -7047,7 +7009,7 @@ type APIErrorCode = 'VALIDATION_ERROR' | 'AUTHENTICATION_FAILED' | 'FORBIDDEN' |
7047
7009
  * Source of truth for the permission keys used by:
7048
7010
  * - RLS policies in Supabase (via has_org_permission(org_id, key))
7049
7011
  * - API middleware (via requireOrganizationPermission(key))
7050
- * - UI hooks (via useOrganizationPermissions().hasPermission(key))
7012
+ * - UI access checks (via useAccess() permission-backed AccessKeys)
7051
7013
  *
7052
7014
  * The DB table `org_rol_permissions` mirrors this constant. There is no
7053
7015
  * runtime reconciler; parity is enforced two ways:
@@ -7093,6 +7055,81 @@ interface PermissionDescriptor {
7093
7055
  isOrgGrantable: boolean;
7094
7056
  }
7095
7057
 
7058
+ declare const AccessKeyInputSchema: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodObject<{
7059
+ systemPath: z$1.ZodString;
7060
+ action: z$1.ZodDefault<z$1.ZodEnum<{
7061
+ view: "view";
7062
+ manage: "manage";
7063
+ }>>;
7064
+ }, z$1.core.$strict>]>;
7065
+ type AccessKeyInput = z$1.input<typeof AccessKeyInputSchema>;
7066
+ declare const AccessKeys: {
7067
+ readonly platformAdmin: {
7068
+ readonly systemPath: "platform.admin";
7069
+ readonly action: "view";
7070
+ };
7071
+ readonly organizationManage: {
7072
+ readonly systemPath: "permission.org";
7073
+ readonly action: "manage";
7074
+ };
7075
+ readonly membersManage: {
7076
+ readonly systemPath: "permission.members";
7077
+ readonly action: "manage";
7078
+ };
7079
+ readonly rolesManage: {
7080
+ readonly systemPath: "permission.roles";
7081
+ readonly action: "manage";
7082
+ };
7083
+ readonly secretsManage: {
7084
+ readonly systemPath: "permission.secrets";
7085
+ readonly action: "manage";
7086
+ };
7087
+ readonly operationsRead: {
7088
+ readonly systemPath: "permission.operations";
7089
+ readonly action: "view";
7090
+ };
7091
+ readonly operationsManage: {
7092
+ readonly systemPath: "permission.operations";
7093
+ readonly action: "manage";
7094
+ };
7095
+ readonly acquisitionManage: {
7096
+ readonly systemPath: "permission.acquisition";
7097
+ readonly action: "manage";
7098
+ };
7099
+ readonly projectsManage: {
7100
+ readonly systemPath: "permission.projects";
7101
+ readonly action: "manage";
7102
+ };
7103
+ readonly clientsManage: {
7104
+ readonly systemPath: "permission.clients";
7105
+ readonly action: "manage";
7106
+ };
7107
+ readonly operationsOverview: {
7108
+ readonly systemPath: "diagnostic.operations.overview";
7109
+ readonly action: "view";
7110
+ };
7111
+ readonly operationsRecentExecutions: {
7112
+ readonly systemPath: "diagnostic.operations.recent-executions";
7113
+ readonly action: "view";
7114
+ };
7115
+ readonly monitoringExecutionLogs: {
7116
+ readonly systemPath: "diagnostic.monitoring.execution-logs";
7117
+ readonly action: "view";
7118
+ };
7119
+ readonly monitoringNotifications: {
7120
+ readonly systemPath: "diagnostic.monitoring.notifications";
7121
+ readonly action: "view";
7122
+ };
7123
+ };
7124
+
7125
+ type AccessRestrictedBy = 'catalog' | 'membership' | 'system-lifecycle' | 'role-permission' | 'diagnostic-allowlist' | null;
7126
+ 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';
7127
+ interface AccessAnswer {
7128
+ allowed: boolean;
7129
+ restrictedBy: AccessRestrictedBy;
7130
+ reason: AccessReason;
7131
+ }
7132
+
7096
7133
  /**
7097
7134
  * Execution history item.
7098
7135
  * Represents a single execution triggered by a schedule.
@@ -7661,13 +7698,6 @@ interface PresetEntry {
7661
7698
  /** Returns all available presets as UI-ready entries. */
7662
7699
  declare function useAvailablePresets(): PresetEntry[];
7663
7700
 
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
7701
  type Props$1 = {
7672
7702
  slug: string;
7673
7703
  name: string;
@@ -8218,13 +8248,16 @@ interface IConfirmationInputModalProps {
8218
8248
  }
8219
8249
  declare const ConfirmationInputModal: ({ opened, onClose, loading, icon, confirmationHandler, style, title, text, buttonText, buttonColor, inputValue, onInputChange, expectedValue, placeholder }: IConfirmationInputModalProps) => react_jsx_runtime.JSX.Element;
8220
8250
 
8221
- declare function useOrganizationPermissions(): {
8222
- hasPermission: (key: PermissionKey | string) => boolean;
8223
- permissions: string[];
8224
- isPlatformAdmin: boolean;
8251
+ interface UseAccessResult extends AccessAnswer {
8225
8252
  isReady: boolean;
8226
- };
8227
- declare function useHasPermission(key: PermissionKey | string): boolean;
8253
+ isPlatformAdmin: boolean;
8254
+ permissions: readonly string[];
8255
+ }
8256
+ /**
8257
+ * Unified access hook for Organization Model system lifecycle, diagnostic keys,
8258
+ * role permissions, organization membership, and platform-admin bypass.
8259
+ */
8260
+ declare function useAccess(key: AccessKeyInput): UseAccessResult;
8228
8261
 
8229
8262
  /**
8230
8263
  * Query key factory for executions TanStack Query hooks.
@@ -9318,168 +9351,6 @@ declare function useSortedData<T>(data: T[], defaultColumn: string, accessors: R
9318
9351
  toggleSort: (column: string) => void;
9319
9352
  };
9320
9353
 
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
9354
  interface UseSSEConnectionOptions {
9484
9355
  manager: SSEConnectionManagerLike;
9485
9356
  /** Shared connection key — all subscribers with the same key share ONE connection. */
@@ -11979,12 +11850,6 @@ declare class OrganizationMembershipService {
11979
11850
 
11980
11851
  declare function useUserMemberships(userId: string, params?: Omit<ListMembershipsParams, 'userId'>): _tanstack_react_query.UseQueryResult<MembershipWithDetails[], Error>;
11981
11852
 
11982
- interface UpdateMemberConfigParams {
11983
- membershipId: string;
11984
- config: MembershipFeatureConfig;
11985
- }
11986
- declare function useUpdateMemberConfig(): _tanstack_react_query.UseMutationResult<unknown, Error, UpdateMemberConfigParams, unknown>;
11987
-
11988
11853
  interface DeactivateMembershipMutationData {
11989
11854
  membershipId: string;
11990
11855
  userId?: string;
@@ -15438,13 +15303,6 @@ interface DeploymentStatusBadgeProps {
15438
15303
  }
15439
15304
  declare function DeploymentStatusBadge({ status }: DeploymentStatusBadgeProps): react_jsx_runtime.JSX.Element;
15440
15305
 
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
15306
  interface MembershipStatusBadgeProps {
15449
15307
  status: MembershipStatus;
15450
15308
  size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
@@ -16665,6 +16523,91 @@ declare function useStableAccessToken(): () => Promise<string>;
16665
16523
  */
16666
16524
  declare function useSessionCheck(): void;
16667
16525
 
16526
+ /**
16527
+ * Type for the useOrganizations hook return value
16528
+ */
16529
+ interface UseOrganizationsReturn {
16530
+ currentWorkOSOrganizationId: string | null;
16531
+ currentMembership: MembershipWithDetails | null;
16532
+ setCurrentWorkOSOrganizationId: (id: string | null) => void;
16533
+ setCurrentMembership: (membership: MembershipWithDetails | null) => void;
16534
+ setOrganizationsInitializing: (initializing: boolean) => void;
16535
+ setOrganizationsLoading: (loading: boolean) => void;
16536
+ setOrganizationsError: (error: string | null) => void;
16537
+ organizations: {
16538
+ isInitializing: boolean;
16539
+ isOrgRefreshing: boolean;
16540
+ error: string | null;
16541
+ };
16542
+ }
16543
+ /**
16544
+ * Type for the useApiClient hook return value
16545
+ */
16546
+ interface UseApiClientReturn {
16547
+ apiRequest: <T = unknown>(path: string, options?: RequestInit) => Promise<T>;
16548
+ }
16549
+ /**
16550
+ * Return type for useOrgInitialization hook
16551
+ */
16552
+ interface UseOrgInitializationReturn {
16553
+ memberships: MembershipWithDetails[];
16554
+ isInitializing: boolean;
16555
+ isLoading: boolean;
16556
+ isInitialized: boolean;
16557
+ error: string | null;
16558
+ currentOrganization: MembershipWithDetails['organization'] | null;
16559
+ retry: () => Promise<void>;
16560
+ }
16561
+ /**
16562
+ * Factory function to create a useOrgInitialization hook for your app.
16563
+ *
16564
+ * Usage in app:
16565
+ * ```typescript
16566
+ * import { createUseOrgInitialization } from '@repo/ui/organization'
16567
+ * import { useOrganizations } from './hooks/useOrganizations'
16568
+ * import { useApiClient } from './api/hooks/useApiClient'
16569
+ *
16570
+ * export const useOrgInitialization = createUseOrgInitialization(
16571
+ * useOrganizations,
16572
+ * useApiClient
16573
+ * )
16574
+ * ```
16575
+ *
16576
+ * This pattern allows the shared package to provide the hook logic
16577
+ * while each app provides its own hook instances.
16578
+ */
16579
+ declare function createUseOrgInitialization(useOrganizations: () => UseOrganizationsReturn, useApiClient: () => UseApiClientReturn): () => UseOrgInitializationReturn;
16580
+
16581
+ interface InitializationError {
16582
+ layer: 'auth' | 'profile' | 'organization';
16583
+ message: string;
16584
+ originalError?: Error;
16585
+ }
16586
+ interface AppInitializationState {
16587
+ userReady: boolean;
16588
+ organizationReady: boolean;
16589
+ allReady: boolean;
16590
+ isInitializing: boolean;
16591
+ error: InitializationError | null;
16592
+ retry: () => void;
16593
+ profile: SupabaseUserProfile | null;
16594
+ }
16595
+ /**
16596
+ * Factory function to create a useAppInitialization hook for your app.
16597
+ *
16598
+ * Usage in app:
16599
+ * ```typescript
16600
+ * import { createUseAppInitialization } from '@repo/ui/initialization'
16601
+ * import { useOrgInitialization } from './organization/hooks/useOrgInitialization'
16602
+ *
16603
+ * export const useAppInitialization = createUseAppInitialization(useOrgInitialization)
16604
+ * ```
16605
+ *
16606
+ * This pattern allows the shared package to provide the hook logic
16607
+ * while each app provides its own hook instances.
16608
+ */
16609
+ declare function createUseAppInitialization(useOrgInitialization: () => UseOrgInitializationReturn): () => AppInitializationState;
16610
+
16668
16611
  interface ProtectedRouteProps {
16669
16612
  children: ReactNode;
16670
16613
  /**
@@ -16723,36 +16666,17 @@ interface ProtectedRouteProps {
16723
16666
  */
16724
16667
  declare function ProtectedRoute({ children, redirectTo, fallback, errorFallback, waitForOrganization }: ProtectedRouteProps): react_jsx_runtime.JSX.Element | null;
16725
16668
 
16726
- interface AdminGuardProps {
16669
+ interface AccessGuardProps {
16670
+ accessKey: AccessKeyInput;
16727
16671
  children: ReactNode;
16728
- /**
16729
- * Path to redirect non-admin users to.
16730
- * @default '/'
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;
16672
+ fallback?: ReactNode | ((answer: UseAccessResult) => ReactNode);
16673
+ loadingFallback?: ReactNode;
16674
+ redirectTo?: string | null;
16738
16675
  }
16739
16676
  /**
16740
- * Headless route guard for platform admin pages.
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>
16677
+ * Unified route/UI guard for the shared Access Model.
16754
16678
  */
16755
- declare function AdminGuard({ children, redirectTo, fallback }: AdminGuardProps): react_jsx_runtime.JSX.Element | null;
16679
+ declare function AccessGuard({ accessKey, children, fallback, loadingFallback, redirectTo }: AccessGuardProps): react_jsx_runtime.JSX.Element;
16756
16680
 
16757
16681
  type ApiRequestFn$2 = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
16758
16682
  interface ProfileContextValue {
@@ -16846,6 +16770,46 @@ declare class UserProfileService {
16846
16770
  }>): Promise<SupabaseUserProfile | null>;
16847
16771
  }
16848
16772
 
16773
+ /**
16774
+ * The value exposed by OrganizationProvider to all consumers.
16775
+ */
16776
+ interface OrganizationContextValue {
16777
+ /** WorkOS organization ID of the currently selected organization. */
16778
+ currentWorkOSOrganizationId: string | null;
16779
+ /** Supabase (UUID) organization ID of the currently selected organization. */
16780
+ currentSupabaseOrganizationId: string | null;
16781
+ /** Full membership record for the currently selected organization. */
16782
+ currentMembership: MembershipWithDetails | null;
16783
+ /** All memberships for the authenticated user. */
16784
+ memberships: MembershipWithDetails[];
16785
+ /** True while the initial membership list is being fetched. */
16786
+ isInitializing: boolean;
16787
+ /** True while a subsequent org switch / refresh is in flight. */
16788
+ isOrgRefreshing: boolean;
16789
+ /** Error message if the membership fetch or org switch failed. */
16790
+ error: string | null;
16791
+ /**
16792
+ * Switch the active organization.
16793
+ *
16794
+ * Persists the selection to `last_visited_org` on the user profile and
16795
+ * invalidates all org-scoped TanStack Query cache entries.
16796
+ *
16797
+ * @param workosOrgId - WorkOS organization ID to switch to.
16798
+ */
16799
+ switchOrganization: (workosOrgId: string) => void;
16800
+ /**
16801
+ * Re-fetch memberships and retry org selection after an error.
16802
+ */
16803
+ retry: () => Promise<void>;
16804
+ }
16805
+ declare const OrganizationContext: React$1.Context<OrganizationContextValue | null>;
16806
+ /**
16807
+ * Consumes the nearest OrganizationProvider.
16808
+ *
16809
+ * @throws {Error} If called outside of an OrganizationProvider tree.
16810
+ */
16811
+ declare function useOrganization(): OrganizationContextValue;
16812
+
16849
16813
  type ApiRequestFn = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
16850
16814
  /**
16851
16815
  * Provides organization state to its subtree via React Context.
@@ -17079,5 +17043,5 @@ declare function InitializationProvider({ children }: {
17079
17043
  children: ReactNode;
17080
17044
  }): React$1.FunctionComponentElement<React$1.ProviderProps<AppInitializationState | null>>;
17081
17045
 
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, AdminGuardProps, 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, FeatureAccessResult, 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, 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 };
17046
+ 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 };
17047
+ 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 };