@elevasis/ui 2.72.0 → 2.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +114 -20
  3. package/dist/app/index.js +8 -8
  4. package/dist/auth/index.js +4 -4
  5. package/dist/charts/index.js +4 -4
  6. package/dist/{chunk-A3JHFZDP.js → chunk-3TS5U5BL.js} +1 -1
  7. package/dist/{chunk-IXBRUIYI.js → chunk-4CW2C5BD.js} +1 -1
  8. package/dist/{chunk-753MKWFV.js → chunk-5B2ZFO44.js} +1 -1
  9. package/dist/{chunk-DJWIIPKW.js → chunk-AJOVWB47.js} +3 -3
  10. package/dist/{chunk-RRS2QR3W.js → chunk-CJ2232PQ.js} +1 -1
  11. package/dist/{chunk-2454MK7P.js → chunk-ETN3TTRT.js} +7 -7
  12. package/dist/{chunk-Q3O3WY7Q.js → chunk-IBCEAVB2.js} +33 -13
  13. package/dist/{chunk-7ESZKTQG.js → chunk-IGBPWD6S.js} +3 -3
  14. package/dist/{chunk-UZ5JO5TK.js → chunk-JYBJMVNY.js} +1 -1
  15. package/dist/{chunk-LCHL5SM2.js → chunk-LEPYXLJ2.js} +1 -1
  16. package/dist/{chunk-LEQGGX2U.js → chunk-LZT2H2MA.js} +4 -4
  17. package/dist/{chunk-Z2W5VNN3.js → chunk-NHNTX6ZL.js} +1 -1
  18. package/dist/{chunk-AFBFSXP3.js → chunk-NI37YNRP.js} +4 -4
  19. package/dist/{chunk-KIDZXZM5.js → chunk-OCVSPAKM.js} +501 -25
  20. package/dist/{chunk-IMZTRDY2.js → chunk-PQ4B62HH.js} +2 -2
  21. package/dist/{chunk-SV4M2BUI.js → chunk-SWKAH2YM.js} +52 -20
  22. package/dist/{chunk-XZIOCB5D.js → chunk-U2H3TIHD.js} +1 -1
  23. package/dist/{chunk-DKVGO6RJ.js → chunk-Z4ICFQXG.js} +1 -1
  24. package/dist/{chunk-ZBXCEWKF.js → chunk-ZDKPHFTH.js} +3 -3
  25. package/dist/components/index.d.ts +305 -22
  26. package/dist/components/index.js +316 -26
  27. package/dist/components/navigation/index.js +5 -5
  28. package/dist/features/auth/index.d.ts +76 -0
  29. package/dist/features/auth/index.js +6 -6
  30. package/dist/features/clients/index.js +5 -5
  31. package/dist/features/content/index.d.ts +494 -31
  32. package/dist/features/content/index.js +1090 -44
  33. package/dist/features/crm/index.d.ts +114 -20
  34. package/dist/features/crm/index.js +6 -6
  35. package/dist/features/dashboard/index.d.ts +19 -10
  36. package/dist/features/dashboard/index.js +6 -6
  37. package/dist/features/delivery/index.d.ts +76 -0
  38. package/dist/features/delivery/index.js +5 -5
  39. package/dist/features/knowledge/index.js +4 -4
  40. package/dist/features/lead-gen/index.d.ts +38 -20
  41. package/dist/features/lead-gen/index.js +6 -6
  42. package/dist/features/monitoring/index.js +7 -7
  43. package/dist/features/monitoring/requests/index.js +5 -5
  44. package/dist/features/operations/index.d.ts +38 -20
  45. package/dist/features/operations/index.js +9 -9
  46. package/dist/features/settings/index.d.ts +76 -0
  47. package/dist/features/settings/index.js +6 -6
  48. package/dist/hooks/access/index.js +4 -4
  49. package/dist/hooks/delivery/index.d.ts +76 -0
  50. package/dist/hooks/delivery/index.js +2 -2
  51. package/dist/hooks/index.d.ts +1248 -28
  52. package/dist/hooks/index.js +4 -4
  53. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +19 -10
  54. package/dist/hooks/published.d.ts +1248 -28
  55. package/dist/hooks/published.js +4 -4
  56. package/dist/initialization/index.d.ts +76 -0
  57. package/dist/knowledge/index.d.ts +38 -20
  58. package/dist/knowledge/index.js +8 -8
  59. package/dist/layout/index.js +7 -7
  60. package/dist/profile/index.d.ts +76 -0
  61. package/dist/provider/index.d.ts +114 -20
  62. package/dist/provider/index.js +4 -4
  63. package/dist/provider/published.d.ts +114 -20
  64. package/dist/provider/published.js +4 -4
  65. package/dist/supabase/index.d.ts +149 -0
  66. package/dist/test-utils/index.js +3 -3
  67. package/dist/types/index.d.ts +125 -13
  68. package/dist/utils/index.d.ts +19 -10
  69. package/dist/utils/index.js +1 -1
  70. 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
- }, z.core.$loose>>>>;
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.$loose>>>>;
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
- }, z.core.$loose>>>>;
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
- }, z.core.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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,7 +4049,7 @@ 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.$loose>>>>;
4052
+ }, z.core.$strict>>>>;
3968
4053
  }, z.core.$strict>>;
3969
4054
  type OntologyScope = z.infer<typeof OntologyScopeSchema>;
3970
4055
 
@@ -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
- }, z.core.$loose>>>>;
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.$loose>>>>;
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
- }, z.core.$loose>>>>;
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
- }, z.core.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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,7 +4720,7 @@ 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.$loose>>>>;
4723
+ }, z.core.$strict>>>>;
4630
4724
  }, z.core.$strict>>>;
4631
4725
  resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
4632
4726
  id: z.ZodString;
@@ -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-AFBFSXP3.js';
2
- import '../../chunk-IMZTRDY2.js';
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-KIDZXZM5.js';
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-Z2W5VNN3.js';
10
+ import '../../chunk-NHNTX6ZL.js';
11
11
  import '../../chunk-L7BZZ4SI.js';
12
- import '../../chunk-XZIOCB5D.js';
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-Q3O3WY7Q.js';
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
- }, z.core.$loose>>>>;
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.$loose>>>>;
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
- }, z.core.$loose>>>>;
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
- }, z.core.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
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.$loose>>>>;
111
+ }, z.core.$strict>>>>;
103
112
  }, z.core.$strict>>;
104
113
  type OntologyScope = z.infer<typeof OntologyScopeSchema>;
105
114
 
@@ -1,15 +1,15 @@
1
- export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-ZBXCEWKF.js';
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-A3JHFZDP.js';
6
- import '../../chunk-KIDZXZM5.js';
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-Z2W5VNN3.js';
10
+ import '../../chunk-NHNTX6ZL.js';
11
11
  import '../../chunk-L7BZZ4SI.js';
12
- import '../../chunk-XZIOCB5D.js';
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-Q3O3WY7Q.js';
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-DJWIIPKW.js';
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-KIDZXZM5.js';
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-Z2W5VNN3.js';
10
+ import '../../chunk-NHNTX6ZL.js';
11
11
  import '../../chunk-L7BZZ4SI.js';
12
- import '../../chunk-XZIOCB5D.js';
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-Q3O3WY7Q.js';
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-KIDZXZM5.js';
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-Z2W5VNN3.js';
5
+ import '../../chunk-NHNTX6ZL.js';
6
6
  import '../../chunk-L7BZZ4SI.js';
7
- import '../../chunk-XZIOCB5D.js';
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-Q3O3WY7Q.js';
19
+ import '../../chunk-IBCEAVB2.js';
20
20
  import '../../chunk-Y6I3IC45.js';
21
21
  import '../../chunk-6SSQGWK7.js';
22
22
  import '../../chunk-BI5VDO2K.js';