@elevasis/ui 2.30.0 → 2.31.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/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +122 -1
- package/dist/app/index.js +7 -7
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-T5Z7G2J2.js → chunk-3BAPR3KA.js} +1 -1
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-2DIYILF7.js → chunk-542WPQU2.js} +2 -2
- package/dist/{chunk-SBCIB5TZ.js → chunk-5LJAEZMA.js} +5 -5
- package/dist/{chunk-T2PAD63Y.js → chunk-7HMCB26R.js} +1 -1
- package/dist/chunk-7KC4P3AU.js +357 -0
- package/dist/{chunk-AKOD52HS.js → chunk-CQZ3DNQY.js} +4 -3
- package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
- package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
- package/dist/{chunk-JKTPRYGV.js → chunk-HQGF4ATG.js} +9 -55
- package/dist/{chunk-SKXXT3E2.js → chunk-HYNYEBHM.js} +4 -4
- package/dist/{chunk-6EFVZV6X.js → chunk-JKSUN5GN.js} +718 -64
- package/dist/{chunk-LRZFLK2F.js → chunk-L2NVFLXU.js} +3 -3
- package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
- package/dist/{chunk-3MDNBHVB.js → chunk-MVFCLZSK.js} +690 -221
- package/dist/{chunk-HYLERWRO.js → chunk-ND42LPY4.js} +6 -6
- package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
- package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-Q6OYNEGR.js} +5 -5
- package/dist/{chunk-4SY6BTVZ.js → chunk-QDEETKYT.js} +4 -1
- package/dist/{chunk-IKQ42WHU.js → chunk-QHEWXU7I.js} +1 -1
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-3GV5NHSS.js → chunk-SHQXMW4F.js} +39 -211
- package/dist/{chunk-A7B7HLDF.js → chunk-T3IPHEYJ.js} +1889 -301
- package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
- package/dist/{chunk-NITGGYH2.js → chunk-TVRQ6AQI.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-P5WYW2GI.js → chunk-Y4FWCG7Y.js} +150 -305
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.d.ts +205 -11
- package/dist/components/index.js +38 -35
- package/dist/components/navigation/index.js +1 -1
- package/dist/execution/index.d.ts +2 -1
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.d.ts +121 -0
- package/dist/features/auth/index.js +1 -1
- package/dist/features/clients/index.css +611 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +719 -0
- package/dist/features/crm/index.d.ts +148 -2
- package/dist/features/crm/index.js +18 -16
- package/dist/features/dashboard/index.d.ts +36 -1
- package/dist/features/dashboard/index.js +14 -14
- package/dist/features/delivery/index.d.ts +121 -0
- package/dist/features/delivery/index.js +18 -16
- package/dist/features/knowledge/index.js +43 -20
- package/dist/features/lead-gen/index.d.ts +17 -11
- package/dist/features/lead-gen/index.js +19 -17
- package/dist/features/monitoring/index.js +17 -16
- package/dist/features/monitoring/requests/index.js +14 -13
- package/dist/features/operations/index.d.ts +38 -2
- package/dist/features/operations/index.js +22 -21
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +121 -0
- package/dist/features/settings/index.js +16 -15
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +140 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +583 -19
- package/dist/hooks/index.js +12 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.d.ts +583 -19
- package/dist/hooks/published.js +12 -12
- package/dist/index.d.ts +680 -21
- package/dist/index.js +13 -13
- package/dist/initialization/index.d.ts +121 -0
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.d.ts +97 -1
- package/dist/knowledge/index.js +1692 -1039
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -4
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +121 -0
- package/dist/profile/index.js +1 -1
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.d.ts +218 -2
- package/dist/provider/index.js +10 -10
- package/dist/provider/published.d.ts +218 -2
- package/dist/provider/published.js +7 -7
- package/dist/router/context.js +1 -1
- package/dist/router/index.js +1 -1
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.d.ts +232 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.js +3 -3
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +2 -2
- package/dist/theme/index.js +4 -4
- package/dist/theme/presets/index.js +2 -2
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +204 -1
- package/dist/utils/index.d.ts +36 -1
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +3 -3
- package/dist/vite-plugin-knowledge/index.js +2 -2
- package/dist/zustand/index.js +1 -1
- package/package.json +13 -4
- /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
package/dist/provider/index.d.ts
CHANGED
|
@@ -164,6 +164,7 @@ type Database = {
|
|
|
164
164
|
batch_id: string | null;
|
|
165
165
|
category: string | null;
|
|
166
166
|
category_pain: string | null;
|
|
167
|
+
client_id: string | null;
|
|
167
168
|
created_at: string;
|
|
168
169
|
domain: string | null;
|
|
169
170
|
enrichment_data: Json | null;
|
|
@@ -190,6 +191,7 @@ type Database = {
|
|
|
190
191
|
batch_id?: string | null;
|
|
191
192
|
category?: string | null;
|
|
192
193
|
category_pain?: string | null;
|
|
194
|
+
client_id?: string | null;
|
|
193
195
|
created_at?: string;
|
|
194
196
|
domain?: string | null;
|
|
195
197
|
enrichment_data?: Json | null;
|
|
@@ -216,6 +218,7 @@ type Database = {
|
|
|
216
218
|
batch_id?: string | null;
|
|
217
219
|
category?: string | null;
|
|
218
220
|
category_pain?: string | null;
|
|
221
|
+
client_id?: string | null;
|
|
219
222
|
created_at?: string;
|
|
220
223
|
domain?: string | null;
|
|
221
224
|
enrichment_data?: Json | null;
|
|
@@ -239,6 +242,13 @@ type Database = {
|
|
|
239
242
|
website?: string | null;
|
|
240
243
|
};
|
|
241
244
|
Relationships: [
|
|
245
|
+
{
|
|
246
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
247
|
+
columns: ["client_id"];
|
|
248
|
+
isOneToOne: false;
|
|
249
|
+
referencedRelation: "clients";
|
|
250
|
+
referencedColumns: ["id"];
|
|
251
|
+
},
|
|
242
252
|
{
|
|
243
253
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
244
254
|
columns: ["organization_id"];
|
|
@@ -253,6 +263,7 @@ type Database = {
|
|
|
253
263
|
batch_id: string | null;
|
|
254
264
|
brochure_first_viewed_at: string | null;
|
|
255
265
|
brochure_view_count: number;
|
|
266
|
+
client_id: string | null;
|
|
256
267
|
company_id: string | null;
|
|
257
268
|
created_at: string;
|
|
258
269
|
email: string;
|
|
@@ -281,6 +292,7 @@ type Database = {
|
|
|
281
292
|
batch_id?: string | null;
|
|
282
293
|
brochure_first_viewed_at?: string | null;
|
|
283
294
|
brochure_view_count?: number;
|
|
295
|
+
client_id?: string | null;
|
|
284
296
|
company_id?: string | null;
|
|
285
297
|
created_at?: string;
|
|
286
298
|
email: string;
|
|
@@ -309,6 +321,7 @@ type Database = {
|
|
|
309
321
|
batch_id?: string | null;
|
|
310
322
|
brochure_first_viewed_at?: string | null;
|
|
311
323
|
brochure_view_count?: number;
|
|
324
|
+
client_id?: string | null;
|
|
312
325
|
company_id?: string | null;
|
|
313
326
|
created_at?: string;
|
|
314
327
|
email?: string;
|
|
@@ -334,6 +347,13 @@ type Database = {
|
|
|
334
347
|
updated_at?: string;
|
|
335
348
|
};
|
|
336
349
|
Relationships: [
|
|
350
|
+
{
|
|
351
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
352
|
+
columns: ["client_id"];
|
|
353
|
+
isOneToOne: false;
|
|
354
|
+
referencedRelation: "clients";
|
|
355
|
+
referencedColumns: ["id"];
|
|
356
|
+
},
|
|
337
357
|
{
|
|
338
358
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
339
359
|
columns: ["company_id"];
|
|
@@ -577,8 +597,10 @@ type Database = {
|
|
|
577
597
|
acq_deals: {
|
|
578
598
|
Row: {
|
|
579
599
|
activity_log: Json;
|
|
600
|
+
client_id: string | null;
|
|
580
601
|
closed_lost_at: string | null;
|
|
581
602
|
closed_lost_reason: string | null;
|
|
603
|
+
company_id: string | null;
|
|
582
604
|
contact_email: string;
|
|
583
605
|
contact_id: string | null;
|
|
584
606
|
created_at: string;
|
|
@@ -614,8 +636,10 @@ type Database = {
|
|
|
614
636
|
};
|
|
615
637
|
Insert: {
|
|
616
638
|
activity_log?: Json;
|
|
639
|
+
client_id?: string | null;
|
|
617
640
|
closed_lost_at?: string | null;
|
|
618
641
|
closed_lost_reason?: string | null;
|
|
642
|
+
company_id?: string | null;
|
|
619
643
|
contact_email: string;
|
|
620
644
|
contact_id?: string | null;
|
|
621
645
|
created_at?: string;
|
|
@@ -651,8 +675,10 @@ type Database = {
|
|
|
651
675
|
};
|
|
652
676
|
Update: {
|
|
653
677
|
activity_log?: Json;
|
|
678
|
+
client_id?: string | null;
|
|
654
679
|
closed_lost_at?: string | null;
|
|
655
680
|
closed_lost_reason?: string | null;
|
|
681
|
+
company_id?: string | null;
|
|
656
682
|
contact_email?: string;
|
|
657
683
|
contact_id?: string | null;
|
|
658
684
|
created_at?: string;
|
|
@@ -687,6 +713,20 @@ type Database = {
|
|
|
687
713
|
updated_at?: string;
|
|
688
714
|
};
|
|
689
715
|
Relationships: [
|
|
716
|
+
{
|
|
717
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
718
|
+
columns: ["client_id"];
|
|
719
|
+
isOneToOne: false;
|
|
720
|
+
referencedRelation: "clients";
|
|
721
|
+
referencedColumns: ["id"];
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
725
|
+
columns: ["company_id"];
|
|
726
|
+
isOneToOne: false;
|
|
727
|
+
referencedRelation: "acq_companies";
|
|
728
|
+
referencedColumns: ["id"];
|
|
729
|
+
},
|
|
690
730
|
{
|
|
691
731
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
692
732
|
columns: ["contact_id"];
|
|
@@ -1304,6 +1344,77 @@ type Database = {
|
|
|
1304
1344
|
}
|
|
1305
1345
|
];
|
|
1306
1346
|
};
|
|
1347
|
+
clients: {
|
|
1348
|
+
Row: {
|
|
1349
|
+
converted_at: string | null;
|
|
1350
|
+
created_at: string;
|
|
1351
|
+
id: string;
|
|
1352
|
+
metadata: Json;
|
|
1353
|
+
name: string;
|
|
1354
|
+
organization_id: string;
|
|
1355
|
+
primary_company_id: string | null;
|
|
1356
|
+
primary_contact_id: string | null;
|
|
1357
|
+
source_deal_id: string | null;
|
|
1358
|
+
status: string;
|
|
1359
|
+
updated_at: string;
|
|
1360
|
+
};
|
|
1361
|
+
Insert: {
|
|
1362
|
+
converted_at?: string | null;
|
|
1363
|
+
created_at?: string;
|
|
1364
|
+
id?: string;
|
|
1365
|
+
metadata?: Json;
|
|
1366
|
+
name: string;
|
|
1367
|
+
organization_id: string;
|
|
1368
|
+
primary_company_id?: string | null;
|
|
1369
|
+
primary_contact_id?: string | null;
|
|
1370
|
+
source_deal_id?: string | null;
|
|
1371
|
+
status?: string;
|
|
1372
|
+
updated_at?: string;
|
|
1373
|
+
};
|
|
1374
|
+
Update: {
|
|
1375
|
+
converted_at?: string | null;
|
|
1376
|
+
created_at?: string;
|
|
1377
|
+
id?: string;
|
|
1378
|
+
metadata?: Json;
|
|
1379
|
+
name?: string;
|
|
1380
|
+
organization_id?: string;
|
|
1381
|
+
primary_company_id?: string | null;
|
|
1382
|
+
primary_contact_id?: string | null;
|
|
1383
|
+
source_deal_id?: string | null;
|
|
1384
|
+
status?: string;
|
|
1385
|
+
updated_at?: string;
|
|
1386
|
+
};
|
|
1387
|
+
Relationships: [
|
|
1388
|
+
{
|
|
1389
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1390
|
+
columns: ["organization_id"];
|
|
1391
|
+
isOneToOne: false;
|
|
1392
|
+
referencedRelation: "organizations";
|
|
1393
|
+
referencedColumns: ["id"];
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1397
|
+
columns: ["primary_company_id"];
|
|
1398
|
+
isOneToOne: false;
|
|
1399
|
+
referencedRelation: "acq_companies";
|
|
1400
|
+
referencedColumns: ["id"];
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1404
|
+
columns: ["primary_contact_id"];
|
|
1405
|
+
isOneToOne: false;
|
|
1406
|
+
referencedRelation: "acq_contacts";
|
|
1407
|
+
referencedColumns: ["id"];
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1411
|
+
columns: ["source_deal_id"];
|
|
1412
|
+
isOneToOne: false;
|
|
1413
|
+
referencedRelation: "acq_deals";
|
|
1414
|
+
referencedColumns: ["id"];
|
|
1415
|
+
}
|
|
1416
|
+
];
|
|
1417
|
+
};
|
|
1307
1418
|
command_queue: {
|
|
1308
1419
|
Row: {
|
|
1309
1420
|
action_payload: Json | null;
|
|
@@ -2273,6 +2384,7 @@ type Database = {
|
|
|
2273
2384
|
Row: {
|
|
2274
2385
|
actual_end_date: string | null;
|
|
2275
2386
|
client_company_id: string | null;
|
|
2387
|
+
client_id: string | null;
|
|
2276
2388
|
contract_value: number | null;
|
|
2277
2389
|
created_at: string;
|
|
2278
2390
|
deal_id: string | null;
|
|
@@ -2290,6 +2402,7 @@ type Database = {
|
|
|
2290
2402
|
Insert: {
|
|
2291
2403
|
actual_end_date?: string | null;
|
|
2292
2404
|
client_company_id?: string | null;
|
|
2405
|
+
client_id?: string | null;
|
|
2293
2406
|
contract_value?: number | null;
|
|
2294
2407
|
created_at?: string;
|
|
2295
2408
|
deal_id?: string | null;
|
|
@@ -2307,6 +2420,7 @@ type Database = {
|
|
|
2307
2420
|
Update: {
|
|
2308
2421
|
actual_end_date?: string | null;
|
|
2309
2422
|
client_company_id?: string | null;
|
|
2423
|
+
client_id?: string | null;
|
|
2310
2424
|
contract_value?: number | null;
|
|
2311
2425
|
created_at?: string;
|
|
2312
2426
|
deal_id?: string | null;
|
|
@@ -2343,6 +2457,13 @@ type Database = {
|
|
|
2343
2457
|
referencedRelation: "acq_companies";
|
|
2344
2458
|
referencedColumns: ["id"];
|
|
2345
2459
|
},
|
|
2460
|
+
{
|
|
2461
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
2462
|
+
columns: ["client_id"];
|
|
2463
|
+
isOneToOne: false;
|
|
2464
|
+
referencedRelation: "clients";
|
|
2465
|
+
referencedColumns: ["id"];
|
|
2466
|
+
},
|
|
2346
2467
|
{
|
|
2347
2468
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2348
2469
|
columns: ["deal_id"];
|
|
@@ -3017,10 +3138,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3017
3138
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
3018
3139
|
status: z$1.ZodEnum<{
|
|
3019
3140
|
closing: "closing";
|
|
3141
|
+
archived: "archived";
|
|
3020
3142
|
draft: "draft";
|
|
3021
3143
|
enriching: "enriching";
|
|
3022
3144
|
launched: "launched";
|
|
3023
|
-
archived: "archived";
|
|
3024
3145
|
}>;
|
|
3025
3146
|
metadata: z$1.ZodObject<{
|
|
3026
3147
|
buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3170,6 +3291,7 @@ declare const FeatureSchema: z$1.ZodObject<{
|
|
|
3170
3291
|
"knowledge.reference": "knowledge.reference";
|
|
3171
3292
|
"feature.dashboard": "feature.dashboard";
|
|
3172
3293
|
"feature.calendar": "feature.calendar";
|
|
3294
|
+
"feature.business": "feature.business";
|
|
3173
3295
|
"feature.sales": "feature.sales";
|
|
3174
3296
|
"feature.crm": "feature.crm";
|
|
3175
3297
|
"feature.finance": "feature.finance";
|
|
@@ -3253,6 +3375,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3253
3375
|
"knowledge.reference": "knowledge.reference";
|
|
3254
3376
|
"feature.dashboard": "feature.dashboard";
|
|
3255
3377
|
"feature.calendar": "feature.calendar";
|
|
3378
|
+
"feature.business": "feature.business";
|
|
3256
3379
|
"feature.sales": "feature.sales";
|
|
3257
3380
|
"feature.crm": "feature.crm";
|
|
3258
3381
|
"feature.finance": "feature.finance";
|
|
@@ -3354,6 +3477,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3354
3477
|
"knowledge.reference": "knowledge.reference";
|
|
3355
3478
|
"feature.dashboard": "feature.dashboard";
|
|
3356
3479
|
"feature.calendar": "feature.calendar";
|
|
3480
|
+
"feature.business": "feature.business";
|
|
3357
3481
|
"feature.sales": "feature.sales";
|
|
3358
3482
|
"feature.crm": "feature.crm";
|
|
3359
3483
|
"feature.finance": "feature.finance";
|
|
@@ -3446,6 +3570,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3446
3570
|
"knowledge.reference": "knowledge.reference";
|
|
3447
3571
|
"feature.dashboard": "feature.dashboard";
|
|
3448
3572
|
"feature.calendar": "feature.calendar";
|
|
3573
|
+
"feature.business": "feature.business";
|
|
3449
3574
|
"feature.sales": "feature.sales";
|
|
3450
3575
|
"feature.crm": "feature.crm";
|
|
3451
3576
|
"feature.finance": "feature.finance";
|
|
@@ -3535,6 +3660,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3535
3660
|
"knowledge.reference": "knowledge.reference";
|
|
3536
3661
|
"feature.dashboard": "feature.dashboard";
|
|
3537
3662
|
"feature.calendar": "feature.calendar";
|
|
3663
|
+
"feature.business": "feature.business";
|
|
3538
3664
|
"feature.sales": "feature.sales";
|
|
3539
3665
|
"feature.crm": "feature.crm";
|
|
3540
3666
|
"feature.finance": "feature.finance";
|
|
@@ -3608,6 +3734,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3608
3734
|
"knowledge.reference": "knowledge.reference";
|
|
3609
3735
|
"feature.dashboard": "feature.dashboard";
|
|
3610
3736
|
"feature.calendar": "feature.calendar";
|
|
3737
|
+
"feature.business": "feature.business";
|
|
3611
3738
|
"feature.sales": "feature.sales";
|
|
3612
3739
|
"feature.crm": "feature.crm";
|
|
3613
3740
|
"feature.finance": "feature.finance";
|
|
@@ -3682,6 +3809,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3682
3809
|
"knowledge.reference": "knowledge.reference";
|
|
3683
3810
|
"feature.dashboard": "feature.dashboard";
|
|
3684
3811
|
"feature.calendar": "feature.calendar";
|
|
3812
|
+
"feature.business": "feature.business";
|
|
3685
3813
|
"feature.sales": "feature.sales";
|
|
3686
3814
|
"feature.crm": "feature.crm";
|
|
3687
3815
|
"feature.finance": "feature.finance";
|
|
@@ -3753,6 +3881,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3753
3881
|
"knowledge.reference": "knowledge.reference";
|
|
3754
3882
|
"feature.dashboard": "feature.dashboard";
|
|
3755
3883
|
"feature.calendar": "feature.calendar";
|
|
3884
|
+
"feature.business": "feature.business";
|
|
3756
3885
|
"feature.sales": "feature.sales";
|
|
3757
3886
|
"feature.crm": "feature.crm";
|
|
3758
3887
|
"feature.finance": "feature.finance";
|
|
@@ -3900,6 +4029,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3900
4029
|
"knowledge.reference": "knowledge.reference";
|
|
3901
4030
|
"feature.dashboard": "feature.dashboard";
|
|
3902
4031
|
"feature.calendar": "feature.calendar";
|
|
4032
|
+
"feature.business": "feature.business";
|
|
3903
4033
|
"feature.sales": "feature.sales";
|
|
3904
4034
|
"feature.crm": "feature.crm";
|
|
3905
4035
|
"feature.finance": "feature.finance";
|
|
@@ -3973,6 +4103,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3973
4103
|
"knowledge.reference": "knowledge.reference";
|
|
3974
4104
|
"feature.dashboard": "feature.dashboard";
|
|
3975
4105
|
"feature.calendar": "feature.calendar";
|
|
4106
|
+
"feature.business": "feature.business";
|
|
3976
4107
|
"feature.sales": "feature.sales";
|
|
3977
4108
|
"feature.crm": "feature.crm";
|
|
3978
4109
|
"feature.finance": "feature.finance";
|
|
@@ -4046,6 +4177,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4046
4177
|
"knowledge.reference": "knowledge.reference";
|
|
4047
4178
|
"feature.dashboard": "feature.dashboard";
|
|
4048
4179
|
"feature.calendar": "feature.calendar";
|
|
4180
|
+
"feature.business": "feature.business";
|
|
4049
4181
|
"feature.sales": "feature.sales";
|
|
4050
4182
|
"feature.crm": "feature.crm";
|
|
4051
4183
|
"feature.finance": "feature.finance";
|
|
@@ -4178,7 +4310,26 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4178
4310
|
title: z$1.ZodString;
|
|
4179
4311
|
responsibilities: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4180
4312
|
reportsToId: z$1.ZodOptional<z$1.ZodString>;
|
|
4181
|
-
heldBy: z$1.ZodOptional<z$1.
|
|
4313
|
+
heldBy: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4314
|
+
kind: z$1.ZodLiteral<"human">;
|
|
4315
|
+
userId: z$1.ZodString;
|
|
4316
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4317
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
4318
|
+
agentId: z$1.ZodString;
|
|
4319
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4320
|
+
kind: z$1.ZodLiteral<"team">;
|
|
4321
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
4322
|
+
}, z$1.core.$strip>], "kind">, z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4323
|
+
kind: z$1.ZodLiteral<"human">;
|
|
4324
|
+
userId: z$1.ZodString;
|
|
4325
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4326
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
4327
|
+
agentId: z$1.ZodString;
|
|
4328
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4329
|
+
kind: z$1.ZodLiteral<"team">;
|
|
4330
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
4331
|
+
}, z$1.core.$strip>], "kind">>]>>;
|
|
4332
|
+
responsibleFor: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4182
4333
|
}, z$1.core.$strip>>>;
|
|
4183
4334
|
}, z$1.core.$strip>>;
|
|
4184
4335
|
goals: z$1.ZodDefault<z$1.ZodObject<{
|
|
@@ -4196,6 +4347,70 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4196
4347
|
}, z$1.core.$strip>>>;
|
|
4197
4348
|
}, z$1.core.$strip>>>;
|
|
4198
4349
|
}, z$1.core.$strip>>;
|
|
4350
|
+
systems: z$1.ZodDefault<z$1.ZodObject<{
|
|
4351
|
+
systems: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4352
|
+
id: z$1.ZodString;
|
|
4353
|
+
title: z$1.ZodString;
|
|
4354
|
+
description: z$1.ZodString;
|
|
4355
|
+
kind: z$1.ZodEnum<{
|
|
4356
|
+
platform: "platform";
|
|
4357
|
+
product: "product";
|
|
4358
|
+
operational: "operational";
|
|
4359
|
+
diagnostic: "diagnostic";
|
|
4360
|
+
}>;
|
|
4361
|
+
responsibleRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4362
|
+
governedByKnowledge: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4363
|
+
drivesGoals: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4364
|
+
status: z$1.ZodEnum<{
|
|
4365
|
+
active: "active";
|
|
4366
|
+
deprecated: "deprecated";
|
|
4367
|
+
archived: "archived";
|
|
4368
|
+
}>;
|
|
4369
|
+
}, z$1.core.$strip>>>;
|
|
4370
|
+
}, z$1.core.$strip>>;
|
|
4371
|
+
resources: z$1.ZodDefault<z$1.ZodObject<{
|
|
4372
|
+
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4373
|
+
id: z$1.ZodString;
|
|
4374
|
+
systemId: z$1.ZodString;
|
|
4375
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4376
|
+
status: z$1.ZodEnum<{
|
|
4377
|
+
active: "active";
|
|
4378
|
+
deprecated: "deprecated";
|
|
4379
|
+
archived: "archived";
|
|
4380
|
+
}>;
|
|
4381
|
+
kind: z$1.ZodLiteral<"workflow">;
|
|
4382
|
+
capabilityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4383
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4384
|
+
id: z$1.ZodString;
|
|
4385
|
+
systemId: z$1.ZodString;
|
|
4386
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4387
|
+
status: z$1.ZodEnum<{
|
|
4388
|
+
active: "active";
|
|
4389
|
+
deprecated: "deprecated";
|
|
4390
|
+
archived: "archived";
|
|
4391
|
+
}>;
|
|
4392
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
4393
|
+
agentKind: z$1.ZodEnum<{
|
|
4394
|
+
orchestrator: "orchestrator";
|
|
4395
|
+
specialist: "specialist";
|
|
4396
|
+
utility: "utility";
|
|
4397
|
+
system: "system";
|
|
4398
|
+
}>;
|
|
4399
|
+
actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4400
|
+
sessionCapable: z$1.ZodBoolean;
|
|
4401
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4402
|
+
id: z$1.ZodString;
|
|
4403
|
+
systemId: z$1.ZodString;
|
|
4404
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4405
|
+
status: z$1.ZodEnum<{
|
|
4406
|
+
active: "active";
|
|
4407
|
+
deprecated: "deprecated";
|
|
4408
|
+
archived: "archived";
|
|
4409
|
+
}>;
|
|
4410
|
+
kind: z$1.ZodLiteral<"integration">;
|
|
4411
|
+
provider: z$1.ZodString;
|
|
4412
|
+
}, z$1.core.$strip>], "kind">>>;
|
|
4413
|
+
}, z$1.core.$strip>>;
|
|
4199
4414
|
statuses: z$1.ZodDefault<z$1.ZodObject<{
|
|
4200
4415
|
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4201
4416
|
id: z$1.ZodString;
|
|
@@ -4256,6 +4471,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4256
4471
|
"knowledge.reference": "knowledge.reference";
|
|
4257
4472
|
"feature.dashboard": "feature.dashboard";
|
|
4258
4473
|
"feature.calendar": "feature.calendar";
|
|
4474
|
+
"feature.business": "feature.business";
|
|
4259
4475
|
"feature.sales": "feature.sales";
|
|
4260
4476
|
"feature.crm": "feature.crm";
|
|
4261
4477
|
"feature.finance": "feature.finance";
|
package/dist/provider/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export { createTestFeaturesProvider } from '../chunk-OAVTMITG.js';
|
|
2
|
-
export { ElevasisUIProvider } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
2
|
+
export { ElevasisUIProvider } from '../chunk-HYNYEBHM.js';
|
|
3
|
+
import '../chunk-3BAPR3KA.js';
|
|
4
|
+
import '../chunk-3FV6HBXS.js';
|
|
5
5
|
import '../chunk-WLOQ4IBG.js';
|
|
6
|
-
export { FeatureShell } from '../chunk-
|
|
7
|
-
|
|
6
|
+
export { FeatureShell } from '../chunk-QDEETKYT.js';
|
|
7
|
+
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-6IXOKUBC.js';
|
|
8
|
+
import '../chunk-L3BVJWML.js';
|
|
8
9
|
import '../chunk-3KMDHCAR.js';
|
|
9
|
-
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, useCrmActions, useListActions, useNotificationAdapter } from '../chunk-
|
|
10
|
+
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, useCrmActions, useListActions, useNotificationAdapter } from '../chunk-CQZ3DNQY.js';
|
|
10
11
|
import '../chunk-SZHARWKU.js';
|
|
11
|
-
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-6IXOKUBC.js';
|
|
12
12
|
import '../chunk-TKAYX2SP.js';
|
|
13
13
|
import '../chunk-NYBEU5TE.js';
|
|
14
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-TOIXUWR6.js';
|
|
15
15
|
import '../chunk-2IFYDILW.js';
|
|
16
16
|
import '../chunk-Q7DJKLEN.js';
|
|
17
17
|
import '../chunk-JA5ECJJB.js';
|
|
@@ -20,7 +20,7 @@ export { AppearanceProvider, useAppearance } from '../chunk-E565XMTQ.js';
|
|
|
20
20
|
import '../chunk-JBWJ6WHZ.js';
|
|
21
21
|
import '../chunk-DT3QYZVU.js';
|
|
22
22
|
import '../chunk-RNP5R5I3.js';
|
|
23
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-XQHZBA65.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
import '../chunk-VKIZUUPM.js';
|
|
26
26
|
import '../chunk-533DUEQY.js';
|
|
@@ -28,4 +28,4 @@ import '../chunk-DD3CCMCZ.js';
|
|
|
28
28
|
import '../chunk-2Q2JQSQO.js';
|
|
29
29
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-KJ3QUBNU.js';
|
|
30
30
|
import '../chunk-BRJ3QZ4E.js';
|
|
31
|
-
import '../chunk-
|
|
31
|
+
import '../chunk-DZTG5IAC.js';
|