@elevasis/ui 2.22.0 → 2.23.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 (35) hide show
  1. package/dist/{chunk-LKVBEE63.js → chunk-7PGEGSUM.js} +1 -1
  2. package/dist/{chunk-GJ7EIABJ.js → chunk-D3KQAABP.js} +1 -1
  3. package/dist/{chunk-IOTLB6ND.js → chunk-EPV7NU2E.js} +22 -8
  4. package/dist/{chunk-WWJ6S2HQ.js → chunk-FXWETLEB.js} +1 -1
  5. package/dist/{chunk-B4FHWKEF.js → chunk-GUJUK6EH.js} +22 -9
  6. package/dist/{chunk-LVJGPE6H.js → chunk-N6WLOWOD.js} +1 -1
  7. package/dist/{chunk-BSZRKBAW.js → chunk-PTUOINQ2.js} +1 -1
  8. package/dist/{chunk-COG4ABRI.js → chunk-PXGSJNBH.js} +1 -1
  9. package/dist/{chunk-IBUYJXA3.js → chunk-YU6MBDVO.js} +962 -343
  10. package/dist/components/index.d.ts +12 -14
  11. package/dist/components/index.js +29 -22
  12. package/dist/features/auth/index.d.ts +9 -12
  13. package/dist/features/crm/index.d.ts +9 -12
  14. package/dist/features/crm/index.js +2 -2
  15. package/dist/features/dashboard/index.js +2 -2
  16. package/dist/features/delivery/index.d.ts +9 -12
  17. package/dist/features/delivery/index.js +2 -2
  18. package/dist/features/lead-gen/index.js +2 -2
  19. package/dist/features/monitoring/index.js +3 -3
  20. package/dist/features/monitoring/requests/index.js +1 -1
  21. package/dist/features/operations/index.js +4 -4
  22. package/dist/features/settings/index.d.ts +9 -12
  23. package/dist/features/settings/index.js +2 -2
  24. package/dist/hooks/delivery/index.d.ts +9 -12
  25. package/dist/hooks/index.d.ts +33 -28
  26. package/dist/hooks/index.js +1 -1
  27. package/dist/hooks/published.d.ts +33 -28
  28. package/dist/hooks/published.js +1 -1
  29. package/dist/index.d.ts +33 -28
  30. package/dist/index.js +1 -1
  31. package/dist/initialization/index.d.ts +9 -12
  32. package/dist/profile/index.d.ts +9 -12
  33. package/dist/supabase/index.d.ts +18 -24
  34. package/dist/types/index.d.ts +9 -12
  35. package/package.json +4 -4
@@ -1,10 +1,10 @@
1
- export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-IBUYJXA3.js';
1
+ export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-YU6MBDVO.js';
2
2
  import '../../chunk-ROSMICXG.js';
3
3
  import '../../chunk-3JCMO7SD.js';
4
4
  import '../../chunk-ZTWA5H77.js';
5
- export { OperationsOverview } from '../../chunk-LKVBEE63.js';
5
+ export { OperationsOverview } from '../../chunk-7PGEGSUM.js';
6
6
  import '../../chunk-442LZPIR.js';
7
- import '../../chunk-GJ7EIABJ.js';
7
+ import '../../chunk-D3KQAABP.js';
8
8
  import '../../chunk-LGKLC5MG.js';
9
9
  import '../../chunk-TSSKOQBX.js';
10
10
  import '../../chunk-M25JL54Z.js';
@@ -13,7 +13,7 @@ import '../../chunk-IIMU5YAJ.js';
13
13
  import '../../chunk-KVJ3LFH2.js';
14
14
  import '../../chunk-E4WQGJNS.js';
15
15
  import '../../chunk-7M2VOCYN.js';
16
- import '../../chunk-B4FHWKEF.js';
16
+ import '../../chunk-GUJUK6EH.js';
17
17
  import '../../chunk-BRXELOHC.js';
18
18
  import '../../chunk-QSTH6T77.js';
