@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.
- package/dist/app/index.d.ts +54 -0
- package/dist/app/index.js +8 -8
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.d.ts +2 -1
- package/dist/charts/index.js +6 -6
- package/dist/{chunk-SZWXQHKO.js → chunk-2DIYILF7.js} +7 -6
- package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
- package/dist/{chunk-65RQE3XF.js → chunk-3GV5NHSS.js} +1051 -208
- package/dist/{chunk-3DUOPXOJ.js → chunk-3MDNBHVB.js} +4 -4
- package/dist/{chunk-QNL7UI5G.js → chunk-4FZYEEPK.js} +4 -4
- package/dist/{chunk-Y3YJKKEB.js → chunk-4SY6BTVZ.js} +1 -1
- package/dist/{chunk-HLFFKKT3.js → chunk-4VQ2PXMI.js} +14 -14
- package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
- package/dist/{chunk-HNFQCOD2.js → chunk-6EFVZV6X.js} +392 -309
- package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
- package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
- package/dist/{chunk-AK5E6ILJ.js → chunk-A7B7HLDF.js} +8 -8
- package/dist/{chunk-OWESKPTJ.js → chunk-AKOD52HS.js} +26 -8
- package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
- package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
- package/dist/{chunk-A7R2URMV.js → chunk-HYLERWRO.js} +41 -7
- package/dist/{chunk-XBMCDGHA.js → chunk-IKQ42WHU.js} +1 -1
- package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
- package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
- package/dist/{chunk-FGDUK74A.js → chunk-JKTPRYGV.js} +3 -3
- package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
- package/dist/{chunk-OHGNCWJP.js → chunk-LRZFLK2F.js} +1 -1
- package/dist/{chunk-FFDAE2QI.js → chunk-NITGGYH2.js} +172 -26
- package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
- package/dist/{chunk-6NHCE7JM.js → chunk-P5WYW2GI.js} +12 -12
- package/dist/{chunk-5CW2HXQA.js → chunk-SBCIB5TZ.js} +4 -25
- package/dist/{chunk-OIMPGKDB.js → chunk-SKXXT3E2.js} +3 -3
- package/dist/{chunk-CEHUFNAL.js → chunk-T2PAD63Y.js} +11 -11
- package/dist/{chunk-LH4GPYDX.js → chunk-T5Z7G2J2.js} +19 -3
- package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
- package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
- package/dist/components/chat/index.d.ts +2 -1
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.js +37 -37
- package/dist/components/navigation/index.js +8 -8
- package/dist/features/auth/index.js +5 -5
- package/dist/features/crm/index.js +18 -18
- package/dist/features/dashboard/index.js +19 -19
- package/dist/features/delivery/index.js +18 -18
- package/dist/features/knowledge/index.js +19 -19
- package/dist/features/lead-gen/index.d.ts +99 -1
- package/dist/features/lead-gen/index.js +19 -19
- package/dist/features/monitoring/index.js +20 -20
- package/dist/features/monitoring/requests/index.js +17 -17
- package/dist/features/operations/index.js +24 -24
- package/dist/features/settings/index.js +19 -19
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +263 -4
- package/dist/hooks/index.js +17 -17
- package/dist/hooks/published.d.ts +263 -4
- package/dist/hooks/published.js +17 -17
- package/dist/index.d.ts +378 -8
- package/dist/index.js +18 -18
- package/dist/initialization/index.js +4 -4
- package/dist/knowledge/index.d.ts +54 -0
- package/dist/organization/index.js +4 -4
- package/dist/profile/index.js +2 -2
- package/dist/provider/ElevasisServiceContext.d.ts +11 -5
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.d.ts +119 -5
- package/dist/provider/index.js +14 -14
- package/dist/provider/published.d.ts +119 -5
- package/dist/provider/published.js +10 -10
- package/dist/test-utils/index.d.ts +3 -0
- package/dist/test-utils/index.js +28 -4
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/package.json +5 -5
|
@@ -3558,11 +3558,16 @@ declare const AcqArtifactOwnerKindSchema: z.ZodEnum<{
|
|
|
3558
3558
|
deal: "deal";
|
|
3559
3559
|
list_member: "list_member";
|
|
3560
3560
|
}>;
|
|
3561
|
+
declare const ListRecordEntitySchema: z.ZodEnum<{
|
|
3562
|
+
company: "company";
|
|
3563
|
+
contact: "contact";
|
|
3564
|
+
}>;
|
|
3561
3565
|
type ListCompaniesQuery = z.infer<typeof ListCompaniesQuerySchema>;
|
|
3562
3566
|
type ListContactsQuery = z.infer<typeof ListContactsQuerySchema>;
|
|
3563
3567
|
type AcqCompanyResponse = z.infer<typeof AcqCompanyResponseSchema>;
|
|
3564
3568
|
type AcqContactResponse = z.infer<typeof AcqContactResponseSchema>;
|
|
3565
3569
|
type AcqArtifactOwnerKind = z.infer<typeof AcqArtifactOwnerKindSchema>;
|
|
3570
|
+
type ListRecordEntity = z.infer<typeof ListRecordEntitySchema>;
|
|
3566
3571
|
type ListStatus = z.infer<typeof ListStatusSchema>;
|
|
3567
3572
|
|
|
3568
3573
|
/** Raw database row type for acq_deals table */
|
|
@@ -5148,6 +5153,14 @@ declare const executionsKeys: {
|
|
|
5148
5153
|
*/
|
|
5149
5154
|
declare function useExecutions(resourceId: string, resourceStatus?: ResourceStatus | 'all', limit?: number, offset?: number): _tanstack_react_query.UseQueryResult<APIExecutionListResponse, Error>;
|
|
5150
5155
|
|
|
5156
|
+
interface UseInFlightExecutionsOptions {
|
|
5157
|
+
enabled?: boolean;
|
|
5158
|
+
refetchInterval?: number | false;
|
|
5159
|
+
limit?: number;
|
|
5160
|
+
offset?: number;
|
|
5161
|
+
}
|
|
5162
|
+
declare function useInFlightExecutions(resourceId: string, options?: UseInFlightExecutionsOptions): _tanstack_react_query.UseQueryResult<APIExecutionListResponse, Error>;
|
|
5163
|
+
|
|
5151
5164
|
/**
|
|
5152
5165
|
* Fetch a single execution detail.
|
|
5153
5166
|
* Automatically polls every 2 seconds while the execution status is 'running'.
|
|
@@ -7183,12 +7196,23 @@ declare const acquisitionListKeys: {
|
|
|
7183
7196
|
detail: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", string | null, string];
|
|
7184
7197
|
telemetry: (organizationId: string | null) => readonly ["acquisition-lists", "telemetry", string | null];
|
|
7185
7198
|
progress: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", "progress", string | null, string];
|
|
7199
|
+
records: (organizationId: string | null, listId: string, filters: ListRecordsFilters) => readonly ["acquisition-lists", "records", string | null, string, "company" | "contact", string | null, number | null, number | null];
|
|
7186
7200
|
executions: (organizationId: string | null, listId: string, filters?: ListExecutionsFilters) => readonly ["acquisition-lists", "executions", string | null, string, string | null, number | null];
|
|
7187
7201
|
};
|
|
7202
|
+
interface ListRecordsFilters {
|
|
7203
|
+
entity: ListRecordEntity;
|
|
7204
|
+
stage?: string | null;
|
|
7205
|
+
limit?: number;
|
|
7206
|
+
offset?: number;
|
|
7207
|
+
}
|
|
7188
7208
|
interface ListExecutionsFilters {
|
|
7189
7209
|
resourceId?: string | null;
|
|
7190
7210
|
limit?: number;
|
|
7191
7211
|
}
|
|
7212
|
+
interface UseListProgressOptions {
|
|
7213
|
+
enabled?: boolean;
|
|
7214
|
+
refetchInterval?: number | false;
|
|
7215
|
+
}
|
|
7192
7216
|
declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
7193
7217
|
id: string;
|
|
7194
7218
|
organizationId: string;
|
|
@@ -7213,7 +7237,38 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
7213
7237
|
defaultBatchSize: number;
|
|
7214
7238
|
maxBatchSize: number;
|
|
7215
7239
|
description?: string | undefined;
|
|
7240
|
+
recordEntity?: "company" | "contact" | undefined;
|
|
7241
|
+
recordsStageKey?: string | undefined;
|
|
7242
|
+
recordSourceStageKey?: string | undefined;
|
|
7216
7243
|
dependsOn?: string[] | undefined;
|
|
7244
|
+
recordColumns?: {
|
|
7245
|
+
company?: {
|
|
7246
|
+
key: string;
|
|
7247
|
+
label: string;
|
|
7248
|
+
path: string;
|
|
7249
|
+
width?: string | number | undefined;
|
|
7250
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7251
|
+
badgeColor?: string | undefined;
|
|
7252
|
+
}[] | undefined;
|
|
7253
|
+
contact?: {
|
|
7254
|
+
key: string;
|
|
7255
|
+
label: string;
|
|
7256
|
+
path: string;
|
|
7257
|
+
width?: string | number | undefined;
|
|
7258
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7259
|
+
badgeColor?: string | undefined;
|
|
7260
|
+
}[] | undefined;
|
|
7261
|
+
} | undefined;
|
|
7262
|
+
credentialRequirements?: {
|
|
7263
|
+
key: string;
|
|
7264
|
+
provider: string;
|
|
7265
|
+
credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
|
|
7266
|
+
label: string;
|
|
7267
|
+
required: boolean;
|
|
7268
|
+
inputPath: string;
|
|
7269
|
+
selectionMode?: "single" | "multiple" | undefined;
|
|
7270
|
+
verifyOnRun?: boolean | undefined;
|
|
7271
|
+
}[] | undefined;
|
|
7217
7272
|
}[];
|
|
7218
7273
|
} | undefined;
|
|
7219
7274
|
};
|
|
@@ -7267,7 +7322,38 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
7267
7322
|
defaultBatchSize: number;
|
|
7268
7323
|
maxBatchSize: number;
|
|
7269
7324
|
description?: string | undefined;
|
|
7325
|
+
recordEntity?: "company" | "contact" | undefined;
|
|
7326
|
+
recordsStageKey?: string | undefined;
|
|
7327
|
+
recordSourceStageKey?: string | undefined;
|
|
7270
7328
|
dependsOn?: string[] | undefined;
|
|
7329
|
+
recordColumns?: {
|
|
7330
|
+
company?: {
|
|
7331
|
+
key: string;
|
|
7332
|
+
label: string;
|
|
7333
|
+
path: string;
|
|
7334
|
+
width?: string | number | undefined;
|
|
7335
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7336
|
+
badgeColor?: string | undefined;
|
|
7337
|
+
}[] | undefined;
|
|
7338
|
+
contact?: {
|
|
7339
|
+
key: string;
|
|
7340
|
+
label: string;
|
|
7341
|
+
path: string;
|
|
7342
|
+
width?: string | number | undefined;
|
|
7343
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7344
|
+
badgeColor?: string | undefined;
|
|
7345
|
+
}[] | undefined;
|
|
7346
|
+
} | undefined;
|
|
7347
|
+
credentialRequirements?: {
|
|
7348
|
+
key: string;
|
|
7349
|
+
provider: string;
|
|
7350
|
+
credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
|
|
7351
|
+
label: string;
|
|
7352
|
+
required: boolean;
|
|
7353
|
+
inputPath: string;
|
|
7354
|
+
selectionMode?: "single" | "multiple" | undefined;
|
|
7355
|
+
verifyOnRun?: boolean | undefined;
|
|
7356
|
+
}[] | undefined;
|
|
7271
7357
|
}[];
|
|
7272
7358
|
} | undefined;
|
|
7273
7359
|
};
|
|
@@ -7298,7 +7384,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
7298
7384
|
};
|
|
7299
7385
|
}, Error>;
|
|
7300
7386
|
declare function useListsTelemetry(): _tanstack_react_query.UseQueryResult<ListTelemetry[], Error>;
|
|
7301
|
-
declare function useListProgress(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
7387
|
+
declare function useListProgress(listId: string, options?: UseListProgressOptions): _tanstack_react_query.UseQueryResult<{
|
|
7302
7388
|
totalMembers: number;
|
|
7303
7389
|
totalCompanies: number;
|
|
7304
7390
|
byCompanyStage: Record<string, {
|
|
@@ -7322,6 +7408,71 @@ declare function useListProgress(listId: string): _tanstack_react_query.UseQuery
|
|
|
7322
7408
|
notAttempted: number;
|
|
7323
7409
|
}>;
|
|
7324
7410
|
}, Error>;
|
|
7411
|
+
declare function useListRecords(listId: string, filters: ListRecordsFilters): _tanstack_react_query.UseQueryResult<{
|
|
7412
|
+
data: ({
|
|
7413
|
+
id: string;
|
|
7414
|
+
listId: string;
|
|
7415
|
+
pipelineKey: string;
|
|
7416
|
+
stageKey: string;
|
|
7417
|
+
stateKey: string;
|
|
7418
|
+
activityLog: unknown;
|
|
7419
|
+
addedAt: string;
|
|
7420
|
+
addedBy: string | null;
|
|
7421
|
+
sourceExecutionId: string | null;
|
|
7422
|
+
processingState: Record<string, unknown> | null;
|
|
7423
|
+
enrichmentData: Record<string, unknown> | null;
|
|
7424
|
+
entity: "company";
|
|
7425
|
+
companyId: string;
|
|
7426
|
+
company: {
|
|
7427
|
+
id: string;
|
|
7428
|
+
name: string;
|
|
7429
|
+
domain: string | null;
|
|
7430
|
+
website: string | null;
|
|
7431
|
+
linkedinUrl: string | null;
|
|
7432
|
+
numEmployees: number | null;
|
|
7433
|
+
foundedYear: number | null;
|
|
7434
|
+
locationCity: string | null;
|
|
7435
|
+
locationState: string | null;
|
|
7436
|
+
category: string | null;
|
|
7437
|
+
segment: string | null;
|
|
7438
|
+
status: "active" | "invalid";
|
|
7439
|
+
qualificationScore: number | null;
|
|
7440
|
+
qualificationSignals: Record<string, unknown> | null;
|
|
7441
|
+
qualificationRubricKey: string | null;
|
|
7442
|
+
} | null;
|
|
7443
|
+
} | {
|
|
7444
|
+
id: string;
|
|
7445
|
+
listId: string;
|
|
7446
|
+
pipelineKey: string;
|
|
7447
|
+
stageKey: string;
|
|
7448
|
+
stateKey: string;
|
|
7449
|
+
activityLog: unknown;
|
|
7450
|
+
addedAt: string;
|
|
7451
|
+
addedBy: string | null;
|
|
7452
|
+
sourceExecutionId: string | null;
|
|
7453
|
+
processingState: Record<string, unknown> | null;
|
|
7454
|
+
enrichmentData: Record<string, unknown> | null;
|
|
7455
|
+
entity: "contact";
|
|
7456
|
+
contactId: string;
|
|
7457
|
+
contact: {
|
|
7458
|
+
id: string;
|
|
7459
|
+
email: string;
|
|
7460
|
+
firstName: string | null;
|
|
7461
|
+
lastName: string | null;
|
|
7462
|
+
title: string | null;
|
|
7463
|
+
headline: string | null;
|
|
7464
|
+
linkedinUrl: string | null;
|
|
7465
|
+
companyId: string | null;
|
|
7466
|
+
status: "active" | "invalid";
|
|
7467
|
+
qualificationScore: number | null;
|
|
7468
|
+
qualificationSignals: Record<string, unknown> | null;
|
|
7469
|
+
qualificationRubricKey: string | null;
|
|
7470
|
+
} | null;
|
|
7471
|
+
})[];
|
|
7472
|
+
total: number;
|
|
7473
|
+
limit: number;
|
|
7474
|
+
offset: number;
|
|
7475
|
+
}, Error>;
|
|
7325
7476
|
declare function useListExecutions(listId: string, filters?: ListExecutionsFilters): _tanstack_react_query.UseQueryResult<{
|
|
7326
7477
|
executionId: string;
|
|
7327
7478
|
resourceId: string;
|
|
@@ -7355,7 +7506,38 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
7355
7506
|
defaultBatchSize: number;
|
|
7356
7507
|
maxBatchSize: number;
|
|
7357
7508
|
description?: string | undefined;
|
|
7509
|
+
recordEntity?: "company" | "contact" | undefined;
|
|
7510
|
+
recordsStageKey?: string | undefined;
|
|
7511
|
+
recordSourceStageKey?: string | undefined;
|
|
7358
7512
|
dependsOn?: string[] | undefined;
|
|
7513
|
+
recordColumns?: {
|
|
7514
|
+
company?: {
|
|
7515
|
+
key: string;
|
|
7516
|
+
label: string;
|
|
7517
|
+
path: string;
|
|
7518
|
+
width?: string | number | undefined;
|
|
7519
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7520
|
+
badgeColor?: string | undefined;
|
|
7521
|
+
}[] | undefined;
|
|
7522
|
+
contact?: {
|
|
7523
|
+
key: string;
|
|
7524
|
+
label: string;
|
|
7525
|
+
path: string;
|
|
7526
|
+
width?: string | number | undefined;
|
|
7527
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7528
|
+
badgeColor?: string | undefined;
|
|
7529
|
+
}[] | undefined;
|
|
7530
|
+
} | undefined;
|
|
7531
|
+
credentialRequirements?: {
|
|
7532
|
+
key: string;
|
|
7533
|
+
provider: string;
|
|
7534
|
+
credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
|
|
7535
|
+
label: string;
|
|
7536
|
+
required: boolean;
|
|
7537
|
+
inputPath: string;
|
|
7538
|
+
selectionMode?: "single" | "multiple" | undefined;
|
|
7539
|
+
verifyOnRun?: boolean | undefined;
|
|
7540
|
+
}[] | undefined;
|
|
7359
7541
|
}[];
|
|
7360
7542
|
} | undefined;
|
|
7361
7543
|
};
|
|
@@ -7436,7 +7618,38 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
7436
7618
|
defaultBatchSize: number;
|
|
7437
7619
|
maxBatchSize: number;
|
|
7438
7620
|
description?: string | undefined;
|
|
7621
|
+
recordEntity?: "company" | "contact" | undefined;
|
|
7622
|
+
recordsStageKey?: string | undefined;
|
|
7623
|
+
recordSourceStageKey?: string | undefined;
|
|
7439
7624
|
dependsOn?: string[] | undefined;
|
|
7625
|
+
recordColumns?: {
|
|
7626
|
+
company?: {
|
|
7627
|
+
key: string;
|
|
7628
|
+
label: string;
|
|
7629
|
+
path: string;
|
|
7630
|
+
width?: string | number | undefined;
|
|
7631
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7632
|
+
badgeColor?: string | undefined;
|
|
7633
|
+
}[] | undefined;
|
|
7634
|
+
contact?: {
|
|
7635
|
+
key: string;
|
|
7636
|
+
label: string;
|
|
7637
|
+
path: string;
|
|
7638
|
+
width?: string | number | undefined;
|
|
7639
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7640
|
+
badgeColor?: string | undefined;
|
|
7641
|
+
}[] | undefined;
|
|
7642
|
+
} | undefined;
|
|
7643
|
+
credentialRequirements?: {
|
|
7644
|
+
key: string;
|
|
7645
|
+
provider: string;
|
|
7646
|
+
credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
|
|
7647
|
+
label: string;
|
|
7648
|
+
required: boolean;
|
|
7649
|
+
inputPath: string;
|
|
7650
|
+
selectionMode?: "single" | "multiple" | undefined;
|
|
7651
|
+
verifyOnRun?: boolean | undefined;
|
|
7652
|
+
}[] | undefined;
|
|
7440
7653
|
}[];
|
|
7441
7654
|
} | undefined;
|
|
7442
7655
|
};
|
|
@@ -7496,7 +7709,38 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
7496
7709
|
defaultBatchSize: number;
|
|
7497
7710
|
maxBatchSize: number;
|
|
7498
7711
|
description?: string | undefined;
|
|
7712
|
+
recordEntity?: "company" | "contact" | undefined;
|
|
7713
|
+
recordsStageKey?: string | undefined;
|
|
7714
|
+
recordSourceStageKey?: string | undefined;
|
|
7499
7715
|
dependsOn?: string[] | undefined;
|
|
7716
|
+
recordColumns?: {
|
|
7717
|
+
company?: {
|
|
7718
|
+
key: string;
|
|
7719
|
+
label: string;
|
|
7720
|
+
path: string;
|
|
7721
|
+
width?: string | number | undefined;
|
|
7722
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7723
|
+
badgeColor?: string | undefined;
|
|
7724
|
+
}[] | undefined;
|
|
7725
|
+
contact?: {
|
|
7726
|
+
key: string;
|
|
7727
|
+
label: string;
|
|
7728
|
+
path: string;
|
|
7729
|
+
width?: string | number | undefined;
|
|
7730
|
+
renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
|
|
7731
|
+
badgeColor?: string | undefined;
|
|
7732
|
+
}[] | undefined;
|
|
7733
|
+
} | undefined;
|
|
7734
|
+
credentialRequirements?: {
|
|
7735
|
+
key: string;
|
|
7736
|
+
provider: string;
|
|
7737
|
+
credentialType: "api-key" | "api-key-secret" | "oauth" | "webhook-secret";
|
|
7738
|
+
label: string;
|
|
7739
|
+
required: boolean;
|
|
7740
|
+
inputPath: string;
|
|
7741
|
+
selectionMode?: "single" | "multiple" | undefined;
|
|
7742
|
+
verifyOnRun?: boolean | undefined;
|
|
7743
|
+
}[] | undefined;
|
|
7500
7744
|
}[];
|
|
7501
7745
|
} | undefined;
|
|
7502
7746
|
};
|
|
@@ -8185,6 +8429,13 @@ interface CreateCredentialResponse {
|
|
|
8185
8429
|
interface ListCredentialsResponse {
|
|
8186
8430
|
credentials: CredentialListItem[];
|
|
8187
8431
|
}
|
|
8432
|
+
interface VerifyCredentialResponse {
|
|
8433
|
+
ok: boolean;
|
|
8434
|
+
provider: string;
|
|
8435
|
+
checkedAt: string;
|
|
8436
|
+
message?: string;
|
|
8437
|
+
details?: Record<string, unknown>;
|
|
8438
|
+
}
|
|
8188
8439
|
type ApiRequest$2 = <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
8189
8440
|
declare class CredentialService {
|
|
8190
8441
|
private apiRequest;
|
|
@@ -8212,6 +8463,10 @@ declare class CredentialService {
|
|
|
8212
8463
|
* Organization context is provided via workos-organization-id header
|
|
8213
8464
|
*/
|
|
8214
8465
|
deleteCredential(credentialId: string): Promise<void>;
|
|
8466
|
+
/**
|
|
8467
|
+
* Verify a credential server-side without exposing secret material
|
|
8468
|
+
*/
|
|
8469
|
+
verifyCredential(credentialId: string): Promise<VerifyCredentialResponse>;
|
|
8215
8470
|
}
|
|
8216
8471
|
|
|
8217
8472
|
declare function useCredentials(): _tanstack_react_query.UseQueryResult<{
|
|
@@ -8221,6 +8476,7 @@ declare function useCredentials(): _tanstack_react_query.UseQueryResult<{
|
|
|
8221
8476
|
provider: string | null;
|
|
8222
8477
|
createdAt: string;
|
|
8223
8478
|
}[], Error>;
|
|
8479
|
+
declare function useVerifyCredential(): _tanstack_react_query.UseMutationResult<VerifyCredentialResponse, Error, string, unknown>;
|
|
8224
8480
|
|
|
8225
8481
|
declare function useCreateCredential(): _tanstack_react_query.UseMutationResult<CreateCredentialResponse, Error, CreateCredentialRequest, unknown>;
|
|
8226
8482
|
|
|
@@ -8478,13 +8734,16 @@ declare function useUpdateWebhookEndpoint(): _tanstack_react_query.UseMutationRe
|
|
|
8478
8734
|
*/
|
|
8479
8735
|
interface ElevasisServiceContextValue {
|
|
8480
8736
|
apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
8737
|
+
/** Organization ID alias retained for existing query-key consumers. */
|
|
8481
8738
|
organizationId: string | null;
|
|
8739
|
+
/** WorkOS `org_xxx` string for the current organization. */
|
|
8740
|
+
workOSOrganizationId: string | null;
|
|
8482
8741
|
isReady: boolean;
|
|
8483
8742
|
}
|
|
8484
8743
|
|
|
8485
8744
|
/**
|
|
8486
8745
|
* Hook to access the ElevasisServiceProvider context.
|
|
8487
|
-
* Provides apiRequest,
|
|
8746
|
+
* Provides apiRequest, workOSOrganizationId, and isReady.
|
|
8488
8747
|
*
|
|
8489
8748
|
* Throws if used outside of an ElevasisServiceProvider or ElevasisUIProvider (with apiUrl).
|
|
8490
8749
|
*/
|
|
@@ -9032,5 +9291,5 @@ declare function useCreateNote(): _tanstack_react_query.UseMutationResult<{
|
|
|
9032
9291
|
type?: string;
|
|
9033
9292
|
}, "organization_id">, unknown>;
|
|
9034
9293
|
|
|
9035
|
-
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, 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, 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, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
9036
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, WebSocketState, WorkflowExecutionTriggerParams };
|
|
9294
|
+
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, 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, 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, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
9295
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-
|
|
2
|
-
export { observabilityKeys, useErrorTrends } from '../chunk-
|
|
3
|
-
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-
|
|
1
|
+
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-6EFVZV6X.js';
|
|
2
|
+
export { observabilityKeys, useErrorTrends } from '../chunk-6YT4IKJ7.js';
|
|
3
|
+
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-T2PAD63Y.js';
|
|
4
4
|
import '../chunk-BRXELOHC.js';
|
|
5
5
|
export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import '../chunk-
|
|
8
|
-
import '../chunk-
|
|
9
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-OAVTMITG.js';
|
|
7
|
+
import '../chunk-SKXXT3E2.js';
|
|
8
|
+
import '../chunk-T5Z7G2J2.js';
|
|
9
|
+
import '../chunk-4VQ2PXMI.js';
|
|
10
10
|
import '../chunk-WLOQ4IBG.js';
|
|
11
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-4SY6BTVZ.js';
|
|
12
12
|
import '../chunk-6WXDE5LZ.js';
|
|
13
13
|
import '../chunk-3KMDHCAR.js';
|
|
14
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-AKOD52HS.js';
|
|
15
15
|
import '../chunk-SZHARWKU.js';
|
|
16
|
-
export { createFeatureAccessHook } from '../chunk-
|
|
16
|
+
export { createFeatureAccessHook } from '../chunk-6IXOKUBC.js';
|
|
17
17
|
import '../chunk-TKAYX2SP.js';
|
|
18
18
|
import '../chunk-NYBEU5TE.js';
|
|
19
19
|
import '../chunk-7E3FUTND.js';
|
|
20
20
|
import '../chunk-2IFYDILW.js';
|
|
21
21
|
import '../chunk-Q7DJKLEN.js';
|
|
22
|
-
import '../chunk-
|
|
23
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-JA5ECJJB.js';
|
|
23
|
+
import '../chunk-HUJCU55S.js';
|
|
24
24
|
import '../chunk-E565XMTQ.js';
|
|
25
|
-
import '../chunk-
|
|
25
|
+
import '../chunk-JBWJ6WHZ.js';
|
|
26
26
|
import '../chunk-DT3QYZVU.js';
|
|
27
27
|
import '../chunk-RNP5R5I3.js';
|
|
28
28
|
export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-HXZQWMKE.js';
|
|
29
29
|
import '../chunk-KRWALB24.js';
|
|
30
|
-
import '../chunk-
|
|
31
|
-
import '../chunk-
|
|
30
|
+
import '../chunk-VKIZUUPM.js';
|
|
31
|
+
import '../chunk-533DUEQY.js';
|
|
32
32
|
import '../chunk-DD3CCMCZ.js';
|
|
33
|
-
import '../chunk-
|
|
34
|
-
import '../chunk-
|
|
33
|
+
import '../chunk-2Q2JQSQO.js';
|
|
34
|
+
import '../chunk-KJ3QUBNU.js';
|
|
35
35
|
import '../chunk-BRJ3QZ4E.js';
|
|
36
36
|
import '../chunk-I2KLQ2HA.js';
|