@elevasis/ui 2.25.0 → 2.25.1

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 (101) hide show
  1. package/dist/app/index.css +11 -0
  2. package/dist/app/index.d.ts +457 -357
  3. package/dist/app/index.js +8 -7
  4. package/dist/auth/index.js +4 -4
  5. package/dist/charts/index.js +7 -7
  6. package/dist/{chunk-DDZOHLHB.js → chunk-26HQMR7S.js} +1 -1
  7. package/dist/{chunk-ZMXZ476Y.js → chunk-3AHEHVJ6.js} +3 -3
  8. package/dist/{chunk-LJWV4TWV.js → chunk-4ZFBVND2.js} +2 -2
  9. package/dist/{chunk-7D2HSSIW.js → chunk-7LJUTTXU.js} +5 -5
  10. package/dist/{chunk-ABV5LDDC.js → chunk-AZQY7AJR.js} +13 -24
  11. package/dist/{chunk-BIWHHWCJ.js → chunk-DWK2QIAK.js} +2 -1
  12. package/dist/{chunk-ZDKQNQ4X.js → chunk-GESXCQWY.js} +1 -1
  13. package/dist/{chunk-Z6FAH4XV.js → chunk-HKBEURCV.js} +1 -1
  14. package/dist/{chunk-HC2KV6BU.js → chunk-HOIT677G.js} +1 -1
  15. package/dist/chunk-IS53MXE4.js +230 -0
  16. package/dist/{chunk-WSC5LU3U.js → chunk-IX7LWINC.js} +6 -5
  17. package/dist/{chunk-AXXTN44Z.js → chunk-IYIZYMIE.js} +2 -2
  18. package/dist/{chunk-WWVSPOJY.js → chunk-JDQSCEEF.js} +1237 -642
  19. package/dist/{chunk-AZXSFDG2.js → chunk-JMI7L7Y7.js} +113 -63
  20. package/dist/{chunk-TSSKOQBX.js → chunk-KMAXFJPH.js} +2 -2
  21. package/dist/{chunk-HQ7M6PBW.js → chunk-KU7ZDWQ7.js} +1 -1
  22. package/dist/{chunk-ZGZZIR6K.js → chunk-L4RT57WU.js} +7 -7
  23. package/dist/{chunk-LK4MPIMK.js → chunk-MU4VPAMR.js} +2 -2
  24. package/dist/{chunk-3JCMO7SD.js → chunk-N55DVMAG.js} +1 -1
  25. package/dist/{chunk-EIOJNUPL.js → chunk-PNLJIPV5.js} +1 -1
  26. package/dist/{chunk-6Z3G4U2R.js → chunk-Q5BEODAT.js} +3 -2
  27. package/dist/{chunk-HVC2BTFO.js → chunk-QB2CC4VH.js} +1979 -257
  28. package/dist/{chunk-QJLRDTYS.js → chunk-RSG2O3HF.js} +932 -707
  29. package/dist/{chunk-M25JL54Z.js → chunk-RYTEQBAO.js} +1 -1
  30. package/dist/{chunk-XUYBOO32.js → chunk-U36X6NZM.js} +15 -7
  31. package/dist/{chunk-QSTH6T77.js → chunk-VKMNWHTL.js} +1 -1
  32. package/dist/{chunk-V3UOW2HG.js → chunk-VOVZLL23.js} +4 -4
  33. package/dist/{chunk-SLH2QLKV.js → chunk-WFTNY755.js} +1 -1
  34. package/dist/{chunk-DK2HVHCY.js → chunk-WKJ47GIW.js} +1 -1
  35. package/dist/chunk-X4WBGKJQ.js +138 -0
  36. package/dist/{chunk-QHSW4WHM.js → chunk-XTVZFT7U.js} +1 -1
  37. package/dist/components/index.css +11 -0
  38. package/dist/components/index.d.ts +478 -386
  39. package/dist/components/index.js +138 -336
  40. package/dist/components/navigation/index.css +11 -0
  41. package/dist/components/navigation/index.js +8 -8
  42. package/dist/features/auth/index.css +11 -0
  43. package/dist/features/auth/index.d.ts +369 -363
  44. package/dist/features/auth/index.js +7 -7
  45. package/dist/features/crm/index.css +11 -0
  46. package/dist/features/crm/index.d.ts +551 -360
  47. package/dist/features/crm/index.js +19 -19
  48. package/dist/features/dashboard/index.css +11 -0
  49. package/dist/features/dashboard/index.js +20 -20
  50. package/dist/features/delivery/index.css +11 -0
  51. package/dist/features/delivery/index.d.ts +363 -357
  52. package/dist/features/delivery/index.js +19 -19
  53. package/dist/features/lead-gen/index.css +11 -0
  54. package/dist/features/lead-gen/index.d.ts +160 -2
  55. package/dist/features/lead-gen/index.js +20 -19
  56. package/dist/features/monitoring/index.css +11 -0
  57. package/dist/features/monitoring/index.js +21 -21
  58. package/dist/features/monitoring/requests/index.css +11 -0
  59. package/dist/features/monitoring/requests/index.js +17 -17
  60. package/dist/features/operations/index.css +11 -0
  61. package/dist/features/operations/index.js +24 -23
  62. package/dist/features/seo/index.js +2 -2
  63. package/dist/features/settings/index.css +11 -0
  64. package/dist/features/settings/index.d.ts +369 -363
  65. package/dist/features/settings/index.js +19 -19
  66. package/dist/hooks/delivery/index.css +11 -0
  67. package/dist/hooks/delivery/index.d.ts +363 -357
  68. package/dist/hooks/delivery/index.js +2 -2
  69. package/dist/hooks/index.css +11 -0
  70. package/dist/hooks/index.d.ts +746 -399
  71. package/dist/hooks/index.js +17 -17
  72. package/dist/hooks/published.css +11 -0
  73. package/dist/hooks/published.d.ts +746 -399
  74. package/dist/hooks/published.js +17 -17
  75. package/dist/index.css +11 -0
  76. package/dist/index.d.ts +862 -381
  77. package/dist/index.js +17 -17
  78. package/dist/initialization/index.d.ts +369 -363
  79. package/dist/initialization/index.js +4 -4
  80. package/dist/layout/index.d.ts +6 -0
  81. package/dist/layout/index.js +5 -5
  82. package/dist/organization/index.css +11 -0
  83. package/dist/organization/index.js +4 -4
  84. package/dist/profile/index.d.ts +369 -363
  85. package/dist/profile/index.js +2 -2
  86. package/dist/provider/ElevasisServiceContext.d.ts +1 -0
  87. package/dist/provider/ElevasisServiceContext.js +1 -1
  88. package/dist/provider/index.css +11 -0
  89. package/dist/provider/index.d.ts +503 -362
  90. package/dist/provider/index.js +14 -14
  91. package/dist/provider/published.css +11 -0
  92. package/dist/provider/published.d.ts +494 -359
  93. package/dist/provider/published.js +12 -12
  94. package/dist/supabase/index.d.ts +369 -357
  95. package/dist/test-utils/index.js +1 -1
  96. package/dist/typeform/index.js +49 -20
  97. package/dist/types/index.d.ts +382 -363
  98. package/package.json +4 -4
  99. package/dist/chunk-CEWTOKE7.js +0 -109
  100. /package/dist/{chunk-IRW7JMQ4.js → chunk-5WWZXCS5.js} +0 -0
  101. /package/dist/{chunk-QJ2KCHKX.js → chunk-E565XMTQ.js} +0 -0
@@ -106,7 +106,7 @@ type Json = string | number | boolean | null | {
106
106
  } | Json[];
