@elevasis/ui 2.29.0 → 2.30.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 (73) hide show
  1. package/dist/app/index.d.ts +54 -0
  2. package/dist/app/index.js +8 -8
  3. package/dist/auth/index.js +4 -4
  4. package/dist/charts/index.d.ts +2 -1
  5. package/dist/charts/index.js +6 -6
  6. package/dist/{chunk-SZWXQHKO.js → chunk-2DIYILF7.js} +7 -6
  7. package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
  8. package/dist/{chunk-65RQE3XF.js → chunk-3GV5NHSS.js} +1051 -208
  9. package/dist/{chunk-3DUOPXOJ.js → chunk-3MDNBHVB.js} +4 -4
  10. package/dist/{chunk-QNL7UI5G.js → chunk-4FZYEEPK.js} +4 -4
  11. package/dist/{chunk-Y3YJKKEB.js → chunk-4SY6BTVZ.js} +1 -1
  12. package/dist/{chunk-HLFFKKT3.js → chunk-4VQ2PXMI.js} +14 -14
  13. package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
  14. package/dist/{chunk-HNFQCOD2.js → chunk-6EFVZV6X.js} +392 -309
  15. package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
  16. package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
  17. package/dist/{chunk-AK5E6ILJ.js → chunk-A7B7HLDF.js} +8 -8
  18. package/dist/{chunk-OWESKPTJ.js → chunk-AKOD52HS.js} +26 -8
  19. package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
  20. package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
  21. package/dist/{chunk-A7R2URMV.js → chunk-HYLERWRO.js} +41 -7
  22. package/dist/{chunk-XBMCDGHA.js → chunk-IKQ42WHU.js} +1 -1
  23. package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
  24. package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
  25. package/dist/{chunk-FGDUK74A.js → chunk-JKTPRYGV.js} +3 -3
  26. package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
  27. package/dist/{chunk-OHGNCWJP.js → chunk-LRZFLK2F.js} +1 -1
  28. package/dist/{chunk-FFDAE2QI.js → chunk-NITGGYH2.js} +172 -26
  29. package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
  30. package/dist/{chunk-6NHCE7JM.js → chunk-P5WYW2GI.js} +12 -12
  31. package/dist/{chunk-5CW2HXQA.js → chunk-SBCIB5TZ.js} +4 -25
  32. package/dist/{chunk-OIMPGKDB.js → chunk-SKXXT3E2.js} +3 -3
  33. package/dist/{chunk-CEHUFNAL.js → chunk-T2PAD63Y.js} +11 -11
  34. package/dist/{chunk-LH4GPYDX.js → chunk-T5Z7G2J2.js} +19 -3
  35. package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
  36. package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
  37. package/dist/components/chat/index.d.ts +2 -1
  38. package/dist/components/chat/index.js +1 -1
  39. package/dist/components/index.js +37 -37
  40. package/dist/components/navigation/index.js +8 -8
  41. package/dist/features/auth/index.js +5 -5
  42. package/dist/features/crm/index.js +18 -18
  43. package/dist/features/dashboard/index.js +19 -19
  44. package/dist/features/delivery/index.js +18 -18
  45. package/dist/features/knowledge/index.js +19 -19
  46. package/dist/features/lead-gen/index.d.ts +99 -1
  47. package/dist/features/lead-gen/index.js +19 -19
  48. package/dist/features/monitoring/index.js +20 -20
  49. package/dist/features/monitoring/requests/index.js +17 -17
  50. package/dist/features/operations/index.js +24 -24
  51. package/dist/features/settings/index.js +19 -19
  52. package/dist/hooks/delivery/index.js +2 -2
  53. package/dist/hooks/index.d.ts +263 -4
  54. package/dist/hooks/index.js +17 -17
  55. package/dist/hooks/published.d.ts +263 -4
  56. package/dist/hooks/published.js +17 -17
  57. package/dist/index.d.ts +378 -8
  58. package/dist/index.js +18 -18
  59. package/dist/initialization/index.js +4 -4
  60. package/dist/knowledge/index.d.ts +54 -0
  61. package/dist/organization/index.js +4 -4
  62. package/dist/profile/index.js +2 -2
  63. package/dist/provider/ElevasisServiceContext.d.ts +11 -5
  64. package/dist/provider/ElevasisServiceContext.js +1 -1
  65. package/dist/provider/index.d.ts +119 -5
  66. package/dist/provider/index.js +14 -14
  67. package/dist/provider/published.d.ts +119 -5
  68. package/dist/provider/published.js +10 -10
  69. package/dist/test-utils/index.d.ts +3 -0
  70. package/dist/test-utils/index.js +28 -4
  71. package/dist/theme/index.js +3 -3
  72. package/dist/theme/presets/index.js +1 -1
  73. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -3726,11 +3726,65 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
