@elevasis/ui 2.72.0 → 2.74.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 +172 -20
- package/dist/app/index.js +9 -10
- package/dist/auth/index.js +5 -6
- package/dist/charts/index.js +5 -6
- package/dist/chunk-2GIJBHZT.js +60 -0
- package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
- package/dist/chunk-3LOKYZJC.js +231 -0
- package/dist/chunk-3QHX4ZKV.js +224 -0
- package/dist/chunk-43LC6XAX.js +69 -0
- package/dist/chunk-4M2BSHVT.js +116 -0
- package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
- package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
- package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
- package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
- package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
- package/dist/chunk-ARAFQBNI.js +515 -0
- package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
- package/dist/chunk-BRTGCFBH.js +305 -0
- package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
- package/dist/chunk-CRA7WQZH.js +49 -0
- package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
- package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
- package/dist/chunk-FA7LMNQO.js +439 -0
- package/dist/chunk-FZSG6M6W.js +45 -0
- package/dist/chunk-GDOR57D7.js +165 -0
- package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
- package/dist/chunk-GPQQGQGT.js +645 -0
- package/dist/chunk-HYQOGRWG.js +54 -0
- package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
- package/dist/chunk-N6K2Q5BM.js +393 -0
- package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
- package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
- package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
- package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
- package/dist/chunk-VM2OWOXL.js +24 -0
- package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
- package/dist/chunk-WDBNW44Z.js +49 -0
- package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
- package/dist/chunk-YQQ5GRUR.js +21 -0
- package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
- package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
- package/dist/chunk-ZYNVCWDZ.js +286 -0
- package/dist/components/index.d.ts +490 -22
- package/dist/components/index.js +335 -35
- package/dist/components/navigation/index.js +6 -7
- package/dist/features/auth/index.d.ts +154 -2
- package/dist/features/auth/index.js +18 -9
- package/dist/features/clients/index.js +7 -7
- package/dist/features/content/index.d.ts +718 -34
- package/dist/features/content/index.js +1345 -51
- package/dist/features/crm/index.d.ts +172 -20
- package/dist/features/crm/index.js +10 -8
- package/dist/features/dashboard/index.d.ts +19 -10
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +134 -0
- package/dist/features/delivery/index.js +23 -7
- package/dist/features/knowledge/index.js +5 -6
- package/dist/features/lead-gen/index.d.ts +47 -35
- package/dist/features/lead-gen/index.js +12 -8
- package/dist/features/monitoring/index.js +11 -9
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +38 -20
- package/dist/features/operations/index.js +15 -11
- package/dist/features/public-agent-chat/index.js +3 -1
- package/dist/features/settings/index.d.ts +134 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/access/index.js +5 -6
- package/dist/hooks/delivery/index.d.ts +134 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1421 -29
- package/dist/hooks/published.js +22 -6
- package/dist/initialization/index.d.ts +134 -0
- package/dist/knowledge/index.d.ts +38 -20
- package/dist/knowledge/index.js +167 -11
- package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
- package/dist/layout/index.js +8 -9
- package/dist/profile/index.d.ts +134 -0
- package/dist/provider/index.d.ts +191 -21
- package/dist/provider/index.js +5 -6
- package/dist/provider/published.d.ts +219 -21
- package/dist/provider/published.js +5 -6
- package/dist/test-utils/index.d.ts +16 -5
- package/dist/test-utils/index.js +17 -18
- package/dist/types/index.d.ts +184 -14
- package/dist/utils/index.d.ts +102 -13
- package/dist/utils/index.js +1 -1
- package/package.json +7 -6
- package/dist/chunk-6M6OLGQY.js +0 -36
- package/dist/chunk-MKH2KOAO.js +0 -39
- package/dist/hooks/index.css +0 -659
- package/dist/hooks/index.d.ts +0 -12853
- package/dist/hooks/index.js +0 -27
- package/dist/supabase/index.d.ts +0 -6969
- package/dist/supabase/index.js +0 -3
- package/dist/typeform/index.d.ts +0 -462
- package/dist/typeform/index.js +0 -2051
- package/dist/typeform/schemas.d.ts +0 -67
- package/dist/typeform/schemas.js +0 -2
|
@@ -1503,6 +1503,64 @@ type Database = {
|
|
|
1503
1503
|
}
|
|
1504
1504
|
];
|
|
1505
1505
|
};
|
|
1506
|
+
content_distribution_metrics: {
|
|
1507
|
+
Row: {
|
|
1508
|
+
captured_at: string;
|
|
1509
|
+
created_at: string;
|
|
1510
|
+
distribution_id: string;
|
|
1511
|
+
id: string;
|
|
1512
|
+
metrics: Json;
|
|
1513
|
+
organization_id: string;
|
|
1514
|
+
raw: Json;
|
|
1515
|
+
source: string;
|
|
1516
|
+
source_execution_id: string | null;
|
|
1517
|
+
};
|
|
1518
|
+
Insert: {
|
|
1519
|
+
captured_at?: string;
|
|
1520
|
+
created_at?: string;
|
|
1521
|
+
distribution_id: string;
|
|
1522
|
+
id?: string;
|
|
1523
|
+
metrics?: Json;
|
|
1524
|
+
organization_id: string;
|
|
1525
|
+
raw?: Json;
|
|
1526
|
+
source: string;
|
|
1527
|
+
source_execution_id?: string | null;
|
|
1528
|
+
};
|
|
1529
|
+
Update: {
|
|
1530
|
+
captured_at?: string;
|
|
1531
|
+
created_at?: string;
|
|
1532
|
+
distribution_id?: string;
|
|
1533
|
+
id?: string;
|
|
1534
|
+
metrics?: Json;
|
|
1535
|
+
organization_id?: string;
|
|
1536
|
+
raw?: Json;
|
|
1537
|
+
source?: string;
|
|
1538
|
+
source_execution_id?: string | null;
|
|
1539
|
+
};
|
|
1540
|
+
Relationships: [
|
|
1541
|
+
{
|
|
1542
|
+
foreignKeyName: "content_distribution_metrics_distribution_fkey";
|
|
1543
|
+
columns: ["distribution_id", "organization_id"];
|
|
1544
|
+
isOneToOne: false;
|
|
1545
|
+
referencedRelation: "content_distributions";
|
|
1546
|
+
referencedColumns: ["id", "organization_id"];
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
foreignKeyName: "content_distribution_metrics_organization_id_fkey";
|
|
1550
|
+
columns: ["organization_id"];
|
|
1551
|
+
isOneToOne: false;
|
|
1552
|
+
referencedRelation: "organizations";
|
|
1553
|
+
referencedColumns: ["id"];
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
|
|
1557
|
+
columns: ["source_execution_id"];
|
|
1558
|
+
isOneToOne: false;
|
|
1559
|
+
referencedRelation: "execution_logs";
|
|
1560
|
+
referencedColumns: ["execution_id"];
|
|
1561
|
+
}
|
|
1562
|
+
];
|
|
1563
|
+
};
|
|
1506
1564
|
content_distributions: {
|
|
1507
1565
|
Row: {
|
|
1508
1566
|
adapted_body: string | null;
|
|
@@ -1652,6 +1710,63 @@ type Database = {
|
|
|
1652
1710
|
}
|
|
1653
1711
|
];
|
|
1654
1712
|
};
|
|
1713
|
+
content_item_source_assets: {
|
|
1714
|
+
Row: {
|
|
1715
|
+
alt_text: string | null;
|
|
1716
|
+
content_item_id: string;
|
|
1717
|
+
created_at: string;
|
|
1718
|
+
crop: Json | null;
|
|
1719
|
+
derivative_crop: Json | null;
|
|
1720
|
+
derivative_path: string | null;
|
|
1721
|
+
derivative_rendered_at: string | null;
|
|
1722
|
+
id: string;
|
|
1723
|
+
organization_id: string;
|
|
1724
|
+
position: number;
|
|
1725
|
+
source_asset_id: string;
|
|
1726
|
+
};
|
|
1727
|
+
Insert: {
|
|
1728
|
+
alt_text?: string | null;
|
|
1729
|
+
content_item_id: string;
|
|
1730
|
+
created_at?: string;
|
|
1731
|
+
crop?: Json | null;
|
|
1732
|
+
derivative_crop?: Json | null;
|
|
1733
|
+
derivative_path?: string | null;
|
|
1734
|
+
derivative_rendered_at?: string | null;
|
|
1735
|
+
id?: string;
|
|
1736
|
+
organization_id: string;
|
|
1737
|
+
position: number;
|
|
1738
|
+
source_asset_id: string;
|
|
1739
|
+
};
|
|
1740
|
+
Update: {
|
|
1741
|
+
alt_text?: string | null;
|
|
1742
|
+
content_item_id?: string;
|
|
1743
|
+
created_at?: string;
|
|
1744
|
+
crop?: Json | null;
|
|
1745
|
+
derivative_crop?: Json | null;
|
|
1746
|
+
derivative_path?: string | null;
|
|
1747
|
+
derivative_rendered_at?: string | null;
|
|
1748
|
+
id?: string;
|
|
1749
|
+
organization_id?: string;
|
|
1750
|
+
position?: number;
|
|
1751
|
+
source_asset_id?: string;
|
|
1752
|
+
};
|
|
1753
|
+
Relationships: [
|
|
1754
|
+
{
|
|
1755
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1756
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1757
|
+
isOneToOne: false;
|
|
1758
|
+
referencedRelation: "content_source_assets";
|
|
1759
|
+
referencedColumns: ["id", "organization_id"];
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1763
|
+
columns: ["content_item_id", "organization_id"];
|
|
1764
|
+
isOneToOne: false;
|
|
1765
|
+
referencedRelation: "content_items";
|
|
1766
|
+
referencedColumns: ["id", "organization_id"];
|
|
1767
|
+
}
|
|
1768
|
+
];
|
|
1769
|
+
};
|
|
1655
1770
|
content_items: {
|
|
1656
1771
|
Row: {
|
|
1657
1772
|
body: string | null;
|
|
@@ -3407,6 +3522,25 @@ type Database = {
|
|
|
3407
3522
|
};
|
|
3408
3523
|
Returns: Json;
|
|
3409
3524
|
};
|
|
3525
|
+
activate_deployment_atomic: {
|
|
3526
|
+
Args: {
|
|
3527
|
+
p_deployment_id: string;
|
|
3528
|
+
p_organization_id: string;
|
|
3529
|
+
};
|
|
3530
|
+
Returns: {
|
|
3531
|
+
created_at: string;
|
|
3532
|
+
deployment_version: string | null;
|
|
3533
|
+
error_message: string | null;
|
|
3534
|
+
id: string;
|
|
3535
|
+
organization_id: string;
|
|
3536
|
+
pid: number | null;
|
|
3537
|
+
port: number | null;
|
|
3538
|
+
sdk_version: string;
|
|
3539
|
+
status: string;
|
|
3540
|
+
tarball_path: string | null;
|
|
3541
|
+
updated_at: string;
|
|
3542
|
+
};
|
|
3543
|
+
};
|
|
3410
3544
|
append_deal_activity: {
|
|
3411
3545
|
Args: {
|
|
3412
3546
|
p_activity: Json;
|
|
@@ -3883,7 +4017,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3883
4017
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3884
4018
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3885
4019
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3886
|
-
|
|
4020
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
4021
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
4022
|
+
}, z.core.$strict>>>>;
|
|
3887
4023
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3888
4024
|
id: z.ZodString;
|
|
3889
4025
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3894,7 +4030,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3894
4030
|
to: z.ZodString;
|
|
3895
4031
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
3896
4032
|
via: z.ZodOptional<z.ZodString>;
|
|
3897
|
-
}, z.core.$
|
|
4033
|
+
}, z.core.$strict>>>>;
|
|
3898
4034
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3899
4035
|
id: z.ZodString;
|
|
3900
4036
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3904,7 +4040,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3904
4040
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
3905
4041
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3906
4042
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3907
|
-
|
|
4043
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
4044
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
4045
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
4046
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
4047
|
+
}, z.core.$strict>>>>;
|
|
3908
4048
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3909
4049
|
id: z.ZodString;
|
|
3910
4050
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3914,7 +4054,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3914
4054
|
kind: z.ZodOptional<z.ZodString>;
|
|
3915
4055
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
3916
4056
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3917
|
-
|
|
4057
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
4058
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
4059
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
4060
|
+
}, z.core.$strict>>>>;
|
|
3918
4061
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3919
4062
|
id: z.ZodString;
|
|
3920
4063
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3922,7 +4065,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3922
4065
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3923
4066
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3924
4067
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3925
|
-
}, z.core.$
|
|
4068
|
+
}, z.core.$strict>>>>;
|
|
3926
4069
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3927
4070
|
id: z.ZodString;
|
|
3928
4071
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3930,7 +4073,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3930
4073
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3931
4074
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3932
4075
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3933
|
-
}, z.core.$
|
|
4076
|
+
}, z.core.$strict>>>>;
|
|
3934
4077
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3935
4078
|
id: z.ZodString;
|
|
3936
4079
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3938,7 +4081,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3938
4081
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3939
4082
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3940
4083
|
primitive: z.ZodOptional<z.ZodString>;
|
|
3941
|
-
}, z.core.$
|
|
4084
|
+
}, z.core.$strict>>>>;
|
|
3942
4085
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3943
4086
|
id: z.ZodString;
|
|
3944
4087
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3948,7 +4091,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3948
4091
|
valueType: z.ZodOptional<z.ZodString>;
|
|
3949
4092
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
3950
4093
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
3951
|
-
}, z.core.$
|
|
4094
|
+
}, z.core.$strict>>>>;
|
|
3952
4095
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3953
4096
|
id: z.ZodString;
|
|
3954
4097
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3956,7 +4099,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3956
4099
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3957
4100
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3958
4101
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
3959
|
-
}, z.core.$
|
|
4102
|
+
}, z.core.$strict>>>>;
|
|
3960
4103
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3961
4104
|
id: z.ZodString;
|
|
3962
4105
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3964,7 +4107,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3964
4107
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3965
4108
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3966
4109
|
route: z.ZodOptional<z.ZodString>;
|
|
3967
|
-
}, z.core.$
|
|
4110
|
+
}, z.core.$strict>>>>;
|
|
3968
4111
|
}, z.core.$strict>>;
|
|
3969
4112
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
3970
4113
|
|
|
@@ -4545,7 +4688,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4545
4688
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4546
4689
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4547
4690
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4548
|
-
|
|
4691
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
4692
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
4693
|
+
}, z.core.$strict>>>>;
|
|
4549
4694
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4550
4695
|
id: z.ZodString;
|
|
4551
4696
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4556,7 +4701,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4556
4701
|
to: z.ZodString;
|
|
4557
4702
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
4558
4703
|
via: z.ZodOptional<z.ZodString>;
|
|
4559
|
-
}, z.core.$
|
|
4704
|
+
}, z.core.$strict>>>>;
|
|
4560
4705
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4561
4706
|
id: z.ZodString;
|
|
4562
4707
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4566,7 +4711,11 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4566
4711
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4567
4712
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4568
4713
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4569
|
-
|
|
4714
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
4715
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
4716
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
4717
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
4718
|
+
}, z.core.$strict>>>>;
|
|
4570
4719
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4571
4720
|
id: z.ZodString;
|
|
4572
4721
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4576,7 +4725,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4576
4725
|
kind: z.ZodOptional<z.ZodString>;
|
|
4577
4726
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
4578
4727
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4579
|
-
|
|
4728
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
4729
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
4730
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
4731
|
+
}, z.core.$strict>>>>;
|
|
4580
4732
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4581
4733
|
id: z.ZodString;
|
|
4582
4734
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4584,7 +4736,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4584
4736
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4585
4737
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4586
4738
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4587
|
-
}, z.core.$
|
|
4739
|
+
}, z.core.$strict>>>>;
|
|
4588
4740
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4589
4741
|
id: z.ZodString;
|
|
4590
4742
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4592,7 +4744,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4592
4744
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4593
4745
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4594
4746
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4595
|
-
}, z.core.$
|
|
4747
|
+
}, z.core.$strict>>>>;
|
|
4596
4748
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4597
4749
|
id: z.ZodString;
|
|
4598
4750
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4600,7 +4752,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4600
4752
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4601
4753
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4602
4754
|
primitive: z.ZodOptional<z.ZodString>;
|
|
4603
|
-
}, z.core.$
|
|
4755
|
+
}, z.core.$strict>>>>;
|
|
4604
4756
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4605
4757
|
id: z.ZodString;
|
|
4606
4758
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4610,7 +4762,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4610
4762
|
valueType: z.ZodOptional<z.ZodString>;
|
|
4611
4763
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
4612
4764
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
4613
|
-
}, z.core.$
|
|
4765
|
+
}, z.core.$strict>>>>;
|
|
4614
4766
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4615
4767
|
id: z.ZodString;
|
|
4616
4768
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4618,7 +4770,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4618
4770
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4619
4771
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4620
4772
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4621
|
-
}, z.core.$
|
|
4773
|
+
}, z.core.$strict>>>>;
|
|
4622
4774
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4623
4775
|
id: z.ZodString;
|
|
4624
4776
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4626,7 +4778,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4626
4778
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4627
4779
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4628
4780
|
route: z.ZodOptional<z.ZodString>;
|
|
4629
|
-
}, z.core.$
|
|
4781
|
+
}, z.core.$strict>>>>;
|
|
4630
4782
|
}, z.core.$strict>>>;
|
|
4631
4783
|
resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4632
4784
|
id: z.ZodString;
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmPrioritySettingsKeys, getCrmApiInterfaceReadiness, useCrmPipelineConfig, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmPrioritySettingsKeys, getCrmApiInterfaceReadiness, useCrmPipelineConfig, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-ZWI62BQ6.js';
|
|
2
|
+
import '../../chunk-FZSG6M6W.js';
|
|
3
|
+
import '../../chunk-ZFA56VSR.js';
|
|
4
|
+
import '../../chunk-ZYNVCWDZ.js';
|
|
5
|
+
import '../../chunk-WDBNW44Z.js';
|
|
3
6
|
import '../../chunk-BZZCNLT6.js';
|
|
4
7
|
import '../../chunk-TUMSNGTX.js';
|
|
5
8
|
import '../../chunk-PDHTXPSF.js';
|
|
6
|
-
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest } from '../../chunk-
|
|
9
|
+
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest } from '../../chunk-6JN2TLV2.js';
|
|
7
10
|
import '../../chunk-R6NMRXNO.js';
|
|
8
11
|
import '../../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
12
|
+
import '../../chunk-O32UQ26A.js';
|
|
11
13
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-HYQOGRWG.js';
|
|
13
15
|
import '../../chunk-MISHPEJX.js';
|
|
14
16
|
import '../../chunk-62GVNH5U.js';
|
|
15
17
|
import '../../chunk-P45GQ3ZW.js';
|
|
16
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-2GIJBHZT.js';
|
|
17
19
|
import '../../chunk-3KMDHCAR.js';
|
|
18
20
|
import '../../chunk-2IFYDILW.js';
|
|
19
21
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -21,7 +23,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
23
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
24
|
import '../../chunk-RNP5R5I3.js';
|
|
23
25
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-R5UGIFYU.js';
|
|
25
27
|
import '../../chunk-Y6I3IC45.js';
|
|
26
28
|
import '../../chunk-6SSQGWK7.js';
|
|
27
29
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -18,7 +18,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
18
18
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
19
19
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
20
20
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
21
|
-
|
|
21
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
22
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
23
|
+
}, z.core.$strict>>>>;
|
|
22
24
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
23
25
|
id: z.ZodString;
|
|
24
26
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -29,7 +31,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
29
31
|
to: z.ZodString;
|
|
30
32
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
31
33
|
via: z.ZodOptional<z.ZodString>;
|
|
32
|
-
}, z.core.$
|
|
34
|
+
}, z.core.$strict>>>>;
|
|
33
35
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
34
36
|
id: z.ZodString;
|
|
35
37
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -39,7 +41,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
39
41
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
40
42
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
41
43
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
42
|
-
|
|
44
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
45
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
46
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
47
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
48
|
+
}, z.core.$strict>>>>;
|
|
43
49
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
44
50
|
id: z.ZodString;
|
|
45
51
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -49,7 +55,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
49
55
|
kind: z.ZodOptional<z.ZodString>;
|
|
50
56
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
51
57
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
52
|
-
|
|
58
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
59
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
60
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
61
|
+
}, z.core.$strict>>>>;
|
|
53
62
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
54
63
|
id: z.ZodString;
|
|
55
64
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -57,7 +66,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
57
66
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
58
67
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
59
68
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
|
-
}, z.core.$
|
|
69
|
+
}, z.core.$strict>>>>;
|
|
61
70
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
62
71
|
id: z.ZodString;
|
|
63
72
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -65,7 +74,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
65
74
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
66
75
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
67
76
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
68
|
-
}, z.core.$
|
|
77
|
+
}, z.core.$strict>>>>;
|
|
69
78
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
70
79
|
id: z.ZodString;
|
|
71
80
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -73,7 +82,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
73
82
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
74
83
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
75
84
|
primitive: z.ZodOptional<z.ZodString>;
|
|
76
|
-
}, z.core.$
|
|
85
|
+
}, z.core.$strict>>>>;
|
|
77
86
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
78
87
|
id: z.ZodString;
|
|
79
88
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -83,7 +92,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
83
92
|
valueType: z.ZodOptional<z.ZodString>;
|
|
84
93
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
85
94
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
-
}, z.core.$
|
|
95
|
+
}, z.core.$strict>>>>;
|
|
87
96
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
88
97
|
id: z.ZodString;
|
|
89
98
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -91,7 +100,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
91
100
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
92
101
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
93
102
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
94
|
-
}, z.core.$
|
|
103
|
+
}, z.core.$strict>>>>;
|
|
95
104
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
96
105
|
id: z.ZodString;
|
|
97
106
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -99,7 +108,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
99
108
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
100
109
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
101
110
|
route: z.ZodOptional<z.ZodString>;
|
|
102
|
-
}, z.core.$
|
|
111
|
+
}, z.core.$strict>>>>;
|
|
103
112
|
}, z.core.$strict>>;
|
|
104
113
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
105
114
|
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-W2QRBQQA.js';
|
|
2
|
+
import '../../chunk-N6K2Q5BM.js';
|
|
2
3
|
import '../../chunk-3MEXPLWT.js';
|
|
3
4
|
import '../../chunk-LGKLC5MG.js';
|
|
5
|
+
import '../../chunk-YQQ5GRUR.js';
|
|
4
6
|
import '../../chunk-HENXLGVD.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-E6YGA5WH.js';
|
|
8
|
+
import '../../chunk-6JN2TLV2.js';
|
|
7
9
|
import '../../chunk-R6NMRXNO.js';
|
|
8
10
|
import '../../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-Z2W5VNN3.js';
|
|
11
|
+
import '../../chunk-O32UQ26A.js';
|
|
11
12
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-HYQOGRWG.js';
|
|
13
14
|
import '../../chunk-MISHPEJX.js';
|
|
14
15
|
import '../../chunk-62GVNH5U.js';
|
|
15
16
|
import '../../chunk-P45GQ3ZW.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-2GIJBHZT.js';
|
|
17
18
|
import '../../chunk-3KMDHCAR.js';
|
|
18
19
|
import '../../chunk-2IFYDILW.js';
|
|
19
20
|
import '../../chunk-BLXJEIQS.js';
|
|
@@ -21,7 +22,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
22
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
23
|
import '../../chunk-RNP5R5I3.js';
|
|
23
24
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-R5UGIFYU.js';
|
|
25
26
|
import '../../chunk-Y6I3IC45.js';
|
|
26
27
|
import '../../chunk-6SSQGWK7.js';
|
|
27
28
|
import '../../chunk-BI5VDO2K.js';
|