@elevasis/ui 2.28.1 → 2.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +2 -2
- package/dist/app/index.d.ts +54 -0
- package/dist/app/index.js +10 -10
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.d.ts +2 -1
- package/dist/charts/index.js +8 -8
- package/dist/{chunk-HNN3QALL.js → chunk-2DIYILF7.js} +9 -8
- package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
- package/dist/{chunk-UOHOKDKL.js → chunk-3GV5NHSS.js} +1052 -209
- package/dist/{chunk-PBNIW7KV.js → chunk-3MDNBHVB.js} +140 -9
- package/dist/{chunk-K4Q5QUHZ.js → chunk-4FZYEEPK.js} +6 -6
- package/dist/{chunk-MJMFIWEB.js → chunk-4SY6BTVZ.js} +2 -2
- package/dist/{chunk-HLFFKKT3.js → chunk-4VQ2PXMI.js} +14 -14
- package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
- package/dist/{chunk-N63RKL3L.js → chunk-6EFVZV6X.js} +394 -311
- package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
- package/dist/{chunk-GJXAAYZ3.js → chunk-6WXDE5LZ.js} +1 -1
- package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
- package/dist/{chunk-ZPXV5KI3.js → chunk-7E3FUTND.js} +1 -1
- package/dist/{chunk-YNYGUVGW.js → chunk-A7B7HLDF.js} +11 -10
- package/dist/{chunk-NU5FNTOB.js → chunk-AKOD52HS.js} +84 -15
- package/dist/{chunk-CT5IR4ZA.js → chunk-CLUP5H3C.js} +6 -9
- package/dist/{chunk-MYEOTM7D.js → chunk-CN2HC4D4.js} +5 -1
- package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
- package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
- package/dist/{chunk-SRNIHB7Y.js → chunk-HXZQWMKE.js} +1 -2
- package/dist/{chunk-M6OJ43NL.js → chunk-HYLERWRO.js} +99 -30
- package/dist/{chunk-XBMCDGHA.js → chunk-IKQ42WHU.js} +1 -1
- package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
- package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
- package/dist/{chunk-MCRKFDKB.js → chunk-JKTPRYGV.js} +5 -5
- package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
- package/dist/{chunk-3HCTCMAS.js → chunk-LRZFLK2F.js} +3 -3
- package/dist/chunk-NITGGYH2.js +476 -0
- package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
- package/dist/{chunk-TVJROM2V.js → chunk-P5WYW2GI.js} +58 -37
- package/dist/{chunk-5R27NFOI.js → chunk-SBCIB5TZ.js} +6 -27
- package/dist/{chunk-AYSO5A3R.js → chunk-SKXXT3E2.js} +4 -4
- package/dist/{chunk-MZCDRBSI.js → chunk-T2PAD63Y.js} +12 -12
- package/dist/{chunk-LH4GPYDX.js → chunk-T5Z7G2J2.js} +19 -3
- package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
- package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
- package/dist/components/chat/index.d.ts +2 -1
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.js +42 -42
- package/dist/components/navigation/index.js +8 -8
- package/dist/features/auth/index.js +5 -5
- package/dist/features/crm/index.js +21 -21
- package/dist/features/dashboard/index.js +22 -22
- package/dist/features/delivery/index.js +21 -21
- package/dist/features/knowledge/index.js +45 -31
- package/dist/features/lead-gen/index.d.ts +116 -2
- package/dist/features/lead-gen/index.js +22 -22
- package/dist/features/monitoring/index.js +23 -23
- package/dist/features/monitoring/requests/index.js +20 -20
- package/dist/features/operations/index.js +27 -27
- package/dist/features/settings/index.js +22 -22
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +263 -4
- package/dist/hooks/index.js +20 -20
- package/dist/hooks/published.d.ts +263 -4
- package/dist/hooks/published.js +20 -20
- package/dist/index.d.ts +378 -10
- package/dist/index.js +21 -21
- package/dist/initialization/index.js +4 -4
- package/dist/knowledge/index.d.ts +55 -1
- package/dist/knowledge/index.js +102 -2
- package/dist/organization/index.js +4 -4
- package/dist/profile/index.js +2 -2
- package/dist/provider/ElevasisServiceContext.d.ts +11 -5
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.d.ts +119 -5
- package/dist/provider/index.js +17 -17
- package/dist/provider/published.d.ts +119 -5
- package/dist/provider/published.js +13 -13
- package/dist/test-utils/index.d.ts +3 -0
- package/dist/test-utils/index.js +30 -6
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/utils/index.d.ts +1 -3
- package/dist/utils/index.js +1 -1
- package/dist/vite/index.js +2 -2
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-JS7VBTC4.js +0 -250
|
@@ -3039,11 +3039,65 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3039
3039
|
export: "export";
|
|
3040
3040
|
}>>;
|
|
3041
3041
|
stageKey: z$1.ZodString;
|
|
3042
|
+
recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3043
|
+
company: "company";
|
|
3044
|
+
contact: "contact";
|
|
3045
|
+
}>>;
|
|
3046
|
+
recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3047
|
+
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3042
3048
|
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3043
3049
|
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
3044
3050
|
capabilityKey: z$1.ZodString;
|
|
3045
3051
|
defaultBatchSize: z$1.ZodNumber;
|
|
3046
3052
|
maxBatchSize: z$1.ZodNumber;
|
|
3053
|
+
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
3054
|
+
company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3055
|
+
key: z$1.ZodString;
|
|
3056
|
+
label: z$1.ZodString;
|
|
3057
|
+
path: z$1.ZodString;
|
|
3058
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
3059
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3060
|
+
text: "text";
|
|
3061
|
+
badge: "badge";
|
|
3062
|
+
datetime: "datetime";
|
|
3063
|
+
count: "count";
|
|
3064
|
+
json: "json";
|
|
3065
|
+
}>>;
|
|
3066
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
3067
|
+
}, z$1.core.$strip>>>;
|
|
3068
|
+
contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3069
|
+
key: z$1.ZodString;
|
|
3070
|
+
label: z$1.ZodString;
|
|
3071
|
+
path: z$1.ZodString;
|
|
3072
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
3073
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3074
|
+
text: "text";
|
|
3075
|
+
badge: "badge";
|
|
3076
|
+
datetime: "datetime";
|
|
3077
|
+
count: "count";
|
|
3078
|
+
json: "json";
|
|
3079
|
+
}>>;
|
|
3080
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
3081
|
+
}, z$1.core.$strip>>>;
|
|
3082
|
+
}, z$1.core.$strip>>;
|
|
3083
|
+
credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3084
|
+
key: z$1.ZodString;
|
|
3085
|
+
provider: z$1.ZodString;
|
|
3086
|
+
credentialType: z$1.ZodEnum<{
|
|
3087
|
+
"api-key": "api-key";
|
|
3088
|
+
"api-key-secret": "api-key-secret";
|
|
3089
|
+
oauth: "oauth";
|
|
3090
|
+
"webhook-secret": "webhook-secret";
|
|
3091
|
+
}>;
|
|
3092
|
+
label: z$1.ZodString;
|
|
3093
|
+
required: z$1.ZodBoolean;
|
|
3094
|
+
selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3095
|
+
single: "single";
|
|
3096
|
+
multiple: "multiple";
|
|
3097
|
+
}>>;
|
|
3098
|
+
inputPath: z$1.ZodString;
|
|
3099
|
+
verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3100
|
+
}, z$1.core.$strip>>>;
|
|
3047
3101
|
}, z$1.core.$strip>>;
|
|
3048
3102
|
}, z$1.core.$strip>>;
|
|
3049
3103
|
}, z$1.core.$catchall<z$1.ZodUnknown>>;
|
|
@@ -3757,11 +3811,65 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3757
3811
|
export: "export";
|
|
3758
3812
|
}>>;
|
|
3759
3813
|
stageKey: z$1.ZodString;
|
|
3814
|
+
recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3815
|
+
company: "company";
|
|
3816
|
+
contact: "contact";
|
|
3817
|
+
}>>;
|
|
3818
|
+
recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3819
|
+
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3760
3820
|
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3761
3821
|
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
3762
3822
|
capabilityKey: z$1.ZodString;
|
|
3763
3823
|
defaultBatchSize: z$1.ZodNumber;
|
|
3764
3824
|
maxBatchSize: z$1.ZodNumber;
|
|
3825
|
+
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
3826
|
+
company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3827
|
+
key: z$1.ZodString;
|
|
3828
|
+
label: z$1.ZodString;
|
|
3829
|
+
path: z$1.ZodString;
|
|
3830
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
3831
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3832
|
+
text: "text";
|
|
3833
|
+
badge: "badge";
|
|
3834
|
+
datetime: "datetime";
|
|
3835
|
+
count: "count";
|
|
3836
|
+
json: "json";
|
|
3837
|
+
}>>;
|
|
3838
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
3839
|
+
}, z$1.core.$strip>>>;
|
|
3840
|
+
contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3841
|
+
key: z$1.ZodString;
|
|
3842
|
+
label: z$1.ZodString;
|
|
3843
|
+
path: z$1.ZodString;
|
|
3844
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
3845
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3846
|
+
text: "text";
|
|
3847
|
+
badge: "badge";
|
|
3848
|
+
datetime: "datetime";
|
|
3849
|
+
count: "count";
|
|
3850
|
+
json: "json";
|
|
3851
|
+
}>>;
|
|
3852
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
3853
|
+
}, z$1.core.$strip>>>;
|
|
3854
|
+
}, z$1.core.$strip>>;
|
|
3855
|
+
credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3856
|
+
key: z$1.ZodString;
|
|
3857
|
+
provider: z$1.ZodString;
|
|
3858
|
+
credentialType: z$1.ZodEnum<{
|
|
3859
|
+
"api-key": "api-key";
|
|
3860
|
+
"api-key-secret": "api-key-secret";
|
|
3861
|
+
oauth: "oauth";
|
|
3862
|
+
"webhook-secret": "webhook-secret";
|
|
3863
|
+
}>;
|
|
3864
|
+
label: z$1.ZodString;
|
|
3865
|
+
required: z$1.ZodBoolean;
|
|
3866
|
+
selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3867
|
+
single: "single";
|
|
3868
|
+
multiple: "multiple";
|
|
3869
|
+
}>>;
|
|
3870
|
+
inputPath: z$1.ZodString;
|
|
3871
|
+
verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3872
|
+
}, z$1.core.$strip>>>;
|
|
3765
3873
|
}, z$1.core.$strip>>;
|
|
3766
3874
|
}, z$1.core.$strip>>;
|
|
3767
3875
|
}, z$1.core.$strip>;
|
|
@@ -4445,12 +4553,18 @@ interface ElevasisCoreProviderProps {
|
|
|
4445
4553
|
*/
|
|
4446
4554
|
interface ElevasisServiceContextValue {
|
|
4447
4555
|
apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
4556
|
+
/** Organization ID alias retained for existing query-key consumers. */
|
|
4448
4557
|
organizationId: string | null;
|
|
4558
|
+
/** WorkOS `org_xxx` string for the current organization. */
|
|
4559
|
+
workOSOrganizationId: string | null;
|
|
4449
4560
|
isReady: boolean;
|
|
4450
4561
|
}
|
|
4451
4562
|
interface ElevasisServiceProviderProps {
|
|
4452
4563
|
apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
4453
|
-
|
|
4564
|
+
/** Organization ID alias retained for existing query-key consumers. */
|
|
4565
|
+
organizationId?: string | null;
|
|
4566
|
+
/** WorkOS `org_xxx` string for the current organization. */
|
|
4567
|
+
workOSOrganizationId?: string | null;
|
|
4454
4568
|
isReady: boolean;
|
|
4455
4569
|
children: ReactNode;
|
|
4456
4570
|
}
|
|
@@ -4623,7 +4737,7 @@ declare function useAppearance(): Required<AppearanceConfig>;
|
|
|
4623
4737
|
|
|
4624
4738
|
/**
|
|
4625
4739
|
* Hook to access the ElevasisServiceProvider context.
|
|
4626
|
-
* Provides apiRequest,
|
|
4740
|
+
* Provides apiRequest, workOSOrganizationId, and isReady.
|
|
4627
4741
|
*
|
|
4628
4742
|
* Throws if used outside of an ElevasisServiceProvider or ElevasisUIProvider (with apiUrl).
|
|
4629
4743
|
*/
|
|
@@ -4636,19 +4750,19 @@ declare function useElevasisServices(): ElevasisServiceContextValue;
|
|
|
4636
4750
|
*
|
|
4637
4751
|
* @example Testing
|
|
4638
4752
|
* ```tsx
|
|
4639
|
-
* <ElevasisServiceProvider apiRequest={mockApiRequest}
|
|
4753
|
+
* <ElevasisServiceProvider apiRequest={mockApiRequest} workOSOrganizationId="org-1" isReady={true}>
|
|
4640
4754
|
* <ComponentUnderTest />
|
|
4641
4755
|
* </ElevasisServiceProvider>
|
|
4642
4756
|
* ```
|
|
4643
4757
|
*
|
|
4644
4758
|
* @example Embedding
|
|
4645
4759
|
* ```tsx
|
|
4646
|
-
* <ElevasisServiceProvider apiRequest={myFetcher}
|
|
4760
|
+
* <ElevasisServiceProvider apiRequest={myFetcher} workOSOrganizationId={orgId} isReady={!!orgId}>
|
|
4647
4761
|
* <CommandQueuePanel />
|
|
4648
4762
|
* </ElevasisServiceProvider>
|
|
4649
4763
|
* ```
|
|
4650
4764
|
*/
|
|
4651
|
-
declare function ElevasisServiceProvider({ apiRequest, organizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
|
|
4765
|
+
declare function ElevasisServiceProvider({ apiRequest, organizationId, workOSOrganizationId, isReady, children }: ElevasisServiceProviderProps): react_jsx_runtime.JSX.Element;
|
|
4652
4766
|
|
|
4653
4767
|
export { AppearanceProvider, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, FeatureShell, NotificationProvider, useAppearance, useElevasisFeatures, useElevasisServices, useNotificationAdapter, useOptionalElevasisFeatures };
|
|
4654
4768
|
export type { ApiKeyConfig, AppearanceConfig, AuthConfig, AuthKitConfig, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisTokenOverrides, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, NotificationAdapter, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ShellRouteMatchStatus, ShellRuntime, WithSchemes };
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export { FeatureShell } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { FeatureShell } from '../chunk-4SY6BTVZ.js';
|
|
2
|
+
import '../chunk-6WXDE5LZ.js';
|
|
3
3
|
import '../chunk-3KMDHCAR.js';
|
|
4
|
-
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-
|
|
4
|
+
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-AKOD52HS.js';
|
|
5
5
|
import '../chunk-SZHARWKU.js';
|
|
6
|
-
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-
|
|
6
|
+
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-6IXOKUBC.js';
|
|
7
7
|
import '../chunk-TKAYX2SP.js';
|
|
8
8
|
import '../chunk-NYBEU5TE.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-7E3FUTND.js';
|
|
10
10
|
import '../chunk-2IFYDILW.js';
|
|
11
11
|
import '../chunk-Q7DJKLEN.js';
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-JA5ECJJB.js';
|
|
13
|
+
import '../chunk-HUJCU55S.js';
|
|
14
14
|
export { AppearanceProvider, useAppearance } from '../chunk-E565XMTQ.js';
|
|
15
|
-
import '../chunk-
|
|
15
|
+
import '../chunk-JBWJ6WHZ.js';
|
|
16
16
|
import '../chunk-DT3QYZVU.js';
|
|
17
17
|
import '../chunk-RNP5R5I3.js';
|
|
18
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-HXZQWMKE.js';
|
|
19
19
|
import '../chunk-KRWALB24.js';
|
|
20
|
-
import '../chunk-
|
|
21
|
-
import '../chunk-
|
|
20
|
+
import '../chunk-VKIZUUPM.js';
|
|
21
|
+
import '../chunk-533DUEQY.js';
|
|
22
22
|
import '../chunk-DD3CCMCZ.js';
|
|
23
|
-
import '../chunk-
|
|
24
|
-
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-
|
|
23
|
+
import '../chunk-2Q2JQSQO.js';
|
|
24
|
+
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-KJ3QUBNU.js';
|
|
25
25
|
import '../chunk-BRJ3QZ4E.js';
|
|
26
26
|
import '../chunk-I2KLQ2HA.js';
|
|
@@ -16,7 +16,10 @@ import * as msw from 'msw';
|
|
|
16
16
|
*/
|
|
17
17
|
interface ElevasisServiceContextValue {
|
|
18
18
|
apiRequest: <T>(endpoint: string, options?: RequestInit) => Promise<T>;
|
|
19
|
+
/** Organization ID alias retained for existing query-key consumers. */
|
|
19
20
|
organizationId: string | null;
|
|
21
|
+
/** WorkOS `org_xxx` string for the current organization. */
|
|
22
|
+
workOSOrganizationId: string | null;
|
|
20
23
|
isReady: boolean;
|
|
21
24
|
}
|
|
22
25
|
|
package/dist/test-utils/index.js
CHANGED
|
@@ -3,11 +3,11 @@ 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
5
|
import '../chunk-XCYKC6OZ.js';
|
|
6
|
-
import { ApiClientProvider } from '../chunk-
|
|
7
|
-
import '../chunk-
|
|
6
|
+
import { ApiClientProvider } from '../chunk-7E3FUTND.js';
|
|
7
|
+
import '../chunk-HXZQWMKE.js';
|
|
8
8
|
import '../chunk-KRWALB24.js';
|
|
9
9
|
import '../chunk-DD3CCMCZ.js';
|
|
10
|
-
import { ElevasisServiceProvider } from '../chunk-
|
|
10
|
+
import { ElevasisServiceProvider } from '../chunk-KJ3QUBNU.js';
|
|
11
11
|
import { __export, __reExport } from '../chunk-I2KLQ2HA.js';
|
|
12
12
|
import { MantineProvider } from '@mantine/core';
|
|
13
13
|
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
@@ -87,12 +87,28 @@ function TestProviders({
|
|
|
87
87
|
getOrganizationId: () => organizationId ?? null,
|
|
88
88
|
organizationId,
|
|
89
89
|
isOrganizationReady,
|
|
90
|
-
children: /* @__PURE__ */ jsx(
|
|
90
|
+
children: /* @__PURE__ */ jsx(
|
|
91
|
+
ElevasisServiceProvider,
|
|
92
|
+
{
|
|
93
|
+
apiRequest,
|
|
94
|
+
workOSOrganizationId: organizationId ?? null,
|
|
95
|
+
isReady: serviceReady,
|
|
96
|
+
children
|
|
97
|
+
}
|
|
98
|
+
)
|
|
91
99
|
}
|
|
92
100
|
) }) });
|
|
93
101
|
}
|
|
94
102
|
function renderWithProviders(ui, options) {
|
|
95
|
-
const {
|
|
103
|
+
const {
|
|
104
|
+
queryClient,
|
|
105
|
+
getAccessToken,
|
|
106
|
+
organizationId,
|
|
107
|
+
isOrganizationReady,
|
|
108
|
+
apiRequest,
|
|
109
|
+
isServiceReady,
|
|
110
|
+
...renderOptions
|
|
111
|
+
} = options ?? {};
|
|
96
112
|
return render(ui, {
|
|
97
113
|
wrapper: ({ children }) => /* @__PURE__ */ jsx(
|
|
98
114
|
TestProviders,
|
|
@@ -110,7 +126,15 @@ function renderWithProviders(ui, options) {
|
|
|
110
126
|
});
|
|
111
127
|
}
|
|
112
128
|
function renderHookWithProviders(hook, options) {
|
|
113
|
-
const {
|
|
129
|
+
const {
|
|
130
|
+
queryClient,
|
|
131
|
+
getAccessToken,
|
|
132
|
+
organizationId,
|
|
133
|
+
isOrganizationReady,
|
|
134
|
+
apiRequest,
|
|
135
|
+
isServiceReady,
|
|
136
|
+
...renderHookOptions
|
|
137
|
+
} = options ?? {};
|
|
114
138
|
return renderHook(hook, {
|
|
115
139
|
wrapper: ({ children }) => /* @__PURE__ */ jsx(
|
|
116
140
|
TestProviders,
|
package/dist/theme/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useAvailablePresets } from '../chunk-
|
|
2
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from '../chunk-
|
|
3
|
-
export { generateShades, getPreset, PRESETS as presets } from '../chunk-
|
|
1
|
+
export { useAvailablePresets } from '../chunk-IKQ42WHU.js';
|
|
2
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from '../chunk-T5Z7G2J2.js';
|
|
3
|
+
export { generateShades, getPreset, PRESETS as presets } from '../chunk-4VQ2PXMI.js';
|
|
4
4
|
import '../chunk-WLOQ4IBG.js';
|
|
5
5
|
import '../chunk-I2KLQ2HA.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-
|
|
1
|
+
export { THEME_PRESETS, ThemePresetEnum, generateShades, getPreset, PRESETS as presets } from '../../chunk-4VQ2PXMI.js';
|
|
2
2
|
import '../../chunk-WLOQ4IBG.js';
|
|
3
3
|
import '../../chunk-I2KLQ2HA.js';
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -317,8 +317,6 @@ declare const LIMIT_ACTIVITY_FEED = 50;
|
|
|
317
317
|
declare const DEBOUNCE_FILTER = 150;
|
|
318
318
|
/** Slider input debounce delay (500ms). */
|
|
319
319
|
declare const DEBOUNCE_SLIDER = 500;
|
|
320
|
-
/** OAuth popup closed-check polling interval (500ms). */
|
|
321
|
-
declare const OAUTH_POPUP_CHECK_INTERVAL = 500;
|
|
322
320
|
/** OAuth flow maximum duration before timeout (5 min). */
|
|
323
321
|
declare const OAUTH_FLOW_TIMEOUT = 300000;
|
|
324
322
|
|
|
@@ -343,5 +341,5 @@ declare function restoreConsole(): void;
|
|
|
343
341
|
|
|
344
342
|
declare function setupBrowserMocks(): void;
|
|
345
343
|
|
|
346
|
-
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT,
|
|
344
|
+
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, ResourceStatusColors, 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 };
|
|
347
345
|
export type { TablerIcon };
|
package/dist/utils/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT,
|
|
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-HXZQWMKE.js';
|
|
2
2
|
export { ResourceStatusColors } from '../chunk-KRWALB24.js';
|
|
3
3
|
import '../chunk-I2KLQ2HA.js';
|
package/dist/vite/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { knowledgePlugin } from '../chunk-
|
|
2
|
-
export { knowledgePlugin } from '../chunk-
|
|
1
|
+
import { knowledgePlugin } from '../chunk-CN2HC4D4.js';
|
|
2
|
+
export { knowledgePlugin } from '../chunk-CN2HC4D4.js';
|
|
3
3
|
import '../chunk-I2KLQ2HA.js';
|
|
4
4
|
|
|
5
5
|
// src/vite/index.ts
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { knowledgePlugin } from '../chunk-
|
|
1
|
+
export { knowledgePlugin } from '../chunk-CN2HC4D4.js';
|
|
2
2
|
import '../chunk-I2KLQ2HA.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.0",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -247,11 +247,11 @@
|
|
|
247
247
|
"@testing-library/jest-dom": "^6.9.1",
|
|
248
248
|
"msw": "^2.11.0",
|
|
249
249
|
"vitest": "^3.2.4",
|
|
250
|
-
"@
|
|
251
|
-
"@
|
|
250
|
+
"@repo/core": "0.21.0",
|
|
251
|
+
"@elevasis/sdk": "1.19.0",
|
|
252
252
|
"@repo/typescript-config": "0.0.0",
|
|
253
|
-
"@repo/
|
|
254
|
-
"@repo/
|
|
253
|
+
"@repo/elevasis-core": "1.0.0",
|
|
254
|
+
"@repo/eslint-config": "0.0.0"
|
|
255
255
|
},
|
|
256
256
|
"dependencies": {
|
|
257
257
|
"@dagrejs/dagre": "^1.1.4",
|
package/dist/chunk-JS7VBTC4.js
DELETED
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
import { DisplayMetadataSchema, ModelIdSchema, DescriptionSchema, LEAD_GEN_STAGE_CATALOG } from './chunk-NU5FNTOB.js';
|
|
2
|
-
import { z } from 'zod';
|
|
3
|
-
|
|
4
|
-
var ProspectingLifecycleStageSchema = DisplayMetadataSchema.extend({
|
|
5
|
-
id: ModelIdSchema,
|
|
6
|
-
order: z.number().int().min(0)
|
|
7
|
-
});
|
|
8
|
-
var ProspectingBuildTemplateStepSchema = DisplayMetadataSchema.extend({
|
|
9
|
-
id: ModelIdSchema,
|
|
10
|
-
primaryEntity: z.enum(["company", "contact"]),
|
|
11
|
-
outputs: z.array(z.enum(["company", "contact", "export"])).min(1),
|
|
12
|
-
stageKey: ModelIdSchema,
|
|
13
|
-
dependsOn: z.array(ModelIdSchema).optional(),
|
|
14
|
-
dependencyMode: z.literal("per-record-eligibility"),
|
|
15
|
-
capabilityKey: ModelIdSchema,
|
|
16
|
-
defaultBatchSize: z.number().int().positive(),
|
|
17
|
-
maxBatchSize: z.number().int().positive()
|
|
18
|
-
}).refine((step) => step.defaultBatchSize <= step.maxBatchSize, {
|
|
19
|
-
message: "defaultBatchSize must be less than or equal to maxBatchSize",
|
|
20
|
-
path: ["defaultBatchSize"]
|
|
21
|
-
});
|
|
22
|
-
var ProspectingBuildTemplateSchema = DisplayMetadataSchema.extend({
|
|
23
|
-
id: ModelIdSchema,
|
|
24
|
-
steps: z.array(ProspectingBuildTemplateStepSchema).min(1)
|
|
25
|
-
});
|
|
26
|
-
var PROSPECTING_STEPS = {
|
|
27
|
-
localServices: {
|
|
28
|
-
sourceCompanies: {
|
|
29
|
-
id: "source-companies",
|
|
30
|
-
label: "Companies found",
|
|
31
|
-
primaryEntity: "company",
|
|
32
|
-
outputs: ["company"],
|
|
33
|
-
stageKey: "populated",
|
|
34
|
-
dependencyMode: "per-record-eligibility",
|
|
35
|
-
capabilityKey: "lead-gen.company.source",
|
|
36
|
-
defaultBatchSize: 100,
|
|
37
|
-
maxBatchSize: 250
|
|
38
|
-
},
|
|
39
|
-
analyzeWebsites: {
|
|
40
|
-
id: "analyze-websites",
|
|
41
|
-
label: "Websites analyzed",
|
|
42
|
-
primaryEntity: "company",
|
|
43
|
-
outputs: ["company"],
|
|
44
|
-
stageKey: "extracted",
|
|
45
|
-
dependsOn: ["source-companies"],
|
|
46
|
-
dependencyMode: "per-record-eligibility",
|
|
47
|
-
capabilityKey: "lead-gen.company.website-extract",
|
|
48
|
-
defaultBatchSize: 50,
|
|
49
|
-
maxBatchSize: 100
|
|
50
|
-
},
|
|
51
|
-
qualifyCompanies: {
|
|
52
|
-
id: "qualify-companies",
|
|
53
|
-
label: "Companies qualified",
|
|
54
|
-
primaryEntity: "company",
|
|
55
|
-
outputs: ["company"],
|
|
56
|
-
stageKey: "qualified",
|
|
57
|
-
dependsOn: ["analyze-websites"],
|
|
58
|
-
dependencyMode: "per-record-eligibility",
|
|
59
|
-
capabilityKey: "lead-gen.company.qualify",
|
|
60
|
-
defaultBatchSize: 100,
|
|
61
|
-
maxBatchSize: 250
|
|
62
|
-
},
|
|
63
|
-
findContacts: {
|
|
64
|
-
id: "find-contacts",
|
|
65
|
-
label: "Decision-makers found",
|
|
66
|
-
primaryEntity: "contact",
|
|
67
|
-
outputs: ["contact"],
|
|
68
|
-
stageKey: "discovered",
|
|
69
|
-
dependsOn: ["qualify-companies"],
|
|
70
|
-
dependencyMode: "per-record-eligibility",
|
|
71
|
-
capabilityKey: "lead-gen.contact.discover",
|
|
72
|
-
defaultBatchSize: 50,
|
|
73
|
-
maxBatchSize: 100
|
|
74
|
-
},
|
|
75
|
-
verifyEmails: {
|
|
76
|
-
id: "verify-emails",
|
|
77
|
-
label: "Emails verified",
|
|
78
|
-
primaryEntity: "contact",
|
|
79
|
-
outputs: ["contact"],
|
|
80
|
-
stageKey: "verified",
|
|
81
|
-
dependsOn: ["find-contacts"],
|
|
82
|
-
dependencyMode: "per-record-eligibility",
|
|
83
|
-
capabilityKey: "lead-gen.contact.verify-email",
|
|
84
|
-
defaultBatchSize: 100,
|
|
85
|
-
maxBatchSize: 500
|
|
86
|
-
},
|
|
87
|
-
personalize: {
|
|
88
|
-
id: "personalize",
|
|
89
|
-
label: "Personalize",
|
|
90
|
-
primaryEntity: "contact",
|
|
91
|
-
outputs: ["contact"],
|
|
92
|
-
stageKey: "personalized",
|
|
93
|
-
dependsOn: ["verify-emails"],
|
|
94
|
-
dependencyMode: "per-record-eligibility",
|
|
95
|
-
capabilityKey: "lead-gen.contact.personalize",
|
|
96
|
-
defaultBatchSize: 25,
|
|
97
|
-
maxBatchSize: 100
|
|
98
|
-
},
|
|
99
|
-
review: {
|
|
100
|
-
id: "review",
|
|
101
|
-
label: "Reviewed and exported",
|
|
102
|
-
primaryEntity: "contact",
|
|
103
|
-
outputs: ["export"],
|
|
104
|
-
stageKey: "uploaded",
|
|
105
|
-
dependsOn: ["personalize"],
|
|
106
|
-
dependencyMode: "per-record-eligibility",
|
|
107
|
-
capabilityKey: "lead-gen.review.outreach-ready",
|
|
108
|
-
defaultBatchSize: 25,
|
|
109
|
-
maxBatchSize: 100
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
dtcApolloClickup: {
|
|
113
|
-
importApolloSearch: {
|
|
114
|
-
id: "import-apollo-search",
|
|
115
|
-
label: "Companies found",
|
|
116
|
-
description: "Pull companies and seed contact data from a predefined Apollo search or list.",
|
|
117
|
-
primaryEntity: "company",
|
|
118
|
-
outputs: ["company", "contact"],
|
|
119
|
-
stageKey: "populated",
|
|
120
|
-
dependencyMode: "per-record-eligibility",
|
|
121
|
-
capabilityKey: "lead-gen.company.apollo-import",
|
|
122
|
-
defaultBatchSize: 250,
|
|
123
|
-
maxBatchSize: 1e3
|
|
124
|
-
},
|
|
125
|
-
analyzeWebsites: {
|
|
126
|
-
id: "analyze-websites",
|
|
127
|
-
label: "Websites analyzed",
|
|
128
|
-
description: "Extract subscription, product, retention, and tech-stack signals from each brand website.",
|
|
129
|
-
primaryEntity: "company",
|
|
130
|
-
outputs: ["company"],
|
|
131
|
-
stageKey: "extracted",
|
|
132
|
-
dependsOn: ["import-apollo-search"],
|
|
133
|
-
dependencyMode: "per-record-eligibility",
|
|
134
|
-
capabilityKey: "lead-gen.company.website-extract",
|
|
135
|
-
defaultBatchSize: 50,
|
|
136
|
-
maxBatchSize: 100
|
|
137
|
-
},
|
|
138
|
-
scoreDtcFit: {
|
|
139
|
-
id: "score-dtc-fit",
|
|
140
|
-
label: "Companies qualified",
|
|
141
|
-
description: "Classify subscription potential, consumable-product fit, retention maturity, and disqualifiers.",
|
|
142
|
-
primaryEntity: "company",
|
|
143
|
-
outputs: ["company"],
|
|
144
|
-
stageKey: "qualified",
|
|
145
|
-
dependsOn: ["analyze-websites"],
|
|
146
|
-
dependencyMode: "per-record-eligibility",
|
|
147
|
-
capabilityKey: "lead-gen.company.dtc-subscription-qualify",
|
|
148
|
-
defaultBatchSize: 100,
|
|
149
|
-
maxBatchSize: 250
|
|
150
|
-
},
|
|
151
|
-
enrichDecisionMakers: {
|
|
152
|
-
id: "enrich-decision-makers",
|
|
153
|
-
label: "Decision-makers found",
|
|
154
|
-
description: "Use Apollo to find qualified contacts at qualified companies - founders, retention leads, lifecycle leads, and marketing owners.",
|
|
155
|
-
primaryEntity: "company",
|
|
156
|
-
outputs: ["contact"],
|
|
157
|
-
stageKey: "decision-makers-enriched",
|
|
158
|
-
dependsOn: ["score-dtc-fit"],
|
|
159
|
-
dependencyMode: "per-record-eligibility",
|
|
160
|
-
capabilityKey: "lead-gen.contact.apollo-decision-maker-enrich",
|
|
161
|
-
defaultBatchSize: 100,
|
|
162
|
-
maxBatchSize: 250
|
|
163
|
-
},
|
|
164
|
-
verifyEmails: {
|
|
165
|
-
id: "verify-emails",
|
|
166
|
-
label: "Emails verified",
|
|
167
|
-
description: "Verify deliverability before the QC and handoff step.",
|
|
168
|
-
primaryEntity: "contact",
|
|
169
|
-
outputs: ["contact"],
|
|
170
|
-
stageKey: "verified",
|
|
171
|
-
dependsOn: ["enrich-decision-makers"],
|
|
172
|
-
dependencyMode: "per-record-eligibility",
|
|
173
|
-
capabilityKey: "lead-gen.contact.verify-email",
|
|
174
|
-
defaultBatchSize: 250,
|
|
175
|
-
maxBatchSize: 500
|
|
176
|
-
},
|
|
177
|
-
reviewAndExport: {
|
|
178
|
-
id: "review-and-export",
|
|
179
|
-
label: "Reviewed and exported",
|
|
180
|
-
description: "Operator QC approves or rejects leads, then approved records are exported as a lead list.",
|
|
181
|
-
primaryEntity: "company",
|
|
182
|
-
outputs: ["export"],
|
|
183
|
-
stageKey: "uploaded",
|
|
184
|
-
dependsOn: ["verify-emails"],
|
|
185
|
-
dependencyMode: "per-record-eligibility",
|
|
186
|
-
capabilityKey: "lead-gen.export.list",
|
|
187
|
-
defaultBatchSize: 100,
|
|
188
|
-
maxBatchSize: 250
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
};
|
|
192
|
-
var OrganizationModelProspectingSchema = z.object({
|
|
193
|
-
listEntityId: ModelIdSchema,
|
|
194
|
-
companyEntityId: ModelIdSchema,
|
|
195
|
-
contactEntityId: ModelIdSchema,
|
|
196
|
-
description: DescriptionSchema.optional(),
|
|
197
|
-
companyStages: z.array(ProspectingLifecycleStageSchema).min(1),
|
|
198
|
-
contactStages: z.array(ProspectingLifecycleStageSchema).min(1),
|
|
199
|
-
defaultBuildTemplateId: ModelIdSchema,
|
|
200
|
-
buildTemplates: z.array(ProspectingBuildTemplateSchema).min(1)
|
|
201
|
-
});
|
|
202
|
-
function toProspectingLifecycleStage(stage) {
|
|
203
|
-
return {
|
|
204
|
-
id: stage.key,
|
|
205
|
-
label: stage.label,
|
|
206
|
-
order: stage.order
|
|
207
|
-
};
|
|
208
|
-
}
|
|
209
|
-
function leadGenStagesForEntity(entity) {
|
|
210
|
-
return Object.values(LEAD_GEN_STAGE_CATALOG).filter((stage) => stage.entity === entity).sort((a, b) => a.order - b.order).map(toProspectingLifecycleStage);
|
|
211
|
-
}
|
|
212
|
-
var DEFAULT_ORGANIZATION_MODEL_PROSPECTING = {
|
|
213
|
-
listEntityId: "leadgen.list",
|
|
214
|
-
companyEntityId: "leadgen.company",
|
|
215
|
-
contactEntityId: "leadgen.contact",
|
|
216
|
-
companyStages: leadGenStagesForEntity("company"),
|
|
217
|
-
contactStages: leadGenStagesForEntity("contact"),
|
|
218
|
-
defaultBuildTemplateId: "local-services",
|
|
219
|
-
buildTemplates: [
|
|
220
|
-
{
|
|
221
|
-
id: "local-services",
|
|
222
|
-
label: "Local Services Prospecting",
|
|
223
|
-
description: "Curated local-services list build using company sourcing, website analysis, qualification, contact discovery, verification, personalization, and review.",
|
|
224
|
-
steps: [
|
|
225
|
-
PROSPECTING_STEPS.localServices.sourceCompanies,
|
|
226
|
-
PROSPECTING_STEPS.localServices.analyzeWebsites,
|
|
227
|
-
PROSPECTING_STEPS.localServices.qualifyCompanies,
|
|
228
|
-
PROSPECTING_STEPS.localServices.findContacts,
|
|
229
|
-
PROSPECTING_STEPS.localServices.verifyEmails,
|
|
230
|
-
PROSPECTING_STEPS.localServices.personalize,
|
|
231
|
-
PROSPECTING_STEPS.localServices.review
|
|
232
|
-
]
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
id: "dtc-subscription-apollo-clickup",
|
|
236
|
-
label: "DTC Subscription Apollo Export",
|
|
237
|
-
description: "Prospecting pipeline for DTC subscription or subscription-ready brands where Apollo is the source and contact-enrichment layer, Elevasis handles company research and fit scoring, and approved leads export as an approved lead list.",
|
|
238
|
-
steps: [
|
|
239
|
-
PROSPECTING_STEPS.dtcApolloClickup.importApolloSearch,
|
|
240
|
-
PROSPECTING_STEPS.dtcApolloClickup.analyzeWebsites,
|
|
241
|
-
PROSPECTING_STEPS.dtcApolloClickup.scoreDtcFit,
|
|
242
|
-
PROSPECTING_STEPS.dtcApolloClickup.enrichDecisionMakers,
|
|
243
|
-
PROSPECTING_STEPS.dtcApolloClickup.verifyEmails,
|
|
244
|
-
PROSPECTING_STEPS.dtcApolloClickup.reviewAndExport
|
|
245
|
-
]
|
|
246
|
-
}
|
|
247
|
-
]
|
|
248
|
-
};
|
|
249
|
-
|
|
250
|
-
export { DEFAULT_ORGANIZATION_MODEL_PROSPECTING, OrganizationModelProspectingSchema, PROSPECTING_STEPS };
|