3726
3726
  export: "export";
3727
3727
  }>>;
3728
3728
  stageKey: z$1.ZodString;
3729
+ recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
3730
+ company: "company";
3731
+ contact: "contact";
3732
+ }>>;
3733
+ recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
3734
+ recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
3729
3735
  dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3730
3736
  dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
3731
3737
  capabilityKey: z$1.ZodString;
3732
3738
  defaultBatchSize: z$1.ZodNumber;
3733
3739
  maxBatchSize: z$1.ZodNumber;
3740
+ recordColumns: z$1.ZodOptional<z$1.ZodObject<{
3741
+ company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3742
+ key: z$1.ZodString;
3743
+ label: z$1.ZodString;
3744
+ path: z$1.ZodString;
3745
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3746
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3747
+ text: "text";
3748
+ badge: "badge";
3749
+ datetime: "datetime";
3750
+ count: "count";
3751
+ json: "json";
3752
+ }>>;
3753
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3754
+ }, z$1.core.$strip>>>;
3755
+ contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3756
+ key: z$1.ZodString;
3757
+ label: z$1.ZodString;
3758
+ path: z$1.ZodString;
3759
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
3760
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
3761
+ text: "text";
3762
+ badge: "badge";
3763
+ datetime: "datetime";
3764
+ count: "count";
3765
+ json: "json";
3766
+ }>>;
3767
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
3768
+ }, z$1.core.$strip>>>;
3769
+ }, z$1.core.$strip>>;
3770
+ credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
3771
+ key: z$1.ZodString;
3772
+ provider: z$1.ZodString;
3773
+ credentialType: z$1.ZodEnum<{
3774
+ "api-key": "api-key";
3775
+ "api-key-secret": "api-key-secret";
3776
+ oauth: "oauth";
3777
+ "webhook-secret": "webhook-secret";
3778
+ }>;
3779
+ label: z$1.ZodString;
3780
+ required: z$1.ZodBoolean;
3781
+ selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
3782
+ single: "single";
3783
+ multiple: "multiple";
3784
+ }>>;
3785
+ inputPath: z$1.ZodString;
3786
+ verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
3787
+ }, z$1.core.$strip>>>;
3734
3788
  }, z$1.core.$strip>>;
3735
3789
  }, z$1.core.$strip>>;
3736
3790
  }, z$1.core.$catchall<z$1.ZodUnknown>>;
@@ -3885,11 +3939,16 @@ declare const AcqArtifactOwnerKindSchema: z$1.ZodEnum<{
3885
3939
  deal: "deal";
3886
3940
  list_member: "list_member";
3887
3941
  }>;
3942
+ declare const ListRecordEntitySchema: z$1.ZodEnum<{
3943
+ company: "company";
3944
+ contact: "contact";
3945
+ }>;
3888
3946
  type ListCompaniesQuery = z$1.infer<typeof ListCompaniesQuerySchema>;
3889
3947
  type ListContactsQuery = z$1.infer<typeof ListContactsQuerySchema>;
3890
3948
  type AcqCompanyResponse = z$1.infer<typeof AcqCompanyResponseSchema>;
3891
3949
  type AcqContactResponse = z$1.infer<typeof AcqContactResponseSchema>;
3892
3950
  type AcqArtifactOwnerKind = z$1.infer<typeof AcqArtifactOwnerKindSchema>;
3951
+ type ListRecordEntity = z$1.infer<typeof ListRecordEntitySchema>;
3893
3952
  type ListStatus = z$1.infer<typeof ListStatusSchema>;
3894
3953
  type AcqListResponse = z$1.infer<typeof AcqListResponseSchema>;