107
107
  type Database = {
108
108
  __InternalSupabase: {
109
- PostgrestVersion: '12.2.3 (519615d)';
109
+ PostgrestVersion: "12.2.3 (519615d)";
110
110
  };
111
111
  public: {
112
112
  Tables: {
@@ -149,11 +149,11 @@ type Database = {
149
149
  };
150
150
  Relationships: [
151
151
  {
152
- foreignKeyName: 'acq_artifacts_organization_id_fkey';
153
- columns: ['organization_id'];
152
+ foreignKeyName: "acq_artifacts_organization_id_fkey";
153
+ columns: ["organization_id"];
154
154
  isOneToOne: false;
155
- referencedRelation: 'organizations';
156
- referencedColumns: ['id'];
155
+ referencedRelation: "organizations";
156
+ referencedColumns: ["id"];
157
157
  }
158
158
  ];
159
159
  };
@@ -238,11 +238,11 @@ type Database = {
238
238
  };
239
239
  Relationships: [
240
240
  {
241
- foreignKeyName: 'acq_companies_organization_id_fkey';
242
- columns: ['organization_id'];
241
+ foreignKeyName: "acq_companies_organization_id_fkey";
242
+ columns: ["organization_id"];
243
243
  isOneToOne: false;
244
- referencedRelation: 'organizations';
245
- referencedColumns: ['id'];
244
+ referencedRelation: "organizations";
245
+ referencedColumns: ["id"];
246
246
  }
247
247
  ];
248
248
  };
@@ -333,18 +333,18 @@ type Database = {
333
333
  };
334
334
  Relationships: [
335
335
  {
336
- foreignKeyName: 'acq_contacts_company_id_fkey';
337
- columns: ['company_id'];
336
+ foreignKeyName: "acq_contacts_company_id_fkey";
337
+ columns: ["company_id"];
338
338
  isOneToOne: false;
339
- referencedRelation: 'acq_companies';
340
- referencedColumns: ['id'];
339
+ referencedRelation: "acq_companies";
340
+ referencedColumns: ["id"];
341
341
  },
342
342
  {
343
- foreignKeyName: 'acq_contacts_organization_id_fkey';
344
- columns: ['organization_id'];
343
+ foreignKeyName: "acq_contacts_organization_id_fkey";
344
+ columns: ["organization_id"];
345
345
  isOneToOne: false;
346
- referencedRelation: 'organizations';
347
- referencedColumns: ['id'];
346
+ referencedRelation: "organizations";
347
+ referencedColumns: ["id"];
348
348
  }
349
349
  ];
350
350
  };
@@ -381,11 +381,11 @@ type Database = {
381
381
  };
382
382
  Relationships: [
383
383
  {
384
- foreignKeyName: 'acq_content_organization_id_fkey';
385
- columns: ['organization_id'];
384
+ foreignKeyName: "acq_content_organization_id_fkey";
385
+ columns: ["organization_id"];
386
386
  isOneToOne: false;
387
- referencedRelation: 'organizations';
388
- referencedColumns: ['id'];
387
+ referencedRelation: "organizations";
388
+ referencedColumns: ["id"];
389
389
  }
390
390
  ];
391
391
  };
@@ -449,18 +449,18 @@ type Database = {
449
449
  };
450
450
  Relationships: [
451
451
  {
452
- foreignKeyName: 'acq_content_distributions_content_id_fkey';
453
- columns: ['content_id'];
452
+ foreignKeyName: "acq_content_distributions_content_id_fkey";
453
+ columns: ["content_id"];
454
454
  isOneToOne: false;
455
- referencedRelation: 'acq_content';
456
- referencedColumns: ['id'];
455
+ referencedRelation: "acq_content";
456
+ referencedColumns: ["id"];
457
457
  },
458
458
  {
459
- foreignKeyName: 'acq_content_distributions_organization_id_fkey';
460
- columns: ['organization_id'];
459
+ foreignKeyName: "acq_content_distributions_organization_id_fkey";
460
+ columns: ["organization_id"];
461
461
  isOneToOne: false;
462
- referencedRelation: 'organizations';
463
- referencedColumns: ['id'];
462
+ referencedRelation: "organizations";
463
+ referencedColumns: ["id"];
464
464
  }
465
465
  ];
466
466
  };
@@ -494,18 +494,18 @@ type Database = {
494
494
  };
495
495
  Relationships: [
496
496
  {
497
- foreignKeyName: 'acq_deal_notes_deal_id_fkey';
498
- columns: ['deal_id'];
497
+ foreignKeyName: "acq_deal_notes_deal_id_fkey";
498
+ columns: ["deal_id"];
499
499
  isOneToOne: false;
500
- referencedRelation: 'acq_deals';
501
- referencedColumns: ['id'];
500
+ referencedRelation: "acq_deals";
501
+ referencedColumns: ["id"];
502
502
  },
503
503
  {
504
- foreignKeyName: 'acq_deal_notes_organization_id_fkey';
505
- columns: ['organization_id'];
504
+ foreignKeyName: "acq_deal_notes_organization_id_fkey";
505
+ columns: ["organization_id"];
506
506
  isOneToOne: false;
507
- referencedRelation: 'organizations';
508
- referencedColumns: ['id'];
507
+ referencedRelation: "organizations";
508
+ referencedColumns: ["id"];
509
509
  }
510
510
  ];
511
511
  };
@@ -557,18 +557,18 @@ type Database = {
557
557
  };
558
558
  Relationships: [
559
559
  {
560
- foreignKeyName: 'acq_deal_tasks_deal_id_fkey';
561
- columns: ['deal_id'];
560
+ foreignKeyName: "acq_deal_tasks_deal_id_fkey";
561
+ columns: ["deal_id"];
562
562
  isOneToOne: false;
563
- referencedRelation: 'acq_deals';
564
- referencedColumns: ['id'];
563
+ referencedRelation: "acq_deals";
564
+ referencedColumns: ["id"];
565
565
  },
566
566
  {
567
- foreignKeyName: 'acq_deal_tasks_organization_id_fkey';
568
- columns: ['organization_id'];
567
+ foreignKeyName: "acq_deal_tasks_organization_id_fkey";
568
+ columns: ["organization_id"];
569
569
  isOneToOne: false;
570
- referencedRelation: 'organizations';
571
- referencedColumns: ['id'];
570
+ referencedRelation: "organizations";
571
+ referencedColumns: ["id"];
572
572
  }
573
573
  ];
574
574
  };
@@ -585,6 +585,8 @@ type Database = {
585
585
  discovery_submitted_by: string | null;
586
586
  id: string;
587
587
  initial_fee: number | null;
588
+ instantly_email_account: string | null;
589
+ instantly_thread_uuid: string | null;
588
590
  monthly_fee: number | null;
589
591
  organization_id: string;
590
592
  payment_link_sent_at: string | null;
@@ -620,6 +622,8 @@ type Database = {
620
622
  discovery_submitted_by?: string | null;
621
623
  id?: string;
622
624
  initial_fee?: number | null;
625
+ instantly_email_account?: string | null;
626
+ instantly_thread_uuid?: string | null;
623
627
  monthly_fee?: number | null;
624
628
  organization_id: string;
625
629
  payment_link_sent_at?: string | null;
@@ -655,6 +659,8 @@ type Database = {
655
659
  discovery_submitted_by?: string | null;
656
660
  id?: string;
657
661
  initial_fee?: number | null;
662
+ instantly_email_account?: string | null;
663
+ instantly_thread_uuid?: string | null;
658
664
  monthly_fee?: number | null;
659
665
  organization_id?: string;
660
666
  payment_link_sent_at?: string | null;
@@ -680,25 +686,25 @@ type Database = {
680
686
  };
681
687
  Relationships: [
682
688
  {
683
- foreignKeyName: 'acq_deals_contact_id_fkey';
684
- columns: ['contact_id'];
689
+ foreignKeyName: "acq_deals_contact_id_fkey";
690
+ columns: ["contact_id"];
685
691
  isOneToOne: false;
686
- referencedRelation: 'acq_contacts';
687
- referencedColumns: ['id'];
692
+ referencedRelation: "acq_contacts";
693
+ referencedColumns: ["id"];
688
694
  },
689
695
  {
690
- foreignKeyName: 'acq_deals_organization_id_fkey';
691
- columns: ['organization_id'];
696
+ foreignKeyName: "acq_deals_organization_id_fkey";
697
+ columns: ["organization_id"];
692
698
  isOneToOne: false;
693
- referencedRelation: 'organizations';
694
- referencedColumns: ['id'];
699
+ referencedRelation: "organizations";
700
+ referencedColumns: ["id"];
695
701
  },
696
702
  {
697
- foreignKeyName: 'acq_deals_source_list_id_fkey';
698
- columns: ['source_list_id'];
703
+ foreignKeyName: "acq_deals_source_list_id_fkey";
704
+ columns: ["source_list_id"];
699
705
  isOneToOne: false;
700
- referencedRelation: 'acq_lists';
701
- referencedColumns: ['id'];
706
+ referencedRelation: "acq_lists";
707
+ referencedColumns: ["id"];
702
708
  }
703
709
  ];
704
710
  };
@@ -750,25 +756,25 @@ type Database = {
750
756
  };
751
757
  Relationships: [
752
758
  {
753
- foreignKeyName: 'acq_list_companies_company_id_fkey';
754
- columns: ['company_id'];
759
+ foreignKeyName: "acq_list_companies_company_id_fkey";
760
+ columns: ["company_id"];
755
761
  isOneToOne: false;
756
- referencedRelation: 'acq_companies';
757
- referencedColumns: ['id'];
762
+ referencedRelation: "acq_companies";
763
+ referencedColumns: ["id"];
758
764
  },
759
765
  {
760
- foreignKeyName: 'acq_list_companies_list_id_fkey';
761
- columns: ['list_id'];
766
+ foreignKeyName: "acq_list_companies_list_id_fkey";
767
+ columns: ["list_id"];
762
768
  isOneToOne: false;
763
- referencedRelation: 'acq_lists';
764
- referencedColumns: ['id'];
769
+ referencedRelation: "acq_lists";
770
+ referencedColumns: ["id"];
765
771
  },
766
772
  {
767
- foreignKeyName: 'acq_list_companies_source_execution_id_fkey';
768
- columns: ['source_execution_id'];
773
+ foreignKeyName: "acq_list_companies_source_execution_id_fkey";
774
+ columns: ["source_execution_id"];
769
775
  isOneToOne: false;
770
- referencedRelation: 'execution_logs';
771
- referencedColumns: ['execution_id'];
776
+ referencedRelation: "execution_logs";
777
+ referencedColumns: ["execution_id"];
772
778
  }
773
779
  ];
774
780
  };
@@ -796,18 +802,18 @@ type Database = {
796
802
  };
797
803
  Relationships: [
798
804
  {
799
- foreignKeyName: 'acq_list_executions_execution_id_fkey';
800
- columns: ['execution_id'];
805
+ foreignKeyName: "acq_list_executions_execution_id_fkey";
806
+ columns: ["execution_id"];
801
807
  isOneToOne: false;
802
- referencedRelation: 'execution_logs';
803
- referencedColumns: ['execution_id'];
808
+ referencedRelation: "execution_logs";
809
+ referencedColumns: ["execution_id"];
804
810
  },
805
811
  {
806
- foreignKeyName: 'acq_list_executions_list_id_fkey';
807
- columns: ['list_id'];
812
+ foreignKeyName: "acq_list_executions_list_id_fkey";
813
+ columns: ["list_id"];
808
814
  isOneToOne: false;
809
- referencedRelation: 'acq_lists';
810
- referencedColumns: ['id'];
815
+ referencedRelation: "acq_lists";
816
+ referencedColumns: ["id"];
811
817
  }
812
818
  ];
813
819
  };
