@elevasis/ui 2.72.0 → 2.73.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 +114 -20
- package/dist/app/index.js +8 -8
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-A3JHFZDP.js → chunk-3TS5U5BL.js} +1 -1
- package/dist/{chunk-IXBRUIYI.js → chunk-4CW2C5BD.js} +1 -1
- package/dist/{chunk-753MKWFV.js → chunk-5B2ZFO44.js} +1 -1
- package/dist/{chunk-DJWIIPKW.js → chunk-AJOVWB47.js} +3 -3
- package/dist/{chunk-RRS2QR3W.js → chunk-CJ2232PQ.js} +1 -1
- package/dist/{chunk-2454MK7P.js → chunk-ETN3TTRT.js} +7 -7
- package/dist/{chunk-Q3O3WY7Q.js → chunk-IBCEAVB2.js} +33 -13
- package/dist/{chunk-7ESZKTQG.js → chunk-IGBPWD6S.js} +3 -3
- package/dist/{chunk-UZ5JO5TK.js → chunk-JYBJMVNY.js} +1 -1
- package/dist/{chunk-LCHL5SM2.js → chunk-LEPYXLJ2.js} +1 -1
- package/dist/{chunk-LEQGGX2U.js → chunk-LZT2H2MA.js} +4 -4
- package/dist/{chunk-Z2W5VNN3.js → chunk-NHNTX6ZL.js} +1 -1
- package/dist/{chunk-AFBFSXP3.js → chunk-NI37YNRP.js} +4 -4
- package/dist/{chunk-KIDZXZM5.js → chunk-OCVSPAKM.js} +501 -25
- package/dist/{chunk-IMZTRDY2.js → chunk-PQ4B62HH.js} +2 -2
- package/dist/{chunk-SV4M2BUI.js → chunk-SWKAH2YM.js} +52 -20
- package/dist/{chunk-XZIOCB5D.js → chunk-U2H3TIHD.js} +1 -1
- package/dist/{chunk-DKVGO6RJ.js → chunk-Z4ICFQXG.js} +1 -1
- package/dist/{chunk-ZBXCEWKF.js → chunk-ZDKPHFTH.js} +3 -3
- package/dist/components/index.d.ts +305 -22
- package/dist/components/index.js +316 -26
- package/dist/components/navigation/index.js +5 -5
- package/dist/features/auth/index.d.ts +76 -0
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.js +5 -5
- package/dist/features/content/index.d.ts +494 -31
- package/dist/features/content/index.js +1090 -44
- package/dist/features/crm/index.d.ts +114 -20
- package/dist/features/crm/index.js +6 -6
- package/dist/features/dashboard/index.d.ts +19 -10
- package/dist/features/dashboard/index.js +6 -6
- package/dist/features/delivery/index.d.ts +76 -0
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/knowledge/index.js +4 -4
- package/dist/features/lead-gen/index.d.ts +38 -20
- package/dist/features/lead-gen/index.js +6 -6
- package/dist/features/monitoring/index.js +7 -7
- package/dist/features/monitoring/requests/index.js +5 -5
- package/dist/features/operations/index.d.ts +38 -20
- package/dist/features/operations/index.js +9 -9
- package/dist/features/settings/index.d.ts +76 -0
- package/dist/features/settings/index.js +6 -6
- package/dist/hooks/access/index.js +4 -4
- package/dist/hooks/delivery/index.d.ts +76 -0
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +1248 -28
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +19 -10
- package/dist/hooks/published.d.ts +1248 -28
- package/dist/hooks/published.js +4 -4
- package/dist/initialization/index.d.ts +76 -0
- package/dist/knowledge/index.d.ts +38 -20
- package/dist/knowledge/index.js +8 -8
- package/dist/layout/index.js +7 -7
- package/dist/profile/index.d.ts +76 -0
- package/dist/provider/index.d.ts +114 -20
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +114 -20
- package/dist/provider/published.js +4 -4
- package/dist/supabase/index.d.ts +149 -0
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +125 -13
- package/dist/utils/index.d.ts +19 -10
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
|
@@ -698,7 +698,9 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
698
698
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
699
699
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
700
700
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
701
|
-
|
|
701
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
702
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
703
|
+
}, z$1.core.$strict>>>>;
|
|
702
704
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
703
705
|
id: z$1.ZodString;
|
|
704
706
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -709,7 +711,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
709
711
|
to: z$1.ZodString;
|
|
710
712
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
711
713
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
712
|
-
}, z$1.core.$
|
|
714
|
+
}, z$1.core.$strict>>>>;
|
|
713
715
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
714
716
|
id: z$1.ZodString;
|
|
715
717
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -719,7 +721,11 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
719
721
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
720
722
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
721
723
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
722
|
-
|
|
724
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
725
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
726
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
727
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
728
|
+
}, z$1.core.$strict>>>>;
|
|
723
729
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
724
730
|
id: z$1.ZodString;
|
|
725
731
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -729,7 +735,10 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
729
735
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
730
736
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
731
737
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
732
|
-
|
|
738
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
739
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
740
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
741
|
+
}, z$1.core.$strict>>>>;
|
|
733
742
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
734
743
|
id: z$1.ZodString;
|
|
735
744
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -737,7 +746,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
737
746
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
738
747
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
739
748
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
740
|
-
}, z$1.core.$
|
|
749
|
+
}, z$1.core.$strict>>>>;
|
|
741
750
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
742
751
|
id: z$1.ZodString;
|
|
743
752
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -745,7 +754,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
745
754
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
746
755
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
747
756
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
748
|
-
}, z$1.core.$
|
|
757
|
+
}, z$1.core.$strict>>>>;
|
|
749
758
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
750
759
|
id: z$1.ZodString;
|
|
751
760
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -753,7 +762,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
753
762
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
754
763
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
755
764
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
756
|
-
}, z$1.core.$
|
|
765
|
+
}, z$1.core.$strict>>>>;
|
|
757
766
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
758
767
|
id: z$1.ZodString;
|
|
759
768
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -763,7 +772,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
763
772
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
764
773
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
765
774
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
766
|
-
}, z$1.core.$
|
|
775
|
+
}, z$1.core.$strict>>>>;
|
|
767
776
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
768
777
|
id: z$1.ZodString;
|
|
769
778
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -771,7 +780,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
771
780
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
772
781
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
773
782
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
774
|
-
}, z$1.core.$
|
|
783
|
+
}, z$1.core.$strict>>>>;
|
|
775
784
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
776
785
|
id: z$1.ZodString;
|
|
777
786
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -779,7 +788,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
779
788
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
780
789
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
781
790
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
782
|
-
}, z$1.core.$
|
|
791
|
+
}, z$1.core.$strict>>>>;
|
|
783
792
|
}, z$1.core.$strict>>;
|
|
784
793
|
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
785
794
|
|
|
@@ -1360,7 +1369,9 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1360
1369
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1361
1370
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1362
1371
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1363
|
-
|
|
1372
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
1373
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
1374
|
+
}, z$1.core.$strict>>>>;
|
|
1364
1375
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1365
1376
|
id: z$1.ZodString;
|
|
1366
1377
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1371,7 +1382,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1371
1382
|
to: z$1.ZodString;
|
|
1372
1383
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
1373
1384
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
1374
|
-
}, z$1.core.$
|
|
1385
|
+
}, z$1.core.$strict>>>>;
|
|
1375
1386
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1376
1387
|
id: z$1.ZodString;
|
|
1377
1388
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1381,7 +1392,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1381
1392
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
1382
1393
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1383
1394
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
1384
|
-
|
|
1395
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
1396
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
1397
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
1398
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
1399
|
+
}, z$1.core.$strict>>>>;
|
|
1385
1400
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1386
1401
|
id: z$1.ZodString;
|
|
1387
1402
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1391,7 +1406,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1391
1406
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
1392
1407
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
1393
1408
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1394
|
-
|
|
1409
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
1410
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
1411
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
1412
|
+
}, z$1.core.$strict>>>>;
|
|
1395
1413
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1396
1414
|
id: z$1.ZodString;
|
|
1397
1415
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1399,7 +1417,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1399
1417
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1400
1418
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1401
1419
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1402
|
-
}, z$1.core.$
|
|
1420
|
+
}, z$1.core.$strict>>>>;
|
|
1403
1421
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1404
1422
|
id: z$1.ZodString;
|
|
1405
1423
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1407,7 +1425,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1407
1425
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1408
1426
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1409
1427
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1410
|
-
}, z$1.core.$
|
|
1428
|
+
}, z$1.core.$strict>>>>;
|
|
1411
1429
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1412
1430
|
id: z$1.ZodString;
|
|
1413
1431
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1415,7 +1433,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1415
1433
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1416
1434
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1417
1435
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
1418
|
-
}, z$1.core.$
|
|
1436
|
+
}, z$1.core.$strict>>>>;
|
|
1419
1437
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1420
1438
|
id: z$1.ZodString;
|
|
1421
1439
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1425,7 +1443,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1425
1443
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
1426
1444
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1427
1445
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1428
|
-
}, z$1.core.$
|
|
1446
|
+
}, z$1.core.$strict>>>>;
|
|
1429
1447
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1430
1448
|
id: z$1.ZodString;
|
|
1431
1449
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1433,7 +1451,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1433
1451
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1434
1452
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1435
1453
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
1436
|
-
}, z$1.core.$
|
|
1454
|
+
}, z$1.core.$strict>>>>;
|
|
1437
1455
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1438
1456
|
id: z$1.ZodString;
|
|
1439
1457
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1441,7 +1459,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1441
1459
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
1442
1460
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1443
1461
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
1444
|
-
}, z$1.core.$
|
|
1462
|
+
}, z$1.core.$strict>>>>;
|
|
1445
1463
|
}, z$1.core.$strict>>>;
|
|
1446
1464
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1447
1465
|
id: z$1.ZodString;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenReadinessAlert, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists, useLeadGenConfig } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenReadinessAlert, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists, useLeadGenConfig } from '../../chunk-LZT2H2MA.js';
|
|
2
|
+
import '../../chunk-PQ4B62HH.js';
|
|
3
3
|
import '../../chunk-3MEXPLWT.js';
|
|
4
4
|
import '../../chunk-BZZCNLT6.js';
|
|
5
5
|
import '../../chunk-TUMSNGTX.js';
|
|
6
6
|
import '../../chunk-PDHTXPSF.js';
|
|
7
|
-
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, findListActionByAction, getListActionWorkflowId, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-
|
|
7
|
+
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LeadGenSidebarMiddle, ListActionsProvider, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, findListActionByAction, getListActionWorkflowId, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useLeadGenActionRegistry, useLeadGenBulkActions, useLeadGenHeaderActions, useLeadGenRowActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-OCVSPAKM.js';
|
|
8
8
|
import '../../chunk-R6NMRXNO.js';
|
|
9
9
|
import '../../chunk-RBGVNPA6.js';
|
|
10
10
|
import '../../chunk-MKH2KOAO.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-NHNTX6ZL.js';
|
|
12
12
|
import '../../chunk-L7BZZ4SI.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-U2H3TIHD.js';
|
|
14
14
|
import '../../chunk-MISHPEJX.js';
|
|
15
15
|
import '../../chunk-62GVNH5U.js';
|
|
16
16
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -22,7 +22,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
22
22
|
import '../../chunk-DD3CCMCZ.js';
|
|
23
23
|
import '../../chunk-RNP5R5I3.js';
|
|
24
24
|
import '../../chunk-RT4KRGZT.js';
|
|
25
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-IBCEAVB2.js';
|
|
26
26
|
import '../../chunk-Y6I3IC45.js';
|
|
27
27
|
import '../../chunk-6SSQGWK7.js';
|
|
28
28
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter } from '../../chunk-IGBPWD6S.js';
|
|
2
|
+
import '../../chunk-4CW2C5BD.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-3TS5U5BL.js';
|
|
5
5
|
import '../../chunk-PDHTXPSF.js';
|
|
6
|
-
export { monitoringManifest } from '../../chunk-
|
|
6
|
+
export { monitoringManifest } from '../../chunk-OCVSPAKM.js';
|
|
7
7
|
import '../../chunk-R6NMRXNO.js';
|
|
8
8
|
import '../../chunk-RBGVNPA6.js';
|
|
9
9
|
import '../../chunk-MKH2KOAO.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-NHNTX6ZL.js';
|
|
11
11
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-U2H3TIHD.js';
|
|
13
13
|
import '../../chunk-MISHPEJX.js';
|
|
14
14
|
import '../../chunk-62GVNH5U.js';
|
|
15
15
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -21,7 +21,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
21
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
22
|
import '../../chunk-RNP5R5I3.js';
|
|
23
23
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-IBCEAVB2.js';
|
|
25
25
|
import '../../chunk-Y6I3IC45.js';
|
|
26
26
|
import '../../chunk-6SSQGWK7.js';
|
|
27
27
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
|
|
2
2
|
import { FilterBar } from '../../../chunk-PDHTXPSF.js';
|
|
3
|
-
import { ConfirmationModal, RequestModal, usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, PageTitleCaption, CustomModal, useRequest, ContextViewer, JsonViewer } from '../../../chunk-
|
|
4
|
-
export { RequestActionIcon, RequestModal, requestTopbarActionManifest, submittedRequestsManifest } from '../../../chunk-
|
|
3
|
+
import { ConfirmationModal, RequestModal, usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, PageTitleCaption, CustomModal, useRequest, ContextViewer, JsonViewer } from '../../../chunk-OCVSPAKM.js';
|
|
4
|
+
export { RequestActionIcon, RequestModal, requestTopbarActionManifest, submittedRequestsManifest } from '../../../chunk-OCVSPAKM.js';
|
|
5
5
|
import '../../../chunk-R6NMRXNO.js';
|
|
6
6
|
import '../../../chunk-RBGVNPA6.js';
|
|
7
7
|
import '../../../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../../../chunk-
|
|
8
|
+
import '../../../chunk-NHNTX6ZL.js';
|
|
9
9
|
import '../../../chunk-L7BZZ4SI.js';
|
|
10
|
-
import '../../../chunk-
|
|
10
|
+
import '../../../chunk-U2H3TIHD.js';
|
|
11
11
|
import '../../../chunk-MISHPEJX.js';
|
|
12
12
|
import { CardHeader } from '../../../chunk-62GVNH5U.js';
|
|
13
13
|
import '../../../chunk-P45GQ3ZW.js';
|
|
@@ -19,7 +19,7 @@ import '../../../chunk-UD657ICS.js';
|
|
|
19
19
|
import '../../../chunk-DD3CCMCZ.js';
|
|
20
20
|
import '../../../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../../../chunk-RT4KRGZT.js';
|
|
22
|
-
import { formatTimeAgo } from '../../../chunk-
|
|
22
|
+
import { formatTimeAgo } from '../../../chunk-IBCEAVB2.js';
|
|
23
23
|
import '../../../chunk-Y6I3IC45.js';
|
|
24
24
|
import '../../../chunk-6SSQGWK7.js';
|
|
25
25
|
import '../../../chunk-BI5VDO2K.js';
|
|
@@ -329,7 +329,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
329
329
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
330
330
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
331
331
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
332
|
-
|
|
332
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
333
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
334
|
+
}, z.core.$strict>>>>;
|
|
333
335
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
334
336
|
id: z.ZodString;
|
|
335
337
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -340,7 +342,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
340
342
|
to: z.ZodString;
|
|
341
343
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
342
344
|
via: z.ZodOptional<z.ZodString>;
|
|
343
|
-
}, z.core.$
|
|
345
|
+
}, z.core.$strict>>>>;
|
|
344
346
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
345
347
|
id: z.ZodString;
|
|
346
348
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -350,7 +352,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
350
352
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
351
353
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
352
354
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
353
|
-
|
|
355
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
356
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
357
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
358
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
359
|
+
}, z.core.$strict>>>>;
|
|
354
360
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
355
361
|
id: z.ZodString;
|
|
356
362
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -360,7 +366,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
360
366
|
kind: z.ZodOptional<z.ZodString>;
|
|
361
367
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
362
368
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
363
|
-
|
|
369
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
370
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
371
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
372
|
+
}, z.core.$strict>>>>;
|
|
364
373
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
365
374
|
id: z.ZodString;
|
|
366
375
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -368,7 +377,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
368
377
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
369
378
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
370
379
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
371
|
-
}, z.core.$
|
|
380
|
+
}, z.core.$strict>>>>;
|
|
372
381
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
373
382
|
id: z.ZodString;
|
|
374
383
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -376,7 +385,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
376
385
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
377
386
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
378
387
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
379
|
-
}, z.core.$
|
|
388
|
+
}, z.core.$strict>>>>;
|
|
380
389
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
381
390
|
id: z.ZodString;
|
|
382
391
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -384,7 +393,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
384
393
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
385
394
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
386
395
|
primitive: z.ZodOptional<z.ZodString>;
|
|
387
|
-
}, z.core.$
|
|
396
|
+
}, z.core.$strict>>>>;
|
|
388
397
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
389
398
|
id: z.ZodString;
|
|
390
399
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -394,7 +403,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
394
403
|
valueType: z.ZodOptional<z.ZodString>;
|
|
395
404
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
396
405
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
397
|
-
}, z.core.$
|
|
406
|
+
}, z.core.$strict>>>>;
|
|
398
407
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
399
408
|
id: z.ZodString;
|
|
400
409
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -402,7 +411,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
402
411
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
403
412
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
404
413
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
405
|
-
}, z.core.$
|
|
414
|
+
}, z.core.$strict>>>>;
|
|
406
415
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
407
416
|
id: z.ZodString;
|
|
408
417
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -410,7 +419,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
410
419
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
411
420
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
412
421
|
route: z.ZodOptional<z.ZodString>;
|
|
413
|
-
}, z.core.$
|
|
422
|
+
}, z.core.$strict>>>>;
|
|
414
423
|
}, z.core.$strict>>;
|
|
415
424
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
416
425
|
|
|
@@ -976,7 +985,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
976
985
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
977
986
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
978
987
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
979
|
-
|
|
988
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
989
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
990
|
+
}, z.core.$strict>>>>;
|
|
980
991
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
981
992
|
id: z.ZodString;
|
|
982
993
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -987,7 +998,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
987
998
|
to: z.ZodString;
|
|
988
999
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
989
1000
|
via: z.ZodOptional<z.ZodString>;
|
|
990
|
-
}, z.core.$
|
|
1001
|
+
}, z.core.$strict>>>>;
|
|
991
1002
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
992
1003
|
id: z.ZodString;
|
|
993
1004
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -997,7 +1008,11 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
997
1008
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
998
1009
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
999
1010
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
1000
|
-
|
|
1011
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
1012
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
1013
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
1014
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
1015
|
+
}, z.core.$strict>>>>;
|
|
1001
1016
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1002
1017
|
id: z.ZodString;
|
|
1003
1018
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1007,7 +1022,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1007
1022
|
kind: z.ZodOptional<z.ZodString>;
|
|
1008
1023
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
1009
1024
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1010
|
-
|
|
1025
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
1026
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
1027
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
1028
|
+
}, z.core.$strict>>>>;
|
|
1011
1029
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1012
1030
|
id: z.ZodString;
|
|
1013
1031
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1015,7 +1033,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1015
1033
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1016
1034
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1017
1035
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1018
|
-
}, z.core.$
|
|
1036
|
+
}, z.core.$strict>>>>;
|
|
1019
1037
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1020
1038
|
id: z.ZodString;
|
|
1021
1039
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1023,7 +1041,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1023
1041
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1024
1042
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1025
1043
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1026
|
-
}, z.core.$
|
|
1044
|
+
}, z.core.$strict>>>>;
|
|
1027
1045
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1028
1046
|
id: z.ZodString;
|
|
1029
1047
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1031,7 +1049,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1031
1049
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1032
1050
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1033
1051
|
primitive: z.ZodOptional<z.ZodString>;
|
|
1034
|
-
}, z.core.$
|
|
1052
|
+
}, z.core.$strict>>>>;
|
|
1035
1053
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1036
1054
|
id: z.ZodString;
|
|
1037
1055
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1041,7 +1059,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1041
1059
|
valueType: z.ZodOptional<z.ZodString>;
|
|
1042
1060
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
1043
1061
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
1044
|
-
}, z.core.$
|
|
1062
|
+
}, z.core.$strict>>>>;
|
|
1045
1063
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1046
1064
|
id: z.ZodString;
|
|
1047
1065
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1049,7 +1067,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1049
1067
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1050
1068
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1051
1069
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
1052
|
-
}, z.core.$
|
|
1070
|
+
}, z.core.$strict>>>>;
|
|
1053
1071
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1054
1072
|
id: z.ZodString;
|
|
1055
1073
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -1057,7 +1075,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1057
1075
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1058
1076
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1059
1077
|
route: z.ZodOptional<z.ZodString>;
|
|
1060
|
-
}, z.core.$
|
|
1078
|
+
}, z.core.$strict>>>>;
|
|
1061
1079
|
}, z.core.$strict>>>;
|
|
1062
1080
|
resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1063
1081
|
id: z.ZodString;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, SessionChatArea, SessionChatInterface, SessionChatPage, SessionConversationView, SessionDetailsPanel, SessionExecutionLogs, SessionHeader, SessionsPage, SystemOpsView, WorkflowExecutionPanel } from '../../chunk-
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, SessionChatArea, SessionChatInterface, SessionChatPage, SessionConversationView, SessionDetailsPanel, SessionExecutionLogs, SessionHeader, SessionsPage, SystemOpsView, WorkflowExecutionPanel } from '../../chunk-ETN3TTRT.js';
|
|
2
2
|
import '../../chunk-6ZAP3FOA.js';
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-
|
|
3
|
+
import '../../chunk-Z4ICFQXG.js';
|
|
4
|
+
export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-ZDKPHFTH.js';
|
|
5
5
|
import '../../chunk-3MEXPLWT.js';
|
|
6
6
|
import '../../chunk-SNZDFCOQ.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-4CW2C5BD.js';
|
|
8
8
|
import '../../chunk-LGKLC5MG.js';
|
|
9
9
|
import '../../chunk-HENXLGVD.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-3TS5U5BL.js';
|
|
11
11
|
import '../../chunk-BZZCNLT6.js';
|
|
12
|
-
export { OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourcesSidebar, SessionListItem, SessionsSidebar, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-
|
|
12
|
+
export { OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourcesSidebar, SessionListItem, SessionsSidebar, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-OCVSPAKM.js';
|
|
13
13
|
import '../../chunk-R6NMRXNO.js';
|
|
14
14
|
import '../../chunk-RBGVNPA6.js';
|
|
15
15
|
import '../../chunk-MKH2KOAO.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-NHNTX6ZL.js';
|
|
17
17
|
import '../../chunk-L7BZZ4SI.js';
|
|
18
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-U2H3TIHD.js';
|
|
19
19
|
import '../../chunk-MISHPEJX.js';
|
|
20
20
|
import '../../chunk-62GVNH5U.js';
|
|
21
21
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -27,7 +27,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
27
27
|
import '../../chunk-DD3CCMCZ.js';
|
|
28
28
|
import '../../chunk-RNP5R5I3.js';
|
|
29
29
|
import '../../chunk-RT4KRGZT.js';
|
|
30
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-IBCEAVB2.js';
|
|
31
31
|
import '../../chunk-Y6I3IC45.js';
|
|
32
32
|
import '../../chunk-6SSQGWK7.js';
|
|
33
33
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1604,6 +1604,63 @@ type Database = {
|
|
|
1604
1604
|
}
|
|
1605
1605
|
];
|
|
1606
1606
|
};
|
|
1607
|
+
content_item_source_assets: {
|
|
1608
|
+
Row: {
|
|
1609
|
+
alt_text: string | null;
|
|
1610
|
+
content_item_id: string;
|
|
1611
|
+
created_at: string;
|
|
1612
|
+
crop: Json | null;
|
|
1613
|
+
derivative_crop: Json | null;
|
|
1614
|
+
derivative_path: string | null;
|
|
1615
|
+
derivative_rendered_at: string | null;
|
|
1616
|
+
id: string;
|
|
1617
|
+
organization_id: string;
|
|
1618
|
+
position: number;
|
|
1619
|
+
source_asset_id: string;
|
|
1620
|
+
};
|
|
1621
|
+
Insert: {
|
|
1622
|
+
alt_text?: string | null;
|
|
1623
|
+
content_item_id: string;
|
|
1624
|
+
created_at?: string;
|
|
1625
|
+
crop?: Json | null;
|
|
1626
|
+
derivative_crop?: Json | null;
|
|
1627
|
+
derivative_path?: string | null;
|
|
1628
|
+
derivative_rendered_at?: string | null;
|
|
1629
|
+
id?: string;
|
|
1630
|
+
organization_id: string;
|
|
1631
|
+
position: number;
|
|
1632
|
+
source_asset_id: string;
|
|
1633
|
+
};
|
|
1634
|
+
Update: {
|
|
1635
|
+
alt_text?: string | null;
|
|
1636
|
+
content_item_id?: string;
|
|
1637
|
+
created_at?: string;
|
|
1638
|
+
crop?: Json | null;
|
|
1639
|
+
derivative_crop?: Json | null;
|
|
1640
|
+
derivative_path?: string | null;
|
|
1641
|
+
derivative_rendered_at?: string | null;
|
|
1642
|
+
id?: string;
|
|
1643
|
+
organization_id?: string;
|
|
1644
|
+
position?: number;
|
|
1645
|
+
source_asset_id?: string;
|
|
1646
|
+
};
|
|
1647
|
+
Relationships: [
|
|
1648
|
+
{
|
|
1649
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1650
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1651
|
+
isOneToOne: false;
|
|
1652
|
+
referencedRelation: "content_source_assets";
|
|
1653
|
+
referencedColumns: ["id", "organization_id"];
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1657
|
+
columns: ["content_item_id", "organization_id"];
|
|
1658
|
+
isOneToOne: false;
|
|
1659
|
+
referencedRelation: "content_items";
|
|
1660
|
+
referencedColumns: ["id", "organization_id"];
|
|
1661
|
+
}
|
|
1662
|
+
];
|
|
1663
|
+
};
|
|
1607
1664
|
content_items: {
|
|
1608
1665
|
Row: {
|
|
1609
1666
|
body: string | null;
|
|
@@ -3359,6 +3416,25 @@ type Database = {
|
|
|
3359
3416
|
};
|
|
3360
3417
|
Returns: Json;
|
|
3361
3418
|
};
|
|
3419
|
+
activate_deployment_atomic: {
|
|
3420
|
+
Args: {
|
|
3421
|
+
p_deployment_id: string;
|
|
3422
|
+
p_organization_id: string;
|
|
3423
|
+
};
|
|
3424
|
+
Returns: {
|
|
3425
|
+
created_at: string;
|
|
3426
|
+
deployment_version: string | null;
|
|
3427
|
+
error_message: string | null;
|
|
3428
|
+
id: string;
|
|
3429
|
+
organization_id: string;
|
|
3430
|
+
pid: number | null;
|
|
3431
|
+
port: number | null;
|
|
3432
|
+
sdk_version: string;
|
|
3433
|
+
status: string;
|
|
3434
|
+
tarball_path: string | null;
|
|
3435
|
+
updated_at: string;
|
|
3436
|
+
};
|
|
3437
|
+
};
|
|
3362
3438
|
append_deal_activity: {
|
|
3363
3439
|
Args: {
|
|
3364
3440
|
p_activity: Json;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MyRolesPage, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings } from '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MyRolesPage, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings } from '../../chunk-SWKAH2YM.js';
|
|
2
2
|
import '../../chunk-ZFISGKYW.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-3TS5U5BL.js';
|
|
4
4
|
import '../../chunk-PDHTXPSF.js';
|
|
5
|
-
export { settingsManifest } from '../../chunk-
|
|
5
|
+
export { settingsManifest } from '../../chunk-OCVSPAKM.js';
|
|
6
6
|
import '../../chunk-R6NMRXNO.js';
|
|
7
7
|
import '../../chunk-RBGVNPA6.js';
|
|
8
8
|
import '../../chunk-MKH2KOAO.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-NHNTX6ZL.js';
|
|
10
10
|
import '../../chunk-L7BZZ4SI.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-U2H3TIHD.js';
|
|
12
12
|
import '../../chunk-MISHPEJX.js';
|
|
13
13
|
import '../../chunk-62GVNH5U.js';
|
|
14
14
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -20,7 +20,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
20
20
|
import '../../chunk-DD3CCMCZ.js';
|
|
21
21
|
import '../../chunk-RNP5R5I3.js';
|
|
22
22
|
import '../../chunk-RT4KRGZT.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-IBCEAVB2.js';
|
|
24
24
|
import '../../chunk-Y6I3IC45.js';
|
|
25
25
|
import '../../chunk-6SSQGWK7.js';
|
|
26
26
|
import '../../chunk-BI5VDO2K.js';
|