@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
|
@@ -163,6 +163,7 @@ type Database = {
|
|
|
163
163
|
batch_id: string | null;
|
|
164
164
|
category: string | null;
|
|
165
165
|
category_pain: string | null;
|
|
166
|
+
client_id: string | null;
|
|
166
167
|
created_at: string;
|
|
167
168
|
domain: string | null;
|
|
168
169
|
enrichment_data: Json | null;
|
|
@@ -189,6 +190,7 @@ type Database = {
|
|
|
189
190
|
batch_id?: string | null;
|
|
190
191
|
category?: string | null;
|
|
191
192
|
category_pain?: string | null;
|
|
193
|
+
client_id?: string | null;
|
|
192
194
|
created_at?: string;
|
|
193
195
|
domain?: string | null;
|
|
194
196
|
enrichment_data?: Json | null;
|
|
@@ -215,6 +217,7 @@ type Database = {
|
|
|
215
217
|
batch_id?: string | null;
|
|
216
218
|
category?: string | null;
|
|
217
219
|
category_pain?: string | null;
|
|
220
|
+
client_id?: string | null;
|
|
218
221
|
created_at?: string;
|
|
219
222
|
domain?: string | null;
|
|
220
223
|
enrichment_data?: Json | null;
|
|
@@ -238,6 +241,13 @@ type Database = {
|
|
|
238
241
|
website?: string | null;
|
|
239
242
|
};
|
|
240
243
|
Relationships: [
|
|
244
|
+
{
|
|
245
|
+
foreignKeyName: "acq_companies_client_id_fkey";
|
|
246
|
+
columns: ["client_id"];
|
|
247
|
+
isOneToOne: false;
|
|
248
|
+
referencedRelation: "clients";
|
|
249
|
+
referencedColumns: ["id"];
|
|
250
|
+
},
|
|
241
251
|
{
|
|
242
252
|
foreignKeyName: "acq_companies_organization_id_fkey";
|
|
243
253
|
columns: ["organization_id"];
|
|
@@ -252,6 +262,7 @@ type Database = {
|
|
|
252
262
|
batch_id: string | null;
|
|
253
263
|
brochure_first_viewed_at: string | null;
|
|
254
264
|
brochure_view_count: number;
|
|
265
|
+
client_id: string | null;
|
|
255
266
|
company_id: string | null;
|
|
256
267
|
created_at: string;
|
|
257
268
|
email: string;
|
|
@@ -280,6 +291,7 @@ type Database = {
|
|
|
280
291
|
batch_id?: string | null;
|
|
281
292
|
brochure_first_viewed_at?: string | null;
|
|
282
293
|
brochure_view_count?: number;
|
|
294
|
+
client_id?: string | null;
|
|
283
295
|
company_id?: string | null;
|
|
284
296
|
created_at?: string;
|
|
285
297
|
email: string;
|
|
@@ -308,6 +320,7 @@ type Database = {
|
|
|
308
320
|
batch_id?: string | null;
|
|
309
321
|
brochure_first_viewed_at?: string | null;
|
|
310
322
|
brochure_view_count?: number;
|
|
323
|
+
client_id?: string | null;
|
|
311
324
|
company_id?: string | null;
|
|
312
325
|
created_at?: string;
|
|
313
326
|
email?: string;
|
|
@@ -333,6 +346,13 @@ type Database = {
|
|
|
333
346
|
updated_at?: string;
|
|
334
347
|
};
|
|
335
348
|
Relationships: [
|
|
349
|
+
{
|
|
350
|
+
foreignKeyName: "acq_contacts_client_id_fkey";
|
|
351
|
+
columns: ["client_id"];
|
|
352
|
+
isOneToOne: false;
|
|
353
|
+
referencedRelation: "clients";
|
|
354
|
+
referencedColumns: ["id"];
|
|
355
|
+
},
|
|
336
356
|
{
|
|
337
357
|
foreignKeyName: "acq_contacts_company_id_fkey";
|
|
338
358
|
columns: ["company_id"];
|
|
@@ -576,8 +596,10 @@ type Database = {
|
|
|
576
596
|
acq_deals: {
|
|
577
597
|
Row: {
|
|
578
598
|
activity_log: Json;
|
|
599
|
+
client_id: string | null;
|
|
579
600
|
closed_lost_at: string | null;
|
|
580
601
|
closed_lost_reason: string | null;
|
|
602
|
+
company_id: string | null;
|
|
581
603
|
contact_email: string;
|
|
582
604
|
contact_id: string | null;
|
|
583
605
|
created_at: string;
|
|
@@ -613,8 +635,10 @@ type Database = {
|
|
|
613
635
|
};
|
|
614
636
|
Insert: {
|
|
615
637
|
activity_log?: Json;
|
|
638
|
+
client_id?: string | null;
|
|
616
639
|
closed_lost_at?: string | null;
|
|
617
640
|
closed_lost_reason?: string | null;
|
|
641
|
+
company_id?: string | null;
|
|
618
642
|
contact_email: string;
|
|
619
643
|
contact_id?: string | null;
|
|
620
644
|
created_at?: string;
|
|
@@ -650,8 +674,10 @@ type Database = {
|
|
|
650
674
|
};
|
|
651
675
|
Update: {
|
|
652
676
|
activity_log?: Json;
|
|
677
|
+
client_id?: string | null;
|
|
653
678
|
closed_lost_at?: string | null;
|
|
654
679
|
closed_lost_reason?: string | null;
|
|
680
|
+
company_id?: string | null;
|
|
655
681
|
contact_email?: string;
|
|
656
682
|
contact_id?: string | null;
|
|
657
683
|
created_at?: string;
|
|
@@ -686,6 +712,20 @@ type Database = {
|
|
|
686
712
|
updated_at?: string;
|
|
687
713
|
};
|
|
688
714
|
Relationships: [
|
|
715
|
+
{
|
|
716
|
+
foreignKeyName: "acq_deals_client_id_fkey";
|
|
717
|
+
columns: ["client_id"];
|
|
718
|
+
isOneToOne: false;
|
|
719
|
+
referencedRelation: "clients";
|
|
720
|
+
referencedColumns: ["id"];
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
foreignKeyName: "acq_deals_company_id_fkey";
|
|
724
|
+
columns: ["company_id"];
|
|
725
|
+
isOneToOne: false;
|
|
726
|
+
referencedRelation: "acq_companies";
|
|
727
|
+
referencedColumns: ["id"];
|
|
728
|
+
},
|
|
689
729
|
{
|
|
690
730
|
foreignKeyName: "acq_deals_contact_id_fkey";
|
|
691
731
|
columns: ["contact_id"];
|
|
@@ -1303,6 +1343,77 @@ type Database = {
|
|
|
1303
1343
|
}
|
|
1304
1344
|
];
|
|
1305
1345
|
};
|
|
1346
|
+
clients: {
|
|
1347
|
+
Row: {
|
|
1348
|
+
converted_at: string | null;
|
|
1349
|
+
created_at: string;
|
|
1350
|
+
id: string;
|
|
1351
|
+
metadata: Json;
|
|
1352
|
+
name: string;
|
|
1353
|
+
organization_id: string;
|
|
1354
|
+
primary_company_id: string | null;
|
|
1355
|
+
primary_contact_id: string | null;
|
|
1356
|
+
source_deal_id: string | null;
|
|
1357
|
+
status: string;
|
|
1358
|
+
updated_at: string;
|
|
1359
|
+
};
|
|
1360
|
+
Insert: {
|
|
1361
|
+
converted_at?: string | null;
|
|
1362
|
+
created_at?: string;
|
|
1363
|
+
id?: string;
|
|
1364
|
+
metadata?: Json;
|
|
1365
|
+
name: string;
|
|
1366
|
+
organization_id: string;
|
|
1367
|
+
primary_company_id?: string | null;
|
|
1368
|
+
primary_contact_id?: string | null;
|
|
1369
|
+
source_deal_id?: string | null;
|
|
1370
|
+
status?: string;
|
|
1371
|
+
updated_at?: string;
|
|
1372
|
+
};
|
|
1373
|
+
Update: {
|
|
1374
|
+
converted_at?: string | null;
|
|
1375
|
+
created_at?: string;
|
|
1376
|
+
id?: string;
|
|
1377
|
+
metadata?: Json;
|
|
1378
|
+
name?: string;
|
|
1379
|
+
organization_id?: string;
|
|
1380
|
+
primary_company_id?: string | null;
|
|
1381
|
+
primary_contact_id?: string | null;
|
|
1382
|
+
source_deal_id?: string | null;
|
|
1383
|
+
status?: string;
|
|
1384
|
+
updated_at?: string;
|
|
1385
|
+
};
|
|
1386
|
+
Relationships: [
|
|
1387
|
+
{
|
|
1388
|
+
foreignKeyName: "clients_organization_id_fkey";
|
|
1389
|
+
columns: ["organization_id"];
|
|
1390
|
+
isOneToOne: false;
|
|
1391
|
+
referencedRelation: "organizations";
|
|
1392
|
+
referencedColumns: ["id"];
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
foreignKeyName: "clients_primary_company_id_fkey";
|
|
1396
|
+
columns: ["primary_company_id"];
|
|
1397
|
+
isOneToOne: false;
|
|
1398
|
+
referencedRelation: "acq_companies";
|
|
1399
|
+
referencedColumns: ["id"];
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
foreignKeyName: "clients_primary_contact_id_fkey";
|
|
1403
|
+
columns: ["primary_contact_id"];
|
|
1404
|
+
isOneToOne: false;
|
|
1405
|
+
referencedRelation: "acq_contacts";
|
|
1406
|
+
referencedColumns: ["id"];
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
foreignKeyName: "clients_source_deal_id_fkey";
|
|
1410
|
+
columns: ["source_deal_id"];
|
|
1411
|
+
isOneToOne: false;
|
|
1412
|
+
referencedRelation: "acq_deals";
|
|
1413
|
+
referencedColumns: ["id"];
|
|
1414
|
+
}
|
|
1415
|
+
];
|
|
1416
|
+
};
|
|
1306
1417
|
command_queue: {
|
|
1307
1418
|
Row: {
|
|
1308
1419
|
action_payload: Json | null;
|
|
@@ -2272,6 +2383,7 @@ type Database = {
|
|
|
2272
2383
|
Row: {
|
|
2273
2384
|
actual_end_date: string | null;
|
|
2274
2385
|
client_company_id: string | null;
|
|
2386
|
+
client_id: string | null;
|
|
2275
2387
|
contract_value: number | null;
|
|
2276
2388
|
created_at: string;
|
|
2277
2389
|
deal_id: string | null;
|
|
@@ -2289,6 +2401,7 @@ type Database = {
|
|
|
2289
2401
|
Insert: {
|
|
2290
2402
|
actual_end_date?: string | null;
|
|
2291
2403
|
client_company_id?: string | null;
|
|
2404
|
+
client_id?: string | null;
|
|
2292
2405
|
contract_value?: number | null;
|
|
2293
2406
|
created_at?: string;
|
|
2294
2407
|
deal_id?: string | null;
|
|
@@ -2306,6 +2419,7 @@ type Database = {
|
|
|
2306
2419
|
Update: {
|
|
2307
2420
|
actual_end_date?: string | null;
|
|
2308
2421
|
client_company_id?: string | null;
|
|
2422
|
+
client_id?: string | null;
|
|
2309
2423
|
contract_value?: number | null;
|
|
2310
2424
|
created_at?: string;
|
|
2311
2425
|
deal_id?: string | null;
|
|
@@ -2342,6 +2456,13 @@ type Database = {
|
|
|
2342
2456
|
referencedRelation: "acq_companies";
|
|
2343
2457
|
referencedColumns: ["id"];
|
|
2344
2458
|
},
|
|
2459
|
+
{
|
|
2460
|
+
foreignKeyName: "prj_projects_client_id_fkey";
|
|
2461
|
+
columns: ["client_id"];
|
|
2462
|
+
isOneToOne: false;
|
|
2463
|
+
referencedRelation: "clients";
|
|
2464
|
+
referencedColumns: ["id"];
|
|
2465
|
+
},
|
|
2345
2466
|
{
|
|
2346
2467
|
foreignKeyName: "prj_projects_deal_id_fkey";
|
|
2347
2468
|
columns: ["deal_id"];
|
|
@@ -3016,10 +3137,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3016
3137
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
3017
3138
|
status: z$1.ZodEnum<{
|
|
3018
3139
|
closing: "closing";
|
|
3140
|
+
archived: "archived";
|
|
3019
3141
|
draft: "draft";
|
|
3020
3142
|
enriching: "enriching";
|
|
3021
3143
|
launched: "launched";
|
|
3022
|
-
archived: "archived";
|
|
3023
3144
|
}>;
|
|
3024
3145
|
metadata: z$1.ZodObject<{
|
|
3025
3146
|
buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3169,6 +3290,7 @@ declare const FeatureSchema: z$1.ZodObject<{
|
|
|
3169
3290
|
"knowledge.reference": "knowledge.reference";
|
|
3170
3291
|
"feature.dashboard": "feature.dashboard";
|
|
3171
3292
|
"feature.calendar": "feature.calendar";
|
|
3293
|
+
"feature.business": "feature.business";
|
|
3172
3294
|
"feature.sales": "feature.sales";
|
|
3173
3295
|
"feature.crm": "feature.crm";
|
|
3174
3296
|
"feature.finance": "feature.finance";
|
|
@@ -3252,6 +3374,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3252
3374
|
"knowledge.reference": "knowledge.reference";
|
|
3253
3375
|
"feature.dashboard": "feature.dashboard";
|
|
3254
3376
|
"feature.calendar": "feature.calendar";
|
|
3377
|
+
"feature.business": "feature.business";
|
|
3255
3378
|
"feature.sales": "feature.sales";
|
|
3256
3379
|
"feature.crm": "feature.crm";
|
|
3257
3380
|
"feature.finance": "feature.finance";
|
|
@@ -3353,6 +3476,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3353
3476
|
"knowledge.reference": "knowledge.reference";
|
|
3354
3477
|
"feature.dashboard": "feature.dashboard";
|
|
3355
3478
|
"feature.calendar": "feature.calendar";
|
|
3479
|
+
"feature.business": "feature.business";
|
|
3356
3480
|
"feature.sales": "feature.sales";
|
|
3357
3481
|
"feature.crm": "feature.crm";
|
|
3358
3482
|
"feature.finance": "feature.finance";
|
|
@@ -3445,6 +3569,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3445
3569
|
"knowledge.reference": "knowledge.reference";
|
|
3446
3570
|
"feature.dashboard": "feature.dashboard";
|
|
3447
3571
|
"feature.calendar": "feature.calendar";
|
|
3572
|
+
"feature.business": "feature.business";
|
|
3448
3573
|
"feature.sales": "feature.sales";
|
|
3449
3574
|
"feature.crm": "feature.crm";
|
|
3450
3575
|
"feature.finance": "feature.finance";
|
|
@@ -3534,6 +3659,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3534
3659
|
"knowledge.reference": "knowledge.reference";
|
|
3535
3660
|
"feature.dashboard": "feature.dashboard";
|
|
3536
3661
|
"feature.calendar": "feature.calendar";
|
|
3662
|
+
"feature.business": "feature.business";
|
|
3537
3663
|
"feature.sales": "feature.sales";
|
|
3538
3664
|
"feature.crm": "feature.crm";
|
|
3539
3665
|
"feature.finance": "feature.finance";
|
|
@@ -3607,6 +3733,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3607
3733
|
"knowledge.reference": "knowledge.reference";
|
|
3608
3734
|
"feature.dashboard": "feature.dashboard";
|
|
3609
3735
|
"feature.calendar": "feature.calendar";
|
|
3736
|
+
"feature.business": "feature.business";
|
|
3610
3737
|
"feature.sales": "feature.sales";
|
|
3611
3738
|
"feature.crm": "feature.crm";
|
|
3612
3739
|
"feature.finance": "feature.finance";
|
|
@@ -3681,6 +3808,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3681
3808
|
"knowledge.reference": "knowledge.reference";
|
|
3682
3809
|
"feature.dashboard": "feature.dashboard";
|
|
3683
3810
|
"feature.calendar": "feature.calendar";
|
|
3811
|
+
"feature.business": "feature.business";
|
|
3684
3812
|
"feature.sales": "feature.sales";
|
|
3685
3813
|
"feature.crm": "feature.crm";
|
|
3686
3814
|
"feature.finance": "feature.finance";
|
|
@@ -3752,6 +3880,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3752
3880
|
"knowledge.reference": "knowledge.reference";
|
|
3753
3881
|
"feature.dashboard": "feature.dashboard";
|
|
3754
3882
|
"feature.calendar": "feature.calendar";
|
|
3883
|
+
"feature.business": "feature.business";
|
|
3755
3884
|
"feature.sales": "feature.sales";
|
|
3756
3885
|
"feature.crm": "feature.crm";
|
|
3757
3886
|
"feature.finance": "feature.finance";
|
|
@@ -3899,6 +4028,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3899
4028
|
"knowledge.reference": "knowledge.reference";
|
|
3900
4029
|
"feature.dashboard": "feature.dashboard";
|
|
3901
4030
|
"feature.calendar": "feature.calendar";
|
|
4031
|
+
"feature.business": "feature.business";
|
|
3902
4032
|
"feature.sales": "feature.sales";
|
|
3903
4033
|
"feature.crm": "feature.crm";
|
|
3904
4034
|
"feature.finance": "feature.finance";
|
|
@@ -3972,6 +4102,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3972
4102
|
"knowledge.reference": "knowledge.reference";
|
|
3973
4103
|
"feature.dashboard": "feature.dashboard";
|
|
3974
4104
|
"feature.calendar": "feature.calendar";
|
|
4105
|
+
"feature.business": "feature.business";
|
|
3975
4106
|
"feature.sales": "feature.sales";
|
|
3976
4107
|
"feature.crm": "feature.crm";
|
|
3977
4108
|
"feature.finance": "feature.finance";
|
|
@@ -4045,6 +4176,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4045
4176
|
"knowledge.reference": "knowledge.reference";
|
|
4046
4177
|
"feature.dashboard": "feature.dashboard";
|
|
4047
4178
|
"feature.calendar": "feature.calendar";
|
|
4179
|
+
"feature.business": "feature.business";
|
|
4048
4180
|
"feature.sales": "feature.sales";
|
|
4049
4181
|
"feature.crm": "feature.crm";
|
|
4050
4182
|
"feature.finance": "feature.finance";
|
|
@@ -4177,7 +4309,26 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4177
4309
|
title: z$1.ZodString;
|
|
4178
4310
|
responsibilities: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4179
4311
|
reportsToId: z$1.ZodOptional<z$1.ZodString>;
|
|
4180
|
-
heldBy: z$1.ZodOptional<z$1.
|
|
4312
|
+
heldBy: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4313
|
+
kind: z$1.ZodLiteral<"human">;
|
|
4314
|
+
userId: z$1.ZodString;
|
|
4315
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4316
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
4317
|
+
agentId: z$1.ZodString;
|
|
4318
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4319
|
+
kind: z$1.ZodLiteral<"team">;
|
|
4320
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
4321
|
+
}, z$1.core.$strip>], "kind">, z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4322
|
+
kind: z$1.ZodLiteral<"human">;
|
|
4323
|
+
userId: z$1.ZodString;
|
|
4324
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4325
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
4326
|
+
agentId: z$1.ZodString;
|
|
4327
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4328
|
+
kind: z$1.ZodLiteral<"team">;
|
|
4329
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
4330
|
+
}, z$1.core.$strip>], "kind">>]>>;
|
|
4331
|
+
responsibleFor: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4181
4332
|
}, z$1.core.$strip>>>;
|
|
4182
4333
|
}, z$1.core.$strip>>;
|
|
4183
4334
|
goals: z$1.ZodDefault<z$1.ZodObject<{
|
|
@@ -4195,6 +4346,70 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4195
4346
|
}, z$1.core.$strip>>>;
|
|
4196
4347
|
}, z$1.core.$strip>>>;
|
|
4197
4348
|
}, z$1.core.$strip>>;
|
|
4349
|
+
systems: z$1.ZodDefault<z$1.ZodObject<{
|
|
4350
|
+
systems: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4351
|
+
id: z$1.ZodString;
|
|
4352
|
+
title: z$1.ZodString;
|
|
4353
|
+
description: z$1.ZodString;
|
|
4354
|
+
kind: z$1.ZodEnum<{
|
|
4355
|
+
platform: "platform";
|
|
4356
|
+
product: "product";
|
|
4357
|
+
operational: "operational";
|
|
4358
|
+
diagnostic: "diagnostic";
|
|
4359
|
+
}>;
|
|
4360
|
+
responsibleRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4361
|
+
governedByKnowledge: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4362
|
+
drivesGoals: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
4363
|
+
status: z$1.ZodEnum<{
|
|
4364
|
+
active: "active";
|
|
4365
|
+
deprecated: "deprecated";
|
|
4366
|
+
archived: "archived";
|
|
4367
|
+
}>;
|
|
4368
|
+
}, z$1.core.$strip>>>;
|
|
4369
|
+
}, z$1.core.$strip>>;
|
|
4370
|
+
resources: z$1.ZodDefault<z$1.ZodObject<{
|
|
4371
|
+
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4372
|
+
id: z$1.ZodString;
|
|
4373
|
+
systemId: z$1.ZodString;
|
|
4374
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4375
|
+
status: z$1.ZodEnum<{
|
|
4376
|
+
active: "active";
|
|
4377
|
+
deprecated: "deprecated";
|
|
4378
|
+
archived: "archived";
|
|
4379
|
+
}>;
|
|
4380
|
+
kind: z$1.ZodLiteral<"workflow">;
|
|
4381
|
+
capabilityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4382
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4383
|
+
id: z$1.ZodString;
|
|
4384
|
+
systemId: z$1.ZodString;
|
|
4385
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4386
|
+
status: z$1.ZodEnum<{
|
|
4387
|
+
active: "active";
|
|
4388
|
+
deprecated: "deprecated";
|
|
4389
|
+
archived: "archived";
|
|
4390
|
+
}>;
|
|
4391
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
4392
|
+
agentKind: z$1.ZodEnum<{
|
|
4393
|
+
orchestrator: "orchestrator";
|
|
4394
|
+
specialist: "specialist";
|
|
4395
|
+
utility: "utility";
|
|
4396
|
+
system: "system";
|
|
4397
|
+
}>;
|
|
4398
|
+
actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4399
|
+
sessionCapable: z$1.ZodBoolean;
|
|
4400
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4401
|
+
id: z$1.ZodString;
|
|
4402
|
+
systemId: z$1.ZodString;
|
|
4403
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
4404
|
+
status: z$1.ZodEnum<{
|
|
4405
|
+
active: "active";
|
|
4406
|
+
deprecated: "deprecated";
|
|
4407
|
+
archived: "archived";
|
|
4408
|
+
}>;
|
|
4409
|
+
kind: z$1.ZodLiteral<"integration">;
|
|
4410
|
+
provider: z$1.ZodString;
|
|
4411
|
+
}, z$1.core.$strip>], "kind">>>;
|
|
4412
|
+
}, z$1.core.$strip>>;
|
|
4198
4413
|
statuses: z$1.ZodDefault<z$1.ZodObject<{
|
|
4199
4414
|
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4200
4415
|
id: z$1.ZodString;
|
|
@@ -4255,6 +4470,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4255
4470
|
"knowledge.reference": "knowledge.reference";
|
|
4256
4471
|
"feature.dashboard": "feature.dashboard";
|
|
4257
4472
|
"feature.calendar": "feature.calendar";
|
|
4473
|
+
"feature.business": "feature.business";
|
|
4258
4474
|
"feature.sales": "feature.sales";
|
|
4259
4475
|
"feature.crm": "feature.crm";
|
|
4260
4476
|
"feature.finance": "feature.finance";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { FeatureShell } from '../chunk-
|
|
2
|
-
|
|
1
|
+
export { FeatureShell } from '../chunk-QDEETKYT.js';
|
|
2
|
+
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-6IXOKUBC.js';
|
|
3
|
+
import '../chunk-L3BVJWML.js';
|
|
3
4
|
import '../chunk-3KMDHCAR.js';
|
|
4
|
-
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-
|
|
5
|
+
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-CQZ3DNQY.js';
|
|
5
6
|
import '../chunk-SZHARWKU.js';
|
|
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-TOIXUWR6.js';
|
|
10
10
|
import '../chunk-2IFYDILW.js';
|
|
11
11
|
import '../chunk-Q7DJKLEN.js';
|
|
12
12
|
import '../chunk-JA5ECJJB.js';
|
|
@@ -15,7 +15,7 @@ export { AppearanceProvider, useAppearance } from '../chunk-E565XMTQ.js';
|
|
|
15
15
|
import '../chunk-JBWJ6WHZ.js';
|
|
16
16
|
import '../chunk-DT3QYZVU.js';
|
|
17
17
|
import '../chunk-RNP5R5I3.js';
|
|
18
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-XQHZBA65.js';
|
|
19
19
|
import '../chunk-KRWALB24.js';
|
|
20
20
|
import '../chunk-VKIZUUPM.js';
|
|
21
21
|
import '../chunk-533DUEQY.js';
|
|
@@ -23,4 +23,4 @@ import '../chunk-DD3CCMCZ.js';
|
|
|
23
23
|
import '../chunk-2Q2JQSQO.js';
|
|
24
24
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-KJ3QUBNU.js';
|
|
25
25
|
import '../chunk-BRJ3QZ4E.js';
|
|
26
|
-
import '../chunk-
|
|
26
|
+
import '../chunk-DZTG5IAC.js';
|
package/dist/router/context.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { RouterProvider, useRouterContext } from '../chunk-Q7DJKLEN.js';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-DZTG5IAC.js';
|
package/dist/router/index.js
CHANGED
package/dist/sse/index.js
CHANGED