@@ -859,25 +865,25 @@ type Database = {
859
865
  };
860
866
  Relationships: [
861
867
  {
862
- foreignKeyName: 'acq_list_members_contact_id_fkey';
863
- columns: ['contact_id'];
868
+ foreignKeyName: "acq_list_members_contact_id_fkey";
869
+ columns: ["contact_id"];
864
870
  isOneToOne: false;
865
- referencedRelation: 'acq_contacts';
866
- referencedColumns: ['id'];
871
+ referencedRelation: "acq_contacts";
872
+ referencedColumns: ["id"];
867
873
  },
868
874
  {
869
- foreignKeyName: 'acq_list_members_list_id_fkey';
870
- columns: ['list_id'];
875
+ foreignKeyName: "acq_list_members_list_id_fkey";
876
+ columns: ["list_id"];
871
877
  isOneToOne: false;
872
- referencedRelation: 'acq_lists';
873
- referencedColumns: ['id'];
878
+ referencedRelation: "acq_lists";
879
+ referencedColumns: ["id"];
874
880
  },
875
881
  {
876
- foreignKeyName: 'acq_list_members_source_execution_id_fkey';
877
- columns: ['source_execution_id'];
882
+ foreignKeyName: "acq_list_members_source_execution_id_fkey";
883
+ columns: ["source_execution_id"];
878
884
  isOneToOne: false;
879
- referencedRelation: 'execution_logs';
880
- referencedColumns: ['execution_id'];
885
+ referencedRelation: "execution_logs";
886
+ referencedColumns: ["execution_id"];
881
887
  }
882
888
  ];
883
889
  };
@@ -932,11 +938,11 @@ type Database = {
932
938
  };
933
939
  Relationships: [
934
940
  {
935
- foreignKeyName: 'acq_lists_organization_id_fkey';
936
- columns: ['organization_id'];
941
+ foreignKeyName: "acq_lists_organization_id_fkey";
942
+ columns: ["organization_id"];
937
943
  isOneToOne: false;
938
- referencedRelation: 'organizations';
939
- referencedColumns: ['id'];
944
+ referencedRelation: "organizations";
945
+ referencedColumns: ["id"];
940
946
  }
941
947
  ];
942
948
  };
@@ -1012,18 +1018,18 @@ type Database = {
1012
1018
  };
1013
1019
  Relationships: [
1014
1020
  {
1015
- foreignKeyName: 'acq_seo_metrics_organization_id_fkey';
1016
- columns: ['organization_id'];
1021
+ foreignKeyName: "acq_seo_metrics_organization_id_fkey";
1022
+ columns: ["organization_id"];
1017
1023
  isOneToOne: false;
1018
- referencedRelation: 'organizations';
1019
- referencedColumns: ['id'];
1024
+ referencedRelation: "organizations";
1025
+ referencedColumns: ["id"];
1020
1026
  },
1021
1027
  {
1022
- foreignKeyName: 'acq_seo_metrics_seo_page_id_fkey';
1023
- columns: ['seo_page_id'];
1028
+ foreignKeyName: "acq_seo_metrics_seo_page_id_fkey";
1029
+ columns: ["seo_page_id"];
1024
1030
  isOneToOne: false;
1025
- referencedRelation: 'acq_seo_pages';
1026
- referencedColumns: ['id'];
1031
+ referencedRelation: "acq_seo_pages";
1032
+ referencedColumns: ["id"];
1027
1033
  }
1028
1034
  ];
1029
1035
  };
@@ -1099,11 +1105,11 @@ type Database = {
1099
1105
  };
1100
1106
  Relationships: [
1101
1107
  {
1102
- foreignKeyName: 'acq_seo_pages_organization_id_fkey';
1103
- columns: ['organization_id'];
1108
+ foreignKeyName: "acq_seo_pages_organization_id_fkey";
1109
+ columns: ["organization_id"];
1104
1110
  isOneToOne: false;
1105
- referencedRelation: 'organizations';
1106
- referencedColumns: ['id'];
1111
+ referencedRelation: "organizations";
1112
+ referencedColumns: ["id"];
1107
1113
  }
1108
1114
  ];
1109
1115
  };
@@ -1200,11 +1206,11 @@ type Database = {
1200
1206
  };
1201
1207
  Relationships: [
1202
1208
  {
1203
- foreignKeyName: 'acq_social_posts_organization_id_fkey';
1204
- columns: ['organization_id'];
1209
+ foreignKeyName: "acq_social_posts_organization_id_fkey";
1210
+ columns: ["organization_id"];
1205
1211
  isOneToOne: false;
1206
- referencedRelation: 'organizations';
1207
- referencedColumns: ['id'];
1212
+ referencedRelation: "organizations";
1213
+ referencedColumns: ["id"];
1208
1214
  }
1209
1215
  ];
1210
1216
  };
@@ -1259,11 +1265,11 @@ type Database = {
1259
1265
  };
1260
1266
  Relationships: [
1261
1267
  {
1262
- foreignKeyName: 'activities_organization_id_fkey';
1263
- columns: ['organization_id'];
1268
+ foreignKeyName: "activities_organization_id_fkey";
1269
+ columns: ["organization_id"];
1264
1270
  isOneToOne: false;
1265
- referencedRelation: 'organizations';
1266
- referencedColumns: ['id'];
1271
+ referencedRelation: "organizations";
1272
+ referencedColumns: ["id"];
1267
1273
  }
1268
1274
  ];
1269
1275
  };
@@ -1294,11 +1300,11 @@ type Database = {
1294
1300
  };
1295
1301
  Relationships: [
1296
1302
  {
1297
- foreignKeyName: 'api_keys_organization_id_fkey';
1298
- columns: ['organization_id'];
1303
+ foreignKeyName: "api_keys_organization_id_fkey";
1304
+ columns: ["organization_id"];
1299
1305
  isOneToOne: false;
1300
- referencedRelation: 'organizations';
1301
- referencedColumns: ['id'];
1306
+ referencedRelation: "organizations";
1307
+ referencedColumns: ["id"];
1302
1308
  }
1303
1309
  ];
1304
1310
  };
@@ -1377,25 +1383,25 @@ type Database = {
1377
1383
  };
