@elevasis/ui 2.73.0 → 2.75.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 +58 -0
- 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-Z4ICFQXG.js → chunk-2ZRY3ARL.js} +1 -1
- package/dist/{chunk-5B2ZFO44.js → chunk-3H5DIJN7.js} +1 -1
- package/dist/{chunk-LZT2H2MA.js → chunk-47YJVIZE.js} +36 -43
- package/dist/{chunk-3TS5U5BL.js → chunk-5RH6NYZH.js} +1 -1
- package/dist/chunk-5SLRGUC4.js +224 -0
- package/dist/{chunk-JYBJMVNY.js → chunk-5VF5LPYS.js} +1 -1
- package/dist/{chunk-SWKAH2YM.js → chunk-6BJ5HMMC.js} +282 -553
- package/dist/{chunk-NI37YNRP.js → chunk-7OOFMEX6.js} +11 -5
- package/dist/{chunk-IBCEAVB2.js → chunk-A2SB32YV.js} +65 -5
- package/dist/{chunk-CJ2232PQ.js → chunk-CRPH5AAB.js} +1 -1
- package/dist/chunk-D3XXPCCK.js +69 -0
- package/dist/chunk-DMSTDZCJ.js +305 -0
- package/dist/chunk-DTEGVSJ6.js +645 -0
- package/dist/chunk-DVAOCHIF.js +165 -0
- package/dist/chunk-G7O4CBMC.js +231 -0
- package/dist/{chunk-IGBPWD6S.js → chunk-GDTK33QT.js} +5 -3
- package/dist/chunk-ICHDIVQO.js +54 -0
- package/dist/{chunk-U2H3TIHD.js → chunk-IYATYH5I.js} +2 -52
- package/dist/chunk-L3NBMLRN.js +49 -0
- package/dist/{chunk-LEPYXLJ2.js → chunk-LFLM723H.js} +1 -1
- package/dist/chunk-M6VAZAQW.js +45 -0
- package/dist/{chunk-AJOVWB47.js → chunk-MLHZUN2X.js} +6 -3
- package/dist/chunk-N6K2Q5BM.js +393 -0
- package/dist/chunk-NMHQAYZU.js +439 -0
- package/dist/chunk-NYIIRZSA.js +286 -0
- package/dist/{chunk-ETN3TTRT.js → chunk-OGHTJKBV.js} +115 -8
- package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
- package/dist/chunk-QFS2GZMV.js +515 -0
- package/dist/{chunk-OCVSPAKM.js → chunk-SB3IHM5Y.js} +1150 -4346
- package/dist/{chunk-4CW2C5BD.js → chunk-SEYOVNS5.js} +1 -1
- package/dist/chunk-SN7X5N2A.js +116 -0
- package/dist/{chunk-PQ4B62HH.js → chunk-TX3UHDL5.js} +2 -2
- package/dist/chunk-VM2OWOXL.js +24 -0
- package/dist/{chunk-ZDKPHFTH.js → chunk-VWGCURZF.js} +5 -3
- package/dist/chunk-WDBNW44Z.js +49 -0
- package/dist/chunk-YQQ5GRUR.js +21 -0
- package/dist/{chunk-NHNTX6ZL.js → chunk-ZG6YJUT4.js} +3 -2
- package/dist/components/index.d.ts +228 -6
- package/dist/components/index.js +321 -35
- package/dist/components/navigation/index.js +6 -7
- package/dist/features/auth/index.d.ts +78 -2
- package/dist/features/auth/index.js +18 -9
- package/dist/features/clients/index.js +7 -7
- package/dist/features/content/index.d.ts +226 -5
- package/dist/features/content/index.js +270 -19
- package/dist/features/crm/index.d.ts +58 -0
- package/dist/features/crm/index.js +10 -8
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +58 -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 +9 -15
- 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.js +15 -11
- package/dist/features/public-agent-chat/index.js +3 -1
- package/dist/features/settings/index.d.ts +66 -3
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/access/index.js +5 -6
- package/dist/hooks/delivery/index.d.ts +58 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +1 -1
- package/dist/hooks/published.d.ts +181 -5
- package/dist/hooks/published.js +22 -6
- package/dist/initialization/index.d.ts +58 -0
- 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 +58 -0
- package/dist/provider/index.d.ts +77 -1
- package/dist/provider/index.js +5 -6
- package/dist/provider/published.d.ts +105 -1
- 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 +73 -1
- package/dist/utils/index.d.ts +83 -3
- package/dist/utils/index.js +1 -1
- package/package.json +10 -5
- 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 -14073
- package/dist/hooks/index.js +0 -27
- package/dist/supabase/index.d.ts +0 -7118
- 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
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
export { AccessKeys, useAccess } from '../../chunk-
|
|
1
|
+
export { AccessKeys, useAccess } from '../../chunk-SB3IHM5Y.js';
|
|
2
2
|
import '../../chunk-R6NMRXNO.js';
|
|
3
3
|
import '../../chunk-RBGVNPA6.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-NHNTX6ZL.js';
|
|
4
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
6
5
|
import '../../chunk-L7BZZ4SI.js';
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-ICHDIVQO.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-A2SB32YV.js';
|
|
20
19
|
import '../../chunk-Y6I3IC45.js';
|
|
21
20
|
import '../../chunk-6SSQGWK7.js';
|
|
22
21
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1453,6 +1453,64 @@ type Database = {
|
|
|
1453
1453
|
}
|
|
1454
1454
|
];
|
|
1455
1455
|
};
|
|
1456
|
+
content_distribution_metrics: {
|
|
1457
|
+
Row: {
|
|
1458
|
+
captured_at: string;
|
|
1459
|
+
created_at: string;
|
|
1460
|
+
distribution_id: string;
|
|
1461
|
+
id: string;
|
|
1462
|
+
metrics: Json;
|
|
1463
|
+
organization_id: string;
|
|
1464
|
+
raw: Json;
|
|
1465
|
+
source: string;
|
|
1466
|
+
source_execution_id: string | null;
|
|
1467
|
+
};
|
|
1468
|
+
Insert: {
|
|
1469
|
+
captured_at?: string;
|
|
1470
|
+
created_at?: string;
|
|
1471
|
+
distribution_id: string;
|
|
1472
|
+
id?: string;
|
|
1473
|
+
metrics?: Json;
|
|
1474
|
+
organization_id: string;
|
|
1475
|
+
raw?: Json;
|
|
1476
|
+
source: string;
|
|
1477
|
+
source_execution_id?: string | null;
|
|
1478
|
+
};
|
|
1479
|
+
Update: {
|
|
1480
|
+
captured_at?: string;
|
|
1481
|
+
created_at?: string;
|
|
1482
|
+
distribution_id?: string;
|
|
1483
|
+
id?: string;
|
|
1484
|
+
metrics?: Json;
|
|
1485
|
+
organization_id?: string;
|
|
1486
|
+
raw?: Json;
|
|
1487
|
+
source?: string;
|
|
1488
|
+
source_execution_id?: string | null;
|
|
1489
|
+
};
|
|
1490
|
+
Relationships: [
|
|
1491
|
+
{
|
|
1492
|
+
foreignKeyName: "content_distribution_metrics_distribution_fkey";
|
|
1493
|
+
columns: ["distribution_id", "organization_id"];
|
|
1494
|
+
isOneToOne: false;
|
|
1495
|
+
referencedRelation: "content_distributions";
|
|
1496
|
+
referencedColumns: ["id", "organization_id"];
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
foreignKeyName: "content_distribution_metrics_organization_id_fkey";
|
|
1500
|
+
columns: ["organization_id"];
|
|
1501
|
+
isOneToOne: false;
|
|
1502
|
+
referencedRelation: "organizations";
|
|
1503
|
+
referencedColumns: ["id"];
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
|
|
1507
|
+
columns: ["source_execution_id"];
|
|
1508
|
+
isOneToOne: false;
|
|
1509
|
+
referencedRelation: "execution_logs";
|
|
1510
|
+
referencedColumns: ["execution_id"];
|
|
1511
|
+
}
|
|
1512
|
+
];
|
|
1513
|
+
};
|
|
1456
1514
|
content_distributions: {
|
|
1457
1515
|
Row: {
|
|
1458
1516
|
adapted_body: string | null;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-IYATYH5I.js';
|
|
2
|
+
import '../../chunk-ICHDIVQO.js';
|
|
3
|
+
import '../../chunk-A2SB32YV.js';
|
|
3
4
|
import '../../chunk-Y6I3IC45.js';
|
|
4
5
|
import '../../chunk-6SSQGWK7.js';
|
|
5
6
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -415,7 +415,7 @@ type Link = z.infer<typeof LinkSchema>;
|
|
|
415
415
|
* Note: Concrete adapter implementations are deferred until needed.
|
|
416
416
|
* This type provides compile-time safety and auto-completion for tool definitions.
|
|
417
417
|
*/
|
|
418
|
-
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
|
|
418
|
+
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier' | 'instagram';
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
421
|
* Resource Registry type definitions
|
|
@@ -48,12 +48,16 @@ type WorkOsOrgId = string & {
|
|
|
48
48
|
* - UI access checks (via useAccess() permission-backed AccessKeys)
|
|
49
49
|
*
|
|
50
50
|
* The DB table `org_rol_permissions` mirrors this constant. There is no
|
|
51
|
-
* runtime reconciler
|
|
51
|
+
* runtime reconciler and no automated CI gate enforcing parity — it is
|
|
52
|
+
* maintained by discipline:
|
|
52
53
|
* 1. Each migration that adds/removes/modifies a permission must INSERT
|
|
53
54
|
* (or UPDATE / DELETE) the corresponding `org_rol_permissions` row in
|
|
54
55
|
* the same transaction.
|
|
55
56
|
* 2. `apps/api/src/auth/multi-tenancy/__tests__/permissions-catalog-sync.integration.test.ts`
|
|
56
|
-
*
|
|
57
|
+
* checks TS/DB agreement, but it never runs in CI (filtered out by
|
|
58
|
+
* vitest.config.ts, and it self-skips via skipIf even if it did run).
|
|
59
|
+
* Run it locally against a real dev Supabase instead:
|
|
60
|
+
* `pnpm -C apps/api test:integration` with SUPABASE_SERVICE_KEY set.
|
|
57
61
|
*
|
|
58
62
|
* Adding a permission:
|
|
59
63
|
* 1. Add an entry below.
|
|
@@ -1683,6 +1687,64 @@ type Database = {
|
|
|
1683
1687
|
}
|
|
1684
1688
|
];
|
|
1685
1689
|
};
|
|
1690
|
+
content_distribution_metrics: {
|
|
1691
|
+
Row: {
|
|
1692
|
+
captured_at: string;
|
|
1693
|
+
created_at: string;
|
|
1694
|
+
distribution_id: string;
|
|
1695
|
+
id: string;
|
|
1696
|
+
metrics: Json;
|
|
1697
|
+
organization_id: string;
|
|
1698
|
+
raw: Json;
|
|
1699
|
+
source: string;
|
|
1700
|
+
source_execution_id: string | null;
|
|
1701
|
+
};
|
|
1702
|
+
Insert: {
|
|
1703
|
+
captured_at?: string;
|
|
1704
|
+
created_at?: string;
|
|
1705
|
+
distribution_id: string;
|
|
1706
|
+
id?: string;
|
|
1707
|
+
metrics?: Json;
|
|
1708
|
+
organization_id: string;
|
|
1709
|
+
raw?: Json;
|
|
1710
|
+
source: string;
|
|
1711
|
+
source_execution_id?: string | null;
|
|
1712
|
+
};
|
|
1713
|
+
Update: {
|
|
1714
|
+
captured_at?: string;
|
|
1715
|
+
created_at?: string;
|
|
1716
|
+
distribution_id?: string;
|
|
1717
|
+
id?: string;
|
|
1718
|
+
metrics?: Json;
|
|
1719
|
+
organization_id?: string;
|
|
1720
|
+
raw?: Json;
|
|
1721
|
+
source?: string;
|
|
1722
|
+
source_execution_id?: string | null;
|
|
1723
|
+
};
|
|
1724
|
+
Relationships: [
|
|
1725
|
+
{
|
|
1726
|
+
foreignKeyName: "content_distribution_metrics_distribution_fkey";
|
|
1727
|
+
columns: ["distribution_id", "organization_id"];
|
|
1728
|
+
isOneToOne: false;
|
|
1729
|
+
referencedRelation: "content_distributions";
|
|
1730
|
+
referencedColumns: ["id", "organization_id"];
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
foreignKeyName: "content_distribution_metrics_organization_id_fkey";
|
|
1734
|
+
columns: ["organization_id"];
|
|
1735
|
+
isOneToOne: false;
|
|
1736
|
+
referencedRelation: "organizations";
|
|
1737
|
+
referencedColumns: ["id"];
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
|
|
1741
|
+
columns: ["source_execution_id"];
|
|
1742
|
+
isOneToOne: false;
|
|
1743
|
+
referencedRelation: "execution_logs";
|
|
1744
|
+
referencedColumns: ["execution_id"];
|
|
1745
|
+
}
|
|
1746
|
+
];
|
|
1747
|
+
};
|
|
1686
1748
|
content_distributions: {
|
|
1687
1749
|
Row: {
|
|
1688
1750
|
adapted_body: string | null;
|
|
@@ -5957,6 +6019,80 @@ declare const UpdateContentDistributionRequestSchema: z.ZodObject<{
|
|
|
5957
6019
|
metrics: z.ZodOptional<z.ZodUnknown>;
|
|
5958
6020
|
metricsUpdatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5959
6021
|
}, z.core.$strict>;
|
|
6022
|
+
/**
|
|
6023
|
+
* The cross-platform vocabulary. One name per concept, shared by every
|
|
6024
|
+
* platform, so a chart can put Instagram and TikTok on the same axis.
|
|
6025
|
+
*
|
|
6026
|
+
* Each key is optional and its ABSENCE MEANS UNSUPPORTED, not zero -- a FEED
|
|
6027
|
+
* carousel reports no `clicks` at all, which is a different fact from clicks
|
|
6028
|
+
* being zero. Readers must distinguish the two.
|
|
6029
|
+
*
|
|
6030
|
+
* Strict on purpose: this object is the gate the database deliberately does not
|
|
6031
|
+
* enforce (a CHECK on JSON keys would need a migration per platform). A source
|
|
6032
|
+
* returning a name outside this list is a mapping that has not been written
|
|
6033
|
+
* yet, and the verbatim `raw` alongside it means nothing is lost meanwhile.
|
|
6034
|
+
*/
|
|
6035
|
+
declare const ContentDistributionMetricsSchema: z.ZodObject<{
|
|
6036
|
+
views: z.ZodOptional<z.ZodNumber>;
|
|
6037
|
+
reach: z.ZodOptional<z.ZodNumber>;
|
|
6038
|
+
likes: z.ZodOptional<z.ZodNumber>;
|
|
6039
|
+
comments: z.ZodOptional<z.ZodNumber>;
|
|
6040
|
+
shares: z.ZodOptional<z.ZodNumber>;
|
|
6041
|
+
saves: z.ZodOptional<z.ZodNumber>;
|
|
6042
|
+
engagements: z.ZodOptional<z.ZodNumber>;
|
|
6043
|
+
profile_visits: z.ZodOptional<z.ZodNumber>;
|
|
6044
|
+
profile_activity: z.ZodOptional<z.ZodNumber>;
|
|
6045
|
+
follows: z.ZodOptional<z.ZodNumber>;
|
|
6046
|
+
clicks: z.ZodOptional<z.ZodNumber>;
|
|
6047
|
+
}, z.core.$strict>;
|
|
6048
|
+
declare const ContentDistributionMetricsResponseSchema: z.ZodObject<{
|
|
6049
|
+
id: z.ZodString;
|
|
6050
|
+
organizationId: z.ZodString;
|
|
6051
|
+
distributionId: z.ZodString;
|
|
6052
|
+
capturedAt: z.ZodString;
|
|
6053
|
+
source: z.ZodString;
|
|
6054
|
+
metrics: z.ZodObject<{
|
|
6055
|
+
views: z.ZodOptional<z.ZodNumber>;
|
|
6056
|
+
reach: z.ZodOptional<z.ZodNumber>;
|
|
6057
|
+
likes: z.ZodOptional<z.ZodNumber>;
|
|
6058
|
+
comments: z.ZodOptional<z.ZodNumber>;
|
|
6059
|
+
shares: z.ZodOptional<z.ZodNumber>;
|
|
6060
|
+
saves: z.ZodOptional<z.ZodNumber>;
|
|
6061
|
+
engagements: z.ZodOptional<z.ZodNumber>;
|
|
6062
|
+
profile_visits: z.ZodOptional<z.ZodNumber>;
|
|
6063
|
+
profile_activity: z.ZodOptional<z.ZodNumber>;
|
|
6064
|
+
follows: z.ZodOptional<z.ZodNumber>;
|
|
6065
|
+
clicks: z.ZodOptional<z.ZodNumber>;
|
|
6066
|
+
}, z.core.$strict>;
|
|
6067
|
+
raw: z.ZodUnknown;
|
|
6068
|
+
sourceExecutionId: z.ZodNullable<z.ZodString>;
|
|
6069
|
+
createdAt: z.ZodString;
|
|
6070
|
+
}, z.core.$strip>;
|
|
6071
|
+
declare const ContentDistributionMetricsListResponseSchema: z.ZodObject<{
|
|
6072
|
+
data: z.ZodArray<z.ZodObject<{
|
|
6073
|
+
id: z.ZodString;
|
|
6074
|
+
organizationId: z.ZodString;
|
|
6075
|
+
distributionId: z.ZodString;
|
|
6076
|
+
capturedAt: z.ZodString;
|
|
6077
|
+
source: z.ZodString;
|
|
6078
|
+
metrics: z.ZodObject<{
|
|
6079
|
+
views: z.ZodOptional<z.ZodNumber>;
|
|
6080
|
+
reach: z.ZodOptional<z.ZodNumber>;
|
|
6081
|
+
likes: z.ZodOptional<z.ZodNumber>;
|
|
6082
|
+
comments: z.ZodOptional<z.ZodNumber>;
|
|
6083
|
+
shares: z.ZodOptional<z.ZodNumber>;
|
|
6084
|
+
saves: z.ZodOptional<z.ZodNumber>;
|
|
6085
|
+
engagements: z.ZodOptional<z.ZodNumber>;
|
|
6086
|
+
profile_visits: z.ZodOptional<z.ZodNumber>;
|
|
6087
|
+
profile_activity: z.ZodOptional<z.ZodNumber>;
|
|
6088
|
+
follows: z.ZodOptional<z.ZodNumber>;
|
|
6089
|
+
clicks: z.ZodOptional<z.ZodNumber>;
|
|
6090
|
+
}, z.core.$strict>;
|
|
6091
|
+
raw: z.ZodUnknown;
|
|
6092
|
+
sourceExecutionId: z.ZodNullable<z.ZodString>;
|
|
6093
|
+
createdAt: z.ZodString;
|
|
6094
|
+
}, z.core.$strip>>;
|
|
6095
|
+
}, z.core.$strip>;
|
|
5960
6096
|
type ContentPipelineId = z.infer<typeof ContentPipelineIdSchema>;
|
|
5961
6097
|
type ContentItemStatus = z.infer<typeof ContentItemStatusSchema>;
|
|
5962
6098
|
type ContentPillar = z.infer<typeof ContentPillarSchema>;
|
|
@@ -5984,6 +6120,9 @@ type ContentDistributionResponse = z.infer<typeof ContentDistributionResponseSch
|
|
|
5984
6120
|
type ContentDistributionListResponse = z.infer<typeof ContentDistributionListResponseSchema>;
|
|
5985
6121
|
type CreateContentDistributionRequest = z.infer<typeof CreateContentDistributionRequestSchema>;
|
|
5986
6122
|
type UpdateContentDistributionRequest = z.infer<typeof UpdateContentDistributionRequestSchema>;
|
|
6123
|
+
type ContentDistributionMetrics = z.infer<typeof ContentDistributionMetricsSchema>;
|
|
6124
|
+
type ContentDistributionMetricsResponse = z.infer<typeof ContentDistributionMetricsResponseSchema>;
|
|
6125
|
+
type ContentDistributionMetricsListResponse = z.infer<typeof ContentDistributionMetricsListResponseSchema>;
|
|
5987
6126
|
|
|
5988
6127
|
/**
|
|
5989
6128
|
* Time range selector for dashboard metrics
|
|
@@ -6415,7 +6554,7 @@ type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefini
|
|
|
6415
6554
|
* Note: Concrete adapter implementations are deferred until needed.
|
|
6416
6555
|
* This type provides compile-time safety and auto-completion for tool definitions.
|
|
6417
6556
|
*/
|
|
6418
|
-
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
|
|
6557
|
+
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier' | 'instagram';
|
|
6419
6558
|
|
|
6420
6559
|
/**
|
|
6421
6560
|
* Resource Registry type definitions
|
|
@@ -9957,6 +10096,12 @@ declare const contentKeys: {
|
|
|
9957
10096
|
status?: string | undefined;
|
|
9958
10097
|
}, "limit" | "offset" | "platform" | "status" | "contentItemId">>];
|
|
9959
10098
|
distributionDetail: (organizationId: WorkOsOrgId | null | undefined, distributionId: string | undefined) => readonly ["content", "distributions", "detail", WorkOsOrgId | null | undefined, string | undefined];
|
|
10099
|
+
/**
|
|
10100
|
+
* One distribution's `content_distribution_metrics` capture history, newest first. Nested
|
|
10101
|
+
* under `distributions()` like `distributionDetail`, matching `itemAttempts`' precedent for
|
|
10102
|
+
* a child history table keyed by its parent.
|
|
10103
|
+
*/
|
|
10104
|
+
distributionMetrics: (organizationId: WorkOsOrgId | null | undefined, distributionId: string | undefined) => readonly ["content", "distributions", "metrics", WorkOsOrgId | null | undefined, string | undefined];
|
|
9960
10105
|
sourceAssets: () => readonly ["content", "source-assets"];
|
|
9961
10106
|
sourceAssetsList: (organizationId: WorkOsOrgId | null | undefined, filters: ContentSourceAssetsListFilters) => readonly ["content", "source-assets", "list", WorkOsOrgId | null | undefined, Partial<{
|
|
9962
10107
|
kind: string;
|
|
@@ -10182,6 +10327,37 @@ declare function useContentDistribution(distributionId: string | undefined): _ta
|
|
|
10182
10327
|
updatedAt: string;
|
|
10183
10328
|
}, Error>;
|
|
10184
10329
|
|
|
10330
|
+
/**
|
|
10331
|
+
* Capture history for one distribution, newest first. Mirrors `useContentDistribution` --
|
|
10332
|
+
* `distributionId` from the path, gated the same way -- and reads
|
|
10333
|
+
* `GET /content/distributions/:distributionId/metrics`, the route this hook exists to consume.
|
|
10334
|
+
*/
|
|
10335
|
+
declare function useContentDistributionMetrics(distributionId: string | undefined): _tanstack_react_query.UseQueryResult<{
|
|
10336
|
+
data: {
|
|
10337
|
+
id: string;
|
|
10338
|
+
organizationId: string;
|
|
10339
|
+
distributionId: string;
|
|
10340
|
+
capturedAt: string;
|
|
10341
|
+
source: string;
|
|
10342
|
+
metrics: {
|
|
10343
|
+
views?: number | undefined;
|
|
10344
|
+
reach?: number | undefined;
|
|
10345
|
+
likes?: number | undefined;
|
|
10346
|
+
comments?: number | undefined;
|
|
10347
|
+
shares?: number | undefined;
|
|
10348
|
+
saves?: number | undefined;
|
|
10349
|
+
engagements?: number | undefined;
|
|
10350
|
+
profile_visits?: number | undefined;
|
|
10351
|
+
profile_activity?: number | undefined;
|
|
10352
|
+
follows?: number | undefined;
|
|
10353
|
+
clicks?: number | undefined;
|
|
10354
|
+
};
|
|
10355
|
+
raw: unknown;
|
|
10356
|
+
sourceExecutionId: string | null;
|
|
10357
|
+
createdAt: string;
|
|
10358
|
+
}[];
|
|
10359
|
+
}, Error>;
|
|
10360
|
+
|
|
10185
10361
|
interface UpdateContentItemParams {
|
|
10186
10362
|
itemId: string;
|
|
10187
10363
|
updates: UpdateContentItemRequest;
|
|
@@ -14069,5 +14245,5 @@ declare function useCreateNote(): _tanstack_react_query.UseMutationResult<{
|
|
|
14069
14245
|
type?: string;
|
|
14070
14246
|
}, "organization_id">, unknown>;
|
|
14071
14247
|
|
|
14072
|
-
export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, chunkIntoBatches, clientsKeys, cloudStorageKeys, collectResourceFilterFacets, companyKeys, contactKeys, contentKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, measureImageDimensions, mergeSessionMessages, mergeThumbnailBatches, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, projectActivityKeys, projectKeys, readItemSourceAssets, requestsKeys, scheduleKeys, sessionsKeys, sortData, storageKeys, storageObjectRefKey, sumStatusCounts, taskKeys, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentDistribution, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, 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, useDeleteClient, 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, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useStorageSignedUrls, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUploadStorageFile, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
14073
|
-
export type { AccessKeyInput, AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CloudStorageDimensionMap, CloudStorageDimensions, CloudStorageFolderFilters, CloudStorageFolderParams, CloudStorageFolderResponse, CloudStorageImageDimensionsResult, CloudStorageTemporaryLink, CloudStorageTemporaryLinkMap, CloudStorageTemporaryLinksResult, CloudStorageThumbnailMap, CloudStorageThumbnailsResult, ContentAssetCrop, ContentAssetCropInput, ContentDistributionListResponse, ContentDistributionResponse, ContentDistributionsListFilters, ContentItemAttemptListResponse, ContentItemAttemptResponse, ContentItemListResponse, ContentItemResponse, ContentItemReviewDecision, ContentItemSourceAssetDetail, ContentItemSourceAssetDetailsResult, ContentItemSourceAssetExpansion, ContentItemSourceAssetInput, ContentItemSourceAssetListResponse, ContentItemSourceAssetResponse, ContentItemStatus, ContentItemsListFilters, ContentPillar, ContentPipelineId, ContentPipelineSummary, ContentSourceAssetKind, ContentSourceAssetListResponse, ContentSourceAssetResponse, ContentSourceAssetsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateContentDistributionRequest, CreateContentSourceAssetRequest, 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, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, OrganizationModelDriftState, RemoveCompaniesFromListResult, ReorderContentItemSourceAssetsRequest, RequestRow, RequestSeverity, RequestType, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, ReviewContentItemRequest, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, StorageObjectRef, StorageSignedUrlMap, StorageSignedUrlsResult, SubmitActionRequest, SubmitActionResponse, SubmitRequestInput, SystemHealthExecutionSummary, SystemHealthResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateContentDistributionRequest, UpdateContentItemRequest, UpdateContentItemSourceAssetRequest, UpdateContentSourceAssetRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UploadStorageFileParams, UploadStorageFileResult, UseAccessResult, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
|
|
14248
|
+
export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, chunkIntoBatches, clientsKeys, cloudStorageKeys, collectResourceFilterFacets, companyKeys, contactKeys, contentKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, measureImageDimensions, mergeSessionMessages, mergeThumbnailBatches, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, projectActivityKeys, projectKeys, readItemSourceAssets, requestsKeys, scheduleKeys, sessionsKeys, sortData, storageKeys, storageObjectRefKey, sumStatusCounts, taskKeys, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentDistribution, useContentDistributionMetrics, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, 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, useDeleteClient, 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, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useStorageSignedUrls, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUploadStorageFile, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
14249
|
+
export type { AccessKeyInput, AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CloudStorageDimensionMap, CloudStorageDimensions, CloudStorageFolderFilters, CloudStorageFolderParams, CloudStorageFolderResponse, CloudStorageImageDimensionsResult, CloudStorageTemporaryLink, CloudStorageTemporaryLinkMap, CloudStorageTemporaryLinksResult, CloudStorageThumbnailMap, CloudStorageThumbnailsResult, ContentAssetCrop, ContentAssetCropInput, ContentDistributionListResponse, ContentDistributionMetrics, ContentDistributionMetricsListResponse, ContentDistributionMetricsResponse, ContentDistributionResponse, ContentDistributionsListFilters, ContentItemAttemptListResponse, ContentItemAttemptResponse, ContentItemListResponse, ContentItemResponse, ContentItemReviewDecision, ContentItemSourceAssetDetail, ContentItemSourceAssetDetailsResult, ContentItemSourceAssetExpansion, ContentItemSourceAssetInput, ContentItemSourceAssetListResponse, ContentItemSourceAssetResponse, ContentItemStatus, ContentItemsListFilters, ContentPillar, ContentPipelineId, ContentPipelineSummary, ContentSourceAssetKind, ContentSourceAssetListResponse, ContentSourceAssetResponse, ContentSourceAssetsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateContentDistributionRequest, CreateContentSourceAssetRequest, 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, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, OrganizationModelDriftState, RemoveCompaniesFromListResult, ReorderContentItemSourceAssetsRequest, RequestRow, RequestSeverity, RequestType, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, ReviewContentItemRequest, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, StorageObjectRef, StorageSignedUrlMap, StorageSignedUrlsResult, SubmitActionRequest, SubmitActionResponse, SubmitRequestInput, SystemHealthExecutionSummary, SystemHealthResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateContentDistributionRequest, UpdateContentItemRequest, UpdateContentItemSourceAssetRequest, UpdateContentSourceAssetRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UploadStorageFileParams, UploadStorageFileResult, UseAccessResult, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ApiKeyService, DeploymentService, dealNoteKeys, projectActivityKeys, useActivateDeployment, useActivitiesRealtime, useAddCompaniesToList, useAddContactsToList, useBatchTelemetry, useCreateApiKey, useCreateDealNote, useCreateOrgRole, useDeactivateDeployment, useDealNotes, useDeleteApiKey, useDeleteDeployment, useDeleteOrgRole, useEffectivePermissions, useListApiKeys, useListDeployments, useProjectActivities, useProjectRealtime, useRemoveCompaniesFromList, useResourceErrors, useTransitionItem, useTransitionState, useUpdateApiKey, useUpdateOrgRole, useVisibleResources } from '../chunk-DTEGVSJ6.js';
|
|
2
|
+
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-IYATYH5I.js';
|
|
3
|
+
export { OrganizationMembershipService, WebhookEndpointService, useAssignRole, useCreateWebhookEndpoint, useDeactivateMembership, useDeleteWebhookEndpoint, useListWebhookEndpoints, useOrgRoles, useOrganizationMembers, usePermissionCatalog, useReactivateMembership, useRevokeRole, useUpdateWebhookEndpoint, useUserMemberships } from '../chunk-QFS2GZMV.js';
|
|
4
|
+
export { useDealDetail, useExecuteAction } from '../chunk-M6VAZAQW.js';
|
|
5
|
+
export { leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCreateArtifact, useDeriveActions, useListMember, useListMembers, useTransitionListCompany, useTransitionListMember, useUpdateListStatus } from '../chunk-DVAOCHIF.js';
|
|
6
|
+
export { CredentialService, useCreateCredential, useCredentials, useDeleteCredential, useUpdateCredential, useVerifyCredential } from '../chunk-G7O4CBMC.js';
|
|
7
|
+
export { companyKeys, contactKeys, sortData, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useSortedData, useTableSort, useUpdateCompany, useUpdateContact } from '../chunk-NYIIRZSA.js';
|
|
8
|
+
export { useCheckpointTasks, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket } from '../chunk-NMHQAYZU.js';
|
|
9
|
+
export { scheduleKeys, useCancelSchedule, useCreateSchedule, useDeleteSchedule, useGetExecutionHistory, useGetSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useScheduledTasks, useUpdateAnchor, useUpdateSchedule } from '../chunk-N6K2Q5BM.js';
|
|
10
|
+
export { mergeSessionMessages } from '../chunk-QFGNRKIE.js';
|
|
11
|
+
export { useActivities, useActivityFilters, useActivityTrend, useBatchDelete, useCostSummary, useErrorNotification, useExecutionHealth, useExecutionLogs, useExecutionLogsFilters, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useSuccessNotification, useTestNotification, useWarningNotification } from '../chunk-DMSTDZCJ.js';
|
|
12
|
+
export { useTimeRangeDates } from '../chunk-YQQ5GRUR.js';
|
|
13
|
+
import '../chunk-VM2OWOXL.js';
|
|
14
|
+
export { useDeleteRequest, useRequest, useRequestsList, useUpdateRequestStatus } from '../chunk-D3XXPCCK.js';
|
|
15
|
+
export { useTableSelection } from '../chunk-WDBNW44Z.js';
|
|
16
|
+
export { clientsKeys, useClient, useClientStatus, useClients, useCreateClient, useDeleteClient, useUpdateClient } from '../chunk-SN7X5N2A.js';
|
|
17
|
+
export { SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, chunkIntoBatches, cloudStorageKeys, measureImageDimensions, mergeThumbnailBatches, storageKeys, storageObjectRefKey, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useStorageSignedUrls, useUploadStorageFile } from '../chunk-5SLRGUC4.js';
|
|
18
|
+
export { AccessKeys, OperationsService, acquisitionListKeys, collectResourceFilterFacets, contentKeys, dealKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, readItemSourceAssets, requestsKeys, sessionsKeys, sumStatusCounts, useAccess, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewDomainFilters, useCompleteDealTask, useContentDistribution, useContentDistributionMetrics, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostTrends, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, useCreateDealTask, useCreateList, useCreateSession, useDashboardMetrics, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteSession, useDeleteTask, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorTrends, useExecuteAsync, useExecuteResource, useExecution, useExecutionLogSSE, useExecutionPanelState, useExecutionSSE, useExecutions, useInFlightExecutions, useList, useListExecutions, useListProgress, useListRecords, useLists, useListsTelemetry, useOrganizationModelDrift, usePaginationState, usePatchTask, useRecentExecutionsByResource, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useRetryExecution, useReviewContentItem, useSSEConnection, useSession, useSessions, useStatusFilter, useSubmitAction, useSubmitRequest, useSystemHealth, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateList, useUpdateListConfig, useWorkflowExecution } from '../chunk-SB3IHM5Y.js';
|
|
2
19
|
import '../chunk-R6NMRXNO.js';
|
|
3
20
|
import '../chunk-RBGVNPA6.js';
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-NHNTX6ZL.js';
|
|
21
|
+
import '../chunk-ZG6YJUT4.js';
|
|
6
22
|
import '../chunk-L7BZZ4SI.js';
|
|
7
|
-
|
|
23
|
+
import '../chunk-ICHDIVQO.js';
|
|
8
24
|
import '../chunk-MISHPEJX.js';
|
|
9
25
|
import '../chunk-62GVNH5U.js';
|
|
10
26
|
import '../chunk-P45GQ3ZW.js';
|
|
11
|
-
|
|
27
|
+
import '../chunk-2GIJBHZT.js';
|
|
12
28
|
import '../chunk-3KMDHCAR.js';
|
|
13
29
|
import '../chunk-2IFYDILW.js';
|
|
14
30
|
export { useMergedExecution } from '../chunk-BLXJEIQS.js';
|
|
@@ -16,7 +32,7 @@ import '../chunk-UD657ICS.js';
|
|
|
16
32
|
import '../chunk-DD3CCMCZ.js';
|
|
17
33
|
import '../chunk-RNP5R5I3.js';
|
|
18
34
|
import '../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../chunk-
|
|
35
|
+
import '../chunk-A2SB32YV.js';
|
|
20
36
|
export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-Y6I3IC45.js';
|
|
21
37
|
import '../chunk-6SSQGWK7.js';
|
|
22
38
|
import '../chunk-BI5VDO2K.js';
|
|
@@ -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;
|