3895
3954
 
@@ -5823,11 +5882,65 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
5823
5882
  export: "export";
5824
5883
  }>>;
5825
5884
  stageKey: z$1.ZodString;
5885
+ recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
5886
+ company: "company";
5887
+ contact: "contact";
5888
+ }>>;
5889
+ recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
5890
+ recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
5826
5891
  dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
5827
5892
  dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
5828
5893
  capabilityKey: z$1.ZodString;
5829
5894
  defaultBatchSize: z$1.ZodNumber;
5830
5895
  maxBatchSize: z$1.ZodNumber;
5896
+ recordColumns: z$1.ZodOptional<z$1.ZodObject<{
5897
+ company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
5898
+ key: z$1.ZodString;
5899
+ label: z$1.ZodString;
5900
+ path: z$1.ZodString;
5901
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
5902
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
5903
+ text: "text";
5904
+ badge: "badge";
5905
+ datetime: "datetime";
5906
+ count: "count";
5907
+ json: "json";
5908
+ }>>;
5909
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
5910
+ }, z$1.core.$strip>>>;
5911
+ contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
5912
+ key: z$1.ZodString;
5913
+ label: z$1.ZodString;
5914
+ path: z$1.ZodString;
5915
+ width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
5916
+ renderType: z$1.ZodOptional<z$1.ZodEnum<{
5917
+ text: "text";
5918
+ badge: "badge";
5919
+ datetime: "datetime";
5920
+ count: "count";
5921
+ json: "json";
5922
+ }>>;
5923
+ badgeColor: z$1.ZodOptional<z$1.ZodString>;
5924
+ }, z$1.core.$strip>>>;
5925
+ }, z$1.core.$strip>>;
5926
+ credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
5927
+ key: z$1.ZodString;
5928
+ provider: z$1.ZodString;
5929
+ credentialType: z$1.ZodEnum<{
5930
+ "api-key": "api-key";
5931
+ "api-key-secret": "api-key-secret";
5932
+ oauth: "oauth";
5933
+ "webhook-secret": "webhook-secret";
5934
+ }>;
5935
+ label: z$1.ZodString;
5936
+ required: z$1.ZodBoolean;
5937
+ selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
5938
+ single: "single";
5939
+ multiple: "multiple";
5940
+ }>>;
5941
+ inputPath: z$1.ZodString;
5942
+ verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
5943
+ }, z$1.core.$strip>>>;
5831
5944
  }, z$1.core.$strip>>;
5832
5945
  }, z$1.core.$strip>>;
5833
5946
  }, z$1.core.$strip>;