1378
1384
  Relationships: [
1379
1385
  {
1380
- foreignKeyName: 'command_queue_completed_by_fkey';
1381
- columns: ['completed_by'];
1386
+ foreignKeyName: "command_queue_completed_by_fkey";
1387
+ columns: ["completed_by"];
1382
1388
  isOneToOne: false;
1383
- referencedRelation: 'users';
1384
- referencedColumns: ['id'];
1389
+ referencedRelation: "users";
1390
+ referencedColumns: ["id"];
1385
1391
  },
1386
1392
  {
1387
- foreignKeyName: 'command_queue_organization_id_fkey';
1388
- columns: ['organization_id'];
1393
+ foreignKeyName: "command_queue_organization_id_fkey";
1394
+ columns: ["organization_id"];
1389
1395
  isOneToOne: false;
1390
- referencedRelation: 'organizations';
1391
- referencedColumns: ['id'];
1396
+ referencedRelation: "organizations";
1397
+ referencedColumns: ["id"];
1392
1398
  },
1393
1399
  {
1394
- foreignKeyName: 'command_queue_target_execution_id_fkey';
1395
- columns: ['target_execution_id'];
1400
+ foreignKeyName: "command_queue_target_execution_id_fkey";
1401
+ columns: ["target_execution_id"];
1396
1402
  isOneToOne: false;
1397
- referencedRelation: 'execution_logs';
1398
- referencedColumns: ['execution_id'];
1403
+ referencedRelation: "execution_logs";
1404
+ referencedColumns: ["execution_id"];
1399
1405
  }
1400
1406
  ];
1401
1407
  };
@@ -1435,18 +1441,18 @@ type Database = {
1435
1441
  };
1436
1442
  Relationships: [
1437
1443
  {
1438
- foreignKeyName: 'credentials_created_by_fkey';
1439
- columns: ['created_by'];
1444
+ foreignKeyName: "credentials_created_by_fkey";
1445
+ columns: ["created_by"];
1440
1446
  isOneToOne: false;
1441
- referencedRelation: 'users';
1442
- referencedColumns: ['id'];
1447
+ referencedRelation: "users";
1448
+ referencedColumns: ["id"];
1443
1449
  },
1444
1450
  {
1445
- foreignKeyName: 'credentials_organization_id_fkey';
1446
- columns: ['organization_id'];
1451
+ foreignKeyName: "credentials_organization_id_fkey";
1452
+ columns: ["organization_id"];
1447
1453
  isOneToOne: false;
1448
- referencedRelation: 'organizations';
1449
- referencedColumns: ['id'];
1454
+ referencedRelation: "organizations";
1455
+ referencedColumns: ["id"];
1450
1456
  }
1451
1457
  ];
1452
1458
  };
@@ -1492,11 +1498,11 @@ type Database = {
1492
1498
  };
1493
1499
  Relationships: [
1494
1500
  {
1495
- foreignKeyName: 'deployments_organization_id_fkey';
1496
- columns: ['organization_id'];
1501
+ foreignKeyName: "deployments_organization_id_fkey";
1502
+ columns: ["organization_id"];
1497
1503
  isOneToOne: false;
1498
- referencedRelation: 'organizations';
1499
- referencedColumns: ['id'];
1504
+ referencedRelation: "organizations";
1505
+ referencedColumns: ["id"];
1500
1506
  }
1501
1507
  ];
1502
1508
  };
@@ -1551,25 +1557,25 @@ type Database = {
1551
1557
  };
1552
1558
  Relationships: [
1553
1559
  {
1554
- foreignKeyName: 'execution_errors_execution_id_fkey';
1555
- columns: ['execution_id'];
1560
+ foreignKeyName: "execution_errors_execution_id_fkey";
1561
+ columns: ["execution_id"];
1556
1562
  isOneToOne: false;
1557
- referencedRelation: 'execution_logs';
1558
- referencedColumns: ['execution_id'];
1563
+ referencedRelation: "execution_logs";
1564
+ referencedColumns: ["execution_id"];
1559
1565
  },
1560
1566
  {
1561
- foreignKeyName: 'execution_errors_organization_id_fkey';
1562
- columns: ['organization_id'];
1567
+ foreignKeyName: "execution_errors_organization_id_fkey";
1568
+ columns: ["organization_id"];
1563
1569
  isOneToOne: false;
1564
- referencedRelation: 'organizations';
1565
- referencedColumns: ['id'];
1570
+ referencedRelation: "organizations";
1571
+ referencedColumns: ["id"];
1566
1572
  },
1567
1573
  {
1568
- foreignKeyName: 'execution_errors_resolved_by_fkey';
1569
- columns: ['resolved_by'];
1574
+ foreignKeyName: "execution_errors_resolved_by_fkey";
1575
+ columns: ["resolved_by"];
1570
1576
  isOneToOne: false;
1571
- referencedRelation: 'users';
1572
- referencedColumns: ['id'];
1577
+ referencedRelation: "users";
1578
+ referencedColumns: ["id"];
1573
1579
  }
1574
1580
  ];
1575
1581
  };
@@ -1651,32 +1657,32 @@ type Database = {
1651
1657
  };
1652
1658
  Relationships: [
1653
1659
  {
1654
- foreignKeyName: 'execution_history_organization_id_fkey';
1655
- columns: ['organization_id'];
1660
+ foreignKeyName: "execution_history_organization_id_fkey";
1661
+ columns: ["organization_id"];
1656
1662
  isOneToOne: false;
1657
- referencedRelation: 'organizations';
1658
- referencedColumns: ['id'];
1663
+ referencedRelation: "organizations";
1664
+ referencedColumns: ["id"];
1659
1665
  },
1660
1666
  {
1661
- foreignKeyName: 'execution_logs_origin_execution_id_fkey';
1662
- columns: ['origin_execution_id'];
1667
+ foreignKeyName: "execution_logs_origin_execution_id_fkey";
1668
+ columns: ["origin_execution_id"];
1663
1669
  isOneToOne: false;
1664
- referencedRelation: 'execution_logs';
1665
- referencedColumns: ['execution_id'];
1670
+ referencedRelation: "execution_logs";
1671
+ referencedColumns: ["execution_id"];
1666
1672
  },
1667
1673
  {
1668
- foreignKeyName: 'execution_logs_session_id_fkey';
1669
- columns: ['session_id'];
1674
+ foreignKeyName: "execution_logs_session_id_fkey";
1675
+ columns: ["session_id"];
1670
1676
  isOneToOne: false;
1671
- referencedRelation: 'sessions';
1672
- referencedColumns: ['session_id'];
1677
+ referencedRelation: "sessions";
1678
+ referencedColumns: ["session_id"];
1673
1679
  },
1674
1680
  {
1675
- foreignKeyName: 'execution_logs_user_id_fkey';
1676
- columns: ['user_id'];
1681
+ foreignKeyName: "execution_logs_user_id_fkey";
1682
+ columns: ["user_id"];
1677
1683
  isOneToOne: false;
1678
- referencedRelation: 'users';
1679
- referencedColumns: ['id'];
1684
+ referencedRelation: "users";
1685
+ referencedColumns: ["id"];
1680
1686
  }
1681
1687
  ];
1682
1688
  };
@@ -1722,18 +1728,18 @@ type Database = {
1722
1728
  };
1723
1729
  Relationships: [
1724
1730
  {
1725
- foreignKeyName: 'execution_metrics_execution_id_fkey';
1726
- columns: ['execution_id'];
1731
+ foreignKeyName: "execution_metrics_execution_id_fkey";
1732
+ columns: ["execution_id"];
1727
1733
  isOneToOne: true;
1728
- referencedRelation: 'execution_logs';
1729
- referencedColumns: ['execution_id'];
1734
+ referencedRelation: "execution_logs";
1735
+ referencedColumns: ["execution_id"];
1730
1736
  },
1731
1737
  {
1732
- foreignKeyName: 'execution_metrics_organization_id_fkey';
1733
- columns: ['organization_id'];
1738
+ foreignKeyName: "execution_metrics_organization_id_fkey";
1739
+ columns: ["organization_id"];
1734
1740
  isOneToOne: false;
1735
- referencedRelation: 'organizations';
1736
- referencedColumns: ['id'];
1741
+ referencedRelation: "organizations";
1742
+ referencedColumns: ["id"];
1737
1743
  }
1738
1744
  ];
1739
1745
  };
@@ -1776,18 +1782,18 @@ type Database = {
1776
1782
  };
