@elevasis/ui 2.71.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 +116 -22
- package/dist/app/index.js +8 -8
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-DCMFNSJ6.js → chunk-3TS5U5BL.js} +1 -1
- package/dist/{chunk-VRRIHA3S.js → chunk-4CW2C5BD.js} +1 -1
- package/dist/{chunk-26BTE3Z4.js → chunk-5B2ZFO44.js} +1 -1
- package/dist/{chunk-BM2WKRAQ.js → chunk-AJOVWB47.js} +3 -3
- package/dist/{chunk-DH2MO5DX.js → chunk-CJ2232PQ.js} +1 -1
- package/dist/{chunk-TVFSVTRG.js → chunk-ETN3TTRT.js} +7 -7
- package/dist/{chunk-NM4A63KJ.js → chunk-IBCEAVB2.js} +56 -20
- package/dist/{chunk-3BLYJT5L.js → chunk-IGBPWD6S.js} +3 -3
- package/dist/{chunk-TB2PM2OU.js → chunk-JYBJMVNY.js} +1 -1
- package/dist/{chunk-TCQZ4AJI.js → chunk-LEPYXLJ2.js} +1 -1
- package/dist/{chunk-H3SDGC5F.js → chunk-LZT2H2MA.js} +4 -4
- package/dist/{chunk-VDX6DL7Z.js → chunk-NHNTX6ZL.js} +1 -1
- package/dist/{chunk-VHPHWTX7.js → chunk-NI37YNRP.js} +4 -4
- package/dist/{chunk-UZ7MSORW.js → chunk-OCVSPAKM.js} +540 -29
- package/dist/{chunk-LL5H7J4N.js → chunk-PQ4B62HH.js} +2 -2
- package/dist/{chunk-CPBT6Z2G.js → chunk-SWKAH2YM.js} +52 -20
- package/dist/{chunk-C75XWBYZ.js → chunk-U2H3TIHD.js} +1 -1
- package/dist/{chunk-AIOV5NM7.js → chunk-Z4ICFQXG.js} +1 -1
- package/dist/{chunk-JTSNU6KA.js → chunk-ZDKPHFTH.js} +3 -3
- package/dist/components/index.d.ts +307 -24
- 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 +586 -66
- package/dist/features/content/index.js +1213 -312
- package/dist/features/crm/index.d.ts +117 -22
- package/dist/features/crm/index.js +6 -6
- package/dist/features/dashboard/index.d.ts +20 -11
- 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 +41 -22
- 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 +40 -22
- 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 +1259 -32
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1259 -32
- package/dist/hooks/published.js +4 -4
- package/dist/initialization/index.d.ts +76 -0
- package/dist/knowledge/index.d.ts +40 -22
- package/dist/knowledge/index.js +18 -18
- package/dist/{knowledge-search-index-LP2WVSQX.js → knowledge-search-index-RZLIVWPJ.js} +5 -5
- package/dist/layout/index.js +7 -7
- package/dist/profile/index.d.ts +76 -0
- package/dist/provider/index.d.ts +116 -22
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +116 -22
- 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 +126 -14
- package/dist/utils/index.d.ts +20 -11
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
package/dist/profile/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -1706,6 +1706,63 @@ type Database = {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
];
|
|
1708
1708
|
};
|
|
1709
|
+
content_item_source_assets: {
|
|
1710
|
+
Row: {
|
|
1711
|
+
alt_text: string | null;
|
|
1712
|
+
content_item_id: string;
|
|
1713
|
+
created_at: string;
|
|
1714
|
+
crop: Json | null;
|
|
1715
|
+
derivative_crop: Json | null;
|
|
1716
|
+
derivative_path: string | null;
|
|
1717
|
+
derivative_rendered_at: string | null;
|
|
1718
|
+
id: string;
|
|
1719
|
+
organization_id: string;
|
|
1720
|
+
position: number;
|
|
1721
|
+
source_asset_id: string;
|
|
1722
|
+
};
|
|
1723
|
+
Insert: {
|
|
1724
|
+
alt_text?: string | null;
|
|
1725
|
+
content_item_id: string;
|
|
1726
|
+
created_at?: string;
|
|
1727
|
+
crop?: Json | null;
|
|
1728
|
+
derivative_crop?: Json | null;
|
|
1729
|
+
derivative_path?: string | null;
|
|
1730
|
+
derivative_rendered_at?: string | null;
|
|
1731
|
+
id?: string;
|
|
1732
|
+
organization_id: string;
|
|
1733
|
+
position: number;
|
|
1734
|
+
source_asset_id: string;
|
|
1735
|
+
};
|
|
1736
|
+
Update: {
|
|
1737
|
+
alt_text?: string | null;
|
|
1738
|
+
content_item_id?: string;
|
|
1739
|
+
created_at?: string;
|
|
1740
|
+
crop?: Json | null;
|
|
1741
|
+
derivative_crop?: Json | null;
|
|
1742
|
+
derivative_path?: string | null;
|
|
1743
|
+
derivative_rendered_at?: string | null;
|
|
1744
|
+
id?: string;
|
|
1745
|
+
organization_id?: string;
|
|
1746
|
+
position?: number;
|
|
1747
|
+
source_asset_id?: string;
|
|
1748
|
+
};
|
|
1749
|
+
Relationships: [
|
|
1750
|
+
{
|
|
1751
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1752
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1753
|
+
isOneToOne: false;
|
|
1754
|
+
referencedRelation: "content_source_assets";
|
|
1755
|
+
referencedColumns: ["id", "organization_id"];
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1759
|
+
columns: ["content_item_id", "organization_id"];
|
|
1760
|
+
isOneToOne: false;
|
|
1761
|
+
referencedRelation: "content_items";
|
|
1762
|
+
referencedColumns: ["id", "organization_id"];
|
|
1763
|
+
}
|
|
1764
|
+
];
|
|
1765
|
+
};
|
|
1709
1766
|
content_items: {
|
|
1710
1767
|
Row: {
|
|
1711
1768
|
body: string | null;
|
|
@@ -3461,6 +3518,25 @@ type Database = {
|
|
|
3461
3518
|
};
|
|
3462
3519
|
Returns: Json;
|
|
3463
3520
|
};
|
|
3521
|
+
activate_deployment_atomic: {
|
|
3522
|
+
Args: {
|
|
3523
|
+
p_deployment_id: string;
|
|
3524
|
+
p_organization_id: string;
|
|
3525
|
+
};
|
|
3526
|
+
Returns: {
|
|
3527
|
+
created_at: string;
|
|
3528
|
+
deployment_version: string | null;
|
|
3529
|
+
error_message: string | null;
|
|
3530
|
+
id: string;
|
|
3531
|
+
organization_id: string;
|
|
3532
|
+
pid: number | null;
|
|
3533
|
+
port: number | null;
|
|
3534
|
+
sdk_version: string;
|
|
3535
|
+
status: string;
|
|
3536
|
+
tarball_path: string | null;
|
|
3537
|
+
updated_at: string;
|
|
3538
|
+
};
|
|
3539
|
+
};
|
|
3464
3540
|
append_deal_activity: {
|
|
3465
3541
|
Args: {
|
|
3466
3542
|
p_activity: Json;
|
|
@@ -3832,7 +3908,9 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3832
3908
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3833
3909
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3834
3910
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3835
|
-
|
|
3911
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
3912
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
3913
|
+
}, z$1.core.$strict>>>>;
|
|
3836
3914
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3837
3915
|
id: z$1.ZodString;
|
|
3838
3916
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3843,7 +3921,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3843
3921
|
to: z$1.ZodString;
|
|
3844
3922
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
3845
3923
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
3846
|
-
}, z$1.core.$
|
|
3924
|
+
}, z$1.core.$strict>>>>;
|
|
3847
3925
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3848
3926
|
id: z$1.ZodString;
|
|
3849
3927
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3853,7 +3931,11 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3853
3931
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3854
3932
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3855
3933
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
3856
|
-
|
|
3934
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
3935
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
3936
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
3937
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
3938
|
+
}, z$1.core.$strict>>>>;
|
|
3857
3939
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3858
3940
|
id: z$1.ZodString;
|
|
3859
3941
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3863,7 +3945,10 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3863
3945
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
3864
3946
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
3865
3947
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3866
|
-
|
|
3948
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3949
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3950
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3951
|
+
}, z$1.core.$strict>>>>;
|
|
3867
3952
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3868
3953
|
id: z$1.ZodString;
|
|
3869
3954
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3871,7 +3956,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3871
3956
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3872
3957
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3873
3958
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3874
|
-
}, z$1.core.$
|
|
3959
|
+
}, z$1.core.$strict>>>>;
|
|
3875
3960
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3876
3961
|
id: z$1.ZodString;
|
|
3877
3962
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3879,7 +3964,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3879
3964
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3880
3965
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3881
3966
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3882
|
-
}, z$1.core.$
|
|
3967
|
+
}, z$1.core.$strict>>>>;
|
|
3883
3968
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3884
3969
|
id: z$1.ZodString;
|
|
3885
3970
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3887,7 +3972,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3887
3972
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3888
3973
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3889
3974
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
3890
|
-
}, z$1.core.$
|
|
3975
|
+
}, z$1.core.$strict>>>>;
|
|
3891
3976
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3892
3977
|
id: z$1.ZodString;
|
|
3893
3978
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3897,7 +3982,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3897
3982
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
3898
3983
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3899
3984
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3900
|
-
}, z$1.core.$
|
|
3985
|
+
}, z$1.core.$strict>>>>;
|
|
3901
3986
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3902
3987
|
id: z$1.ZodString;
|
|
3903
3988
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3905,7 +3990,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3905
3990
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3906
3991
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3907
3992
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3908
|
-
}, z$1.core.$
|
|
3993
|
+
}, z$1.core.$strict>>>>;
|
|
3909
3994
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3910
3995
|
id: z$1.ZodString;
|
|
3911
3996
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3913,8 +3998,8 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3913
3998
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3914
3999
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3915
4000
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
3916
|
-
}, z$1.core.$
|
|
3917
|
-
}, z$1.core.$
|
|
4001
|
+
}, z$1.core.$strict>>>>;
|
|
4002
|
+
}, z$1.core.$strict>>;
|
|
3918
4003
|
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
3919
4004
|
|
|
3920
4005
|
declare const SystemApiInterfaceSchema: z$1.ZodObject<{
|
|
@@ -4456,7 +4541,9 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4456
4541
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4457
4542
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4458
4543
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4459
|
-
|
|
4544
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
4545
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
4546
|
+
}, z$1.core.$strict>>>>;
|
|
4460
4547
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4461
4548
|
id: z$1.ZodString;
|
|
4462
4549
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4467,7 +4554,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4467
4554
|
to: z$1.ZodString;
|
|
4468
4555
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
4469
4556
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
4470
|
-
}, z$1.core.$
|
|
4557
|
+
}, z$1.core.$strict>>>>;
|
|
4471
4558
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4472
4559
|
id: z$1.ZodString;
|
|
4473
4560
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4477,7 +4564,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4477
4564
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4478
4565
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4479
4566
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
4480
|
-
|
|
4567
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
4568
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
4569
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
4570
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
4571
|
+
}, z$1.core.$strict>>>>;
|
|
4481
4572
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4482
4573
|
id: z$1.ZodString;
|
|
4483
4574
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4487,7 +4578,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4487
4578
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
4488
4579
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
4489
4580
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4490
|
-
|
|
4581
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4582
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4583
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4584
|
+
}, z$1.core.$strict>>>>;
|
|
4491
4585
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4492
4586
|
id: z$1.ZodString;
|
|
4493
4587
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4495,7 +4589,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4495
4589
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4496
4590
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4497
4591
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4498
|
-
}, z$1.core.$
|
|
4592
|
+
}, z$1.core.$strict>>>>;
|
|
4499
4593
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4500
4594
|
id: z$1.ZodString;
|
|
4501
4595
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4503,7 +4597,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4503
4597
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4504
4598
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4505
4599
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4506
|
-
}, z$1.core.$
|
|
4600
|
+
}, z$1.core.$strict>>>>;
|
|
4507
4601
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4508
4602
|
id: z$1.ZodString;
|
|
4509
4603
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4511,7 +4605,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4511
4605
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4512
4606
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4513
4607
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
4514
|
-
}, z$1.core.$
|
|
4608
|
+
}, z$1.core.$strict>>>>;
|
|
4515
4609
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4516
4610
|
id: z$1.ZodString;
|
|
4517
4611
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4521,7 +4615,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4521
4615
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
4522
4616
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4523
4617
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4524
|
-
}, z$1.core.$
|
|
4618
|
+
}, z$1.core.$strict>>>>;
|
|
4525
4619
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4526
4620
|
id: z$1.ZodString;
|
|
4527
4621
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4529,7 +4623,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4529
4623
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4530
4624
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4531
4625
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4532
|
-
}, z$1.core.$
|
|
4626
|
+
}, z$1.core.$strict>>>>;
|
|
4533
4627
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4534
4628
|
id: z$1.ZodString;
|
|
4535
4629
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4537,8 +4631,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4537
4631
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4538
4632
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4539
4633
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
4540
|
-
}, z$1.core.$
|
|
4541
|
-
}, z$1.core.$
|
|
4634
|
+
}, z$1.core.$strict>>>>;
|
|
4635
|
+
}, z$1.core.$strict>>>;
|
|
4542
4636
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4543
4637
|
id: z$1.ZodString;
|
|
4544
4638
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-OCVSPAKM.js';
|
|
2
2
|
import '../chunk-R6NMRXNO.js';
|
|
3
3
|
import '../chunk-RBGVNPA6.js';
|
|
4
4
|
import '../chunk-MKH2KOAO.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-NHNTX6ZL.js';
|
|
6
6
|
import '../chunk-L7BZZ4SI.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-U2H3TIHD.js';
|
|
8
8
|
import '../chunk-MISHPEJX.js';
|
|
9
9
|
import '../chunk-62GVNH5U.js';
|
|
10
10
|
import '../chunk-P45GQ3ZW.js';
|
|
@@ -16,7 +16,7 @@ import '../chunk-UD657ICS.js';
|
|
|
16
16
|
import '../chunk-DD3CCMCZ.js';
|
|
17
17
|
import '../chunk-RNP5R5I3.js';
|
|
18
18
|
import '../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../chunk-
|
|
19
|
+
import '../chunk-IBCEAVB2.js';
|
|
20
20
|
import '../chunk-Y6I3IC45.js';
|
|
21
21
|
import '../chunk-6SSQGWK7.js';
|
|
22
22
|
export { ElevasisServiceProvider, useElevasisServices } from '../chunk-BI5VDO2K.js';
|