@elevasis/ui 2.72.0 → 2.74.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/api/index.js +3 -3
- package/dist/app/index.d.ts +172 -20
- package/dist/app/index.js +9 -10
- package/dist/auth/index.js +5 -6
- package/dist/charts/index.js +5 -6
- package/dist/chunk-2GIJBHZT.js +60 -0
- package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
- package/dist/chunk-3LOKYZJC.js +231 -0
- package/dist/chunk-3QHX4ZKV.js +224 -0
- package/dist/chunk-43LC6XAX.js +69 -0
- package/dist/chunk-4M2BSHVT.js +116 -0
- package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
- package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
- package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
- package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
- package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
- package/dist/chunk-ARAFQBNI.js +515 -0
- package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
- package/dist/chunk-BRTGCFBH.js +305 -0
- package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
- package/dist/chunk-CRA7WQZH.js +49 -0
- package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
- package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
- package/dist/chunk-FA7LMNQO.js +439 -0
- package/dist/chunk-FZSG6M6W.js +45 -0
- package/dist/chunk-GDOR57D7.js +165 -0
- package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
- package/dist/chunk-GPQQGQGT.js +645 -0
- package/dist/chunk-HYQOGRWG.js +54 -0
- package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
- package/dist/chunk-N6K2Q5BM.js +393 -0
- package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
- package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
- package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
- package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
- package/dist/chunk-VM2OWOXL.js +24 -0
- package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
- package/dist/chunk-WDBNW44Z.js +49 -0
- package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
- package/dist/chunk-YQQ5GRUR.js +21 -0
- package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
- package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
- package/dist/chunk-ZYNVCWDZ.js +286 -0
- package/dist/components/index.d.ts +490 -22
- package/dist/components/index.js +335 -35
- package/dist/components/navigation/index.js +6 -7
- package/dist/features/auth/index.d.ts +154 -2
- package/dist/features/auth/index.js +18 -9
- package/dist/features/clients/index.js +7 -7
- package/dist/features/content/index.d.ts +718 -34
- package/dist/features/content/index.js +1345 -51
- package/dist/features/crm/index.d.ts +172 -20
- package/dist/features/crm/index.js +10 -8
- package/dist/features/dashboard/index.d.ts +19 -10
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +134 -0
- package/dist/features/delivery/index.js +23 -7
- package/dist/features/knowledge/index.js +5 -6
- package/dist/features/lead-gen/index.d.ts +47 -35
- package/dist/features/lead-gen/index.js +12 -8
- package/dist/features/monitoring/index.js +11 -9
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +38 -20
- package/dist/features/operations/index.js +15 -11
- package/dist/features/public-agent-chat/index.js +3 -1
- package/dist/features/settings/index.d.ts +134 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/access/index.js +5 -6
- package/dist/hooks/delivery/index.d.ts +134 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1421 -29
- package/dist/hooks/published.js +22 -6
- package/dist/initialization/index.d.ts +134 -0
- package/dist/knowledge/index.d.ts +38 -20
- package/dist/knowledge/index.js +167 -11
- package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
- package/dist/layout/index.js +8 -9
- package/dist/profile/index.d.ts +134 -0
- package/dist/provider/index.d.ts +191 -21
- package/dist/provider/index.js +5 -6
- package/dist/provider/published.d.ts +219 -21
- package/dist/provider/published.js +5 -6
- package/dist/test-utils/index.d.ts +16 -5
- package/dist/test-utils/index.js +17 -18
- package/dist/types/index.d.ts +184 -14
- package/dist/utils/index.d.ts +102 -13
- package/dist/utils/index.js +1 -1
- package/package.json +7 -6
- package/dist/chunk-6M6OLGQY.js +0 -36
- package/dist/chunk-MKH2KOAO.js +0 -39
- package/dist/hooks/index.css +0 -659
- package/dist/hooks/index.d.ts +0 -12853
- package/dist/hooks/index.js +0 -27
- package/dist/supabase/index.d.ts +0 -6969
- package/dist/supabase/index.js +0 -3
- package/dist/typeform/index.d.ts +0 -462
- package/dist/typeform/index.js +0 -2051
- package/dist/typeform/schemas.d.ts +0 -67
- package/dist/typeform/schemas.js +0 -2
|
@@ -1454,6 +1454,64 @@ type Database = {
|
|
|
1454
1454
|
}
|
|
1455
1455
|
];
|
|
1456
1456
|
};
|
|
1457
|
+
content_distribution_metrics: {
|
|
1458
|
+
Row: {
|
|
1459
|
+
captured_at: string;
|
|
1460
|
+
created_at: string;
|
|
1461
|
+
distribution_id: string;
|
|
1462
|
+
id: string;
|
|
1463
|
+
metrics: Json;
|
|
1464
|
+
organization_id: string;
|
|
1465
|
+
raw: Json;
|
|
1466
|
+
source: string;
|
|
1467
|
+
source_execution_id: string | null;
|
|
1468
|
+
};
|
|
1469
|
+
Insert: {
|
|
1470
|
+
captured_at?: string;
|
|
1471
|
+
created_at?: string;
|
|
1472
|
+
distribution_id: string;
|
|
1473
|
+
id?: string;
|
|
1474
|
+
metrics?: Json;
|
|
1475
|
+
organization_id: string;
|
|
1476
|
+
raw?: Json;
|
|
1477
|
+
source: string;
|
|
1478
|
+
source_execution_id?: string | null;
|
|
1479
|
+
};
|
|
1480
|
+
Update: {
|
|
1481
|
+
captured_at?: string;
|
|
1482
|
+
created_at?: string;
|
|
1483
|
+
distribution_id?: string;
|
|
1484
|
+
id?: string;
|
|
1485
|
+
metrics?: Json;
|
|
1486
|
+
organization_id?: string;
|
|
1487
|
+
raw?: Json;
|
|
1488
|
+
source?: string;
|
|
1489
|
+
source_execution_id?: string | null;
|
|
1490
|
+
};
|
|
1491
|
+
Relationships: [
|
|
1492
|
+
{
|
|
1493
|
+
foreignKeyName: "content_distribution_metrics_distribution_fkey";
|
|
1494
|
+
columns: ["distribution_id", "organization_id"];
|
|
1495
|
+
isOneToOne: false;
|
|
1496
|
+
referencedRelation: "content_distributions";
|
|
1497
|
+
referencedColumns: ["id", "organization_id"];
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
foreignKeyName: "content_distribution_metrics_organization_id_fkey";
|
|
1501
|
+
columns: ["organization_id"];
|
|
1502
|
+
isOneToOne: false;
|
|
1503
|
+
referencedRelation: "organizations";
|
|
1504
|
+
referencedColumns: ["id"];
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
|
|
1508
|
+
columns: ["source_execution_id"];
|
|
1509
|
+
isOneToOne: false;
|
|
1510
|
+
referencedRelation: "execution_logs";
|
|
1511
|
+
referencedColumns: ["execution_id"];
|
|
1512
|
+
}
|
|
1513
|
+
];
|
|
1514
|
+
};
|
|
1457
1515
|
content_distributions: {
|
|
1458
1516
|
Row: {
|
|
1459
1517
|
adapted_body: string | null;
|
|
@@ -1603,6 +1661,63 @@ type Database = {
|
|
|
1603
1661
|
}
|
|
1604
1662
|
];
|
|
1605
1663
|
};
|
|
1664
|
+
content_item_source_assets: {
|
|
1665
|
+
Row: {
|
|
1666
|
+
alt_text: string | null;
|
|
1667
|
+
content_item_id: string;
|
|
1668
|
+
created_at: string;
|
|
1669
|
+
crop: Json | null;
|
|
1670
|
+
derivative_crop: Json | null;
|
|
1671
|
+
derivative_path: string | null;
|
|
1672
|
+
derivative_rendered_at: string | null;
|
|
1673
|
+
id: string;
|
|
1674
|
+
organization_id: string;
|
|
1675
|
+
position: number;
|
|
1676
|
+
source_asset_id: string;
|
|
1677
|
+
};
|
|
1678
|
+
Insert: {
|
|
1679
|
+
alt_text?: string | null;
|
|
1680
|
+
content_item_id: string;
|
|
1681
|
+
created_at?: string;
|
|
1682
|
+
crop?: Json | null;
|
|
1683
|
+
derivative_crop?: Json | null;
|
|
1684
|
+
derivative_path?: string | null;
|
|
1685
|
+
derivative_rendered_at?: string | null;
|
|
1686
|
+
id?: string;
|
|
1687
|
+
organization_id: string;
|
|
1688
|
+
position: number;
|
|
1689
|
+
source_asset_id: string;
|
|
1690
|
+
};
|
|
1691
|
+
Update: {
|
|
1692
|
+
alt_text?: string | null;
|
|
1693
|
+
content_item_id?: string;
|
|
1694
|
+
created_at?: string;
|
|
1695
|
+
crop?: Json | null;
|
|
1696
|
+
derivative_crop?: Json | null;
|
|
1697
|
+
derivative_path?: string | null;
|
|
1698
|
+
derivative_rendered_at?: string | null;
|
|
1699
|
+
id?: string;
|
|
1700
|
+
organization_id?: string;
|
|
1701
|
+
position?: number;
|
|
1702
|
+
source_asset_id?: string;
|
|
1703
|
+
};
|
|
1704
|
+
Relationships: [
|
|
1705
|
+
{
|
|
1706
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1707
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1708
|
+
isOneToOne: false;
|
|
1709
|
+
referencedRelation: "content_source_assets";
|
|
1710
|
+
referencedColumns: ["id", "organization_id"];
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1714
|
+
columns: ["content_item_id", "organization_id"];
|
|
1715
|
+
isOneToOne: false;
|
|
1716
|
+
referencedRelation: "content_items";
|
|
1717
|
+
referencedColumns: ["id", "organization_id"];
|
|
1718
|
+
}
|
|
1719
|
+
];
|
|
1720
|
+
};
|
|
1606
1721
|
content_items: {
|
|
1607
1722
|
Row: {
|
|
1608
1723
|
body: string | null;
|
|
@@ -3358,6 +3473,25 @@ type Database = {
|
|
|
3358
3473
|
};
|
|
3359
3474
|
Returns: Json;
|
|
3360
3475
|
};
|
|
3476
|
+
activate_deployment_atomic: {
|
|
3477
|
+
Args: {
|
|
3478
|
+
p_deployment_id: string;
|
|
3479
|
+
p_organization_id: string;
|
|
3480
|
+
};
|
|
3481
|
+
Returns: {
|
|
3482
|
+
created_at: string;
|
|
3483
|
+
deployment_version: string | null;
|
|
3484
|
+
error_message: string | null;
|
|
3485
|
+
id: string;
|
|
3486
|
+
organization_id: string;
|
|
3487
|
+
pid: number | null;
|
|
3488
|
+
port: number | null;
|
|
3489
|
+
sdk_version: string;
|
|
3490
|
+
status: string;
|
|
3491
|
+
tarball_path: string | null;
|
|
3492
|
+
updated_at: string;
|
|
3493
|
+
};
|
|
3494
|
+
};
|
|
3361
3495
|
append_deal_activity: {
|
|
3362
3496
|
Args: {
|
|
3363
3497
|
p_activity: Json;
|
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../../chunk-
|
|
1
|
+
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../../chunk-7RJ7P6S6.js';
|
|
2
|
+
import '../../chunk-GPQQGQGT.js';
|
|
3
|
+
import '../../chunk-DCQKTDIG.js';
|
|
4
|
+
import '../../chunk-ARAFQBNI.js';
|
|
5
|
+
import '../../chunk-FZSG6M6W.js';
|
|
6
|
+
import '../../chunk-GDOR57D7.js';
|
|
7
|
+
import '../../chunk-3LOKYZJC.js';
|
|
8
|
+
import '../../chunk-ZYNVCWDZ.js';
|
|
9
|
+
import '../../chunk-FA7LMNQO.js';
|
|
10
|
+
import '../../chunk-N6K2Q5BM.js';
|
|
11
|
+
import '../../chunk-QFGNRKIE.js';
|
|
12
|
+
import '../../chunk-BRTGCFBH.js';
|
|
13
|
+
import '../../chunk-YQQ5GRUR.js';
|
|
14
|
+
import '../../chunk-VM2OWOXL.js';
|
|
15
|
+
import '../../chunk-43LC6XAX.js';
|
|
16
|
+
import '../../chunk-WDBNW44Z.js';
|
|
2
17
|
export { calculateProgress, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-DLR4SDZW.js';
|
|
18
|
+
import '../../chunk-4M2BSHVT.js';
|
|
19
|
+
import '../../chunk-3QHX4ZKV.js';
|
|
3
20
|
import '../../chunk-BZZCNLT6.js';
|
|
4
21
|
import '../../chunk-TUMSNGTX.js';
|
|
5
22
|
import '../../chunk-PDHTXPSF.js';
|
|
6
|
-
export { deliveryManifest } from '../../chunk-
|
|
23
|
+
export { deliveryManifest } from '../../chunk-6JN2TLV2.js';
|
|
7
24
|
import '../../chunk-R6NMRXNO.js';
|
|
8
25
|
import '../../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
26
|
+
import '../../chunk-O32UQ26A.js';
|
|
11
27
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../../chunk-
|
|
28
|
+
import '../../chunk-HYQOGRWG.js';
|
|
13
29
|
import '../../chunk-MISHPEJX.js';
|
|
14
30
|
import '../../chunk-62GVNH5U.js';
|
|
15
31
|
import '../../chunk-P45GQ3ZW.js';
|
|
16
|
-
import '../../chunk-
|
|
32
|
+
import '../../chunk-2GIJBHZT.js';
|
|
17
33
|
import '../../chunk-3KMDHCAR.js';
|
|
18
34
|
import '../../chunk-2IFYDILW.js';
|
|
19
35
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -21,7 +37,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
37
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
38
|
import '../../chunk-RNP5R5I3.js';
|
|
23
39
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import '../../chunk-
|
|
40
|
+
import '../../chunk-R5UGIFYU.js';
|
|
25
41
|
import '../../chunk-Y6I3IC45.js';
|
|
26
42
|
import '../../chunk-6SSQGWK7.js';
|
|
27
43
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
export { knowledgeManifest } from '../../chunk-
|
|
1
|
+
export { knowledgeManifest } from '../../chunk-6JN2TLV2.js';
|
|
2
2
|
import '../../chunk-R6NMRXNO.js';
|
|
3
3
|
import '../../chunk-RBGVNPA6.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
4
|
+
import '../../chunk-O32UQ26A.js';
|
|
6
5
|
import '../../chunk-L7BZZ4SI.js';
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-HYQOGRWG.js';
|
|
8
7
|
import '../../chunk-MISHPEJX.js';
|
|
9
8
|
import '../../chunk-62GVNH5U.js';
|
|
10
9
|
import '../../chunk-P45GQ3ZW.js';
|
|
11
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-2GIJBHZT.js';
|
|
12
11
|
import '../../chunk-3KMDHCAR.js';
|
|
13
12
|
import '../../chunk-2IFYDILW.js';
|
|
14
13
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -16,7 +15,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
16
15
|
import '../../chunk-DD3CCMCZ.js';
|
|
17
16
|
import '../../chunk-RNP5R5I3.js';
|
|
18
17
|
import '../../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-R5UGIFYU.js';
|
|
20
19
|
import '../../chunk-Y6I3IC45.js';
|
|
21
20
|
import '../../chunk-6SSQGWK7.js';
|
|
22
21
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -698,7 +698,9 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
698
698
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
699
699
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
700
700
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
701
|
-
|
|
701
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
702
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
703
|
+
}, z$1.core.$strict>>>>;
|
|
702
704
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
703
705
|
id: z$1.ZodString;
|
|
704
706
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -709,7 +711,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
709
711
|
to: z$1.ZodString;
|
|
710
712
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
711
713
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
712
|
-
}, z$1.core.$
|
|
714
|
+
}, z$1.core.$strict>>>>;
|
|
713
715
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
714
716
|
id: z$1.ZodString;
|
|
715
717
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -719,7 +721,11 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
719
721
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
720
722
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
721
723
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
722
|
-
|
|
724
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
725
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
726
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
727
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
728
|
+
}, z$1.core.$strict>>>>;
|
|
723
729
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
724
730
|
id: z$1.ZodString;
|
|
725
731
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -729,7 +735,10 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
729
735
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
730
736
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
731
737
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
732
|
-
|
|
738
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
739
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
740
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
741
|
+
}, z$1.core.$strict>>>>;
|
|
733
742
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
734
743
|
id: z$1.ZodString;
|
|
735
744
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -737,7 +746,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
737
746
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
738
747
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
739
748
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
740
|
-
}, z$1.core.$
|
|
749
|
+
}, z$1.core.$strict>>>>;
|
|
741
750
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
742
751
|
id: z$1.ZodString;
|
|
743
752
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -745,7 +754,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
745
754
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
746
755
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
747
756
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
748
|
-
}, z$1.core.$
|
|
757
|
+
}, z$1.core.$strict>>>>;
|
|
749
758
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
750
759
|
id: z$1.ZodString;
|
|
751
760
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -753,7 +762,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
753
762
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
754
763
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
755
764
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
756
|
-
}, z$1.core.$
|
|
765
|
+
}, z$1.core.$strict>>>>;
|
|
757
766
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
758
767
|
id: z$1.ZodString;
|
|
759
768
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -763,7 +772,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
763
772
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
764
773
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
765
774
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
766
|
-
}, z$1.core.$
|
|
775
|
+
}, z$1.core.$strict>>>>;
|
|
767
776
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
768
777
|
id: z$1.ZodString;
|
|
769
778
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -771,7 +780,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
771
780
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
772
781
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
773
782
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
774
|
-
}, z$1.core.$
|
|
783
|
+
}, z$1.core.$strict>>>>;
|
|
775
784
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
776
785
|
id: z$1.ZodString;
|
|
777
786
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -779,7 +788,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
779
788
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
780
789
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
781
790
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
782
|
-
}, z$1.core.$
|
|
791
|
+
}, z$1.core.$strict>>>>;
|
|
783
792
|
}, z$1.core.$strict>>;
|
|
784
793
|
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
785
794
|
|
|
@@ -1360,7 +1369,9 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1360
1369
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1361
1370
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1362
1371
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1363
|
-
|
|
1372
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
1373
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
1374
|
+
}, z$1.core.$strict>>>>;
|
|
1364
1375
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1365
1376
|
id: z$1.ZodString;
|
|
1366
1377
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1371,7 +1382,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1371
1382
|
to: z$1.ZodString;
|
|
1372
1383
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
1373
1384
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
1374
|
-
}, z$1.core.$
|
|
1385
|
+
}, z$1.core.$strict>>>>;
|
|
1375
1386
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1376
1387
|
id: z$1.ZodString;
|
|
1377
1388
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1381,7 +1392,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1381
1392
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
1382
1393
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1383
1394
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
1384
|
-
|
|
1395
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
1396
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
1397
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
1398
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
1399
|
+
}, z$1.core.$strict>>>>;
|
|
1385
1400
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1386
1401
|
id: z$1.ZodString;
|
|
1387
1402
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1391,7 +1406,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1391
1406
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
1392
1407
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
1393
1408
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1394
|
-
|
|
1409
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
1410
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
1411
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
1412
|
+
}, z$1.core.$strict>>>>;
|
|
1395
1413
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1396
1414
|
id: z$1.ZodString;
|
|
1397
1415
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1399,7 +1417,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1399
1417
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1400
1418
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1401
1419
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1402
|
-
}, z$1.core.$
|
|
1420
|
+
}, z$1.core.$strict>>>>;
|
|
1403
1421
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1404
1422
|
id: z$1.ZodString;
|
|
1405
1423
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1407,7 +1425,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1407
1425
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1408
1426
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1409
1427
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1410
|
-
}, z$1.core.$
|
|
1428
|
+
}, z$1.core.$strict>>>>;
|
|
1411
1429
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1412
1430
|
id: z$1.ZodString;
|
|
1413
1431
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1415,7 +1433,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1415
1433
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1416
1434
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1417
1435
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
1418
|
-
}, z$1.core.$
|
|
1436
|
+
}, z$1.core.$strict>>>>;
|
|
1419
1437
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1420
1438
|
id: z$1.ZodString;
|
|
1421
1439
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1425,7 +1443,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1425
1443
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
1426
1444
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1427
1445
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1428
|
-
}, z$1.core.$
|
|
1446
|
+
}, z$1.core.$strict>>>>;
|
|
1429
1447
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1430
1448
|
id: z$1.ZodString;
|
|
1431
1449
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1433,7 +1451,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1433
1451
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1434
1452
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1435
1453
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
1436
|
-
}, z$1.core.$
|
|
1454
|
+
}, z$1.core.$strict>>>>;
|
|
1437
1455
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1438
1456
|
id: z$1.ZodString;
|
|
1439
1457
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1441,7 +1459,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1441
1459
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1442
1460
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1443
1461
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
1444
|
-
}, z$1.core.$
|
|
1462
|
+
}, z$1.core.$strict>>>>;
|
|
1445
1463
|
}, z$1.core.$strict>>>;
|
|
1446
1464
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1447
1465
|
id: z$1.ZodString;
|
|
@@ -2896,6 +2914,14 @@ type LeadGenConfig = LeadGenBuildConfig & {
|
|
|
2896
2914
|
};
|
|
2897
2915
|
declare function isLeadGenExportAction(action: string | undefined): boolean;
|
|
2898
2916
|
declare function getLeadGenExportWorkflowId(model: OrganizationModel): string | undefined;
|
|
2917
|
+
/**
|
|
2918
|
+
* Lead-gen-shaped wrapper around the generic `getSystemApiInterfaceReadiness`
|
|
2919
|
+
* (`features/operations/systems/systemInterfaceReadiness.ts`) -- pins the
|
|
2920
|
+
* result's `systemPath` / `interfaceKey` / `readinessProfile` types to
|
|
2921
|
+
* `LEAD_GEN_API_INTERFACE`'s literals so existing call sites keep their exact
|
|
2922
|
+
* types. `system-registration-gaps.mdx` Step 9 generalized the computation
|
|
2923
|
+
* itself out of this file; this wrapper is what is left.
|
|
2924
|
+
*/
|
|
2899
2925
|
declare function getLeadGenApiInterfaceReadiness(model: OrganizationModel | undefined): LeadGenApiInterfaceReadiness;
|
|
2900
2926
|
declare function useLeadGenConfig(): LeadGenConfig;
|
|
2901
2927
|
|
|
@@ -2907,19 +2933,5 @@ declare function ListBuilderPage({ listId }: {
|
|
|
2907
2933
|
listId: string;
|
|
2908
2934
|
}): react_jsx_runtime.JSX.Element;
|
|
2909
2935
|
|
|
2910
|
-
|
|
2911
|
-
* Displays a warning alert when the lead-gen System Interface readiness check
|
|
2912
|
-
* has not yet passed. Extracted from the inline block in LeadGenListDetailPage
|
|
2913
|
-
* and reusable across any lead-gen page surface.
|
|
2914
|
-
*
|
|
2915
|
-
* Renders nothing when `canUseApiActions` is true (readiness check passed).
|
|
2916
|
-
*/
|
|
2917
|
-
declare function LeadGenReadinessAlert({ canUseApiActions, reason }: {
|
|
2918
|
-
/** Whether the lead-gen API is currently available (readiness check passed). */
|
|
2919
|
-
canUseApiActions: boolean;
|
|
2920
|
-
/** Optional reason string surfaced from the System Interface readiness check. */
|
|
2921
|
-
reason?: string;
|
|
2922
|
-
}): react_jsx_runtime.JSX.Element | null;
|
|
2923
|
-
|
|
2924
|
-
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenReadinessAlert, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenConfig, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
|
|
2936
|
+
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenConfig, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
|
|
2925
2937
|
export type { AcqCompanyWithCount, AcqContactWithCompany, BuildResolution, BuildStepPrimaryEntity, BuildStepState, LeadGenActionKey, LeadGenActionRegistry, LeadGenApiInterfaceReadiness, LeadGenBuildConfig, LeadGenBulkAction, LeadGenCompaniesPageSlots, LeadGenCompanyListItem, LeadGenConfig, LeadGenContactListItem, LeadGenContactsPageSlots, LeadGenHeaderAction, LeadGenListDetailPageSlots, LeadGenManifest, LeadGenOverviewPageSlots, LeadGenPageOverrides, LeadGenRouteLink, LeadGenRowAction, LeadGenSidebarMiddleProps, LeadGenStageKey, LeadGenSystemModule, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, MvpBuildStepDefinition, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage,
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists, useLeadGenConfig } from '../../chunk-5A6KCFS5.js';
|
|
2
|
+
import '../../chunk-ZFA56VSR.js';
|
|
3
|
+
export { leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCreateArtifact, useDeriveActions, useListMember, useListMembers, useTransitionListCompany, useTransitionListMember, useUpdateListStatus } from '../../chunk-GDOR57D7.js';
|
|
4
|
+
import '../../chunk-3LOKYZJC.js';
|
|
5
|
+
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-ZYNVCWDZ.js';
|
|
6
|
+
import '../../chunk-CRA7WQZH.js';
|
|
3
7
|
import '../../chunk-3MEXPLWT.js';
|
|
8
|
+
import '../../chunk-WDBNW44Z.js';
|
|
4
9
|
import '../../chunk-BZZCNLT6.js';
|
|
5
10
|
import '../../chunk-TUMSNGTX.js';
|
|
6
11
|
import '../../chunk-PDHTXPSF.js';
|
|
7
|
-
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider,
|
|
12
|
+
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, findListActionByAction, getListActionWorkflowId, leadGenManifest, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListProgress } from '../../chunk-6JN2TLV2.js';
|
|
8
13
|
import '../../chunk-R6NMRXNO.js';
|
|
9
14
|
import '../../chunk-RBGVNPA6.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
15
|
+
import '../../chunk-O32UQ26A.js';
|
|
12
16
|
import '../../chunk-L7BZZ4SI.js';
|
|
13
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-HYQOGRWG.js';
|
|
14
18
|
import '../../chunk-MISHPEJX.js';
|
|
15
19
|
import '../../chunk-62GVNH5U.js';
|
|
16
20
|
import '../../chunk-P45GQ3ZW.js';
|
|
17
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-2GIJBHZT.js';
|
|
18
22
|
import '../../chunk-3KMDHCAR.js';
|
|
19
23
|
import '../../chunk-2IFYDILW.js';
|
|
20
24
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -22,7 +26,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
22
26
|
import '../../chunk-DD3CCMCZ.js';
|
|
23
27
|
import '../../chunk-RNP5R5I3.js';
|
|
24
28
|
import '../../chunk-RT4KRGZT.js';
|
|
25
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-R5UGIFYU.js';
|
|
26
30
|
import '../../chunk-Y6I3IC45.js';
|
|
27
31
|
import '../../chunk-6SSQGWK7.js';
|
|
28
32
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter } from '../../chunk-CQPULKKL.js';
|
|
2
|
+
import '../../chunk-BRTGCFBH.js';
|
|
3
|
+
import '../../chunk-WZU3MCKI.js';
|
|
3
4
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-YQQ5GRUR.js';
|
|
6
|
+
import '../../chunk-VM2OWOXL.js';
|
|
7
|
+
import '../../chunk-E6YGA5WH.js';
|
|
5
8
|
import '../../chunk-PDHTXPSF.js';
|
|
6
|
-
export { monitoringManifest } from '../../chunk-
|
|
9
|
+
export { monitoringManifest } from '../../chunk-6JN2TLV2.js';
|
|
7
10
|
import '../../chunk-R6NMRXNO.js';
|
|
8
11
|
import '../../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
12
|
+
import '../../chunk-O32UQ26A.js';
|
|
11
13
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-HYQOGRWG.js';
|
|
13
15
|
import '../../chunk-MISHPEJX.js';
|
|
14
16
|
import '../../chunk-62GVNH5U.js';
|
|
15
17
|
import '../../chunk-P45GQ3ZW.js';
|
|
16
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-2GIJBHZT.js';
|
|
17
19
|
import '../../chunk-3KMDHCAR.js';
|
|
18
20
|
import '../../chunk-2IFYDILW.js';
|
|
19
21
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -21,7 +23,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
23
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
24
|
import '../../chunk-RNP5R5I3.js';
|
|
23
25
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-R5UGIFYU.js';
|
|
25
27
|
import '../../chunk-Y6I3IC45.js';
|
|
26
28
|
import '../../chunk-6SSQGWK7.js';
|
|
27
29
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
+
import { useRequestsList, useUpdateRequestStatus, useDeleteRequest, useRequest } from '../../../chunk-43LC6XAX.js';
|
|
2
|
+
import { useTableSelection } from '../../../chunk-WDBNW44Z.js';
|
|
1
3
|
import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
|
|
2
4
|
import { FilterBar } from '../../../chunk-PDHTXPSF.js';
|
|
3
|
-
import { ConfirmationModal, RequestModal, usePaginationState,
|
|
4
|
-
export { RequestActionIcon, RequestModal, requestTopbarActionManifest, submittedRequestsManifest } from '../../../chunk-
|
|
5
|
+
import { ConfirmationModal, RequestModal, usePaginationState, PageTitleCaption, CustomModal, ContextViewer, JsonViewer } from '../../../chunk-6JN2TLV2.js';
|
|
6
|
+
export { RequestActionIcon, RequestModal, requestTopbarActionManifest, submittedRequestsManifest } from '../../../chunk-6JN2TLV2.js';
|
|
5
7
|
import '../../../chunk-R6NMRXNO.js';
|
|
6
8
|
import '../../../chunk-RBGVNPA6.js';
|
|
7
|
-
import '../../../chunk-
|
|
8
|
-
import '../../../chunk-Z2W5VNN3.js';
|
|
9
|
+
import '../../../chunk-O32UQ26A.js';
|
|
9
10
|
import '../../../chunk-L7BZZ4SI.js';
|
|
10
|
-
import '../../../chunk-
|
|
11
|
+
import '../../../chunk-HYQOGRWG.js';
|
|
11
12
|
import '../../../chunk-MISHPEJX.js';
|
|
12
13
|
import { CardHeader } from '../../../chunk-62GVNH5U.js';
|
|
13
14
|
import '../../../chunk-P45GQ3ZW.js';
|
|
14
|
-
import '../../../chunk-
|
|
15
|
+
import '../../../chunk-2GIJBHZT.js';
|
|
15
16
|
import '../../../chunk-3KMDHCAR.js';
|
|
16
17
|
import '../../../chunk-2IFYDILW.js';
|
|
17
18
|
import '../../../chunk-BLXJEIQS.js';
|
|
@@ -19,7 +20,7 @@ import '../../../chunk-UD657ICS.js';
|
|
|
19
20
|
import '../../../chunk-DD3CCMCZ.js';
|
|
20
21
|
import '../../../chunk-RNP5R5I3.js';
|
|
21
22
|
import '../../../chunk-RT4KRGZT.js';
|
|
22
|
-
import { formatTimeAgo } from '../../../chunk-
|
|
23
|
+
import { formatTimeAgo } from '../../../chunk-R5UGIFYU.js';
|
|
23
24
|
import '../../../chunk-Y6I3IC45.js';
|
|
24
25
|
import '../../../chunk-6SSQGWK7.js';
|
|
25
26
|
import '../../../chunk-BI5VDO2K.js';
|