1777
1783
  Relationships: [
1778
1784
  {
1779
- foreignKeyName: 'notifications_organization_id_fkey';
1780
- columns: ['organization_id'];
1785
+ foreignKeyName: "notifications_organization_id_fkey";
1786
+ columns: ["organization_id"];
1781
1787
  isOneToOne: false;
1782
- referencedRelation: 'organizations';
1783
- referencedColumns: ['id'];
1788
+ referencedRelation: "organizations";
1789
+ referencedColumns: ["id"];
1784
1790
  },
1785
1791
  {
1786
- foreignKeyName: 'notifications_user_id_fkey';
1787
- columns: ['user_id'];
1792
+ foreignKeyName: "notifications_user_id_fkey";
1793
+ columns: ["user_id"];
1788
1794
  isOneToOne: false;
1789
- referencedRelation: 'users';
1790
- referencedColumns: ['id'];
1795
+ referencedRelation: "users";
1796
+ referencedColumns: ["id"];
1791
1797
  }
1792
1798
  ];
1793
1799
  };
@@ -1842,18 +1848,18 @@ type Database = {
1842
1848
  };
1843
1849
  Relationships: [
1844
1850
  {
1845
- foreignKeyName: 'org_invitations_inviter_user_id_fkey';
1846
- columns: ['inviter_user_id'];
1851
+ foreignKeyName: "org_invitations_inviter_user_id_fkey";
1852
+ columns: ["inviter_user_id"];
1847
1853
  isOneToOne: false;
1848
- referencedRelation: 'users';
1849
- referencedColumns: ['id'];
1854
+ referencedRelation: "users";
1855
+ referencedColumns: ["id"];
1850
1856
  },
1851
1857
  {
1852
- foreignKeyName: 'org_invitations_organization_id_fkey';
1853
- columns: ['organization_id'];
1858
+ foreignKeyName: "org_invitations_organization_id_fkey";
1859
+ columns: ["organization_id"];
1854
1860
  isOneToOne: false;
1855
- referencedRelation: 'organizations';
1856
- referencedColumns: ['id'];
1861
+ referencedRelation: "organizations";
1862
+ referencedColumns: ["id"];
1857
1863
  }
1858
1864
  ];
1859
1865
  };
@@ -1896,18 +1902,18 @@ type Database = {
1896
1902
  };
1897
1903
  Relationships: [
1898
1904
  {
1899
- foreignKeyName: 'org_memberships_organization_id_fkey';
1900
- columns: ['organization_id'];
1905
+ foreignKeyName: "org_memberships_organization_id_fkey";
1906
+ columns: ["organization_id"];
1901
1907
  isOneToOne: false;
1902
- referencedRelation: 'organizations';
1903
- referencedColumns: ['id'];
1908
+ referencedRelation: "organizations";
1909
+ referencedColumns: ["id"];
1904
1910
  },
1905
1911
  {
1906
- foreignKeyName: 'org_memberships_user_id_fkey';
1907
- columns: ['user_id'];
1912
+ foreignKeyName: "org_memberships_user_id_fkey";
1913
+ columns: ["user_id"];
1908
1914
  isOneToOne: false;
1909
- referencedRelation: 'users';
1910
- referencedColumns: ['id'];
1915
+ referencedRelation: "users";
1916
+ referencedColumns: ["id"];
1911
1917
  }
1912
1918
  ];
1913
1919
  };
@@ -1932,25 +1938,25 @@ type Database = {
1932
1938
  };
1933
1939
  Relationships: [
1934
1940
  {
1935
- foreignKeyName: 'org_rol_assignments_granted_by_fkey';
1936
- columns: ['granted_by'];
1941
+ foreignKeyName: "org_rol_assignments_granted_by_fkey";
1942
+ columns: ["granted_by"];
1937
1943
  isOneToOne: false;
1938
- referencedRelation: 'users';
1939
- referencedColumns: ['id'];
1944
+ referencedRelation: "users";
1945
+ referencedColumns: ["id"];
1940
1946
  },
1941
1947
  {
1942
- foreignKeyName: 'org_rol_assignments_membership_id_fkey';
1943
- columns: ['membership_id'];
1948
+ foreignKeyName: "org_rol_assignments_membership_id_fkey";
1949
+ columns: ["membership_id"];
1944
1950
  isOneToOne: false;
1945
- referencedRelation: 'org_memberships';
1946
- referencedColumns: ['id'];
1951
+ referencedRelation: "org_memberships";
1952
+ referencedColumns: ["id"];
1947
1953
  },
1948
1954
  {
1949
- foreignKeyName: 'org_rol_assignments_role_id_fkey';
1950
- columns: ['role_id'];
1955
+ foreignKeyName: "org_rol_assignments_role_id_fkey";
1956
+ columns: ["role_id"];
1951
1957
  isOneToOne: false;
1952
- referencedRelation: 'org_rol_definitions';
1953
- referencedColumns: ['id'];
1958
+ referencedRelation: "org_rol_definitions";
1959
+ referencedColumns: ["id"];
1954
1960
  }
1955
1961
  ];
1956
1962
  };
@@ -1987,11 +1993,11 @@ type Database = {
1987
1993
  };
1988
1994
  Relationships: [
1989
1995
  {
1990
- foreignKeyName: 'org_rol_definitions_organization_id_fkey';
1991
- columns: ['organization_id'];
1996
+ foreignKeyName: "org_rol_definitions_organization_id_fkey";
1997
+ columns: ["organization_id"];
1992
1998
  isOneToOne: false;
1993
- referencedRelation: 'organizations';
1994
- referencedColumns: ['id'];
1999
+ referencedRelation: "organizations";
2000
+ referencedColumns: ["id"];
1995
2001
  }
1996
2002
  ];
1997
2003
  };
@@ -2013,18 +2019,18 @@ type Database = {
2013
2019
  };
2014
2020
  Relationships: [
2015
2021
  {
2016
- foreignKeyName: 'org_rol_grants_permission_key_fkey';
2017
- columns: ['permission_key'];
2022
+ foreignKeyName: "org_rol_grants_permission_key_fkey";
2023
+ columns: ["permission_key"];
2018
2024
  isOneToOne: false;
2019
- referencedRelation: 'org_rol_permissions';
2020
- referencedColumns: ['key'];
2025
+ referencedRelation: "org_rol_permissions";
2026
+ referencedColumns: ["key"];
2021
2027
  },
2022
2028
  {
2023
- foreignKeyName: 'org_rol_grants_role_id_fkey';
2024
- columns: ['role_id'];
2029
+ foreignKeyName: "org_rol_grants_role_id_fkey";
2030
+ columns: ["role_id"];
2025
2031
  isOneToOne: false;
2026
- referencedRelation: 'org_rol_definitions';
2027
- referencedColumns: ['id'];
2032
+ referencedRelation: "org_rol_definitions";
2033
+ referencedColumns: ["id"];
2028
2034
  }
2029
2035
  ];
2030
2036
  };
@@ -2136,25 +2142,25 @@ type Database = {
2136
2142
  };
2137
2143
  Relationships: [
2138
2144
  {
2139
- foreignKeyName: 'fk_milestones_project';
2140
- columns: ['project_id'];
2145
+ foreignKeyName: "fk_milestones_project";
2146
+ columns: ["project_id"];
2141
2147
  isOneToOne: false;
2142
- referencedRelation: 'prj_projects';
2143
- referencedColumns: ['id'];
2148
+ referencedRelation: "prj_projects";
2149
+ referencedColumns: ["id"];
2144
2150
  },
2145
2151
  {
2146
- foreignKeyName: 'prj_milestones_organization_id_fkey';
2147
- columns: ['organization_id'];
2152
+ foreignKeyName: "prj_milestones_organization_id_fkey";
2153
+ columns: ["organization_id"];
2148
2154
  isOneToOne: false;
2149
- referencedRelation: 'organizations';
2150
- referencedColumns: ['id'];
2155
+ referencedRelation: "organizations";
2156
+ referencedColumns: ["id"];
2151
2157
  },
2152
2158
  {
2153
- foreignKeyName: 'prj_milestones_project_id_fkey';
2154
- columns: ['project_id'];
2159
+ foreignKeyName: "prj_milestones_project_id_fkey";
2160
+ columns: ["project_id"];
2155
2161
  isOneToOne: false;
2156
- referencedRelation: 'prj_projects';
2157
- referencedColumns: ['id'];
2162
+ referencedRelation: "prj_projects";
2163
+ referencedColumns: ["id"];
2158
2164
  }
2159
2165
  ];
2160
2166
  };
@@ -2203,67 +2209,67 @@ type Database = {
2203
2209
  };