@@ -6867,12 +6980,18 @@ interface ElevasisCoreProviderProps {
6867
6980
  */
6868
6981
  interface ElevasisServiceContextValue {
6869
6982
  apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
6983
+ /** Organization ID alias retained for existing query-key consumers. */
6870
6984
  organizationId: string | null;
6985
+ /** WorkOS `org_xxx` string for the current organization. */
6986
+ workOSOrganizationId: string | null;
6871
6987
  isReady: boolean;
6872
6988
  }
6873
6989
  interface ElevasisServiceProviderProps {
6874
6990
  apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
6875
- organizationId: string | null;
6991
+ /** Organization ID alias retained for existing query-key consumers. */
6992
+ organizationId?: string | null;
6993
+ /** WorkOS `org_xxx` string for the current organization. */
6994
+ workOSOrganizationId?: string | null;
6876
6995
  isReady: boolean;
6877
6996
  children: ReactNode;
6878
6997
  }
@@ -7987,7 +8106,7 @@ declare function useAppearance(): Required<AppearanceConfig>;
7987
8106
 
7988
8107
  /**
7989
8108
  * Hook to access the ElevasisServiceProvider context.
7990
- * Provides apiRequest, organizationId, and isReady.
8109
+ * Provides apiRequest, workOSOrganizationId, and isReady.
7991
8110
  *
7992
8111
  * Throws if used outside of an ElevasisServiceProvider or ElevasisUIProvider (with apiUrl).
7993
8112
  */
@@ -8000,19 +8119,19 @@ declare function useElevasisServices(): ElevasisServiceContextValue;
8000
8119
  *
8001
8120
  * @example Testing
8002
8121
  * ```tsx
8003
- * <ElevasisServiceProvider apiRequest={mockApiRequest} organizationId="org-1" isReady={true}>
8122
+ * <ElevasisServiceProvider apiRequest={mockApiRequest} workOSOrganizationId="org-1" isReady={true}>
8004
8123
  * <ComponentUnderTest />
8005
8124
  * </ElevasisServiceProvider>
8006
8125
  * ```
8007
8126
  *
8008
8127
  * @example Embedding
8009
8128
  * ```tsx
8010
- * <ElevasisServiceProvider apiRequest={myFetcher} organizationId={orgId} isReady={!!orgId}>
8129
+ * <ElevasisServiceProvider apiRequest={myFetcher} workOSOrganizationId={orgId} isReady={!!orgId}>
8011
8130
  * <CommandQueuePanel />
8012
8131
  * </ElevasisServiceProvider>
8013
8132
  * ```
8014
8133
  */
8015
- declare function ElevasisServiceProvider({ apiRequest, organizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
8134
+ declare function ElevasisServiceProvider({ apiRequest, organizationId, workOSOrganizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
8016
8135
 
8017
8136
  /**
8018
8137
  * Mantine-specific theme config — extends the headless core config with
@@ -8079,6 +8198,14 @@ declare const executionsKeys: {
8079
8198
  */
8080
8199
  declare function useExecutions(resourceId: string, resourceStatus?: ResourceStatus | 'all', limit?: number, offset?: number): _tanstack_react_query.UseQueryResult<APIExecutionListResponse, Error>;
8081
8200
 
8201
+ interface UseInFlightExecutionsOptions {
8202
+ enabled?: boolean;
8203
+ refetchInterval?: number | false;
8204
+ limit?: number;
8205
+ offset?: number;
8206
+ }
8207
+ declare function useInFlightExecutions(resourceId: string, options?: UseInFlightExecutionsOptions): _tanstack_react_query.UseQueryResult<APIExecutionListResponse, Error>;
8208
+
8082
8209
  /**
8083
8210
  * Fetch a single execution detail.
8084
8211
  * Automatically polls every 2 seconds while the execution status is 'running'.
@@ -10149,12 +10276,23 @@ declare const acquisitionListKeys: {
10149
10276
  detail: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", string | null, string];
10150
10277
  telemetry: (organizationId: string | null) => readonly ["acquisition-lists", "telemetry", string | null];
10151
10278
  progress: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", "progress", string | null, string];
10279
+ records: (organizationId: string | null, listId: string, filters: ListRecordsFilters) => readonly ["acquisition-lists", "records", string | null, string, "company" | "contact", string | null, number | null, number | null];
10152
10280
  executions: (organizationId: string | null, listId: string, filters?: ListExecutionsFilters) => readonly ["acquisition-lists", "executions", string | null, string, string | null, number | null];
10153
10281
  };
10282
+ interface ListRecordsFilters {
10283
+ entity: ListRecordEntity;
10284
+ stage?: string | null;
10285
+ limit?: number;
10286
+ offset?: number;
10287
+ }
10154
10288
  interface ListExecutionsFilters {
10155
10289
  resourceId?: string | null;
10156
10290
  limit?: number;
10157
10291
  }
10292
+ interface UseListProgressOptions {
10293
+ enabled?: boolean;
10294
+ refetchInterval?: number | false;
10295
+ }
10158
10296
  declare function useLists(): _tanstack_react_query.UseQueryResult<{
10159
10297
  id: string;
10160
10298
  organizationId: string;
@@ -10179,7 +10317,38 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
10179
10317
  defaultBatchSize: number;
10180
10318
  maxBatchSize: number;
10181
10319
  description?: string | undefined;
10320
+ recordEntity?: "company" | "contact" | undefined;
10321
+ recordsStageKey?: string | undefined;
10322
+ recordSourceStageKey?: string | undefined;
10182
10323
  dependsOn?: string[] | undefined;
10324
+ recordColumns?: {
10325
+ company?: {
10326
+ key: string;
10327
+ label: string;
10328
+ path: string;
10329
+ width?: string | number | undefined;
10330
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10331
+ badgeColor?: string | undefined;
10332
+ }[] | undefined;
10333
+ contact?: {
10334
+ key: string;
10335
+ label: string;
10336
+ path: string;
10337
+ width?: string | number | undefined;
10338
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10339
+ badgeColor?: string | undefined;
10340
+ }[] | undefined;
10341
+ } | undefined;
10342
+ credentialRequirements?: {
10343
+ key: string;
10344
+ provider: string;
10345
+ credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
10346
+ label: string;
10347
+ required: boolean;
10348
+ inputPath: string;
10349
+ selectionMode?: "single" | "multiple" | undefined;
10350
+ verifyOnRun?: boolean | undefined;
10351
+ }[] | undefined;
10183
10352
  }[];
10184
10353
  } | undefined;
10185
10354
  };
@@ -10233,7 +10402,38 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
10233
10402
  defaultBatchSize: number;
10234
10403
  maxBatchSize: number;
10235
10404
  description?: string | undefined;
10405
+ recordEntity?: "company" | "contact" | undefined;
10406
+ recordsStageKey?: string | undefined;
10407
+ recordSourceStageKey?: string | undefined;
10236
10408
  dependsOn?: string[] | undefined;
10409
+ recordColumns?: {
10410
+ company?: {
10411
+ key: string;
10412
+ label: string;
10413
+ path: string;
10414
+ width?: string | number | undefined;
10415
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10416
+ badgeColor?: string | undefined;
10417
+ }[] | undefined;
10418
+ contact?: {
10419
+ key: string;
10420
+ label: string;
10421
+ path: string;
10422
+ width?: string | number | undefined;
10423
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10424
+ badgeColor?: string | undefined;
10425
+ }[] | undefined;
10426
+ } | undefined;
10427
+ credentialRequirements?: {
10428
+ key: string;
10429
+ provider: string;
10430
+ credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
10431
+ label: string;
10432
+ required: boolean;
10433
+ inputPath: string;
10434
+ selectionMode?: "single" | "multiple" | undefined;
10435
+ verifyOnRun?: boolean | undefined;
10436
+ }[] | undefined;
10237
10437
  }[];
10238
10438
  } | undefined;
10239
10439
  };
@@ -10264,7 +10464,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
10264
10464
  };
10265
10465
  }, Error>;
10266
10466
  declare function useListsTelemetry(): _tanstack_react_query.UseQueryResult<ListTelemetry[], Error>;
10267
- declare function useListProgress(listId: string): _tanstack_react_query.UseQueryResult<{
10467
+ declare function useListProgress(listId: string, options?: UseListProgressOptions): _tanstack_react_query.UseQueryResult<{
10268
10468
  totalMembers: number;
10269
10469
  totalCompanies: number;
10270
10470
  byCompanyStage: Record<string, {
@@ -10288,6 +10488,71 @@ declare function useListProgress(listId: string): _tanstack_react_query.UseQuery
10288
10488
  notAttempted: number;
10289
10489
  }>;
10290
10490
  }, Error>;
10491
+ declare function useListRecords(listId: string, filters: ListRecordsFilters): _tanstack_react_query.UseQueryResult<{
10492
+ data: ({
10493
+ id: string;
10494
+ listId: string;
10495
+ pipelineKey: string;
10496
+ stageKey: string;
10497
+ stateKey: string;
10498
+ activityLog: unknown;
10499
+ addedAt: string;
10500
+ addedBy: string | null;
10501
+ sourceExecutionId: string | null;
10502
+ processingState: Record<string, unknown> | null;
10503
+ enrichmentData: Record<string, unknown> | null;
10504
+ entity: "company";
10505
+ companyId: string;
10506
+ company: {
10507
+ id: string;
10508
+ name: string;
10509
+ domain: string | null;
10510
+ website: string | null;
10511
+ linkedinUrl: string | null;
10512
+ numEmployees: number | null;
10513
+ foundedYear: number | null;
10514
+ locationCity: string | null;
10515
+ locationState: string | null;
10516
+ category: string | null;
10517
+ segment: string | null;
10518
+ status: "active" | "invalid";
10519
+ qualificationScore: number | null;
10520
+ qualificationSignals: Record<string, unknown> | null;
10521
+ qualificationRubricKey: string | null;
10522
+ } | null;
10523
+ } | {
10524
+ id: string;
10525
+ listId: string;
10526
+ pipelineKey: string;
10527
+ stageKey: string;
10528
+ stateKey: string;
10529
+ activityLog: unknown;
10530
+ addedAt: string;
10531
+ addedBy: string | null;
10532
+ sourceExecutionId: string | null;
10533
+ processingState: Record<string, unknown> | null;
10534
+ enrichmentData: Record<string, unknown> | null;
10535
+ entity: "contact";
10536
+ contactId: string;
10537
+ contact: {
10538
+ id: string;
10539
+ email: string;
10540
+ firstName: string | null;
10541
+ lastName: string | null;
10542
+ title: string | null;
10543
+ headline: string | null;
10544
+ linkedinUrl: string | null;
10545
+ companyId: string | null;
10546
+ status: "active" | "invalid";
10547
+ qualificationScore: number | null;
10548
+ qualificationSignals: Record<string, unknown> | null;
10549
+ qualificationRubricKey: string | null;
10550
+ } | null;
10551
+ })[];
10552
+ total: number;
10553
+ limit: number;
10554
+ offset: number;
10555
+ }, Error>;
10291
10556
  declare function useListExecutions(listId: string, filters?: ListExecutionsFilters): _tanstack_react_query.UseQueryResult<{
10292
10557
  executionId: string;
10293
10558
  resourceId: string;
@@ -10321,7 +10586,38 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
10321
10586
  defaultBatchSize: number;
10322
10587
  maxBatchSize: number;
10323
10588
  description?: string | undefined;
10589
+ recordEntity?: "company" | "contact" | undefined;
10590
+ recordsStageKey?: string | undefined;
10591
+ recordSourceStageKey?: string | undefined;
10324
10592
  dependsOn?: string[] | undefined;
10593
+ recordColumns?: {
10594
+ company?: {
10595
+ key: string;
10596
+ label: string;
10597
+ path: string;
10598
+ width?: string | number | undefined;
10599
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10600
+ badgeColor?: string | undefined;
10601
+ }[] | undefined;
10602
+ contact?: {
10603
+ key: string;
10604
+ label: string;
10605
+ path: string;
10606
+ width?: string | number | undefined;
10607
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10608
+ badgeColor?: string | undefined;
10609
+ }[] | undefined;
10610
+ } | undefined;
10611
+ credentialRequirements?: {
10612
+ key: string;
10613
+ provider: string;
10614
+ credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
10615
+ label: string;
10616
+ required: boolean;
10617
+ inputPath: string;
10618
+ selectionMode?: "single" | "multiple" | undefined;
10619
+ verifyOnRun?: boolean | undefined;
10620
+ }[] | undefined;
10325
10621
  }[];
10326
10622
  } | undefined;
10327
10623
  };
@@ -10402,7 +10698,38 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
10402
10698
  defaultBatchSize: number;
10403
10699
  maxBatchSize: number;
10404
10700
  description?: string | undefined;
10701
+ recordEntity?: "company" | "contact" | undefined;
10702
+ recordsStageKey?: string | undefined;
10703
+ recordSourceStageKey?: string | undefined;
10405
10704
  dependsOn?: string[] | undefined;
10705
+ recordColumns?: {
10706
+ company?: {
10707
+ key: string;
10708
+ label: string;
10709
+ path: string;
10710
+ width?: string | number | undefined;
10711
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10712
+ badgeColor?: string | undefined;
10713
+ }[] | undefined;
10714
+ contact?: {
10715
+ key: string;
10716
+ label: string;
10717
+ path: string;
10718
+ width?: string | number | undefined;
10719
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10720
+ badgeColor?: string | undefined;
10721
+ }[] | undefined;
10722
+ } | undefined;
10723
+ credentialRequirements?: {
10724
+ key: string;
10725
+ provider: string;
10726
+ credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
10727
+ label: string;
10728
+ required: boolean;
10729
+ inputPath: string;
10730
+ selectionMode?: "single" | "multiple" | undefined;
10731
+ verifyOnRun?: boolean | undefined;
10732
+ }[] | undefined;
10406
10733
  }[];
10407
10734
  } | undefined;
10408
10735
  };
@@ -10462,7 +10789,38 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
10462
10789
  defaultBatchSize: number;
10463
10790
  maxBatchSize: number;
10464
10791
  description?: string | undefined;
10792
+ recordEntity?: "company" | "contact" | undefined;
10793
+ recordsStageKey?: string | undefined;
10794
+ recordSourceStageKey?: string | undefined;
10465
10795
  dependsOn?: string[] | undefined;
10796
+ recordColumns?: {
10797
+ company?: {
10798
+ key: string;
10799
+ label: string;
10800
+ path: string;
10801
+ width?: string | number | undefined;
10802
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10803
+ badgeColor?: string | undefined;
10804
+ }[] | undefined;
10805
+ contact?: {
10806
+ key: string;
10807
+ label: string;
10808
+ path: string;
10809
+ width?: string | number | undefined;
10810
+ renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
10811
+ badgeColor?: string | undefined;
10812
+ }[] | undefined;
10813
+ } | undefined;
10814
+ credentialRequirements?: {
10815
+ key: string;
10816
+ provider: string;
10817
+ credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
10818
+ label: string;
10819
+ required: boolean;
10820
+ inputPath: string;
10821
+ selectionMode?: "single" | "multiple" | undefined;
10822
+ verifyOnRun?: boolean | undefined;
10823
+ }[] | undefined;
10466
10824
  }[];
10467
10825
  } | undefined;
10468
10826
  };
@@ -11151,6 +11509,13 @@ interface CreateCredentialResponse {
11151
11509
  interface ListCredentialsResponse {
11152
11510
  credentials: CredentialListItem[];
11153
11511
  }
11512
+ interface VerifyCredentialResponse {
11513
+ ok: boolean;
11514
+ provider: string;
11515
+ checkedAt: string;
11516
+ message?: string;
11517
+ details?: Record<string, unknown>;
11518
+ }
11154
11519
  type ApiRequest$2 = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
11155
11520
  declare class CredentialService {
11156
11521
  private apiRequest;
@@ -11178,6 +11543,10 @@ declare class CredentialService {
11178
11543
  * Organization context is provided via workos-organization-id header
11179
11544
  */
11180
11545
  deleteCredential(credentialId: string): Promise<void>;
11546
+ /**
11547
+ * Verify a credential server-side without exposing secret material
11548
+ */
11549
+ verifyCredential(credentialId: string): Promise<VerifyCredentialResponse>;
11181
11550
  }
11182
11551
 
11183
11552
  declare function useCredentials(): _tanstack_react_query.UseQueryResult<{
@@ -11187,6 +11556,7 @@ declare function useCredentials(): _tanstack_react_query.UseQueryResult<{
11187
11556
  provider: string | null;
11188
11557
  createdAt: string;
11189
11558
  }[], Error>;
11559
+ declare function useVerifyCredential(): _tanstack_react_query.UseMutationResult<VerifyCredentialResponse, Error, string, unknown>;
11190
11560
 
11191
11561
  declare function useCreateCredential(): _tanstack_react_query.UseMutationResult<CreateCredentialResponse, Error, CreateCredentialRequest, unknown>;
11192
11562
 
@@ -12460,5 +12830,5 @@ declare function InitializationProvider({ children }: {
12460
12830
  children: ReactNode;
12461
12831
  }): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
12462
12832
 
12463
- export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, ElevasisUIProvider, FeatureShell, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, ListActionsProvider, NotificationProvider, OAUTH_FLOW_TIMEOUT, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createFeatureAccessHook, createOrganizationsSlice, createTestFeaturesProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmActions, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useDirectedChainHighlighting, useEffectivePermissions, useElevasisFeatures, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useHasPermission, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisFeatures, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
12464
- export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CreateTestFeaturesProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LeadGenStageKey, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
12833
+ export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, ElevasisUIProvider, FeatureShell, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, ListActionsProvider, NotificationProvider, OAUTH_FLOW_TIMEOUT, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createFeatureAccessHook, createOrganizationsSlice, createTestFeaturesProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmActions, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useDirectedChainHighlighting, useEffectivePermissions, useElevasisFeatures, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useHasPermission, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisFeatures, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
12834
+ export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CreateTestFeaturesProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LeadGenStageKey, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };