@elevasis/ui 2.32.0 → 2.33.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.js +3 -3
- package/dist/{chunk-GCOQ3TBG.js → chunk-2GMF5IRF.js} +2 -2
- package/dist/{chunk-4MFNGNHF.js → chunk-52NLZN6Z.js} +2 -2
- package/dist/{chunk-5FJJ72HU.js → chunk-AHCKOU2M.js} +1 -1
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/{chunk-5J4PDX26.js → chunk-E4T2N7P7.js} +14 -2
- package/dist/{chunk-RQTWIXJ5.js → chunk-E7C4XEWH.js} +1 -1
- package/dist/{chunk-6DWD423K.js → chunk-FFPHJBJC.js} +1 -1
- package/dist/{chunk-T35FWDAB.js → chunk-GNRMB6DC.js} +940 -156
- package/dist/{chunk-LLRXA7D7.js → chunk-IUKFNASA.js} +1 -1
- package/dist/{chunk-QTI3KC7D.js → chunk-JHT5JIJ3.js} +106 -43
- package/dist/{chunk-IQHU7O5Y.js → chunk-MHLZ4F4N.js} +1 -1
- package/dist/{chunk-VRNMNB3O.js → chunk-NOIRGGW2.js} +1 -1
- package/dist/{chunk-MOY4VOHF.js → chunk-QNOVUCSV.js} +1 -1
- package/dist/{chunk-4QK76KIF.js → chunk-TKF5S4XP.js} +1 -1
- package/dist/{chunk-ZQOKIGZP.js → chunk-UVFOURXR.js} +4 -4
- package/dist/{chunk-YLQEVSOR.js → chunk-UW7IV2Y3.js} +202 -54
- package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
- package/dist/{chunk-QQHOKTJA.js → chunk-XG57WXOL.js} +39 -2
- package/dist/{chunk-7KZINJLP.js → chunk-XOFSMJLF.js} +4 -4
- package/dist/{chunk-WQPX44YM.js → chunk-YAQ25UNM.js} +668 -168
- package/dist/{chunk-QXCDKE2O.js → chunk-ZGTDKH3P.js} +9 -28
- package/dist/components/index.d.ts +111 -2
- package/dist/components/index.js +24 -23
- package/dist/components/navigation/index.js +4 -3
- package/dist/execution/index.d.ts +5 -1
- package/dist/features/clients/index.js +8 -7
- package/dist/features/crm/index.js +10 -9
- package/dist/features/dashboard/index.d.ts +110 -1
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.js +9 -8
- package/dist/features/knowledge/index.js +8 -18
- package/dist/features/lead-gen/index.js +10 -9
- package/dist/features/monitoring/index.js +10 -9
- package/dist/features/monitoring/requests/index.d.ts +2 -2
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +442 -73
- package/dist/features/operations/index.js +13 -12
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/index.d.ts +192 -3
- package/dist/hooks/index.js +8 -7
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +190 -1
- package/dist/hooks/published.d.ts +192 -3
- package/dist/hooks/published.js +8 -7
- package/dist/index.d.ts +444 -75
- package/dist/index.js +8 -7
- package/dist/knowledge/index.d.ts +490 -214
- package/dist/knowledge/index.js +1179 -687
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +1 -1
- package/dist/provider/index.d.ts +357 -72
- package/dist/provider/index.js +7 -6
- package/dist/provider/published.d.ts +357 -72
- package/dist/provider/published.js +5 -4
- package/dist/types/index.d.ts +190 -1
- package/dist/utils/index.d.ts +110 -1
- package/package.json +39 -39
- package/src/README.md +29 -29
- package/src/api/README.md +18 -18
- package/src/app/README.md +24 -24
- package/src/auth/README.md +18 -18
- package/src/components/README.md +24 -24
- package/src/execution/README.md +16 -16
- package/src/features/README.md +28 -28
- package/src/graph/README.md +16 -16
- package/src/hooks/README.md +23 -23
- package/src/initialization/README.md +19 -19
- package/src/knowledge/README.md +31 -31
- package/src/organization/README.md +18 -18
- package/src/profile/README.md +19 -19
- package/src/provider/README.md +32 -32
- package/src/router/README.md +18 -18
- package/src/sse/README.md +13 -13
- package/src/test-utils/README.md +7 -7
- package/src/theme/README.md +23 -23
- package/src/theme/presets/README.md +19 -19
- package/src/types/README.md +16 -16
- package/src/utils/README.md +18 -18
- package/src/zustand/README.md +18 -18
- package/dist/chunk-UROTM5OR.js +0 -172
- package/dist/knowledge-search-index-5KYPO746.js +0 -1479
|
@@ -327,6 +327,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
327
327
|
active: "active";
|
|
328
328
|
archived: "archived";
|
|
329
329
|
}>;
|
|
330
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
331
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
332
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
333
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
334
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
335
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
336
|
+
}, z.core.$strip>>;
|
|
337
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
338
|
+
path: z.ZodString;
|
|
339
|
+
role: z.ZodEnum<{
|
|
340
|
+
schema: "schema";
|
|
341
|
+
config: "config";
|
|
342
|
+
entrypoint: "entrypoint";
|
|
343
|
+
handler: "handler";
|
|
344
|
+
test: "test";
|
|
345
|
+
docs: "docs";
|
|
346
|
+
}>;
|
|
347
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
348
|
+
description: z.ZodOptional<z.ZodString>;
|
|
349
|
+
}, z.core.$strip>>>;
|
|
330
350
|
kind: z.ZodLiteral<"workflow">;
|
|
331
351
|
actionKey: z.ZodOptional<z.ZodString>;
|
|
332
352
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -351,6 +371,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
351
371
|
active: "active";
|
|
352
372
|
archived: "archived";
|
|
353
373
|
}>;
|
|
374
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
375
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
376
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
377
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
378
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
379
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
380
|
+
}, z.core.$strip>>;
|
|
381
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
382
|
+
path: z.ZodString;
|
|
383
|
+
role: z.ZodEnum<{
|
|
384
|
+
schema: "schema";
|
|
385
|
+
config: "config";
|
|
386
|
+
entrypoint: "entrypoint";
|
|
387
|
+
handler: "handler";
|
|
388
|
+
test: "test";
|
|
389
|
+
docs: "docs";
|
|
390
|
+
}>;
|
|
391
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
392
|
+
description: z.ZodOptional<z.ZodString>;
|
|
393
|
+
}, z.core.$strip>>>;
|
|
354
394
|
kind: z.ZodLiteral<"agent">;
|
|
355
395
|
agentKind: z.ZodEnum<{
|
|
356
396
|
platform: "platform";
|
|
@@ -405,6 +445,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
405
445
|
active: "active";
|
|
406
446
|
archived: "archived";
|
|
407
447
|
}>;
|
|
448
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
449
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
450
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
451
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
452
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
453
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
454
|
+
}, z.core.$strip>>;
|
|
455
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
456
|
+
path: z.ZodString;
|
|
457
|
+
role: z.ZodEnum<{
|
|
458
|
+
schema: "schema";
|
|
459
|
+
config: "config";
|
|
460
|
+
entrypoint: "entrypoint";
|
|
461
|
+
handler: "handler";
|
|
462
|
+
test: "test";
|
|
463
|
+
docs: "docs";
|
|
464
|
+
}>;
|
|
465
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
466
|
+
description: z.ZodOptional<z.ZodString>;
|
|
467
|
+
}, z.core.$strip>>>;
|
|
408
468
|
kind: z.ZodLiteral<"integration">;
|
|
409
469
|
provider: z.ZodString;
|
|
410
470
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -417,6 +477,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
417
477
|
active: "active";
|
|
418
478
|
archived: "archived";
|
|
419
479
|
}>;
|
|
480
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
481
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
482
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
483
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
484
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
485
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
486
|
+
}, z.core.$strip>>;
|
|
487
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
488
|
+
path: z.ZodString;
|
|
489
|
+
role: z.ZodEnum<{
|
|
490
|
+
schema: "schema";
|
|
491
|
+
config: "config";
|
|
492
|
+
entrypoint: "entrypoint";
|
|
493
|
+
handler: "handler";
|
|
494
|
+
test: "test";
|
|
495
|
+
docs: "docs";
|
|
496
|
+
}>;
|
|
497
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
498
|
+
description: z.ZodOptional<z.ZodString>;
|
|
499
|
+
}, z.core.$strip>>>;
|
|
420
500
|
kind: z.ZodLiteral<"script">;
|
|
421
501
|
language: z.ZodEnum<{
|
|
422
502
|
shell: "shell";
|
|
@@ -4327,6 +4407,100 @@ interface Action {
|
|
|
4327
4407
|
payloadSchema?: z.ZodTypeAny;
|
|
4328
4408
|
}
|
|
4329
4409
|
|
|
4410
|
+
declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
4411
|
+
objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4412
|
+
id: z.ZodString;
|
|
4413
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4414
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4415
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4416
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4417
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4418
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4419
|
+
}, z.core.$loose>>>>;
|
|
4420
|
+
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4421
|
+
id: z.ZodString;
|
|
4422
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4423
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4424
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4425
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4426
|
+
from: z.ZodString;
|
|
4427
|
+
to: z.ZodString;
|
|
4428
|
+
cardinality: z.ZodOptional<z.ZodString>;
|
|
4429
|
+
via: z.ZodOptional<z.ZodString>;
|
|
4430
|
+
}, z.core.$loose>>>>;
|
|
4431
|
+
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4432
|
+
id: z.ZodString;
|
|
4433
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4434
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4435
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4436
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4437
|
+
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4438
|
+
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4439
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4440
|
+
}, z.core.$loose>>>>;
|
|
4441
|
+
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4442
|
+
id: z.ZodString;
|
|
4443
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4444
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4445
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4446
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4447
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
4448
|
+
appliesTo: z.ZodOptional<z.ZodString>;
|
|
4449
|
+
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4450
|
+
}, z.core.$loose>>>>;
|
|
4451
|
+
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4452
|
+
id: z.ZodString;
|
|
4453
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4454
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4455
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4456
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4457
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4458
|
+
}, z.core.$loose>>>>;
|
|
4459
|
+
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4460
|
+
id: z.ZodString;
|
|
4461
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4462
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4463
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4464
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4465
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4466
|
+
}, z.core.$loose>>>>;
|
|
4467
|
+
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4468
|
+
id: z.ZodString;
|
|
4469
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4470
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4471
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4472
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4473
|
+
primitive: z.ZodOptional<z.ZodString>;
|
|
4474
|
+
}, z.core.$loose>>>>;
|
|
4475
|
+
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4476
|
+
id: z.ZodString;
|
|
4477
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4478
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4479
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4480
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4481
|
+
valueType: z.ZodOptional<z.ZodString>;
|
|
4482
|
+
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
4483
|
+
pii: z.ZodOptional<z.ZodBoolean>;
|
|
4484
|
+
}, z.core.$loose>>>>;
|
|
4485
|
+
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4486
|
+
id: z.ZodString;
|
|
4487
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4488
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4489
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4490
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4491
|
+
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4492
|
+
}, z.core.$loose>>>>;
|
|
4493
|
+
surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4494
|
+
id: z.ZodString;
|
|
4495
|
+
label: z.ZodOptional<z.ZodString>;
|
|
4496
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4497
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4498
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4499
|
+
route: z.ZodOptional<z.ZodString>;
|
|
4500
|
+
}, z.core.$loose>>>>;
|
|
4501
|
+
}, z.core.$strip>>;
|
|
4502
|
+
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
4503
|
+
|
|
4330
4504
|
type MessageType = MessageEvent['type'];
|
|
4331
4505
|
/**
|
|
4332
4506
|
* Session Data Transfer Object (DTO)
|
|
@@ -4857,6 +5031,10 @@ declare const ContentNodeSchema: z.ZodObject<{
|
|
|
4857
5031
|
}, z.core.$strip>;
|
|
4858
5032
|
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
4859
5033
|
|
|
5034
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
5035
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
5036
|
+
[key: string]: JsonValue;
|
|
5037
|
+
};
|
|
4860
5038
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
4861
5039
|
interface SystemEntry {
|
|
4862
5040
|
id: string;
|
|
@@ -4891,6 +5069,13 @@ interface SystemEntry {
|
|
|
4891
5069
|
devOnly?: boolean;
|
|
4892
5070
|
requiresAdmin?: boolean;
|
|
4893
5071
|
order: number;
|
|
5072
|
+
config?: Record<string, JsonValue>;
|
|
5073
|
+
ontology?: OntologyScope;
|
|
5074
|
+
systems?: Record<string, SystemEntry>;
|
|
5075
|
+
/**
|
|
5076
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
5077
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
5078
|
+
*/
|
|
4894
5079
|
content?: Record<string, ContentNode>;
|
|
4895
5080
|
subsystems?: Record<string, SystemEntry>;
|
|
4896
5081
|
}
|
|
@@ -5227,6 +5412,10 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
5227
5412
|
kind: z.ZodEnum<{
|
|
5228
5413
|
links: "links";
|
|
5229
5414
|
affects: "affects";
|
|
5415
|
+
effects: "effects";
|
|
5416
|
+
implements: "implements";
|
|
5417
|
+
reads: "reads";
|
|
5418
|
+
writes: "writes";
|
|
5230
5419
|
emits: "emits";
|
|
5231
5420
|
contains: "contains";
|
|
5232
5421
|
references: "references";
|
|
@@ -5236,7 +5425,7 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
5236
5425
|
originates_from: "originates_from";
|
|
5237
5426
|
triggers: "triggers";
|
|
5238
5427
|
applies_to: "applies_to";
|
|
5239
|
-
|
|
5428
|
+
uses_catalog: "uses_catalog";
|
|
5240
5429
|
}>;
|
|
5241
5430
|
}, z.core.$strip>;
|
|
5242
5431
|
type Link = z.infer<typeof LinkSchema>;
|
|
@@ -7081,9 +7270,9 @@ declare function usePatchTask(): _tanstack_react_query.UseMutationResult<Task, E
|
|
|
7081
7270
|
* reported_requests -> RequestSchemas
|
|
7082
7271
|
*/
|
|
7083
7272
|
declare const RequestSeverityEnum: z.ZodEnum<{
|
|
7084
|
-
critical: "critical";
|
|
7085
7273
|
warning: "warning";
|
|
7086
7274
|
info: "info";
|
|
7275
|
+
critical: "critical";
|
|
7087
7276
|
}>;
|
|
7088
7277
|
declare const RequestStatusEnum: z.ZodEnum<{
|
|
7089
7278
|
open: "open";
|
|
@@ -7094,8 +7283,8 @@ declare const RequestStatusEnum: z.ZodEnum<{
|
|
|
7094
7283
|
declare const RequestSourceEnum: z.ZodEnum<{
|
|
7095
7284
|
agent: "agent";
|
|
7096
7285
|
api: "api";
|
|
7097
|
-
external: "external";
|
|
7098
7286
|
user: "user";
|
|
7287
|
+
external: "external";
|
|
7099
7288
|
webhook: "webhook";
|
|
7100
7289
|
cli: "cli";
|
|
7101
7290
|
}>;
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, 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, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, 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, useSystemHealth, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-
|
|
1
|
+
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, 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, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, 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, useSystemHealth, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-2GMF5IRF.js';
|
|
2
2
|
export { observabilityKeys, useErrorTrends } from '../chunk-VNAZTCHA.js';
|
|
3
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-XZGSCABI.js';
|
|
4
4
|
import '../chunk-BRXELOHC.js';
|
|
5
5
|
export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-AHCKOU2M.js';
|
|
7
|
+
import '../chunk-E7C4XEWH.js';
|
|
8
8
|
import '../chunk-RQA2EVN3.js';
|
|
9
9
|
import '../chunk-3FV6HBXS.js';
|
|
10
10
|
import '../chunk-WLOQ4IBG.js';
|
|
11
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-FFPHJBJC.js';
|
|
12
12
|
import '../chunk-EPTHX4VZ.js';
|
|
13
13
|
import '../chunk-3KMDHCAR.js';
|
|
14
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-UW7IV2Y3.js';
|
|
15
15
|
import '../chunk-SZHARWKU.js';
|
|
16
|
-
export { createFeatureAccessHook } from '../chunk-
|
|
16
|
+
export { createFeatureAccessHook } from '../chunk-ZGTDKH3P.js';
|
|
17
17
|
import '../chunk-TKAYX2SP.js';
|
|
18
18
|
import '../chunk-NYBEU5TE.js';
|
|
19
|
-
import '../chunk-
|
|
19
|
+
import '../chunk-DWXDNT7P.js';
|
|
20
|
+
import '../chunk-GNRMB6DC.js';
|
|
20
21
|
import '../chunk-ND5TDV2J.js';
|
|
21
22
|
import '../chunk-2IFYDILW.js';
|
|
22
23
|
import '../chunk-Q7DJKLEN.js';
|