2204
2210
  Relationships: [
2205
2211
  {
2206
- foreignKeyName: 'fk_notes_created_by';
2207
- columns: ['created_by'];
2212
+ foreignKeyName: "fk_notes_created_by";
2213
+ columns: ["created_by"];
2208
2214
  isOneToOne: false;
2209
- referencedRelation: 'users';
2210
- referencedColumns: ['id'];
2215
+ referencedRelation: "users";
2216
+ referencedColumns: ["id"];
2211
2217
  },
2212
2218
  {
2213
- foreignKeyName: 'fk_notes_milestone';
2214
- columns: ['milestone_id'];
2219
+ foreignKeyName: "fk_notes_milestone";
2220
+ columns: ["milestone_id"];
2215
2221
  isOneToOne: false;
2216
- referencedRelation: 'prj_milestones';
2217
- referencedColumns: ['id'];
2222
+ referencedRelation: "prj_milestones";
2223
+ referencedColumns: ["id"];
2218
2224
  },
2219
2225
  {
2220
- foreignKeyName: 'fk_notes_project';
2221
- columns: ['project_id'];
2226
+ foreignKeyName: "fk_notes_project";
2227
+ columns: ["project_id"];
2222
2228
  isOneToOne: false;
2223
- referencedRelation: 'prj_projects';
2224
- referencedColumns: ['id'];
2229
+ referencedRelation: "prj_projects";
2230
+ referencedColumns: ["id"];
2225
2231
  },
2226
2232
  {
2227
- foreignKeyName: 'fk_notes_task';
2228
- columns: ['task_id'];
2233
+ foreignKeyName: "fk_notes_task";
2234
+ columns: ["task_id"];
2229
2235
  isOneToOne: false;
2230
- referencedRelation: 'prj_tasks';
2231
- referencedColumns: ['id'];
2236
+ referencedRelation: "prj_tasks";
2237
+ referencedColumns: ["id"];
2232
2238
  },
2233
2239
  {
2234
- foreignKeyName: 'prj_notes_created_by_fkey';
2235
- columns: ['created_by'];
2240
+ foreignKeyName: "prj_notes_created_by_fkey";
2241
+ columns: ["created_by"];
2236
2242
  isOneToOne: false;
2237
- referencedRelation: 'users';
2238
- referencedColumns: ['id'];
2243
+ referencedRelation: "users";
2244
+ referencedColumns: ["id"];
2239
2245
  },
2240
2246
  {
2241
- foreignKeyName: 'prj_notes_milestone_id_fkey';
2242
- columns: ['milestone_id'];
2247
+ foreignKeyName: "prj_notes_milestone_id_fkey";
2248
+ columns: ["milestone_id"];
2243
2249
  isOneToOne: false;
2244
- referencedRelation: 'prj_milestones';
2245
- referencedColumns: ['id'];
2250
+ referencedRelation: "prj_milestones";
2251
+ referencedColumns: ["id"];
2246
2252
  },
2247
2253
  {
2248
- foreignKeyName: 'prj_notes_organization_id_fkey';
2249
- columns: ['organization_id'];
2254
+ foreignKeyName: "prj_notes_organization_id_fkey";
2255
+ columns: ["organization_id"];
2250
2256
  isOneToOne: false;
2251
- referencedRelation: 'organizations';
2252
- referencedColumns: ['id'];
2257
+ referencedRelation: "organizations";
2258
+ referencedColumns: ["id"];
2253
2259
  },
2254
2260
  {
2255
- foreignKeyName: 'prj_notes_project_id_fkey';
2256
- columns: ['project_id'];
2261
+ foreignKeyName: "prj_notes_project_id_fkey";
2262
+ columns: ["project_id"];
2257
2263
  isOneToOne: false;
2258
- referencedRelation: 'prj_projects';
2259
- referencedColumns: ['id'];
2264
+ referencedRelation: "prj_projects";
2265
+ referencedColumns: ["id"];
2260
2266
  },
2261
2267
  {
2262
- foreignKeyName: 'prj_notes_task_id_fkey';
2263
- columns: ['task_id'];
2268
+ foreignKeyName: "prj_notes_task_id_fkey";
2269
+ columns: ["task_id"];
2264
2270
  isOneToOne: false;
2265
- referencedRelation: 'prj_tasks';
2266
- referencedColumns: ['id'];
2271
+ referencedRelation: "prj_tasks";
2272
+ referencedColumns: ["id"];
2267
2273
  }
2268
2274
  ];
2269
2275
  };
@@ -2321,39 +2327,39 @@ type Database = {
2321
2327
  };
2322
2328
  Relationships: [
2323
2329
  {
2324
- foreignKeyName: 'fk_projects_company';
2325
- columns: ['client_company_id'];
2330
+ foreignKeyName: "fk_projects_company";
2331
+ columns: ["client_company_id"];
2326
2332
  isOneToOne: false;
2327
- referencedRelation: 'acq_companies';
2328
- referencedColumns: ['id'];
2333
+ referencedRelation: "acq_companies";
2334
+ referencedColumns: ["id"];
2329
2335
  },
2330
2336
  {
2331
- foreignKeyName: 'fk_projects_deal';
2332
- columns: ['deal_id'];
2337
+ foreignKeyName: "fk_projects_deal";
2338
+ columns: ["deal_id"];
2333
2339
  isOneToOne: false;
2334
- referencedRelation: 'acq_deals';
2335
- referencedColumns: ['id'];
2340
+ referencedRelation: "acq_deals";
2341
+ referencedColumns: ["id"];
2336
2342
  },
2337
2343
  {
2338
- foreignKeyName: 'prj_projects_client_company_id_fkey';
2339
- columns: ['client_company_id'];
2344
+ foreignKeyName: "prj_projects_client_company_id_fkey";
2345
+ columns: ["client_company_id"];
2340
2346
  isOneToOne: false;
2341
- referencedRelation: 'acq_companies';
2342
- referencedColumns: ['id'];
2347
+ referencedRelation: "acq_companies";
2348
+ referencedColumns: ["id"];
2343
2349
  },
2344
2350
  {
2345
- foreignKeyName: 'prj_projects_deal_id_fkey';
2346
- columns: ['deal_id'];
2351
+ foreignKeyName: "prj_projects_deal_id_fkey";
2352
+ columns: ["deal_id"];
2347
2353
  isOneToOne: false;
2348
- referencedRelation: 'acq_deals';
2349
- referencedColumns: ['id'];
2354
+ referencedRelation: "acq_deals";
2355
+ referencedColumns: ["id"];
2350
2356
  },
2351
2357
  {
2352
- foreignKeyName: 'prj_projects_organization_id_fkey';
2353
- columns: ['organization_id'];
2358
+ foreignKeyName: "prj_projects_organization_id_fkey";
2359
+ columns: ["organization_id"];
2354
2360
  isOneToOne: false;
2355
- referencedRelation: 'organizations';
2356
- referencedColumns: ['id'];
2361
+ referencedRelation: "organizations";
2362
+ referencedColumns: ["id"];
2357
2363
  }
2358
2364
  ];
2359
2365
  };
@@ -2417,53 +2423,53 @@ type Database = {
2417
2423
  };
