@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
|
@@ -1705,6 +1705,63 @@ type Database = {
|
|
|
1705
1705
|
}
|
|
1706
1706
|
];
|
|
1707
1707
|
};
|
|
1708
|
+
content_item_source_assets: {
|
|
1709
|
+
Row: {
|
|
1710
|
+
alt_text: string | null;
|
|
1711
|
+
content_item_id: string;
|
|
1712
|
+
created_at: string;
|
|
1713
|
+
crop: Json | null;
|
|
1714
|
+
derivative_crop: Json | null;
|
|
1715
|
+
derivative_path: string | null;
|
|
1716
|
+
derivative_rendered_at: string | null;
|
|
1717
|
+
id: string;
|
|
1718
|
+
organization_id: string;
|
|
1719
|
+
position: number;
|
|
1720
|
+
source_asset_id: string;
|
|
1721
|
+
};
|
|
1722
|
+
Insert: {
|
|
1723
|
+
alt_text?: string | null;
|
|
1724
|
+
content_item_id: string;
|
|
1725
|
+
created_at?: string;
|
|
1726
|
+
crop?: Json | null;
|
|
1727
|
+
derivative_crop?: Json | null;
|
|
1728
|
+
derivative_path?: string | null;
|
|
1729
|
+
derivative_rendered_at?: string | null;
|
|
1730
|
+
id?: string;
|
|
1731
|
+
organization_id: string;
|
|
1732
|
+
position: number;
|
|
1733
|
+
source_asset_id: string;
|
|
1734
|
+
};
|
|
1735
|
+
Update: {
|
|
1736
|
+
alt_text?: string | null;
|
|
1737
|
+
content_item_id?: string;
|
|
1738
|
+
created_at?: string;
|
|
1739
|
+
crop?: Json | null;
|
|
1740
|
+
derivative_crop?: Json | null;
|
|
1741
|
+
derivative_path?: string | null;
|
|
1742
|
+
derivative_rendered_at?: string | null;
|
|
1743
|
+
id?: string;
|
|
1744
|
+
organization_id?: string;
|
|
1745
|
+
position?: number;
|
|
1746
|
+
source_asset_id?: string;
|
|
1747
|
+
};
|
|
1748
|
+
Relationships: [
|
|
1749
|
+
{
|
|
1750
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1751
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1752
|
+
isOneToOne: false;
|
|
1753
|
+
referencedRelation: "content_source_assets";
|
|
1754
|
+
referencedColumns: ["id", "organization_id"];
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1758
|
+
columns: ["content_item_id", "organization_id"];
|
|
1759
|
+
isOneToOne: false;
|
|
1760
|
+
referencedRelation: "content_items";
|
|
1761
|
+
referencedColumns: ["id", "organization_id"];
|
|
1762
|
+
}
|
|
1763
|
+
];
|
|
1764
|
+
};
|
|
1708
1765
|
content_items: {
|
|
1709
1766
|
Row: {
|
|
1710
1767
|
body: string | null;
|
|
@@ -3460,6 +3517,25 @@ type Database = {
|
|
|
3460
3517
|
};
|
|
3461
3518
|
Returns: Json;
|
|
3462
3519
|
};
|
|
3520
|
+
activate_deployment_atomic: {
|
|
3521
|
+
Args: {
|
|
3522
|
+
p_deployment_id: string;
|
|
3523
|
+
p_organization_id: string;
|
|
3524
|
+
};
|
|
3525
|
+
Returns: {
|
|
3526
|
+
created_at: string;
|
|
3527
|
+
deployment_version: string | null;
|
|
3528
|
+
error_message: string | null;
|
|
3529
|
+
id: string;
|
|
3530
|
+
organization_id: string;
|
|
3531
|
+
pid: number | null;
|
|
3532
|
+
port: number | null;
|
|
3533
|
+
sdk_version: string;
|
|
3534
|
+
status: string;
|
|
3535
|
+
tarball_path: string | null;
|
|
3536
|
+
updated_at: string;
|
|
3537
|
+
};
|
|
3538
|
+
};
|
|
3463
3539
|
append_deal_activity: {
|
|
3464
3540
|
Args: {
|
|
3465
3541
|
p_activity: Json;
|
|
@@ -3831,7 +3907,9 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3831
3907
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3832
3908
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3833
3909
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3834
|
-
|
|
3910
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
3911
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
3912
|
+
}, z$1.core.$strict>>>>;
|
|
3835
3913
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3836
3914
|
id: z$1.ZodString;
|
|
3837
3915
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3842,7 +3920,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3842
3920
|
to: z$1.ZodString;
|
|
3843
3921
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
3844
3922
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
3845
|
-
}, z$1.core.$
|
|
3923
|
+
}, z$1.core.$strict>>>>;
|
|
3846
3924
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3847
3925
|
id: z$1.ZodString;
|
|
3848
3926
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3852,7 +3930,11 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3852
3930
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3853
3931
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3854
3932
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
3855
|
-
|
|
3933
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
3934
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
3935
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
3936
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
3937
|
+
}, z$1.core.$strict>>>>;
|
|
3856
3938
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3857
3939
|
id: z$1.ZodString;
|
|
3858
3940
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3862,7 +3944,10 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3862
3944
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
3863
3945
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
3864
3946
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3865
|
-
|
|
3947
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3948
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3949
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3950
|
+
}, z$1.core.$strict>>>>;
|
|
3866
3951
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3867
3952
|
id: z$1.ZodString;
|
|
3868
3953
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3870,7 +3955,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3870
3955
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3871
3956
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3872
3957
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3873
|
-
}, z$1.core.$
|
|
3958
|
+
}, z$1.core.$strict>>>>;
|
|
3874
3959
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3875
3960
|
id: z$1.ZodString;
|
|
3876
3961
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3878,7 +3963,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3878
3963
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3879
3964
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3880
3965
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3881
|
-
}, z$1.core.$
|
|
3966
|
+
}, z$1.core.$strict>>>>;
|
|
3882
3967
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3883
3968
|
id: z$1.ZodString;
|
|
3884
3969
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3886,7 +3971,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3886
3971
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3887
3972
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3888
3973
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
3889
|
-
}, z$1.core.$
|
|
3974
|
+
}, z$1.core.$strict>>>>;
|
|
3890
3975
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3891
3976
|
id: z$1.ZodString;
|
|
3892
3977
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3896,7 +3981,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3896
3981
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
3897
3982
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3898
3983
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3899
|
-
}, z$1.core.$
|
|
3984
|
+
}, z$1.core.$strict>>>>;
|
|
3900
3985
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3901
3986
|
id: z$1.ZodString;
|
|
3902
3987
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3904,7 +3989,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3904
3989
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3905
3990
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3906
3991
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3907
|
-
}, z$1.core.$
|
|
3992
|
+
}, z$1.core.$strict>>>>;
|
|
3908
3993
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3909
3994
|
id: z$1.ZodString;
|
|
3910
3995
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -3912,8 +3997,8 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
|
3912
3997
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3913
3998
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3914
3999
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
3915
|
-
}, z$1.core.$
|
|
3916
|
-
}, z$1.core.$
|
|
4000
|
+
}, z$1.core.$strict>>>>;
|
|
4001
|
+
}, z$1.core.$strict>>;
|
|
3917
4002
|
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
3918
4003
|
|
|
3919
4004
|
declare const SystemApiInterfaceSchema: z$1.ZodObject<{
|
|
@@ -4455,7 +4540,9 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4455
4540
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4456
4541
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4457
4542
|
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4458
|
-
|
|
4543
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
4544
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
4545
|
+
}, z$1.core.$strict>>>>;
|
|
4459
4546
|
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4460
4547
|
id: z$1.ZodString;
|
|
4461
4548
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4466,7 +4553,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4466
4553
|
to: z$1.ZodString;
|
|
4467
4554
|
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
4468
4555
|
via: z$1.ZodOptional<z$1.ZodString>;
|
|
4469
|
-
}, z$1.core.$
|
|
4556
|
+
}, z$1.core.$strict>>>>;
|
|
4470
4557
|
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4471
4558
|
id: z$1.ZodString;
|
|
4472
4559
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4476,7 +4563,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4476
4563
|
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4477
4564
|
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4478
4565
|
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
4479
|
-
|
|
4566
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
4567
|
+
invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
|
|
4568
|
+
lifecycle: z$1.ZodOptional<z$1.ZodString>;
|
|
4569
|
+
legacyActionId: z$1.ZodOptional<z$1.ZodString>;
|
|
4570
|
+
}, z$1.core.$strict>>>>;
|
|
4480
4571
|
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4481
4572
|
id: z$1.ZodString;
|
|
4482
4573
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4486,7 +4577,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4486
4577
|
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
4487
4578
|
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
4488
4579
|
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4489
|
-
|
|
4580
|
+
legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4581
|
+
legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4582
|
+
legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
4583
|
+
}, z$1.core.$strict>>>>;
|
|
4490
4584
|
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4491
4585
|
id: z$1.ZodString;
|
|
4492
4586
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4494,7 +4588,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4494
4588
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4495
4589
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4496
4590
|
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4497
|
-
}, z$1.core.$
|
|
4591
|
+
}, z$1.core.$strict>>>>;
|
|
4498
4592
|
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4499
4593
|
id: z$1.ZodString;
|
|
4500
4594
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4502,7 +4596,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4502
4596
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4503
4597
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4504
4598
|
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4505
|
-
}, z$1.core.$
|
|
4599
|
+
}, z$1.core.$strict>>>>;
|
|
4506
4600
|
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4507
4601
|
id: z$1.ZodString;
|
|
4508
4602
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4510,7 +4604,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4510
4604
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4511
4605
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4512
4606
|
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
4513
|
-
}, z$1.core.$
|
|
4607
|
+
}, z$1.core.$strict>>>>;
|
|
4514
4608
|
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4515
4609
|
id: z$1.ZodString;
|
|
4516
4610
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4520,7 +4614,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4520
4614
|
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
4521
4615
|
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4522
4616
|
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4523
|
-
}, z$1.core.$
|
|
4617
|
+
}, z$1.core.$strict>>>>;
|
|
4524
4618
|
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4525
4619
|
id: z$1.ZodString;
|
|
4526
4620
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4528,7 +4622,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4528
4622
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4529
4623
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4530
4624
|
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4531
|
-
}, z$1.core.$
|
|
4625
|
+
}, z$1.core.$strict>>>>;
|
|
4532
4626
|
endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4533
4627
|
id: z$1.ZodString;
|
|
4534
4628
|
label: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -4536,8 +4630,8 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4536
4630
|
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4537
4631
|
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4538
4632
|
route: z$1.ZodOptional<z$1.ZodString>;
|
|
4539
|
-
}, z$1.core.$
|
|
4540
|
-
}, z$1.core.$
|
|
4633
|
+
}, z$1.core.$strict>>>>;
|
|
4634
|
+
}, z$1.core.$strict>>>;
|
|
4541
4635
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4542
4636
|
id: z$1.ZodString;
|
|
4543
4637
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } 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';
|
package/dist/supabase/index.d.ts
CHANGED
|
@@ -1602,6 +1602,63 @@ type Database = {
|
|
|
1602
1602
|
}
|
|
1603
1603
|
];
|
|
1604
1604
|
};
|
|
1605
|
+
content_item_source_assets: {
|
|
1606
|
+
Row: {
|
|
1607
|
+
alt_text: string | null;
|
|
1608
|
+
content_item_id: string;
|
|
1609
|
+
created_at: string;
|
|
1610
|
+
crop: Json | null;
|
|
1611
|
+
derivative_crop: Json | null;
|
|
1612
|
+
derivative_path: string | null;
|
|
1613
|
+
derivative_rendered_at: string | null;
|
|
1614
|
+
id: string;
|
|
1615
|
+
organization_id: string;
|
|
1616
|
+
position: number;
|
|
1617
|
+
source_asset_id: string;
|
|
1618
|
+
};
|
|
1619
|
+
Insert: {
|
|
1620
|
+
alt_text?: string | null;
|
|
1621
|
+
content_item_id: string;
|
|
1622
|
+
created_at?: string;
|
|
1623
|
+
crop?: Json | null;
|
|
1624
|
+
derivative_crop?: Json | null;
|
|
1625
|
+
derivative_path?: string | null;
|
|
1626
|
+
derivative_rendered_at?: string | null;
|
|
1627
|
+
id?: string;
|
|
1628
|
+
organization_id: string;
|
|
1629
|
+
position: number;
|
|
1630
|
+
source_asset_id: string;
|
|
1631
|
+
};
|
|
1632
|
+
Update: {
|
|
1633
|
+
alt_text?: string | null;
|
|
1634
|
+
content_item_id?: string;
|
|
1635
|
+
created_at?: string;
|
|
1636
|
+
crop?: Json | null;
|
|
1637
|
+
derivative_crop?: Json | null;
|
|
1638
|
+
derivative_path?: string | null;
|
|
1639
|
+
derivative_rendered_at?: string | null;
|
|
1640
|
+
id?: string;
|
|
1641
|
+
organization_id?: string;
|
|
1642
|
+
position?: number;
|
|
1643
|
+
source_asset_id?: string;
|
|
1644
|
+
};
|
|
1645
|
+
Relationships: [
|
|
1646
|
+
{
|
|
1647
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1648
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1649
|
+
isOneToOne: false;
|
|
1650
|
+
referencedRelation: "content_source_assets";
|
|
1651
|
+
referencedColumns: ["id", "organization_id"];
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1655
|
+
columns: ["content_item_id", "organization_id"];
|
|
1656
|
+
isOneToOne: false;
|
|
1657
|
+
referencedRelation: "content_items";
|
|
1658
|
+
referencedColumns: ["id", "organization_id"];
|
|
1659
|
+
}
|
|
1660
|
+
];
|
|
1661
|
+
};
|
|
1605
1662
|
content_items: {
|
|
1606
1663
|
Row: {
|
|
1607
1664
|
body: string | null;
|
|
@@ -3357,6 +3414,25 @@ type Database = {
|
|
|
3357
3414
|
};
|
|
3358
3415
|
Returns: Json;
|
|
3359
3416
|
};
|
|
3417
|
+
activate_deployment_atomic: {
|
|
3418
|
+
Args: {
|
|
3419
|
+
p_deployment_id: string;
|
|
3420
|
+
p_organization_id: string;
|
|
3421
|
+
};
|
|
3422
|
+
Returns: {
|
|
3423
|
+
created_at: string;
|
|
3424
|
+
deployment_version: string | null;
|
|
3425
|
+
error_message: string | null;
|
|
3426
|
+
id: string;
|
|
3427
|
+
organization_id: string;
|
|
3428
|
+
pid: number | null;
|
|
3429
|
+
port: number | null;
|
|
3430
|
+
sdk_version: string;
|
|
3431
|
+
status: string;
|
|
3432
|
+
tarball_path: string | null;
|
|
3433
|
+
updated_at: string;
|
|
3434
|
+
};
|
|
3435
|
+
};
|
|
3360
3436
|
append_deal_activity: {
|
|
3361
3437
|
Args: {
|
|
3362
3438
|
p_activity: Json;
|
|
@@ -5095,6 +5171,60 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
5095
5171
|
referencedColumns: ["execution_id"];
|
|
5096
5172
|
}];
|
|
5097
5173
|
};
|
|
5174
|
+
content_item_source_assets: {
|
|
5175
|
+
Row: {
|
|
5176
|
+
alt_text: string | null;
|
|
5177
|
+
content_item_id: string;
|
|
5178
|
+
created_at: string;
|
|
5179
|
+
crop: Json | null;
|
|
5180
|
+
derivative_crop: Json | null;
|
|
5181
|
+
derivative_path: string | null;
|
|
5182
|
+
derivative_rendered_at: string | null;
|
|
5183
|
+
id: string;
|
|
5184
|
+
organization_id: string;
|
|
5185
|
+
position: number;
|
|
5186
|
+
source_asset_id: string;
|
|
5187
|
+
};
|
|
5188
|
+
Insert: {
|
|
5189
|
+
alt_text?: string | null;
|
|
5190
|
+
content_item_id: string;
|
|
5191
|
+
created_at?: string;
|
|
5192
|
+
crop?: Json | null;
|
|
5193
|
+
derivative_crop?: Json | null;
|
|
5194
|
+
derivative_path?: string | null;
|
|
5195
|
+
derivative_rendered_at?: string | null;
|
|
5196
|
+
id?: string;
|
|
5197
|
+
organization_id: string;
|
|
5198
|
+
position: number;
|
|
5199
|
+
source_asset_id: string;
|
|
5200
|
+
};
|
|
5201
|
+
Update: {
|
|
5202
|
+
alt_text?: string | null;
|
|
5203
|
+
content_item_id?: string;
|
|
5204
|
+
created_at?: string;
|
|
5205
|
+
crop?: Json | null;
|
|
5206
|
+
derivative_crop?: Json | null;
|
|
5207
|
+
derivative_path?: string | null;
|
|
5208
|
+
derivative_rendered_at?: string | null;
|
|
5209
|
+
id?: string;
|
|
5210
|
+
organization_id?: string;
|
|
5211
|
+
position?: number;
|
|
5212
|
+
source_asset_id?: string;
|
|
5213
|
+
};
|
|
5214
|
+
Relationships: [{
|
|
5215
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
5216
|
+
columns: ["source_asset_id", "organization_id"];
|
|
5217
|
+
isOneToOne: false;
|
|
5218
|
+
referencedRelation: "content_source_assets";
|
|
5219
|
+
referencedColumns: ["id", "organization_id"];
|
|
5220
|
+
}, {
|
|
5221
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
5222
|
+
columns: ["content_item_id", "organization_id"];
|
|
5223
|
+
isOneToOne: false;
|
|
5224
|
+
referencedRelation: "content_items";
|
|
5225
|
+
referencedColumns: ["id", "organization_id"];
|
|
5226
|
+
}];
|
|
5227
|
+
};
|
|
5098
5228
|
content_items: {
|
|
5099
5229
|
Row: {
|
|
5100
5230
|
body: string | null;
|
|
@@ -6754,6 +6884,25 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
|
|
|
6754
6884
|
};
|
|
6755
6885
|
Returns: Json;
|
|
6756
6886
|
};
|
|
6887
|
+
activate_deployment_atomic: {
|
|
6888
|
+
Args: {
|
|
6889
|
+
p_deployment_id: string;
|
|
6890
|
+
p_organization_id: string;
|
|
6891
|
+
};
|
|
6892
|
+
Returns: {
|
|
6893
|
+
created_at: string;
|
|
6894
|
+
deployment_version: string | null;
|
|
6895
|
+
error_message: string | null;
|
|
6896
|
+
id: string;
|
|
6897
|
+
organization_id: string;
|
|
6898
|
+
pid: number | null;
|
|
6899
|
+
port: number | null;
|
|
6900
|
+
sdk_version: string;
|
|
6901
|
+
status: string;
|
|
6902
|
+
tarball_path: string | null;
|
|
6903
|
+
updated_at: string;
|
|
6904
|
+
};
|
|
6905
|
+
};
|
|
6757
6906
|
append_deal_activity: {
|
|
6758
6907
|
Args: {
|
|
6759
6908
|
p_activity: Json;
|
package/dist/test-utils/index.js
CHANGED
|
@@ -2,10 +2,10 @@ import { server, handlers } from '../chunk-7XKCG5CT.js';
|
|
|
2
2
|
export { handlers, server } from '../chunk-7XKCG5CT.js';
|
|
3
3
|
import { mockWorkOSUser, mockUseAuth, mockUnauthenticatedUser, mockAuthenticatedUser, mockAuthLoading, createMockUseAuth } from '../chunk-N7U24M2J.js';
|
|
4
4
|
export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-N7U24M2J.js';
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import { ApiClientProvider } from '../chunk-
|
|
5
|
+
import '../chunk-5B2ZFO44.js';
|
|
6
|
+
import { ApiClientProvider } from '../chunk-NHNTX6ZL.js';
|
|
7
7
|
import '../chunk-DD3CCMCZ.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-IBCEAVB2.js';
|
|
9
9
|
import '../chunk-Y6I3IC45.js';
|
|
10
10
|
import '../chunk-6SSQGWK7.js';
|
|
11
11
|
import { ElevasisServiceProvider } from '../chunk-BI5VDO2K.js';
|