@elevasis/ui 2.28.1 → 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 (85) hide show
  1. package/dist/api/index.js +2 -2
  2. package/dist/app/index.d.ts +54 -0
  3. package/dist/app/index.js +10 -10
  4. package/dist/auth/index.js +4 -4
  5. package/dist/charts/index.d.ts +2 -1
  6. package/dist/charts/index.js +8 -8
  7. package/dist/{chunk-HNN3QALL.js → chunk-2DIYILF7.js} +9 -8
  8. package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
  9. package/dist/{chunk-UOHOKDKL.js → chunk-3GV5NHSS.js} +1052 -209
  10. package/dist/{chunk-PBNIW7KV.js → chunk-3MDNBHVB.js} +140 -9
  11. package/dist/{chunk-K4Q5QUHZ.js → chunk-4FZYEEPK.js} +6 -6
  12. package/dist/{chunk-MJMFIWEB.js → chunk-4SY6BTVZ.js} +2 -2
  13. package/dist/{chunk-HLFFKKT3.js → chunk-4VQ2PXMI.js} +14 -14
  14. package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
  15. package/dist/{chunk-N63RKL3L.js → chunk-6EFVZV6X.js} +394 -311
  16. package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
  17. package/dist/{chunk-GJXAAYZ3.js → chunk-6WXDE5LZ.js} +1 -1
  18. package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
  19. package/dist/{chunk-ZPXV5KI3.js → chunk-7E3FUTND.js} +1 -1
  20. package/dist/{chunk-YNYGUVGW.js → chunk-A7B7HLDF.js} +11 -10
  21. package/dist/{chunk-NU5FNTOB.js → chunk-AKOD52HS.js} +84 -15
  22. package/dist/{chunk-CT5IR4ZA.js → chunk-CLUP5H3C.js} +6 -9
  23. package/dist/{chunk-MYEOTM7D.js → chunk-CN2HC4D4.js} +5 -1
  24. package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
  25. package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
  26. package/dist/{chunk-SRNIHB7Y.js → chunk-HXZQWMKE.js} +1 -2
  27. package/dist/{chunk-M6OJ43NL.js → chunk-HYLERWRO.js} +99 -30
  28. package/dist/{chunk-XBMCDGHA.js → chunk-IKQ42WHU.js} +1 -1
  29. package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
  30. package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
  31. package/dist/{chunk-MCRKFDKB.js → chunk-JKTPRYGV.js} +5 -5
  32. package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
  33. package/dist/{chunk-3HCTCMAS.js → chunk-LRZFLK2F.js} +3 -3
  34. package/dist/chunk-NITGGYH2.js +476 -0
  35. package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
  36. package/dist/{chunk-TVJROM2V.js → chunk-P5WYW2GI.js} +58 -37
  37. package/dist/{chunk-5R27NFOI.js → chunk-SBCIB5TZ.js} +6 -27
  38. package/dist/{chunk-AYSO5A3R.js → chunk-SKXXT3E2.js} +4 -4
  39. package/dist/{chunk-MZCDRBSI.js → chunk-T2PAD63Y.js} +12 -12
  40. package/dist/{chunk-LH4GPYDX.js → chunk-T5Z7G2J2.js} +19 -3
  41. package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
  42. package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
  43. package/dist/components/chat/index.d.ts +2 -1
  44. package/dist/components/chat/index.js +1 -1
  45. package/dist/components/index.js +42 -42
  46. package/dist/components/navigation/index.js +8 -8
  47. package/dist/features/auth/index.js +5 -5
  48. package/dist/features/crm/index.js +21 -21
  49. package/dist/features/dashboard/index.js +22 -22
  50. package/dist/features/delivery/index.js +21 -21
  51. package/dist/features/knowledge/index.js +45 -31
  52. package/dist/features/lead-gen/index.d.ts +116 -2
  53. package/dist/features/lead-gen/index.js +22 -22
  54. package/dist/features/monitoring/index.js +23 -23
  55. package/dist/features/monitoring/requests/index.js +20 -20
  56. package/dist/features/operations/index.js +27 -27
  57. package/dist/features/settings/index.js +22 -22
  58. package/dist/hooks/delivery/index.js +3 -3
  59. package/dist/hooks/index.d.ts +263 -4
  60. package/dist/hooks/index.js +20 -20
  61. package/dist/hooks/published.d.ts +263 -4
  62. package/dist/hooks/published.js +20 -20
  63. package/dist/index.d.ts +378 -10
  64. package/dist/index.js +21 -21
  65. package/dist/initialization/index.js +4 -4
  66. package/dist/knowledge/index.d.ts +55 -1
  67. package/dist/knowledge/index.js +102 -2
  68. package/dist/organization/index.js +4 -4
  69. package/dist/profile/index.js +2 -2
  70. package/dist/provider/ElevasisServiceContext.d.ts +11 -5
  71. package/dist/provider/ElevasisServiceContext.js +1 -1
  72. package/dist/provider/index.d.ts +119 -5
  73. package/dist/provider/index.js +17 -17
  74. package/dist/provider/published.d.ts +119 -5
  75. package/dist/provider/published.js +13 -13
  76. package/dist/test-utils/index.d.ts +3 -0
  77. package/dist/test-utils/index.js +30 -6
  78. package/dist/theme/index.js +3 -3
  79. package/dist/theme/presets/index.js +1 -1
  80. package/dist/utils/index.d.ts +1 -3
  81. package/dist/utils/index.js +1 -1
  82. package/dist/vite/index.js +2 -2
  83. package/dist/vite-plugin-knowledge/index.js +1 -1
  84. package/package.json +5 -5
  85. package/dist/chunk-JS7VBTC4.js +0 -250
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
  }