2418
2424
  Relationships: [
2419
2425
  {
2420
- foreignKeyName: 'fk_tasks_milestone';
2421
- columns: ['milestone_id'];
2426
+ foreignKeyName: "fk_tasks_milestone";
2427
+ columns: ["milestone_id"];
2422
2428
  isOneToOne: false;
2423
- referencedRelation: 'prj_milestones';
2424
- referencedColumns: ['id'];
2429
+ referencedRelation: "prj_milestones";
2430
+ referencedColumns: ["id"];
2425
2431
  },
2426
2432
  {
2427
- foreignKeyName: 'fk_tasks_parent';
2428
- columns: ['parent_task_id'];
2433
+ foreignKeyName: "fk_tasks_parent";
2434
+ columns: ["parent_task_id"];
2429
2435
  isOneToOne: false;
2430
- referencedRelation: 'prj_tasks';
2431
- referencedColumns: ['id'];
2436
+ referencedRelation: "prj_tasks";
2437
+ referencedColumns: ["id"];
2432
2438
  },
2433
2439
  {
2434
- foreignKeyName: 'fk_tasks_project';
2435
- columns: ['project_id'];
2440
+ foreignKeyName: "fk_tasks_project";
2441
+ columns: ["project_id"];
2436
2442
  isOneToOne: false;
2437
- referencedRelation: 'prj_projects';
2438
- referencedColumns: ['id'];
2443
+ referencedRelation: "prj_projects";
2444
+ referencedColumns: ["id"];
2439
2445
  },
2440
2446
  {
2441
- foreignKeyName: 'prj_tasks_milestone_id_fkey';
2442
- columns: ['milestone_id'];
2447
+ foreignKeyName: "prj_tasks_milestone_id_fkey";
2448
+ columns: ["milestone_id"];
2443
2449
  isOneToOne: false;
2444
- referencedRelation: 'prj_milestones';
2445
- referencedColumns: ['id'];
2450
+ referencedRelation: "prj_milestones";
2451
+ referencedColumns: ["id"];
2446
2452
  },
2447
2453
  {
2448
- foreignKeyName: 'prj_tasks_organization_id_fkey';
2449
- columns: ['organization_id'];
2454
+ foreignKeyName: "prj_tasks_organization_id_fkey";
2455
+ columns: ["organization_id"];
2450
2456
  isOneToOne: false;
2451
- referencedRelation: 'organizations';
2452
- referencedColumns: ['id'];
2457
+ referencedRelation: "organizations";
2458
+ referencedColumns: ["id"];
2453
2459
  },
2454
2460
  {
2455
- foreignKeyName: 'prj_tasks_parent_task_id_fkey';
2456
- columns: ['parent_task_id'];
2461
+ foreignKeyName: "prj_tasks_parent_task_id_fkey";
2462
+ columns: ["parent_task_id"];
2457
2463
  isOneToOne: false;
2458
- referencedRelation: 'prj_tasks';
2459
- referencedColumns: ['id'];
2464
+ referencedRelation: "prj_tasks";
2465
+ referencedColumns: ["id"];
2460
2466
  },
2461
2467
  {
2462
- foreignKeyName: 'prj_tasks_project_id_fkey';
2463
- columns: ['project_id'];
2468
+ foreignKeyName: "prj_tasks_project_id_fkey";
2469
+ columns: ["project_id"];
2464
2470
  isOneToOne: false;
2465
- referencedRelation: 'prj_projects';
2466
- referencedColumns: ['id'];
2471
+ referencedRelation: "prj_projects";
2472
+ referencedColumns: ["id"];
2467
2473
  }
2468
2474
  ];
2469
2475
  };
@@ -2533,25 +2539,25 @@ type Database = {
2533
2539
  };
2534
2540
  Relationships: [
2535
2541
  {
2536
- foreignKeyName: 'reported_requests_organization_id_fkey';
2537
- columns: ['organization_id'];
2542
+ foreignKeyName: "reported_requests_organization_id_fkey";
2543
+ columns: ["organization_id"];
2538
2544
  isOneToOne: false;
2539
- referencedRelation: 'organizations';
2540
- referencedColumns: ['id'];
2545
+ referencedRelation: "organizations";
2546
+ referencedColumns: ["id"];
2541
2547
  },
2542
2548
  {
2543
- foreignKeyName: 'reported_requests_project_id_fkey';
2544
- columns: ['project_id'];
2549
+ foreignKeyName: "reported_requests_project_id_fkey";
2550
+ columns: ["project_id"];
2545
2551
  isOneToOne: false;
2546
- referencedRelation: 'prj_projects';
2547
- referencedColumns: ['id'];
2552
+ referencedRelation: "prj_projects";
2553
+ referencedColumns: ["id"];
2548
2554
  },
2549
2555
  {
2550
- foreignKeyName: 'reported_requests_task_id_fkey';
2551
- columns: ['task_id'];
2556
+ foreignKeyName: "reported_requests_task_id_fkey";
2557
+ columns: ["task_id"];
2552
2558
  isOneToOne: false;
2553
- referencedRelation: 'prj_tasks';
2554
- referencedColumns: ['id'];
2559
+ referencedRelation: "prj_tasks";
2560
+ referencedColumns: ["id"];
2555
2561
  }
2556
2562
  ];
2557
2563
  };
@@ -2591,11 +2597,11 @@ type Database = {
2591
2597
  };
2592
2598
  Relationships: [
2593
2599
  {
2594
- foreignKeyName: 'session_messages_session_id_fkey';
2595
- columns: ['session_id'];
2600
+ foreignKeyName: "session_messages_session_id_fkey";
2601
+ columns: ["session_id"];
2596
2602
  isOneToOne: false;
2597
- referencedRelation: 'sessions';
2598
- referencedColumns: ['session_id'];
2603
+ referencedRelation: "sessions";
2604
+ referencedColumns: ["session_id"];
2599
2605
  }
2600
2606
  ];
2601
2607
  };
@@ -2650,18 +2656,18 @@ type Database = {
2650
2656
  };
2651
2657
  Relationships: [
2652
2658
  {
2653
- foreignKeyName: 'fk_organization';
2654
- columns: ['organization_id'];
2659
+ foreignKeyName: "fk_organization";
2660
+ columns: ["organization_id"];
2655
2661
  isOneToOne: false;
2656
- referencedRelation: 'organizations';
2657
- referencedColumns: ['id'];
2662
+ referencedRelation: "organizations";
2663
+ referencedColumns: ["id"];
2658
2664
  },
2659
2665
  {
2660
- foreignKeyName: 'fk_user';
2661
- columns: ['user_id'];
2666
+ foreignKeyName: "fk_user";
2667
+ columns: ["user_id"];
2662
2668
  isOneToOne: false;
2663
- referencedRelation: 'users';
2664
- referencedColumns: ['id'];
2669
+ referencedRelation: "users";
2670
+ referencedColumns: ["id"];
2665
2671
  }
2666
2672
  ];
2667
2673
  };
@@ -2737,11 +2743,11 @@ type Database = {
2737
2743
  };
2738
2744
  Relationships: [
2739
2745
  {
2740
- foreignKeyName: 'task_schedules_organization_id_fkey';
2741
- columns: ['organization_id'];
2746
+ foreignKeyName: "task_schedules_organization_id_fkey";
2747
+ columns: ["organization_id"];
2742
2748
  isOneToOne: false;
2743
- referencedRelation: 'organizations';
2744
- referencedColumns: ['id'];
2749
+ referencedRelation: "organizations";
2750
+ referencedColumns: ["id"];
2745
2751
  }
2746
2752
  ];
2747
2753
  };
@@ -2796,11 +2802,11 @@ type Database = {
2796
2802
  };
2797
2803
  Relationships: [
2798
2804
  {
2799
- foreignKeyName: 'user_profiles_last_visited_org_fkey';
2800
- columns: ['last_visited_org'];
2805
+ foreignKeyName: "user_profiles_last_visited_org_fkey";
2806
+ columns: ["last_visited_org"];
2801
2807
  isOneToOne: false;
2802
- referencedRelation: 'organizations';
2803
- referencedColumns: ['id'];
2808
+ referencedRelation: "organizations";
2809
+ referencedColumns: ["id"];
2804
2810
  }
2805
2811
  ];
2806
2812
  };
@@ -2849,11 +2855,11 @@ type Database = {
2849
2855
  };
2850
2856
  Relationships: [
2851
2857
  {
2852
- foreignKeyName: 'webhook_endpoints_organization_id_fkey';
2853
- columns: ['organization_id'];
2858
+ foreignKeyName: "webhook_endpoints_organization_id_fkey";
2859
+ columns: ["organization_id"];
2854
2860
  isOneToOne: false;
2855
- referencedRelation: 'organizations';
2856
- referencedColumns: ['id'];
2861
+ referencedRelation: "organizations";
2862
+ referencedColumns: ["id"];
2857
2863
  }
2858
2864
  ];
2859
2865
  };
