@elevasis/ui 2.42.0 → 2.44.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 +69 -2
- package/dist/app/index.js +3 -3
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-3MTAHV5M.js → chunk-B75DHNNJ.js} +226 -74
- package/dist/{chunk-MA7YCY7C.js → chunk-NVVAQNKE.js} +1 -1
- package/dist/{chunk-EDVZ3AHA.js → chunk-UECAFQKT.js} +1 -1
- package/dist/{chunk-YEGMSADG.js → chunk-XDEUR36B.js} +14 -2
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +3 -3
- package/dist/components/navigation/index.js +3 -3
- package/dist/features/auth/index.d.ts +3 -0
- package/dist/features/auth/index.js +4 -4
- package/dist/features/clients/index.d.ts +6 -3
- package/dist/features/clients/index.js +80 -19
- package/dist/features/crm/index.d.ts +3 -0
- package/dist/features/crm/index.js +3 -3
- package/dist/features/dashboard/index.js +3 -3
- package/dist/features/delivery/index.d.ts +3 -0
- package/dist/features/delivery/index.js +3 -3
- package/dist/features/knowledge/index.js +3 -3
- package/dist/features/lead-gen/index.d.ts +72 -3
- package/dist/features/lead-gen/index.js +3 -3
- package/dist/features/monitoring/index.js +3 -3
- package/dist/features/monitoring/requests/index.js +4 -4
- package/dist/features/operations/index.d.ts +66 -2
- package/dist/features/operations/index.js +3 -3
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/settings/index.js +3 -3
- package/dist/hooks/access/index.js +3 -3
- package/dist/hooks/delivery/index.d.ts +3 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +33 -18
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/published.d.ts +33 -18
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +99 -20
- package/dist/index.js +4 -4
- package/dist/initialization/index.d.ts +3 -0
- package/dist/knowledge/index.d.ts +96 -7
- package/dist/knowledge/index.js +68 -8
- package/dist/layout/index.js +3 -3
- package/dist/organization/index.js +3 -3
- package/dist/profile/index.d.ts +3 -0
- package/dist/provider/index.d.ts +69 -2
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.d.ts +69 -2
- package/dist/provider/published.js +3 -3
- package/dist/supabase/index.d.ts +6 -0
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +3 -0
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
package/dist/knowledge/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SemanticIcon, getKnowledgeIconToken, PageContainer, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-
|
|
2
|
-
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_TREE_GROUPS, SemanticIcon, extendSemanticIconRegistry, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-
|
|
1
|
+
import { SemanticIcon, getKnowledgeIconToken, PageContainer, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-B75DHNNJ.js';
|
|
2
|
+
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, extendSemanticIconRegistry, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-B75DHNNJ.js';
|
|
3
3
|
import { usePresetsContext } from '../chunk-NZ2F5RQ4.js';
|
|
4
4
|
import '../chunk-OJJK27GC.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -10,7 +10,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
10
10
|
import '../chunk-ZTWA5H77.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
12
12
|
import '../chunk-6DO4PE3O.js';
|
|
13
|
-
import '../chunk-
|
|
13
|
+
import '../chunk-NVVAQNKE.js';
|
|
14
14
|
import '../chunk-DD3CCMCZ.js';
|
|
15
15
|
import '../chunk-GMXGDO3I.js';
|
|
16
16
|
import '../chunk-2IFYDILW.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-W2SFTXMT.js';
|
|
22
|
-
import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-
|
|
22
|
+
import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-XDEUR36B.js';
|
|
23
23
|
import '../chunk-KRWALB24.js';
|
|
24
24
|
import '../chunk-2FTX4WO2.js';
|
|
25
25
|
import '../chunk-MQZE7SUI.js';
|
|
@@ -9080,6 +9080,62 @@ function ThemeSwatchRow({ tokens }) {
|
|
|
9080
9080
|
/* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", ta: "center", children: label })
|
|
9081
9081
|
] }, label)) });
|
|
9082
9082
|
}
|
|
9083
|
+
function formatLabel(value) {
|
|
9084
|
+
return value.split(/[-_]/).filter(Boolean).map((part) => part.charAt(0).toUpperCase() + part.slice(1)).join(" ");
|
|
9085
|
+
}
|
|
9086
|
+
function ClientsPanel({ model, filterToItemId }) {
|
|
9087
|
+
const clients = Object.values(model.clients).filter((client) => !filterToItemId || client.id === filterToItemId).sort((left, right) => left.slug.localeCompare(right.slug));
|
|
9088
|
+
if (clients.length === 0) {
|
|
9089
|
+
return /* @__PURE__ */ jsxs(Stack, { p: "md", gap: "sm", children: [
|
|
9090
|
+
/* @__PURE__ */ jsx(
|
|
9091
|
+
KnowledgePageHeader,
|
|
9092
|
+
{
|
|
9093
|
+
title: "Clients",
|
|
9094
|
+
kind: "Domain",
|
|
9095
|
+
tone: "subtle",
|
|
9096
|
+
copyCommand: getKnowledgeDomainFolderCommand("clients")
|
|
9097
|
+
}
|
|
9098
|
+
),
|
|
9099
|
+
/* @__PURE__ */ jsx(Text, { size: "sm", c: "dimmed", children: filterToItemId ? "Client profile not found." : "No client profiles defined yet." })
|
|
9100
|
+
] });
|
|
9101
|
+
}
|
|
9102
|
+
return /* @__PURE__ */ jsxs(Stack, { p: "md", gap: "md", children: [
|
|
9103
|
+
/* @__PURE__ */ jsx(
|
|
9104
|
+
KnowledgePageHeader,
|
|
9105
|
+
{
|
|
9106
|
+
title: "Clients",
|
|
9107
|
+
kind: "Domain",
|
|
9108
|
+
tone: "subtle",
|
|
9109
|
+
copyCommand: getKnowledgeDomainFolderCommand("clients")
|
|
9110
|
+
}
|
|
9111
|
+
),
|
|
9112
|
+
/* @__PURE__ */ jsxs(Text, { size: "sm", c: "dimmed", children: [
|
|
9113
|
+
clients.length,
|
|
9114
|
+
" client profile",
|
|
9115
|
+
clients.length === 1 ? "" : "s",
|
|
9116
|
+
" defined."
|
|
9117
|
+
] }),
|
|
9118
|
+
/* @__PURE__ */ jsx(Divider, {}),
|
|
9119
|
+
/* @__PURE__ */ jsx(Stack, { gap: "md", children: clients.map((client) => /* @__PURE__ */ jsx(Card, { withBorder: true, padding: "md", style: { background: "var(--color-surface)" }, children: /* @__PURE__ */ jsxs(Stack, { gap: "sm", children: [
|
|
9120
|
+
/* @__PURE__ */ jsxs(Group, { gap: "xs", justify: "space-between", wrap: "nowrap", children: [
|
|
9121
|
+
/* @__PURE__ */ jsxs(Stack, { gap: 2, style: { minWidth: 0 }, children: [
|
|
9122
|
+
/* @__PURE__ */ jsx(Text, { fw: 600, size: "sm", lineClamp: 1, children: client.name }),
|
|
9123
|
+
/* @__PURE__ */ jsx(Text, { size: "xs", c: "dimmed", lineClamp: 1, children: client.slug })
|
|
9124
|
+
] }),
|
|
9125
|
+
/* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "nowrap", style: { flexShrink: 0 }, children: [
|
|
9126
|
+
/* @__PURE__ */ jsx(Badge, { variant: "light", size: "sm", children: formatLabel(client.status) }),
|
|
9127
|
+
client.source ? /* @__PURE__ */ jsx(Badge, { variant: "outline", size: "sm", children: formatLabel(client.source) }) : null
|
|
9128
|
+
] })
|
|
9129
|
+
] }),
|
|
9130
|
+
client.identity.clientBrief ? /* @__PURE__ */ jsx(Text, { size: "sm", c: "dimmed", children: client.identity.clientBrief }) : null,
|
|
9131
|
+
/* @__PURE__ */ jsxs(Group, { gap: "xs", wrap: "wrap", children: [
|
|
9132
|
+
client.workspace.kind ? /* @__PURE__ */ jsx(Badge, { variant: "light", color: "gray", size: "sm", children: formatLabel(client.workspace.kind) }) : null,
|
|
9133
|
+
client.workspace.owner ? /* @__PURE__ */ jsx(Badge, { variant: "light", color: "gray", size: "sm", children: formatLabel(client.workspace.owner) }) : null,
|
|
9134
|
+
client.workspace.projectId ? /* @__PURE__ */ jsx(Badge, { variant: "light", color: "gray", size: "sm", children: client.workspace.projectId }) : null
|
|
9135
|
+
] })
|
|
9136
|
+
] }) }, client.id)) })
|
|
9137
|
+
] });
|
|
9138
|
+
}
|
|
9083
9139
|
function CustomersPanel({ model, filterToItemId }) {
|
|
9084
9140
|
const customers = model.customers;
|
|
9085
9141
|
const segments = Object.values(customers).filter((segment) => !filterToItemId || segment.id === filterToItemId).sort((a, b) => a.order - b.order);
|
|
@@ -9088,20 +9144,20 @@ function CustomersPanel({ model, filterToItemId }) {
|
|
|
9088
9144
|
/* @__PURE__ */ jsx(
|
|
9089
9145
|
KnowledgePageHeader,
|
|
9090
9146
|
{
|
|
9091
|
-
title: "
|
|
9147
|
+
title: "ICP",
|
|
9092
9148
|
kind: "Domain",
|
|
9093
9149
|
tone: "subtle",
|
|
9094
9150
|
copyCommand: getKnowledgeDomainFolderCommand("customers")
|
|
9095
9151
|
}
|
|
9096
9152
|
),
|
|
9097
|
-
/* @__PURE__ */ jsx(Text, { size: "sm", c: "dimmed", children: filterToItemId ? "
|
|
9153
|
+
/* @__PURE__ */ jsx(Text, { size: "sm", c: "dimmed", children: filterToItemId ? "ICP segment not found." : "No ICP segments defined yet." })
|
|
9098
9154
|
] });
|
|
9099
9155
|
}
|
|
9100
9156
|
return /* @__PURE__ */ jsxs(Stack, { p: "md", gap: "md", children: [
|
|
9101
9157
|
/* @__PURE__ */ jsx(
|
|
9102
9158
|
KnowledgePageHeader,
|
|
9103
9159
|
{
|
|
9104
|
-
title: "
|
|
9160
|
+
title: "ICP",
|
|
9105
9161
|
kind: "Domain",
|
|
9106
9162
|
tone: "subtle",
|
|
9107
9163
|
copyCommand: getKnowledgeDomainFolderCommand("customers")
|
|
@@ -9109,7 +9165,7 @@ function CustomersPanel({ model, filterToItemId }) {
|
|
|
9109
9165
|
),
|
|
9110
9166
|
/* @__PURE__ */ jsxs(Text, { size: "sm", c: "dimmed", children: [
|
|
9111
9167
|
segments.length,
|
|
9112
|
-
" segment",
|
|
9168
|
+
" ICP segment",
|
|
9113
9169
|
segments.length === 1 ? "" : "s",
|
|
9114
9170
|
" defined."
|
|
9115
9171
|
] }),
|
|
@@ -10043,6 +10099,8 @@ function DomainPanel({
|
|
|
10043
10099
|
return /* @__PURE__ */ jsx(BrandingPanel, { model, onNavigateToNode });
|
|
10044
10100
|
case "customers":
|
|
10045
10101
|
return /* @__PURE__ */ jsx(CustomersPanel, { model, onNavigateToNode, filterToItemId });
|
|
10102
|
+
case "clients":
|
|
10103
|
+
return /* @__PURE__ */ jsx(ClientsPanel, { model, filterToItemId });
|
|
10046
10104
|
case "offerings":
|
|
10047
10105
|
return /* @__PURE__ */ jsx(OfferingsPanel, { model, onNavigateToNode, filterToItemId });
|
|
10048
10106
|
case "goals":
|
|
@@ -10726,6 +10784,8 @@ function DomainPanelDispatcher({
|
|
|
10726
10784
|
return /* @__PURE__ */ jsx(DomainPanelFrame, { children: /* @__PURE__ */ jsx(BrandingPanel, { model, onNavigateToNode }) });
|
|
10727
10785
|
case "customers":
|
|
10728
10786
|
return /* @__PURE__ */ jsx(DomainPanelFrame, { children: /* @__PURE__ */ jsx(CustomersPanel, { model, onNavigateToNode, filterToItemId }) });
|
|
10787
|
+
case "clients":
|
|
10788
|
+
return /* @__PURE__ */ jsx(DomainPanelFrame, { children: /* @__PURE__ */ jsx(ClientsPanel, { model, filterToItemId }) });
|
|
10729
10789
|
case "offerings":
|
|
10730
10790
|
return /* @__PURE__ */ jsx(DomainPanelFrame, { children: /* @__PURE__ */ jsx(OfferingsPanel, { model, onNavigateToNode, filterToItemId }) });
|
|
10731
10791
|
case "goals":
|
package/dist/layout/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-
|
|
1
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-B75DHNNJ.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
10
10
|
import '../chunk-S3XR4II4.js';
|
|
11
11
|
import '../chunk-6DO4PE3O.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-NVVAQNKE.js';
|
|
13
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
14
|
export { SubshellNavItem, SubshellSidebarSection, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from '../chunk-GMXGDO3I.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
18
18
|
import '../chunk-7FPLLSHN.js';
|
|
19
19
|
import '../chunk-RNP5R5I3.js';
|
|
20
20
|
import '../chunk-W2SFTXMT.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-XDEUR36B.js';
|
|
22
22
|
import '../chunk-KRWALB24.js';
|
|
23
23
|
import '../chunk-2FTX4WO2.js';
|
|
24
24
|
import '../chunk-MQZE7SUI.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-
|
|
1
|
+
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-B75DHNNJ.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
10
10
|
import '../chunk-S3XR4II4.js';
|
|
11
11
|
import '../chunk-6DO4PE3O.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-NVVAQNKE.js';
|
|
13
13
|
export { OrganizationContext, useOrganization } from '../chunk-DD3CCMCZ.js';
|
|
14
14
|
import '../chunk-GMXGDO3I.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
18
18
|
import '../chunk-7FPLLSHN.js';
|
|
19
19
|
import '../chunk-RNP5R5I3.js';
|
|
20
20
|
import '../chunk-W2SFTXMT.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-XDEUR36B.js';
|
|
22
22
|
import '../chunk-KRWALB24.js';
|
|
23
23
|
import '../chunk-2FTX4WO2.js';
|
|
24
24
|
import '../chunk-MQZE7SUI.js';
|
package/dist/profile/index.d.ts
CHANGED
|
@@ -1252,6 +1252,7 @@ type Database = {
|
|
|
1252
1252
|
organization_id: string;
|
|
1253
1253
|
primary_company_id: string | null;
|
|
1254
1254
|
primary_contact_id: string | null;
|
|
1255
|
+
source: string;
|
|
1255
1256
|
source_deal_id: string | null;
|
|
1256
1257
|
status: string;
|
|
1257
1258
|
updated_at: string;
|
|
@@ -1265,6 +1266,7 @@ type Database = {
|
|
|
1265
1266
|
organization_id: string;
|
|
1266
1267
|
primary_company_id?: string | null;
|
|
1267
1268
|
primary_contact_id?: string | null;
|
|
1269
|
+
source?: string;
|
|
1268
1270
|
source_deal_id?: string | null;
|
|
1269
1271
|
status?: string;
|
|
1270
1272
|
updated_at?: string;
|
|
@@ -1278,6 +1280,7 @@ type Database = {
|
|
|
1278
1280
|
organization_id?: string;
|
|
1279
1281
|
primary_company_id?: string | null;
|
|
1280
1282
|
primary_contact_id?: string | null;
|
|
1283
|
+
source?: string;
|
|
1281
1284
|
source_deal_id?: string | null;
|
|
1282
1285
|
status?: string;
|
|
1283
1286
|
updated_at?: string;
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -1355,6 +1355,7 @@ type Database = {
|
|
|
1355
1355
|
organization_id: string;
|
|
1356
1356
|
primary_company_id: string | null;
|
|
1357
1357
|
primary_contact_id: string | null;
|
|
1358
|
+
source: string;
|
|
1358
1359
|
source_deal_id: string | null;
|
|
1359
1360
|
status: string;
|
|
1360
1361
|
updated_at: string;
|
|
@@ -1368,6 +1369,7 @@ type Database = {
|
|
|
1368
1369
|
organization_id: string;
|
|
1369
1370
|
primary_company_id?: string | null;
|
|
1370
1371
|
primary_contact_id?: string | null;
|
|
1372
|
+
source?: string;
|
|
1371
1373
|
source_deal_id?: string | null;
|
|
1372
1374
|
status?: string;
|
|
1373
1375
|
updated_at?: string;
|
|
@@ -1381,6 +1383,7 @@ type Database = {
|
|
|
1381
1383
|
organization_id?: string;
|
|
1382
1384
|
primary_company_id?: string | null;
|
|
1383
1385
|
primary_contact_id?: string | null;
|
|
1386
|
+
source?: string;
|
|
1384
1387
|
source_deal_id?: string | null;
|
|
1385
1388
|
status?: string;
|
|
1386
1389
|
updated_at?: string;
|
|
@@ -3614,6 +3617,7 @@ type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
|
|
|
3614
3617
|
|
|
3615
3618
|
declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
3616
3619
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3620
|
+
snapshotHash: z$1.ZodOptional<z$1.ZodString>;
|
|
3617
3621
|
domainMetadata: z$1.ZodPipe<z$1.ZodDefault<z$1.ZodObject<{
|
|
3618
3622
|
branding: z$1.ZodOptional<z$1.ZodObject<{
|
|
3619
3623
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
@@ -3623,6 +3627,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3623
3627
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3624
3628
|
lastModified: z$1.ZodString;
|
|
3625
3629
|
}, z$1.core.$strip>>;
|
|
3630
|
+
clients: z$1.ZodOptional<z$1.ZodObject<{
|
|
3631
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3632
|
+
lastModified: z$1.ZodString;
|
|
3633
|
+
}, z$1.core.$strip>>;
|
|
3626
3634
|
customers: z$1.ZodOptional<z$1.ZodObject<{
|
|
3627
3635
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3628
3636
|
lastModified: z$1.ZodString;
|
|
@@ -3680,6 +3688,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3680
3688
|
version: 1;
|
|
3681
3689
|
lastModified: string;
|
|
3682
3690
|
};
|
|
3691
|
+
clients: {
|
|
3692
|
+
version: 1;
|
|
3693
|
+
lastModified: string;
|
|
3694
|
+
};
|
|
3683
3695
|
customers: {
|
|
3684
3696
|
version: 1;
|
|
3685
3697
|
lastModified: string;
|
|
@@ -3737,6 +3749,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3737
3749
|
version: 1;
|
|
3738
3750
|
lastModified: string;
|
|
3739
3751
|
} | undefined;
|
|
3752
|
+
clients?: {
|
|
3753
|
+
version: 1;
|
|
3754
|
+
lastModified: string;
|
|
3755
|
+
} | undefined;
|
|
3740
3756
|
customers?: {
|
|
3741
3757
|
version: 1;
|
|
3742
3758
|
lastModified: string;
|
|
@@ -3929,6 +3945,56 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3929
3945
|
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
3930
3946
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3931
3947
|
}, z$1.core.$loose>>;
|
|
3948
|
+
clients: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3949
|
+
id: z$1.ZodString;
|
|
3950
|
+
slug: z$1.ZodString;
|
|
3951
|
+
name: z$1.ZodString;
|
|
3952
|
+
status: z$1.ZodDefault<z$1.ZodEnum<{
|
|
3953
|
+
active: "active";
|
|
3954
|
+
onboarding: "onboarding";
|
|
3955
|
+
paused: "paused";
|
|
3956
|
+
completed: "completed";
|
|
3957
|
+
churned: "churned";
|
|
3958
|
+
}>>;
|
|
3959
|
+
source: z$1.ZodOptional<z$1.ZodString>;
|
|
3960
|
+
identity: z$1.ZodDefault<z$1.ZodObject<{
|
|
3961
|
+
organizationName: z$1.ZodOptional<z$1.ZodString>;
|
|
3962
|
+
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
3963
|
+
clientBrief: z$1.ZodDefault<z$1.ZodString>;
|
|
3964
|
+
geographicFocus: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3965
|
+
timeZone: z$1.ZodDefault<z$1.ZodString>;
|
|
3966
|
+
}, z$1.core.$loose>>;
|
|
3967
|
+
branding: z$1.ZodDefault<z$1.ZodObject<{
|
|
3968
|
+
voice: z$1.ZodOptional<z$1.ZodString>;
|
|
3969
|
+
tagline: z$1.ZodOptional<z$1.ZodString>;
|
|
3970
|
+
values: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3971
|
+
}, z$1.core.$loose>>;
|
|
3972
|
+
workspace: z$1.ZodDefault<z$1.ZodObject<{
|
|
3973
|
+
kind: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3974
|
+
"external-project": "external-project";
|
|
3975
|
+
"internal-project": "internal-project";
|
|
3976
|
+
none: "none";
|
|
3977
|
+
}>>;
|
|
3978
|
+
owner: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3979
|
+
platform: "platform";
|
|
3980
|
+
client: "client";
|
|
3981
|
+
developer: "developer";
|
|
3982
|
+
}>>;
|
|
3983
|
+
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
3984
|
+
workspacePath: z$1.ZodOptional<z$1.ZodString>;
|
|
3985
|
+
}, z$1.core.$loose>>;
|
|
3986
|
+
links: z$1.ZodDefault<z$1.ZodObject<{
|
|
3987
|
+
projectIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3988
|
+
primaryCompanyId: z$1.ZodOptional<z$1.ZodString>;
|
|
3989
|
+
primaryContactId: z$1.ZodOptional<z$1.ZodString>;
|
|
3990
|
+
sourceDealId: z$1.ZodOptional<z$1.ZodString>;
|
|
3991
|
+
}, z$1.core.$strip>>;
|
|
3992
|
+
prompts: z$1.ZodDefault<z$1.ZodObject<{
|
|
3993
|
+
defaultContext: z$1.ZodDefault<z$1.ZodString>;
|
|
3994
|
+
}, z$1.core.$loose>>;
|
|
3995
|
+
config: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
3996
|
+
customValues: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
3997
|
+
}, z$1.core.$strict>>>>;
|
|
3932
3998
|
customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3933
3999
|
id: z$1.ZodString;
|
|
3934
4000
|
order: z$1.ZodNumber;
|
|
@@ -4582,6 +4648,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4582
4648
|
action: "action";
|
|
4583
4649
|
ontology: "ontology";
|
|
4584
4650
|
role: "role";
|
|
4651
|
+
client: "client";
|
|
4585
4652
|
stage: "stage";
|
|
4586
4653
|
goal: "goal";
|
|
4587
4654
|
"customer-segment": "customer-segment";
|
|
@@ -4593,7 +4660,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4593
4660
|
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
4594
4661
|
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
4595
4662
|
target: {
|
|
4596
|
-
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4663
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "client" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4597
4664
|
id: string;
|
|
4598
4665
|
};
|
|
4599
4666
|
nodeId: string;
|
|
@@ -4601,7 +4668,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4601
4668
|
nodeId: string;
|
|
4602
4669
|
} | {
|
|
4603
4670
|
target: {
|
|
4604
|
-
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4671
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "client" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4605
4672
|
id: string;
|
|
4606
4673
|
};
|
|
4607
4674
|
}>>>>;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-B75DHNNJ.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
10
10
|
import '../chunk-S3XR4II4.js';
|
|
11
11
|
import '../chunk-6DO4PE3O.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-NVVAQNKE.js';
|
|
13
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
14
|
import '../chunk-GMXGDO3I.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
18
18
|
import '../chunk-7FPLLSHN.js';
|
|
19
19
|
import '../chunk-RNP5R5I3.js';
|
|
20
20
|
import '../chunk-W2SFTXMT.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-XDEUR36B.js';
|
|
22
22
|
import '../chunk-KRWALB24.js';
|
|
23
23
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-2FTX4WO2.js';
|
|
24
24
|
import '../chunk-MQZE7SUI.js';
|
|
@@ -1354,6 +1354,7 @@ type Database = {
|
|
|
1354
1354
|
organization_id: string;
|
|
1355
1355
|
primary_company_id: string | null;
|
|
1356
1356
|
primary_contact_id: string | null;
|
|
1357
|
+
source: string;
|
|
1357
1358
|
source_deal_id: string | null;
|
|
1358
1359
|
status: string;
|
|
1359
1360
|
updated_at: string;
|
|
@@ -1367,6 +1368,7 @@ type Database = {
|
|
|
1367
1368
|
organization_id: string;
|
|
1368
1369
|
primary_company_id?: string | null;
|
|
1369
1370
|
primary_contact_id?: string | null;
|
|
1371
|
+
source?: string;
|
|
1370
1372
|
source_deal_id?: string | null;
|
|
1371
1373
|
status?: string;
|
|
1372
1374
|
updated_at?: string;
|
|
@@ -1380,6 +1382,7 @@ type Database = {
|
|
|
1380
1382
|
organization_id?: string;
|
|
1381
1383
|
primary_company_id?: string | null;
|
|
1382
1384
|
primary_contact_id?: string | null;
|
|
1385
|
+
source?: string;
|
|
1383
1386
|
source_deal_id?: string | null;
|
|
1384
1387
|
status?: string;
|
|
1385
1388
|
updated_at?: string;
|
|
@@ -3613,6 +3616,7 @@ type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
|
|
|
3613
3616
|
|
|
3614
3617
|
declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
3615
3618
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3619
|
+
snapshotHash: z$1.ZodOptional<z$1.ZodString>;
|
|
3616
3620
|
domainMetadata: z$1.ZodPipe<z$1.ZodDefault<z$1.ZodObject<{
|
|
3617
3621
|
branding: z$1.ZodOptional<z$1.ZodObject<{
|
|
3618
3622
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
@@ -3622,6 +3626,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3622
3626
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3623
3627
|
lastModified: z$1.ZodString;
|
|
3624
3628
|
}, z$1.core.$strip>>;
|
|
3629
|
+
clients: z$1.ZodOptional<z$1.ZodObject<{
|
|
3630
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3631
|
+
lastModified: z$1.ZodString;
|
|
3632
|
+
}, z$1.core.$strip>>;
|
|
3625
3633
|
customers: z$1.ZodOptional<z$1.ZodObject<{
|
|
3626
3634
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3627
3635
|
lastModified: z$1.ZodString;
|
|
@@ -3679,6 +3687,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3679
3687
|
version: 1;
|
|
3680
3688
|
lastModified: string;
|
|
3681
3689
|
};
|
|
3690
|
+
clients: {
|
|
3691
|
+
version: 1;
|
|
3692
|
+
lastModified: string;
|
|
3693
|
+
};
|
|
3682
3694
|
customers: {
|
|
3683
3695
|
version: 1;
|
|
3684
3696
|
lastModified: string;
|
|
@@ -3736,6 +3748,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3736
3748
|
version: 1;
|
|
3737
3749
|
lastModified: string;
|
|
3738
3750
|
} | undefined;
|
|
3751
|
+
clients?: {
|
|
3752
|
+
version: 1;
|
|
3753
|
+
lastModified: string;
|
|
3754
|
+
} | undefined;
|
|
3739
3755
|
customers?: {
|
|
3740
3756
|
version: 1;
|
|
3741
3757
|
lastModified: string;
|
|
@@ -3928,6 +3944,56 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3928
3944
|
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
3929
3945
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3930
3946
|
}, z$1.core.$loose>>;
|
|
3947
|
+
clients: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3948
|
+
id: z$1.ZodString;
|
|
3949
|
+
slug: z$1.ZodString;
|
|
3950
|
+
name: z$1.ZodString;
|
|
3951
|
+
status: z$1.ZodDefault<z$1.ZodEnum<{
|
|
3952
|
+
active: "active";
|
|
3953
|
+
onboarding: "onboarding";
|
|
3954
|
+
paused: "paused";
|
|
3955
|
+
completed: "completed";
|
|
3956
|
+
churned: "churned";
|
|
3957
|
+
}>>;
|
|
3958
|
+
source: z$1.ZodOptional<z$1.ZodString>;
|
|
3959
|
+
identity: z$1.ZodDefault<z$1.ZodObject<{
|
|
3960
|
+
organizationName: z$1.ZodOptional<z$1.ZodString>;
|
|
3961
|
+
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
3962
|
+
clientBrief: z$1.ZodDefault<z$1.ZodString>;
|
|
3963
|
+
geographicFocus: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3964
|
+
timeZone: z$1.ZodDefault<z$1.ZodString>;
|
|
3965
|
+
}, z$1.core.$loose>>;
|
|
3966
|
+
branding: z$1.ZodDefault<z$1.ZodObject<{
|
|
3967
|
+
voice: z$1.ZodOptional<z$1.ZodString>;
|
|
3968
|
+
tagline: z$1.ZodOptional<z$1.ZodString>;
|
|
3969
|
+
values: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3970
|
+
}, z$1.core.$loose>>;
|
|
3971
|
+
workspace: z$1.ZodDefault<z$1.ZodObject<{
|
|
3972
|
+
kind: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3973
|
+
"external-project": "external-project";
|
|
3974
|
+
"internal-project": "internal-project";
|
|
3975
|
+
none: "none";
|
|
3976
|
+
}>>;
|
|
3977
|
+
owner: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3978
|
+
platform: "platform";
|
|
3979
|
+
client: "client";
|
|
3980
|
+
developer: "developer";
|
|
3981
|
+
}>>;
|
|
3982
|
+
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
3983
|
+
workspacePath: z$1.ZodOptional<z$1.ZodString>;
|
|
3984
|
+
}, z$1.core.$loose>>;
|
|
3985
|
+
links: z$1.ZodDefault<z$1.ZodObject<{
|
|
3986
|
+
projectIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3987
|
+
primaryCompanyId: z$1.ZodOptional<z$1.ZodString>;
|
|
3988
|
+
primaryContactId: z$1.ZodOptional<z$1.ZodString>;
|
|
3989
|
+
sourceDealId: z$1.ZodOptional<z$1.ZodString>;
|
|
3990
|
+
}, z$1.core.$strip>>;
|
|
3991
|
+
prompts: z$1.ZodDefault<z$1.ZodObject<{
|
|
3992
|
+
defaultContext: z$1.ZodDefault<z$1.ZodString>;
|
|
3993
|
+
}, z$1.core.$loose>>;
|
|
3994
|
+
config: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
3995
|
+
customValues: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
3996
|
+
}, z$1.core.$strict>>>>;
|
|
3931
3997
|
customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3932
3998
|
id: z$1.ZodString;
|
|
3933
3999
|
order: z$1.ZodNumber;
|
|
@@ -4581,6 +4647,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4581
4647
|
action: "action";
|
|
4582
4648
|
ontology: "ontology";
|
|
4583
4649
|
role: "role";
|
|
4650
|
+
client: "client";
|
|
4584
4651
|
stage: "stage";
|
|
4585
4652
|
goal: "goal";
|
|
4586
4653
|
"customer-segment": "customer-segment";
|
|
@@ -4592,7 +4659,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4592
4659
|
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
4593
4660
|
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
4594
4661
|
target: {
|
|
4595
|
-
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4662
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "client" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4596
4663
|
id: string;
|
|
4597
4664
|
};
|
|
4598
4665
|
nodeId: string;
|
|
@@ -4600,7 +4667,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4600
4667
|
nodeId: string;
|
|
4601
4668
|
} | {
|
|
4602
4669
|
target: {
|
|
4603
|
-
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4670
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "client" | "stage" | "goal" | "customer-segment" | "offering";
|
|
4604
4671
|
id: string;
|
|
4605
4672
|
};
|
|
4606
4673
|
}>>>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-B75DHNNJ.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
@@ -9,7 +9,7 @@ import '../chunk-SJHM4WDG.js';
|
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
10
10
|
import '../chunk-S3XR4II4.js';
|
|
11
11
|
import '../chunk-6DO4PE3O.js';
|
|
12
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-NVVAQNKE.js';
|
|
13
13
|
import '../chunk-DD3CCMCZ.js';
|
|
14
14
|
import '../chunk-GMXGDO3I.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
@@ -18,7 +18,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
18
18
|
import '../chunk-7FPLLSHN.js';
|
|
19
19
|
import '../chunk-RNP5R5I3.js';
|
|
20
20
|
import '../chunk-W2SFTXMT.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-XDEUR36B.js';
|
|
22
22
|
import '../chunk-KRWALB24.js';
|
|
23
23
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-2FTX4WO2.js';
|
|
24
24
|
import '../chunk-MQZE7SUI.js';
|
package/dist/supabase/index.d.ts
CHANGED
|
@@ -1251,6 +1251,7 @@ type Database = {
|
|
|
1251
1251
|
organization_id: string;
|
|
1252
1252
|
primary_company_id: string | null;
|
|
1253
1253
|
primary_contact_id: string | null;
|
|
1254
|
+
source: string;
|
|
1254
1255
|
source_deal_id: string | null;
|
|
1255
1256
|
status: string;
|
|
1256
1257
|
updated_at: string;
|
|
@@ -1264,6 +1265,7 @@ type Database = {
|
|
|
1264
1265
|
organization_id: string;
|
|
1265
1266
|
primary_company_id?: string | null;
|
|
1266
1267
|
primary_contact_id?: string | null;
|
|
1268
|
+
source?: string;
|
|
1267
1269
|
source_deal_id?: string | null;
|
|
1268
1270
|
status?: string;
|
|
1269
1271
|
updated_at?: string;
|
|
@@ -1277,6 +1279,7 @@ type Database = {
|
|
|
1277
1279
|
organization_id?: string;
|
|
1278
1280
|
primary_company_id?: string | null;
|
|
1279
1281
|
primary_contact_id?: string | null;
|
|
1282
|
+
source?: string;
|
|
1280
1283
|
source_deal_id?: string | null;
|
|
1281
1284
|
status?: string;
|
|
1282
1285
|
updated_at?: string;
|
|
@@ -4366,6 +4369,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
4366
4369
|
organization_id: string;
|
|
4367
4370
|
primary_company_id: string | null;
|
|
4368
4371
|
primary_contact_id: string | null;
|
|
4372
|
+
source: string;
|
|
4369
4373
|
source_deal_id: string | null;
|
|
4370
4374
|
status: string;
|
|
4371
4375
|
updated_at: string;
|
|
@@ -4379,6 +4383,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
4379
4383
|
organization_id: string;
|
|
4380
4384
|
primary_company_id?: string | null;
|
|
4381
4385
|
primary_contact_id?: string | null;
|
|
4386
|
+
source?: string;
|
|
4382
4387
|
source_deal_id?: string | null;
|
|
4383
4388
|
status?: string;
|
|
4384
4389
|
updated_at?: string;
|
|
@@ -4392,6 +4397,7 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
4392
4397
|
organization_id?: string;
|
|
4393
4398
|
primary_company_id?: string | null;
|
|
4394
4399
|
primary_contact_id?: string | null;
|
|
4400
|
+
source?: string;
|
|
4395
4401
|
source_deal_id?: string | null;
|
|
4396
4402
|
status?: string;
|
|
4397
4403
|
updated_at?: string;
|
package/dist/test-utils/index.js
CHANGED
|
@@ -2,10 +2,10 @@ import { server, handlers } from '../chunk-7XKCG5CT.js';
|
|
|
2
2
|
export { handlers, server } from '../chunk-7XKCG5CT.js';
|
|
3
3
|
import { mockWorkOSUser, mockUseAuth, mockUnauthenticatedUser, mockAuthenticatedUser, mockAuthLoading, createMockUseAuth } from '../chunk-DRQPEMJI.js';
|
|
4
4
|
export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-DRQPEMJI.js';
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import { ApiClientProvider } from '../chunk-
|
|
5
|
+
import '../chunk-UECAFQKT.js';
|
|
6
|
+
import { ApiClientProvider } from '../chunk-NVVAQNKE.js';
|
|
7
7
|
import '../chunk-DD3CCMCZ.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-XDEUR36B.js';
|
|
9
9
|
import '../chunk-KRWALB24.js';
|
|
10
10
|
import { ElevasisServiceProvider } from '../chunk-2FTX4WO2.js';
|
|
11
11
|
import '../chunk-MQZE7SUI.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2005,6 +2005,7 @@ type Database = {
|
|
|
2005
2005
|
organization_id: string;
|
|
2006
2006
|
primary_company_id: string | null;
|
|
2007
2007
|
primary_contact_id: string | null;
|
|
2008
|
+
source: string;
|
|
2008
2009
|
source_deal_id: string | null;
|
|
2009
2010
|
status: string;
|
|
2010
2011
|
updated_at: string;
|
|
@@ -2018,6 +2019,7 @@ type Database = {
|
|
|
2018
2019
|
organization_id: string;
|
|
2019
2020
|
primary_company_id?: string | null;
|
|
2020
2021
|
primary_contact_id?: string | null;
|
|
2022
|
+
source?: string;
|
|
2021
2023
|
source_deal_id?: string | null;
|
|
2022
2024
|
status?: string;
|
|
2023
2025
|
updated_at?: string;
|
|
@@ -2031,6 +2033,7 @@ type Database = {
|
|
|
2031
2033
|
organization_id?: string;
|
|
2032
2034
|
primary_company_id?: string | null;
|
|
2033
2035
|
primary_contact_id?: string | null;
|
|
2036
|
+
source?: string;
|
|
2034
2037
|
source_deal_id?: string | null;
|
|
2035
2038
|
status?: string;
|
|
2036
2039
|
updated_at?: string;
|
package/dist/utils/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-
|
|
1
|
+
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-XDEUR36B.js';
|
|
2
2
|
export { ResourceStatusColors } from '../chunk-KRWALB24.js';
|
|
3
3
|
import '../chunk-TVTSASST.js';
|
|
4
4
|
import '../chunk-I2KLQ2HA.js';
|