@@ -7516,8 +7635,6 @@ declare const LIMIT_ACTIVITY_FEED = 50;
7516
7635
  declare const DEBOUNCE_FILTER = 150;
7517
7636
  /** Slider input debounce delay (500ms). */
7518
7637
  declare const DEBOUNCE_SLIDER = 500;
7519
- /** OAuth popup closed-check polling interval (500ms). */
7520
- declare const OAUTH_POPUP_CHECK_INTERVAL = 500;
7521
7638
  /** OAuth flow maximum duration before timeout (5 min). */
7522
7639
  declare const OAUTH_FLOW_TIMEOUT = 300000;
7523
7640
 
@@ -7989,7 +8106,7 @@ declare function useAppearance(): Required<AppearanceConfig>;
7989
8106
 
7990
8107
  /**
7991
8108
  * Hook to access the ElevasisServiceProvider context.
7992
- * Provides apiRequest, organizationId, and isReady.
8109
+ * Provides apiRequest, workOSOrganizationId, and isReady.
7993
8110
  *
7994
8111
  * Throws if used outside of an ElevasisServiceProvider or ElevasisUIProvider (with apiUrl).
7995
8112
  */
@@ -8002,19 +8119,19 @@ declare function useElevasisServices(): ElevasisServiceContextValue;
8002
8119
  *
8003
8120
  * @example Testing
8004
8121
  * ```tsx
8005
- * <ElevasisServiceProvider apiRequest={mockApiRequest} organizationId="org-1" isReady={true}>
8122
+ * <ElevasisServiceProvider apiRequest={mockApiRequest} workOSOrganizationId="org-1" isReady={true}>
8006
8123
  * <ComponentUnderTest />
8007
8124
  * </ElevasisServiceProvider>
8008
8125
  * ```
8009
8126
  *
8010
8127
  * @example Embedding
8011
8128
  * ```tsx
8012
- * <ElevasisServiceProvider apiRequest={myFetcher} organizationId={orgId} isReady={!!orgId}>
8129
+ * <ElevasisServiceProvider apiRequest={myFetcher} workOSOrganizationId={orgId} isReady={!!orgId}>
8013
8130
  * <CommandQueuePanel />
8014
8131
  * </ElevasisServiceProvider>
8015
8132
  * ```
8016
8133
  */
8017
- 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;
8018
8135
 
8019
8136
  /**
8020
8137
  * Mantine-specific theme config — extends the headless core config with
@@ -8081,6 +8198,14 @@ declare const executionsKeys: {
8081
8198
  */
8082
8199
  declare function useExecutions(resourceId: string, resourceStatus?: ResourceStatus | 'all', limit?: number, offset?: number): _tanstack_react_query.UseQueryResult<APIExecutionListResponse, Error>;