19
19
  import '../../chunk-Z6FAH4XV.js';
@@ -411,7 +411,6 @@ type Database = {
411
411
  acq_deals: {
412
412
  Row: {
413
413
  activity_log: Json;
414
- cached_stage: string | null;
415
414
  closed_lost_at: string | null;
416
415
  closed_lost_reason: string | null;
417
416
  contact_email: string;
@@ -426,6 +425,7 @@ type Database = {
426
425
  organization_id: string;
427
426
  payment_link_sent_at: string | null;
428
427
  payment_received_at: string | null;
428
+ pipeline_key: string;
429
429
  proposal_data: Json | null;
430
430
  proposal_generated_at: string | null;
431
431
  proposal_pdf_url: string | null;
@@ -433,10 +433,11 @@ type Database = {
433
433
  proposal_reviewed_by: string | null;
434
434
  proposal_sent_at: string | null;
435
435
  proposal_signed_at: string | null;
436
- proposal_status: string | null;
437
436
  signature_envelope_id: string | null;
438
437
  source_list_id: string | null;
439
438
  source_type: string | null;
439
+ stage_key: string | null;
440
+ state_key: string | null;
440
441
  stripe_payment_id: string | null;
441
442
  stripe_payment_link: string | null;
442
443
  stripe_payment_link_id: string | null;
@@ -445,7 +446,6 @@ type Database = {
445
446
  };
446
447
  Insert: {
447
448
  activity_log?: Json;
448
- cached_stage?: string | null;
449
449
  closed_lost_at?: string | null;
450
450
  closed_lost_reason?: string | null;
451
451
  contact_email: string;
@@ -460,6 +460,7 @@ type Database = {
460
460
  organization_id: string;
461
461
  payment_link_sent_at?: string | null;
462
462
  payment_received_at?: string | null;
463
+ pipeline_key?: string;
463
464
  proposal_data?: Json | null;
464
465
  proposal_generated_at?: string | null;
465
466
  proposal_pdf_url?: string | null;
@@ -467,10 +468,11 @@ type Database = {
467
468
  proposal_reviewed_by?: string | null;
468
469
  proposal_sent_at?: string | null;
469
470
  proposal_signed_at?: string | null;
470
- proposal_status?: string | null;
471
471
  signature_envelope_id?: string | null;
472
472
  source_list_id?: string | null;
473
473
  source_type?: string | null;
474
+ stage_key?: string | null;
475
+ state_key?: string | null;
474
476
  stripe_payment_id?: string | null;
475
477
  stripe_payment_link?: string | null;
476
478
  stripe_payment_link_id?: string | null;
@@ -479,7 +481,6 @@ type Database = {
479
481
  };
480
482
  Update: {
481
483
  activity_log?: Json;
482
- cached_stage?: string | null;
483
484
  closed_lost_at?: string | null;
484
485
  closed_lost_reason?: string | null;
485
486
  contact_email?: string;
@@ -494,6 +495,7 @@ type Database = {
494
495
  organization_id?: string;
495
496
  payment_link_sent_at?: string | null;
496
497
  payment_received_at?: string | null;
498
+ pipeline_key?: string;
497
499
  proposal_data?: Json | null;
498
500
  proposal_generated_at?: string | null;
499
501
  proposal_pdf_url?: string | null;
@@ -501,10 +503,11 @@ type Database = {
501
503
  proposal_reviewed_by?: string | null;
502
504
  proposal_sent_at?: string | null;
503
505
  proposal_signed_at?: string | null;
504
- proposal_status?: string | null;
505
506
  signature_envelope_id?: string | null;
506
507
  source_list_id?: string | null;
507
508
  source_type?: string | null;
509
+ stage_key?: string | null;
510
+ state_key?: string | null;
508
511
  stripe_payment_id?: string | null;
509
512
  stripe_payment_link?: string | null;
510
513
  stripe_payment_link_id?: string | null;
@@ -2753,12 +2756,6 @@ type Database = {
2753
2756
  };
2754
2757
  Returns: boolean;
2755
2758
  };
2756
- is_org_admin: {
2757
- Args: {
2758
- org_id: string;
2759
- };
2760
- Returns: boolean;
2761
- };
2762
2759
  is_org_member: {
2763
2760
  Args: {
2764
2761
  org_id: string;
@@ -1,10 +1,10 @@
1
- export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-BSZRKBAW.js';
1
+ export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-PTUOINQ2.js';
2
2
  import '../../chunk-M25JL54Z.js';
3
3
  import '../../chunk-PDHTXPSF.js';
4
4
  import '../../chunk-KVJ3LFH2.js';
5
5
  import '../../chunk-QZJM3RYI.js';
6
6
  import '../../chunk-7M2VOCYN.js';
7
- import '../../chunk-B4FHWKEF.js';
7
+ import '../../chunk-GUJUK6EH.js';
8
8
  import '../../chunk-BRXELOHC.js';
9
9
  import '../../chunk-QSTH6T77.js';
10
10
  import '../../chunk-Z6FAH4XV.js';
@@ -409,7 +409,6 @@ type Database = {
409
409
  acq_deals: {
410
410
  Row: {
411
411
  activity_log: Json;
412
- cached_stage: string | null;
413
412
  closed_lost_at: string | null;
414
413
  closed_lost_reason: string | null;
415
414
  contact_email: string;
@@ -424,6 +423,7 @@ type Database = {
424
423
  organization_id: string;
425
424
  payment_link_sent_at: string | null;
426
425
  payment_received_at: string | null;
426
+ pipeline_key: string;
427
427
  proposal_data: Json | null;
428
428
  proposal_generated_at: string | null;
429
429
  proposal_pdf_url: string | null;
@@ -431,10 +431,11 @@ type Database = {
431
431
  proposal_reviewed_by: string | null;
432
432
  proposal_sent_at: string | null;
433
433
  proposal_signed_at: string | null;
434
- proposal_status: string | null;
435
434
  signature_envelope_id: string | null;
436
435
  source_list_id: string | null;
437
436
  source_type: string | null;
437
+ stage_key: string | null;
438
+ state_key: string | null;
438
439
  stripe_payment_id: string | null;
439
440
  stripe_payment_link: string | null;
440
441
  stripe_payment_link_id: string | null;
@@ -443,7 +444,6 @@ type Database = {
443
444
  };
444
445
  Insert: {
445
446
  activity_log?: Json;
446
- cached_stage?: string | null;
447
447
  closed_lost_at?: string | null;
448
448
  closed_lost_reason?: string | null;
449
449
  contact_email: string;
@@ -458,6 +458,7 @@ type Database = {
458
458
  organization_id: string;
459
459
  payment_link_sent_at?: string | null;
460
460
  payment_received_at?: string | null;
461
+ pipeline_key?: string;
461
462
  proposal_data?: Json | null;
462
463
  proposal_generated_at?: string | null;
463
464
  proposal_pdf_url?: string | null;
@@ -465,10 +466,11 @@ type Database = {
465
466
  proposal_reviewed_by?: string | null;
466
467
  proposal_sent_at?: string | null;
467
468
  proposal_signed_at?: string | null;
468
- proposal_status?: string | null;
469
469
  signature_envelope_id?: string | null;
470
470
  source_list_id?: string | null;
471
471
  source_type?: string | null;
472
+ stage_key?: string | null;
473
+ state_key?: string | null;
472
474
  stripe_payment_id?: string | null;
473
475
  stripe_payment_link?: string | null;
474
476
  stripe_payment_link_id?: string | null;
@@ -477,7 +479,6 @@ type Database = {
477
479
  };
478
480
  Update: {
479
481
  activity_log?: Json;
480
- cached_stage?: string | null;
481
482
  closed_lost_at?: string | null;
482
483
  closed_lost_reason?: string | null;
483
484
  contact_email?: string;
@@ -492,6 +493,7 @@ type Database = {
492
493
  organization_id?: string;
493
494
  payment_link_sent_at?: string | null;
494
495
  payment_received_at?: string | null;
496
+ pipeline_key?: string;
495
497
  proposal_data?: Json | null;
496
498
  proposal_generated_at?: string | null;
497
499
  proposal_pdf_url?: string | null;
@@ -499,10 +501,11 @@ type Database = {
499
501
  proposal_reviewed_by?: string | null;
500
502
  proposal_sent_at?: string | null;
501
503
  proposal_signed_at?: string | null;
502
- proposal_status?: string | null;
503
504
  signature_envelope_id?: string | null;
504
505
  source_list_id?: string | null;
505
506
  source_type?: string | null;
507
+ stage_key?: string | null;
508
+ state_key?: string | null;
506
509
  stripe_payment_id?: string | null;
507
510
  stripe_payment_link?: string | null;
508
511
  stripe_payment_link_id?: string | null;
@@ -2751,12 +2754,6 @@ type Database = {
2751
2754
  };
2752
2755
  Returns: boolean;
2753
2756
  };
2754
- is_org_admin: {
2755
- Args: {
2756
- org_id: string;
2757
- };
2758
- Returns: boolean;
2759
- };
2760
2757
  is_org_member: {
2761
2758
  Args: {
2762
2759
  org_id: string;
@@ -875,7 +875,6 @@ type Database = {
875
875
  acq_deals: {
876
876
  Row: {
877
877
  activity_log: Json;
878
- cached_stage: string | null;
879
878
  closed_lost_at: string | null;
880
879
  closed_lost_reason: string | null;
881
880
  contact_email: string;
@@ -890,6 +889,7 @@ type Database = {
890
889
  organization_id: string;
891
890
  payment_link_sent_at: string | null;
892
891
  payment_received_at: string | null;
892
+ pipeline_key: string;
893
893
  proposal_data: Json | null;
894
894
  proposal_generated_at: string | null;
895
895
  proposal_pdf_url: string | null;
@@ -897,10 +897,11 @@ type Database = {
897
897
  proposal_reviewed_by: string | null;
898
898
  proposal_sent_at: string | null;
899
899
  proposal_signed_at: string | null;
900
- proposal_status: string | null;
901
900
  signature_envelope_id: string | null;
902
901
  source_list_id: string | null;
903
902
  source_type: string | null;
903
+ stage_key: string | null;
904
+ state_key: string | null;
904
905
  stripe_payment_id: string | null;
905
906
  stripe_payment_link: string | null;
906
907
  stripe_payment_link_id: string | null;
@@ -909,7 +910,6 @@ type Database = {
909
910
  };
910
911
  Insert: {
911
912
  activity_log?: Json;
912
- cached_stage?: string | null;
913
913
  closed_lost_at?: string | null;
914
914
  closed_lost_reason?: string | null;
915
915
  contact_email: string;
@@ -924,6 +924,7 @@ type Database = {
924
924
  organization_id: string;
925
925
  payment_link_sent_at?: string | null;
926
926
  payment_received_at?: string | null;
927
+ pipeline_key?: string;
927
928
  proposal_data?: Json | null;
928
929
  proposal_generated_at?: string | null;
929
930
  proposal_pdf_url?: string | null;
@@ -931,10 +932,11 @@ type Database = {
931
932
  proposal_reviewed_by?: string | null;
932
933
  proposal_sent_at?: string | null;
933
934
  proposal_signed_at?: string | null;
934
- proposal_status?: string | null;
935
935
  signature_envelope_id?: string | null;
936
936
  source_list_id?: string | null;
937
937
  source_type?: string | null;
938
+ stage_key?: string | null;
939
+ state_key?: string | null;
938
940
  stripe_payment_id?: string | null;
939
941
  stripe_payment_link?: string | null;
940
942
  stripe_payment_link_id?: string | null;
@@ -943,7 +945,6 @@ type Database = {
943
945
  };
944
946
  Update: {
945
947
  activity_log?: Json;
946
- cached_stage?: string | null;
947
948
  closed_lost_at?: string | null;
948
949
  closed_lost_reason?: string | null;
949
950
  contact_email?: string;
@@ -958,6 +959,7 @@ type Database = {
958
959
  organization_id?: string;
959
960
  payment_link_sent_at?: string | null;
960
961
  payment_received_at?: string | null;
962
+ pipeline_key?: string;
961
963
  proposal_data?: Json | null;
962
964
  proposal_generated_at?: string | null;
963
965
  proposal_pdf_url?: string | null;
@@ -965,10 +967,11 @@ type Database = {
965
967
  proposal_reviewed_by?: string | null;
966
968
  proposal_sent_at?: string | null;
967
969
  proposal_signed_at?: string | null;
968
- proposal_status?: string | null;
969
970
  signature_envelope_id?: string | null;
970
971
  source_list_id?: string | null;
971
972
  source_type?: string | null;
973
+ stage_key?: string | null;
974
+ state_key?: string | null;
972
975
  stripe_payment_id?: string | null;
973
976
  stripe_payment_link?: string | null;
974
977
  stripe_payment_link_id?: string | null;
@@ -3217,12 +3220,6 @@ type Database = {
3217
3220
  };
3218
3221
  Returns: boolean;
3219
3222
  };
3220
- is_org_admin: {
3221
- Args: {
3222
- org_id: string;
3223
- };
3224
- Returns: boolean;
3225
- };
3226
3223
  is_org_member: {
3227
3224
  Args: {
3228
3225
  org_id: string;
@@ -4752,7 +4749,7 @@ interface Activity {
4752
4749
  *
4753
4750
  * The DB table `org_rol_permissions` mirrors this constant. Reconciliation
4754
4751
  * runs at API boot (insert-or-update only — never auto-delete; see the
4755
- * deletion runbook in the auth-role-system-redesign doc).
4752
+ * deletion runbook in the auth-role-system doc -- review/auth-role-system/).
4756
4753
  *
4757
4754
  * Adding a permission:
4758
4755
  * 1. Add an entry below.
@@ -4772,7 +4769,8 @@ declare const PERMISSIONS: {
4772
4769
  readonly SECRETS_MANAGE: "secrets.manage";
4773
4770
  readonly OPERATIONS_READ: "operations.read";
4774
4771
  readonly OPERATIONS_MANAGE: "operations.manage";
4775
- readonly WORK_MANAGE: "work.manage";
4772
+ readonly ACQUISITION_MANAGE: "acquisition.manage";
4773
+ readonly PROJECTS_MANAGE: "projects.manage";
4776
4774
  };
4777
4775
  type PermissionKey = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
4778
4776
  /**
@@ -6687,7 +6685,7 @@ interface DealSummaryStageItem {
6687
6685
  interface StaleDealSummaryItem {
6688
6686
  id: string;
6689
6687
  contactEmail: string;
6690
- cachedStage: string;
6688
+ stageKey: string;
6691
6689
  updatedAt: string;
6692
6690
  daysStale: number;
6693
6691
  }
@@ -6705,7 +6703,7 @@ interface DealsSummaryResponse {
6705
6703
  interface DealLookupItem {
6706
6704
  id: string;
6707
6705
  contactEmail: string;
6708
- cachedStage: string | null;
6706
+ stageKey: string | null;
6709
6707
  updatedAt: string;
6710
6708
  contactName: string | null;
6711
6709
  companyName: string | null;
@@ -6762,13 +6760,14 @@ declare function useDeals(filters?: DealFilters): {
6762
6760
  organization_id: string;
6763
6761
  contact_id: string | null;
6764
6762
  contact_email: string;
6765
- cached_stage: string | null;
6763
+ pipeline_key: string;
6764
+ stage_key: string | null;
6765
+ state_key: string | null;
6766
6766
  activity_log: unknown;
6767
6767
  discovery_data: unknown;
6768
6768
  discovery_submitted_at: string | null;
6769
6769
  discovery_submitted_by: string | null;
6770
6770
  proposal_data: unknown;
6771
- proposal_status: string | null;
6772
6771
  proposal_sent_at: string | null;
6773
6772
  proposal_pdf_url: string | null;
6774
6773
  signature_envelope_id: string | null;
@@ -6814,13 +6813,14 @@ declare function useDeals(filters?: DealFilters): {
6814
6813
  organization_id: string;
6815
6814
  contact_id: string | null;
6816
6815
  contact_email: string;
6817
- cached_stage: string | null;
6816
+ pipeline_key: string;
6817
+ stage_key: string | null;
6818
+ state_key: string | null;
6818
6819
  activity_log: unknown;
6819
6820
  discovery_data: unknown;
6820
6821
  discovery_submitted_at: string | null;
6821
6822
  discovery_submitted_by: string | null;
6822
6823
  proposal_data: unknown;
6823
- proposal_status: string | null;
6824
6824
  proposal_sent_at: string | null;
6825
6825
  proposal_pdf_url: string | null;
6826
6826
  signature_envelope_id: string | null;
@@ -6879,17 +6879,22 @@ declare function useDeleteDeal(): _tanstack_react_query.UseMutationResult<void,
6879
6879
 
6880
6880
  declare function useDealDetail(acqDealId: string): _tanstack_react_query.UseQueryResult<DealListItem | null, Error>;
6881
6881
 
6882
- interface SyncDealStageParams {
6882
+ interface TransitionItemInput {
6883
6883
  dealId: string;
6884
- stage: DealStage;
6884
+ pipelineKey: string;
6885
+ stageKey: string;
6886
+ stateKey?: string | null;
6887
+ reason?: string;
6888
+ expectedUpdatedAt?: string;
6885
6889
  }
6886
6890
  /**
6887
- * Sync a deal's cached_stage via the API.
6891
+ * Transition a deal's stage/state via the PATCH /deals/:dealId/transition endpoint.
6888
6892
  *
6889
- * The backend syncDealStage method additionally logs a stage_change activity entry.
6890
- * On success invalidates the deals list and the specific deal detail query.
6893
+ * The backend transitionItem handler logs a stage_change activity entry and enforces
6894
+ * optimistic-concurrency via expectedUpdatedAt (optional).
6895
+ * On success invalidates the deals list, summaries, and the specific deal detail query.
6891
6896
  */
6892
- declare function useSyncDealStage(): _tanstack_react_query.UseMutationResult<void, Error, SyncDealStageParams, unknown>;
6897
+ declare function useTransitionItem(): _tanstack_react_query.UseMutationResult<void, Error, TransitionItemInput, unknown>;
6893
6898
 
6894
6899
  /**
6895
6900
  * Query keys for deal notes
@@ -8555,5 +8560,5 @@ declare function useCreateNote(): _tanstack_react_query.UseMutationResult<{
8555
8560
  type?: string;
8556
8561
  }, "organization_id">, unknown>;
8557
8562
 
8558
- export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useHasPermission, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification };
8559
- export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, WebSocketState };
8563
+ export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useHasPermission, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification };
8564
+ export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, WebSocketState };
@@ -1,5 +1,5 @@
1
1
  import '../chunk-7M2VOCYN.js';
2
- export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useHasPermission, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification } from '../chunk-B4FHWKEF.js';
2
+ export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useArchiveSession, useArchivedLogs, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphStats, useHasPermission, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources, useWarningNotification } from '../chunk-GUJUK6EH.js';
3
3
  import '../chunk-BRXELOHC.js';
4
4
  export { observabilityKeys, useErrorTrends } from '../chunk-QSTH6T77.js';
5
5
  export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-Z6FAH4XV.js';