@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
|
@@ -1652,6 +1652,63 @@ type Database = {
|
|
|
1652
1652
|
}
|
|
1653
1653
|
];
|
|
1654
1654
|
};
|
|
1655
|
+
content_item_source_assets: {
|
|
1656
|
+
Row: {
|
|
1657
|
+
alt_text: string | null;
|
|
1658
|
+
content_item_id: string;
|
|
1659
|
+
created_at: string;
|
|
1660
|
+
crop: Json | null;
|
|
1661
|
+
derivative_crop: Json | null;
|
|
1662
|
+
derivative_path: string | null;
|
|
1663
|
+
derivative_rendered_at: string | null;
|
|
1664
|
+
id: string;
|
|
1665
|
+
organization_id: string;
|
|
1666
|
+
position: number;
|
|
1667
|
+
source_asset_id: string;
|
|
1668
|
+
};
|
|
1669
|
+
Insert: {
|
|
1670
|
+
alt_text?: string | null;
|
|
1671
|
+
content_item_id: string;
|
|
1672
|
+
created_at?: string;
|
|
1673
|
+
crop?: Json | null;
|
|
1674
|
+
derivative_crop?: Json | null;
|
|
1675
|
+
derivative_path?: string | null;
|
|
1676
|
+
derivative_rendered_at?: string | null;
|
|
1677
|
+
id?: string;
|
|
1678
|
+
organization_id: string;
|
|
1679
|
+
position: number;
|
|
1680
|
+
source_asset_id: string;
|
|
1681
|
+
};
|
|
1682
|
+
Update: {
|
|
1683
|
+
alt_text?: string | null;
|
|
1684
|
+
content_item_id?: string;
|
|
1685
|
+
created_at?: string;
|
|
1686
|
+
crop?: Json | null;
|
|
1687
|
+
derivative_crop?: Json | null;
|
|
1688
|
+
derivative_path?: string | null;
|
|
1689
|
+
derivative_rendered_at?: string | null;
|
|
1690
|
+
id?: string;
|
|
1691
|
+
organization_id?: string;
|
|
1692
|
+
position?: number;
|
|
1693
|
+
source_asset_id?: string;
|
|
1694
|
+
};
|
|
1695
|
+
Relationships: [
|
|
1696
|
+
{
|
|
1697
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1698
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1699
|
+
isOneToOne: false;
|
|
1700
|
+
referencedRelation: "content_source_assets";
|
|
1701
|
+
referencedColumns: ["id", "organization_id"];
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1705
|
+
columns: ["content_item_id", "organization_id"];
|
|
1706
|
+
isOneToOne: false;
|
|
1707
|
+
referencedRelation: "content_items";
|
|
1708
|
+
referencedColumns: ["id", "organization_id"];
|
|
1709
|
+
}
|
|
1710
|
+
];
|
|
1711
|
+
};
|
|
1655
1712
|
content_items: {
|
|
1656
1713
|
Row: {
|
|
1657
1714
|
body: string | null;
|
|
@@ -3407,6 +3464,25 @@ type Database = {
|
|
|
3407
3464
|
};
|
|
3408
3465
|
Returns: Json;
|
|
3409
3466
|
};
|
|
3467
|
+
activate_deployment_atomic: {
|
|
3468
|
+
Args: {
|
|
3469
|
+
p_deployment_id: string;
|
|
3470
|
+
p_organization_id: string;
|
|
3471
|
+
};
|
|
3472
|
+
Returns: {
|
|
3473
|
+
created_at: string;
|
|
3474
|
+
deployment_version: string | null;
|
|
3475
|
+
error_message: string | null;
|
|
3476
|
+
id: string;
|
|
3477
|
+
organization_id: string;
|
|
3478
|
+
pid: number | null;
|
|
3479
|
+
port: number | null;
|
|
3480
|
+
sdk_version: string;
|
|
3481
|
+
status: string;
|
|
3482
|
+
tarball_path: string | null;
|
|
3483
|
+
updated_at: string;
|
|
3484
|
+
};
|
|
3485
|
+
};
|
|
3410
3486
|
append_deal_activity: {
|
|
3411
3487
|
Args: {
|
|
3412
3488
|
p_activity: Json;
|
|
@@ -3883,7 +3959,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3883
3959
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3884
3960
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3885
3961
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3886
|
-
|
|
3962
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
3963
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
3964
|
+
}, z.core.$strict>>>>;
|
|
3887
3965
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3888
3966
|
id: z.ZodString;
|
|
3889
3967
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3894,7 +3972,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3894
3972
|
to: z.ZodString;
|
|
3895
3973
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
3896
3974
|
via: z.ZodOptional<z.ZodString>;
|
|
3897
|
-
}, z.core.$
|
|
3975
|
+
}, z.core.$strict>>>>;
|
|
3898
3976
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3899
3977
|
id: z.ZodString;
|
|
3900
3978
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3904,7 +3982,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3904
3982
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
3905
3983
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3906
3984
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
3907
|
-
|
|
3985
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
3986
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
3987
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
3988
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
3989
|
+
}, z.core.$strict>>>>;
|
|
3908
3990
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3909
3991
|
id: z.ZodString;
|
|
3910
3992
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3914,7 +3996,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3914
3996
|
kind: z.ZodOptional<z.ZodString>;
|
|
3915
3997
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
3916
3998
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3917
|
-
|
|
3999
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
4000
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
4001
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
4002
|
+
}, z.core.$strict>>>>;
|
|
3918
4003
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3919
4004
|
id: z.ZodString;
|
|
3920
4005
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3922,7 +4007,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3922
4007
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3923
4008
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3924
4009
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3925
|
-
}, z.core.$
|
|
4010
|
+
}, z.core.$strict>>>>;
|
|
3926
4011
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3927
4012
|
id: z.ZodString;
|
|
3928
4013
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3930,7 +4015,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3930
4015
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3931
4016
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3932
4017
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3933
|
-
}, z.core.$
|
|
4018
|
+
}, z.core.$strict>>>>;
|
|
3934
4019
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3935
4020
|
id: z.ZodString;
|
|
3936
4021
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3938,7 +4023,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3938
4023
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3939
4024
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3940
4025
|
primitive: z.ZodOptional<z.ZodString>;
|
|
3941
|
-
}, z.core.$
|
|
4026
|
+
}, z.core.$strict>>>>;
|
|
3942
4027
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3943
4028
|
id: z.ZodString;
|
|
3944
4029
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3948,7 +4033,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3948
4033
|
valueType: z.ZodOptional<z.ZodString>;
|
|
3949
4034
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
3950
4035
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
3951
|
-
}, z.core.$
|
|
4036
|
+
}, z.core.$strict>>>>;
|
|
3952
4037
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3953
4038
|
id: z.ZodString;
|
|
3954
4039
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3956,7 +4041,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3956
4041
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3957
4042
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3958
4043
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
3959
|
-
}, z.core.$
|
|
4044
|
+
}, z.core.$strict>>>>;
|
|
3960
4045
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3961
4046
|
id: z.ZodString;
|
|
3962
4047
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -3964,8 +4049,8 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
3964
4049
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
3965
4050
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3966
4051
|
route: z.ZodOptional<z.ZodString>;
|
|
3967
|
-
}, z.core.$
|
|
3968
|
-
}, z.core.$
|
|
4052
|
+
}, z.core.$strict>>>>;
|
|
4053
|
+
}, z.core.$strict>>;
|
|
3969
4054
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
3970
4055
|
|
|
3971
4056
|
declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
@@ -4545,7 +4630,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4545
4630
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4546
4631
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4547
4632
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4548
|
-
|
|
4633
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
4634
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
4635
|
+
}, z.core.$strict>>>>;
|
|
4549
4636
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4550
4637
|
id: z.ZodString;
|
|
4551
4638
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4556,7 +4643,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4556
4643
|
to: z.ZodString;
|
|
4557
4644
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
4558
4645
|
via: z.ZodOptional<z.ZodString>;
|
|
4559
|
-
}, z.core.$
|
|
4646
|
+
}, z.core.$strict>>>>;
|
|
4560
4647
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4561
4648
|
id: z.ZodString;
|
|
4562
4649
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4566,7 +4653,11 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4566
4653
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4567
4654
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4568
4655
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4569
|
-
|
|
4656
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
4657
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
4658
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
4659
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
4660
|
+
}, z.core.$strict>>>>;
|
|
4570
4661
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4571
4662
|
id: z.ZodString;
|
|
4572
4663
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4576,7 +4667,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4576
4667
|
kind: z.ZodOptional<z.ZodString>;
|
|
4577
4668
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
4578
4669
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4579
|
-
|
|
4670
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
4671
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
4672
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
4673
|
+
}, z.core.$strict>>>>;
|
|
4580
4674
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4581
4675
|
id: z.ZodString;
|
|
4582
4676
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4584,7 +4678,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4584
4678
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4585
4679
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4586
4680
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4587
|
-
}, z.core.$
|
|
4681
|
+
}, z.core.$strict>>>>;
|
|
4588
4682
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4589
4683
|
id: z.ZodString;
|
|
4590
4684
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4592,7 +4686,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4592
4686
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4593
4687
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4594
4688
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4595
|
-
}, z.core.$
|
|
4689
|
+
}, z.core.$strict>>>>;
|
|
4596
4690
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4597
4691
|
id: z.ZodString;
|
|
4598
4692
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4600,7 +4694,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4600
4694
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4601
4695
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4602
4696
|
primitive: z.ZodOptional<z.ZodString>;
|
|
4603
|
-
}, z.core.$
|
|
4697
|
+
}, z.core.$strict>>>>;
|
|
4604
4698
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4605
4699
|
id: z.ZodString;
|
|
4606
4700
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4610,7 +4704,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4610
4704
|
valueType: z.ZodOptional<z.ZodString>;
|
|
4611
4705
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
4612
4706
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
4613
|
-
}, z.core.$
|
|
4707
|
+
}, z.core.$strict>>>>;
|
|
4614
4708
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4615
4709
|
id: z.ZodString;
|
|
4616
4710
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4618,7 +4712,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4618
4712
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4619
4713
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4620
4714
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
4621
|
-
}, z.core.$
|
|
4715
|
+
}, z.core.$strict>>>>;
|
|
4622
4716
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4623
4717
|
id: z.ZodString;
|
|
4624
4718
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4626,8 +4720,8 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
4626
4720
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
4627
4721
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4628
4722
|
route: z.ZodOptional<z.ZodString>;
|
|
4629
|
-
}, z.core.$
|
|
4630
|
-
}, z.core.$
|
|
4723
|
+
}, z.core.$strict>>>>;
|
|
4724
|
+
}, z.core.$strict>>>;
|
|
4631
4725
|
resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4632
4726
|
id: z.ZodString;
|
|
4633
4727
|
order: z.ZodDefault<z.ZodNumber>;
|
|
@@ -5085,6 +5179,7 @@ declare const CRM_API_INTERFACE: {
|
|
|
5085
5179
|
readonly systemPath: "sales.crm";
|
|
5086
5180
|
readonly interfaceKey: "api";
|
|
5087
5181
|
readonly readinessProfile: "sales.crm.api";
|
|
5182
|
+
readonly validation: "built-in";
|
|
5088
5183
|
};
|
|
5089
5184
|
|
|
5090
5185
|
/**
|
|
@@ -1,15 +1,15 @@
|
|
|
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-NI37YNRP.js';
|
|
2
|
+
import '../../chunk-PQ4B62HH.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-TUMSNGTX.js';
|
|
5
5
|
import '../../chunk-PDHTXPSF.js';
|
|
6
|
-
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest } from '../../chunk-
|
|
6
|
+
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest } 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';
|
|
@@ -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,8 +108,8 @@ 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.$
|
|
103
|
-
}, z.core.$
|
|
111
|
+
}, z.core.$strict>>>>;
|
|
112
|
+
}, z.core.$strict>>;
|
|
104
113
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
105
114
|
|
|
106
115
|
declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-ZDKPHFTH.js';
|
|
2
2
|
import '../../chunk-3MEXPLWT.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
4
|
import '../../chunk-HENXLGVD.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-3TS5U5BL.js';
|
|
6
|
+
import '../../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';
|
|
@@ -1603,6 +1603,63 @@ type Database = {
|
|
|
1603
1603
|
}
|
|
1604
1604
|
];
|
|
1605
1605
|
};
|
|
1606
|
+
content_item_source_assets: {
|
|
1607
|
+
Row: {
|
|
1608
|
+
alt_text: string | null;
|
|
1609
|
+
content_item_id: string;
|
|
1610
|
+
created_at: string;
|
|
1611
|
+
crop: Json | null;
|
|
1612
|
+
derivative_crop: Json | null;
|
|
1613
|
+
derivative_path: string | null;
|
|
1614
|
+
derivative_rendered_at: string | null;
|
|
1615
|
+
id: string;
|
|
1616
|
+
organization_id: string;
|
|
1617
|
+
position: number;
|
|
1618
|
+
source_asset_id: string;
|
|
1619
|
+
};
|
|
1620
|
+
Insert: {
|
|
1621
|
+
alt_text?: string | null;
|
|
1622
|
+
content_item_id: string;
|
|
1623
|
+
created_at?: string;
|
|
1624
|
+
crop?: Json | null;
|
|
1625
|
+
derivative_crop?: Json | null;
|
|
1626
|
+
derivative_path?: string | null;
|
|
1627
|
+
derivative_rendered_at?: string | null;
|
|
1628
|
+
id?: string;
|
|
1629
|
+
organization_id: string;
|
|
1630
|
+
position: number;
|
|
1631
|
+
source_asset_id: string;
|
|
1632
|
+
};
|
|
1633
|
+
Update: {
|
|
1634
|
+
alt_text?: string | null;
|
|
1635
|
+
content_item_id?: string;
|
|
1636
|
+
created_at?: string;
|
|
1637
|
+
crop?: Json | null;
|
|
1638
|
+
derivative_crop?: Json | null;
|
|
1639
|
+
derivative_path?: string | null;
|
|
1640
|
+
derivative_rendered_at?: string | null;
|
|
1641
|
+
id?: string;
|
|
1642
|
+
organization_id?: string;
|
|
1643
|
+
position?: number;
|
|
1644
|
+
source_asset_id?: string;
|
|
1645
|
+
};
|
|
1646
|
+
Relationships: [
|
|
1647
|
+
{
|
|
1648
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1649
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1650
|
+
isOneToOne: false;
|
|
1651
|
+
referencedRelation: "content_source_assets";
|
|
1652
|
+
referencedColumns: ["id", "organization_id"];
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1656
|
+
columns: ["content_item_id", "organization_id"];
|
|
1657
|
+
isOneToOne: false;
|
|
1658
|
+
referencedRelation: "content_items";
|
|
1659
|
+
referencedColumns: ["id", "organization_id"];
|
|
1660
|
+
}
|
|
1661
|
+
];
|
|
1662
|
+
};
|
|
1606
1663
|
content_items: {
|
|
1607
1664
|
Row: {
|
|
1608
1665
|
body: string | null;
|
|
@@ -3358,6 +3415,25 @@ type Database = {
|
|
|
3358
3415
|
};
|
|
3359
3416
|
Returns: Json;
|
|
3360
3417
|
};
|
|
3418
|
+
activate_deployment_atomic: {
|
|
3419
|
+
Args: {
|
|
3420
|
+
p_deployment_id: string;
|
|
3421
|
+
p_organization_id: string;
|
|
3422
|
+
};
|
|
3423
|
+
Returns: {
|
|
3424
|
+
created_at: string;
|
|
3425
|
+
deployment_version: string | null;
|
|
3426
|
+
error_message: string | null;
|
|
3427
|
+
id: string;
|
|
3428
|
+
organization_id: string;
|
|
3429
|
+
pid: number | null;
|
|
3430
|
+
port: number | null;
|
|
3431
|
+
sdk_version: string;
|
|
3432
|
+
status: string;
|
|
3433
|
+
tarball_path: string | null;
|
|
3434
|
+
updated_at: string;
|
|
3435
|
+
};
|
|
3436
|
+
};
|
|
3361
3437
|
append_deal_activity: {
|
|
3362
3438
|
Args: {
|
|
3363
3439
|
p_activity: Json;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../../chunk-
|
|
1
|
+
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../../chunk-AJOVWB47.js';
|
|
2
2
|
export { calculateProgress, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-DLR4SDZW.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-TUMSNGTX.js';
|
|
5
5
|
import '../../chunk-PDHTXPSF.js';
|
|
6
|
-
export { deliveryManifest } from '../../chunk-
|
|
6
|
+
export { deliveryManifest } 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,10 +1,10 @@
|
|
|
1
|
-
export { knowledgeManifest } from '../../chunk-
|
|
1
|
+
export { knowledgeManifest } 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
|
import '../../chunk-BI5VDO2K.js';
|