8083
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
+
8084
8209
  /**
8085
8210
  * Fetch a single execution detail.
8086
8211
  * Automatically polls every 2 seconds while the execution status is 'running'.
@@ -10151,12 +10276,23 @@ declare const acquisitionListKeys: {
10151
10276
  detail: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", string | null, string];
10152
10277
  telemetry: (organizationId: string | null) => readonly ["acquisition-lists", "telemetry", string | null];
10153
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];
10154
10280
  executions: (organizationId: string | null, listId: string, filters?: ListExecutionsFilters) => readonly ["acquisition-lists", "executions", string | null, string, string | null, number | null];
10155
10281
  };
10282
+ interface ListRecordsFilters {
10283
+ entity: ListRecordEntity;
10284
+ stage?: string | null;
10285
+ limit?: number;
10286
+ offset?: number;
10287
+ }
10156
10288
  interface ListExecutionsFilters {
10157
10289
  resourceId?: string | null;
10158
10290
  limit?: number;
10159
10291
  }
10292
+ interface UseListProgressOptions {
10293
+ enabled?: boolean;
10294
+ refetchInterval?: number | false;
10295
+ }
10160
10296
  declare function useLists(): _tanstack_react_query.UseQueryResult<{
10161
10297
  id: string;
10162
10298
  organizationId: string;
@@ -10181,7 +10317,38 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
10181
10317
  defaultBatchSize: number;
10182
10318
  maxBatchSize: number;
10183
10319
  description?: string | undefined;
10320
+ recordEntity?: "company" | "contact" | undefined;
10321
+ recordsStageKey?: string | undefined;
10322
+ recordSourceStageKey?: string | undefined;
10184
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;
10185
10352
  }[];
10186
10353
  } | undefined;
10187
10354
  };
@@ -10235,7 +10402,38 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
10235
10402
  defaultBatchSize: number;
10236
10403
  maxBatchSize: number;
10237
10404
  description?: string | undefined;
10405
+ recordEntity?: "company" | "contact" | undefined;
10406
+ recordsStageKey?: string | undefined;
10407
+ recordSourceStageKey?: string | undefined;
10238
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;
10239
10437
  }[];
10240
10438
  } | undefined;
10241
10439
  };
@@ -10266,7 +10464,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
10266
10464
  };
10267
10465
  }, Error>;
10268
10466
  declare function useListsTelemetry(): _tanstack_react_query.UseQueryResult<ListTelemetry[], Error>;
10269
- declare function useListProgress(listId: string): _tanstack_react_query.UseQueryResult<{
10467
+ declare function useListProgress(listId: string, options?: UseListProgressOptions): _tanstack_react_query.UseQueryResult<{
10270
10468
  totalMembers: number;
10271
10469
  totalCompanies: number;
10272
10470
  byCompanyStage: Record<string, {
@@ -10290,6 +10488,71 @@ declare function useListProgress(listId: string): _tanstack_react_query.UseQuery
10290
10488
  notAttempted: number;
10291
10489
  }>;
10292
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>;
10293
10556
  declare function useListExecutions(listId: string, filters?: ListExecutionsFilters): _tanstack_react_query.UseQueryResult<{
10294
10557
  executionId: string;
10295
10558
  resourceId: string;
@@ -10323,7 +10586,38 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
10323
10586
  defaultBatchSize: number;
10324
10587
  maxBatchSize: number;
10325
10588
  description?: string | undefined;
10589
+ recordEntity?: "company" | "contact" | undefined;
10590
+ recordsStageKey?: string | undefined;
10591
+ recordSourceStageKey?: string | undefined;
10326
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;
10327
10621
  }[];
10328
10622
  } | undefined;
10329
10623
  };
@@ -10404,7 +10698,38 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
10404
10698
  defaultBatchSize: number;
10405
10699
  maxBatchSize: number;
10406
10700
  description?: string | undefined;
10701
+ recordEntity?: "company" | "contact" | undefined;
10702
+ recordsStageKey?: string | undefined;
10703
+ recordSourceStageKey?: string | undefined;
10407
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;
10408
10733
  }[];
10409
10734
  } | undefined;
10410
10735
  };
@@ -10464,7 +10789,38 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
10464
10789
  defaultBatchSize: number;
10465
10790
  maxBatchSize: number;
10466
10791
  description?: string | undefined;
10792
+ recordEntity?: "company" | "contact" | undefined;
10793
+ recordsStageKey?: string | undefined;
10794
+ recordSourceStageKey?: string | undefined;
10467
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;
10468
10824
  }[];
10469
10825
  } | undefined;
10470
10826
  };
@@ -11153,6 +11509,13 @@ interface CreateCredentialResponse {
11153
11509
  interface ListCredentialsResponse {
11154
11510
  credentials: CredentialListItem[];
11155
11511
  }
11512
+ interface VerifyCredentialResponse {
11513
+ ok: boolean;
11514
+ provider: string;
11515
+ checkedAt: string;
11516
+ message?: string;
11517
+ details?: Record<string, unknown>;
11518
+ }
11156
11519
  type ApiRequest$2 = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
11157
11520
  declare class CredentialService {
11158
11521
  private apiRequest;
@@ -11180,6 +11543,10 @@ declare class CredentialService {
11180
11543
  * Organization context is provided via workos-organization-id header
11181
11544
  */
11182
11545
  deleteCredential(credentialId: string): Promise<void>;
11546
+ /**
11547
+ * Verify a credential server-side without exposing secret material
11548
+ */
11549
+ verifyCredential(credentialId: string): Promise<VerifyCredentialResponse>;
11183
11550
  }
11184
11551
 
11185
11552
  declare function useCredentials(): _tanstack_react_query.UseQueryResult<{
@@ -11189,6 +11556,7 @@ declare function useCredentials(): _tanstack_react_query.UseQueryResult<{
11189
11556
  provider: string | null;
11190
11557
  createdAt: string;
11191
11558
  }[], Error>;
11559
+ declare function useVerifyCredential(): _tanstack_react_query.UseMutationResult<VerifyCredentialResponse, Error, string, unknown>;
11192
11560
 
11193
11561
  declare function useCreateCredential(): _tanstack_react_query.UseMutationResult<CreateCredentialResponse, Error, CreateCredentialRequest, unknown>;
11194
11562
 
@@ -12462,5 +12830,5 @@ declare function InitializationProvider({ children }: {
12462
12830
  children: ReactNode;
12463
12831
  }): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
12464
12832
 
12465
- 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, OAUTH_POPUP_CHECK_INTERVAL, 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 };
12466
- 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 };