@@ -3005,6 +3011,78 @@ type Database = {
3005
3011
  /** Raw database row type for acq_deals table */
3006
3012
  type AcqDealRow = Database['public']['Tables']['acq_deals']['Row'];
3007
3013
 
3014
+ /**
3015
+ * Single list as returned by /api/acquisition/lists/:id etc.
3016
+ * Camel-cased domain shape matching AcqList in types.ts.
3017
+ */
3018
+ declare const AcqListResponseSchema: z.ZodObject<{
3019
+ id: z.ZodString;
3020
+ organizationId: z.ZodString;
3021
+ name: z.ZodString;
3022
+ description: z.ZodNullable<z.ZodString>;
3023
+ batchIds: z.ZodArray<z.ZodString>;
3024
+ instantlyCampaignId: z.ZodNullable<z.ZodString>;
3025
+ status: z.ZodEnum<{
3026
+ closing: "closing";
3027
+ draft: "draft";
3028
+ enriching: "enriching";
3029
+ launched: "launched";
3030
+ archived: "archived";
3031
+ }>;
3032
+ metadata: z.ZodObject<{
3033
+ buildPlanSnapshot: z.ZodOptional<z.ZodObject<{
3034
+ templateId: z.ZodString;
3035
+ templateLabel: z.ZodString;
3036
+ steps: z.ZodArray<z.ZodObject<{
3037
+ id: z.ZodString;
3038
+ label: z.ZodString;
3039
+ description: z.ZodOptional<z.ZodString>;
3040
+ primaryEntity: z.ZodEnum<{
3041
+ company: "company";
3042
+ contact: "contact";
3043
+ }>;
3044
+ outputs: z.ZodArray<z.ZodEnum<{
3045
+ company: "company";
3046
+ contact: "contact";
3047
+ export: "export";
3048
+ }>>;
3049
+ stageKey: z.ZodString;
3050
+ dependsOn: z.ZodOptional<z.ZodArray<z.ZodString>>;
3051
+ dependencyMode: z.ZodLiteral<"per-record-eligibility">;
3052
+ capabilityKey: z.ZodString;
3053
+ defaultBatchSize: z.ZodNumber;
3054
+ maxBatchSize: z.ZodNumber;
3055
+ }, z.core.$strip>>;
3056
+ }, z.core.$strip>>;
3057
+ }, z.core.$catchall<z.ZodUnknown>>;
3058
+ launchedAt: z.ZodNullable<z.ZodString>;
3059
+ completedAt: z.ZodNullable<z.ZodString>;
3060
+ createdAt: z.ZodString;
3061
+ scrapingConfig: z.ZodObject<{
3062
+ vertical: z.ZodOptional<z.ZodString>;
3063
+ geography: z.ZodOptional<z.ZodString>;
3064
+ size: z.ZodOptional<z.ZodString>;
3065
+ apifyInput: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3066
+ }, z.core.$strip>;
3067
+ icp: z.ZodObject<{
3068
+ qualificationRubricKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3069
+ targetDescription: z.ZodOptional<z.ZodString>;
3070
+ minReviewCount: z.ZodOptional<z.ZodNumber>;
3071
+ minRating: z.ZodOptional<z.ZodNumber>;
3072
+ excludeFranchises: z.ZodOptional<z.ZodBoolean>;
3073
+ customRules: z.ZodOptional<z.ZodString>;
3074
+ }, z.core.$strip>;
3075
+ pipelineConfig: z.ZodObject<{
3076
+ stages: z.ZodOptional<z.ZodArray<z.ZodObject<{
3077
+ key: z.ZodString;
3078
+ label: z.ZodOptional<z.ZodString>;
3079
+ enabled: z.ZodOptional<z.ZodBoolean>;
3080
+ order: z.ZodOptional<z.ZodNumber>;
3081
+ }, z.core.$strip>>>;
3082
+ }, z.core.$strip>;
3083
+ }, z.core.$strip>;
3084
+ type AcqListResponse = z.infer<typeof AcqListResponseSchema>;
3085
+
3008
3086
  interface ActionDef {
3009
3087
  key: string;
3010
3088
  label: string;
@@ -3141,6 +3219,36 @@ declare const OrganizationModelSchema: z.ZodObject<{
3141
3219
  id: z.ZodString;
3142
3220
  order: z.ZodNumber;
3143
3221
  }, z.core.$strip>>;
3222
+ defaultBuildTemplateId: z.ZodString;
3223
+ buildTemplates: z.ZodArray<z.ZodObject<{
3224
+ label: z.ZodString;
3225
+ description: z.ZodOptional<z.ZodString>;
3226
+ color: z.ZodOptional<z.ZodString>;
3227
+ icon: z.ZodOptional<z.ZodString>;
3228
+ id: z.ZodString;
3229
+ steps: z.ZodArray<z.ZodObject<{
3230
+ label: z.ZodString;
3231
+ description: z.ZodOptional<z.ZodString>;
3232
+ color: z.ZodOptional<z.ZodString>;
3233
+ icon: z.ZodOptional<z.ZodString>;
3234
+ id: z.ZodString;
3235
+ primaryEntity: z.ZodEnum<{
3236
+ company: "company";
3237
+ contact: "contact";
3238
+ }>;
3239
+ outputs: z.ZodArray<z.ZodEnum<{
3240
+ company: "company";
3241
+ contact: "contact";
3242
+ export: "export";
3243
+ }>>;
3244
+ stageKey: z.ZodString;
3245
+ dependsOn: z.ZodOptional<z.ZodArray<z.ZodString>>;
3246
+ dependencyMode: z.ZodLiteral<"per-record-eligibility">;
3247
+ capabilityKey: z.ZodString;
3248
+ defaultBatchSize: z.ZodNumber;
3249
+ maxBatchSize: z.ZodNumber;
3250
+ }, z.core.$strip>>;
3251
+ }, z.core.$strip>>;
3144
3252
  }, z.core.$strip>;
3145
3253
  projects: z.ZodObject<{
3146
3254
  projectEntityId: z.ZodString;
@@ -3306,6 +3414,26 @@ declare const OrganizationModelSchema: z.ZodObject<{
3306
3414
  type OrganizationModel = z.infer<typeof OrganizationModelSchema>;
3307
3415
  type OrganizationModelFeature = z.infer<typeof FeatureSchema>;
3308
3416
 
3417
+ type ListBuilderWorkflowCategory = 'build' | 'enrich' | 'qualify' | 'scrape' | 'utility';
3418
+ type LeadGenStageKey = string;
3419
+ type LeadGenCapabilityKey = string;
3420
+ interface ListBuilderWorkflowFormProps {
3421
+ list: AcqListResponse;
3422
+ onSubmit: (input: unknown) => void | Promise<void>;
3423
+ }
3424
+ interface ListBuilderWorkflow {
3425
+ resourceId: string;
3426
+ workflowId?: string;
3427
+ capabilityKey?: LeadGenCapabilityKey;
3428
+ label: string;
3429
+ description: string;
3430
+ category: ListBuilderWorkflowCategory;
3431
+ stagesAffected: readonly LeadGenStageKey[];
3432
+ inputForm?: ComponentType<ListBuilderWorkflowFormProps>;
3433
+ defaultInput?: (list: AcqListResponse) => unknown;
3434
+ }
3435
+ type ListBuilderRegistry = readonly ListBuilderWorkflow[];
3436
+
3309
3437
  /** Flat + per-scheme override pattern. Flat values apply to both; `light`/`dark` win over flat. */
3310
3438
  type WithSchemes<T> = T & {
3311
3439
  light?: T;
@@ -3434,7 +3562,7 @@ interface ElevasisCoreProviderProps {
3434
3562
  */
3435
3563
  injectStyles?: boolean;
3436
3564
  /**
3437
- * CRM action definitions used by DealDetailPage and DealDrawer.
3565
+ * CRM action definitions used by DealDetailPage.
3438
3566
  * Defaults to DEFAULT_CRM_ACTIONS. Pass a custom array to override or extend
3439
3567
  * the default action set for your organization's sales flow.
3440
3568
  *
@@ -3451,6 +3579,12 @@ interface ElevasisCoreProviderProps {
3451
3579
  * ```
3452
3580
  */
3453
3581
  crmActions?: ActionDef[];
3582
+ /**
3583
+ * List Builder workflow registry used by lead-gen list action surfaces.
3584
+ * Defaults to an empty registry. Client projects should pass their project-local
3585
+ * workflow definitions here; @repo/ui does not ship project workflow IDs.
3586
+ */
3587
+ listActions?: ListBuilderRegistry;
3454
3588
  children: ReactNode;
3455
3589
  }
3456
3590
  /**
@@ -3494,7 +3628,7 @@ interface ElevasisServiceProviderProps {
3494
3628
  * </ElevasisCoreProvider>
3495
3629
  * ```
3496
3630
  */
3497
- declare function ElevasisCoreProvider({ auth, queryClient, apiUrl, onError, notifications, crmActions, children }: ElevasisCoreProviderProps): react_jsx_runtime.JSX.Element;
3631
+ declare function ElevasisCoreProvider({ auth, queryClient, apiUrl, onError, notifications, crmActions, listActions, children }: ElevasisCoreProviderProps): react_jsx_runtime.JSX.Element;
3498
3632
 
3499
3633
  interface FetchEventSourceWithTokenRefreshOptions {
3500
3634
  url: string;
@@ -3628,6 +3762,7 @@ interface AppearanceConfig {
3628
3762
  /** Loader element rendered during loading states. Defaults to Elevasis chevron loader. */
3629
3763
  loader?: ReactNode;
3630
3764
  }
3765
+
3631
3766
  declare function AppearanceProvider({ value, children }: {
3632
3767
  value: Required<AppearanceConfig>;
3633
3768
  children: ReactNode;