@elevasis/ui 2.72.0 → 2.74.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 (100) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +172 -20
  3. package/dist/app/index.js +9 -10
  4. package/dist/auth/index.js +5 -6
  5. package/dist/charts/index.js +5 -6
  6. package/dist/chunk-2GIJBHZT.js +60 -0
  7. package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
  8. package/dist/chunk-3LOKYZJC.js +231 -0
  9. package/dist/chunk-3QHX4ZKV.js +224 -0
  10. package/dist/chunk-43LC6XAX.js +69 -0
  11. package/dist/chunk-4M2BSHVT.js +116 -0
  12. package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
  13. package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
  14. package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
  15. package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
  16. package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
  17. package/dist/chunk-ARAFQBNI.js +515 -0
  18. package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
  19. package/dist/chunk-BRTGCFBH.js +305 -0
  20. package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
  21. package/dist/chunk-CRA7WQZH.js +49 -0
  22. package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
  23. package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
  24. package/dist/chunk-FA7LMNQO.js +439 -0
  25. package/dist/chunk-FZSG6M6W.js +45 -0
  26. package/dist/chunk-GDOR57D7.js +165 -0
  27. package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
  28. package/dist/chunk-GPQQGQGT.js +645 -0
  29. package/dist/chunk-HYQOGRWG.js +54 -0
  30. package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
  31. package/dist/chunk-N6K2Q5BM.js +393 -0
  32. package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
  33. package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
  34. package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
  35. package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
  36. package/dist/chunk-VM2OWOXL.js +24 -0
  37. package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
  38. package/dist/chunk-WDBNW44Z.js +49 -0
  39. package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
  40. package/dist/chunk-YQQ5GRUR.js +21 -0
  41. package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
  42. package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
  43. package/dist/chunk-ZYNVCWDZ.js +286 -0
  44. package/dist/components/index.d.ts +490 -22
  45. package/dist/components/index.js +335 -35
  46. package/dist/components/navigation/index.js +6 -7
  47. package/dist/features/auth/index.d.ts +154 -2
  48. package/dist/features/auth/index.js +18 -9
  49. package/dist/features/clients/index.js +7 -7
  50. package/dist/features/content/index.d.ts +718 -34
  51. package/dist/features/content/index.js +1345 -51
  52. package/dist/features/crm/index.d.ts +172 -20
  53. package/dist/features/crm/index.js +10 -8
  54. package/dist/features/dashboard/index.d.ts +19 -10
  55. package/dist/features/dashboard/index.js +9 -8
  56. package/dist/features/delivery/index.d.ts +134 -0
  57. package/dist/features/delivery/index.js +23 -7
  58. package/dist/features/knowledge/index.js +5 -6
  59. package/dist/features/lead-gen/index.d.ts +47 -35
  60. package/dist/features/lead-gen/index.js +12 -8
  61. package/dist/features/monitoring/index.js +11 -9
  62. package/dist/features/monitoring/requests/index.js +8 -7
  63. package/dist/features/operations/index.d.ts +38 -20
  64. package/dist/features/operations/index.js +15 -11
  65. package/dist/features/public-agent-chat/index.js +3 -1
  66. package/dist/features/settings/index.d.ts +134 -0
  67. package/dist/features/settings/index.js +9 -8
  68. package/dist/hooks/access/index.js +5 -6
  69. package/dist/hooks/delivery/index.d.ts +134 -0
  70. package/dist/hooks/delivery/index.js +3 -2
  71. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
  72. package/dist/hooks/published.d.ts +1421 -29
  73. package/dist/hooks/published.js +22 -6
  74. package/dist/initialization/index.d.ts +134 -0
  75. package/dist/knowledge/index.d.ts +38 -20
  76. package/dist/knowledge/index.js +167 -11
  77. package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
  78. package/dist/layout/index.js +8 -9
  79. package/dist/profile/index.d.ts +134 -0
  80. package/dist/provider/index.d.ts +191 -21
  81. package/dist/provider/index.js +5 -6
  82. package/dist/provider/published.d.ts +219 -21
  83. package/dist/provider/published.js +5 -6
  84. package/dist/test-utils/index.d.ts +16 -5
  85. package/dist/test-utils/index.js +17 -18
  86. package/dist/types/index.d.ts +184 -14
  87. package/dist/utils/index.d.ts +102 -13
  88. package/dist/utils/index.js +1 -1
  89. package/package.json +7 -6
  90. package/dist/chunk-6M6OLGQY.js +0 -36
  91. package/dist/chunk-MKH2KOAO.js +0 -39
  92. package/dist/hooks/index.css +0 -659
  93. package/dist/hooks/index.d.ts +0 -12853
  94. package/dist/hooks/index.js +0 -27
  95. package/dist/supabase/index.d.ts +0 -6969
  96. package/dist/supabase/index.js +0 -3
  97. package/dist/typeform/index.d.ts +0 -462
  98. package/dist/typeform/index.js +0 -2051
  99. package/dist/typeform/schemas.d.ts +0 -67
  100. package/dist/typeform/schemas.js +0 -2
@@ -329,7 +329,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
329
329
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
330
330
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
331
331
  storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
332
- }, z.core.$loose>>>>;
332
+ rowSchema: z.ZodOptional<z.ZodString>;
333
+ stateCatalogId: z.ZodOptional<z.ZodString>;
334
+ }, z.core.$strict>>>>;
333
335
  linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
334
336
  id: z.ZodString;
335
337
  label: z.ZodOptional<z.ZodString>;
@@ -340,7 +342,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
340
342
  to: z.ZodString;
341
343
  cardinality: z.ZodOptional<z.ZodString>;
342
344
  via: z.ZodOptional<z.ZodString>;
343
- }, z.core.$loose>>>>;
345
+ }, z.core.$strict>>>>;
344
346
  actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
345
347
  id: z.ZodString;
346
348
  label: z.ZodOptional<z.ZodString>;
@@ -350,7 +352,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
350
352
  actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
351
353
  input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
352
354
  effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
353
- }, z.core.$loose>>>>;
355
+ resourceId: z.ZodOptional<z.ZodString>;
356
+ invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
357
+ lifecycle: z.ZodOptional<z.ZodString>;
358
+ legacyActionId: z.ZodOptional<z.ZodString>;
359
+ }, z.core.$strict>>>>;
354
360
  catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
355
361
  id: z.ZodString;
356
362
  label: z.ZodOptional<z.ZodString>;
@@ -360,7 +366,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
360
366
  kind: z.ZodOptional<z.ZodString>;
361
367
  appliesTo: z.ZodOptional<z.ZodString>;
362
368
  entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
363
- }, z.core.$loose>>>>;
369
+ legacyCatalogKey: z.ZodOptional<z.ZodString>;
370
+ legacyPipelineKey: z.ZodOptional<z.ZodString>;
371
+ legacyEntityKey: z.ZodOptional<z.ZodString>;
372
+ }, z.core.$strict>>>>;
364
373
  eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
365
374
  id: z.ZodString;
366
375
  label: z.ZodOptional<z.ZodString>;
@@ -368,7 +377,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
368
377
  ownerSystemId: z.ZodOptional<z.ZodString>;
369
378
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
370
379
  payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
371
- }, z.core.$loose>>>>;
380
+ }, z.core.$strict>>>>;
372
381
  interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
373
382
  id: z.ZodString;
374
383
  label: z.ZodOptional<z.ZodString>;
@@ -376,7 +385,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
376
385
  ownerSystemId: z.ZodOptional<z.ZodString>;
377
386
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
378
387
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
379
- }, z.core.$loose>>>>;
388
+ }, z.core.$strict>>>>;
380
389
  valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
381
390
  id: z.ZodString;
382
391
  label: z.ZodOptional<z.ZodString>;
@@ -384,7 +393,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
384
393
  ownerSystemId: z.ZodOptional<z.ZodString>;
385
394
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
386
395
  primitive: z.ZodOptional<z.ZodString>;
387
- }, z.core.$loose>>>>;
396
+ }, z.core.$strict>>>>;
388
397
  sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
389
398
  id: z.ZodString;
390
399
  label: z.ZodOptional<z.ZodString>;
@@ -394,7 +403,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
394
403
  valueType: z.ZodOptional<z.ZodString>;
395
404
  searchable: z.ZodOptional<z.ZodBoolean>;
396
405
  pii: z.ZodOptional<z.ZodBoolean>;
397
- }, z.core.$loose>>>>;
406
+ }, z.core.$strict>>>>;
398
407
  groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
399
408
  id: z.ZodString;
400
409
  label: z.ZodOptional<z.ZodString>;
@@ -402,7 +411,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
402
411
  ownerSystemId: z.ZodOptional<z.ZodString>;
403
412
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
404
413
  members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
405
- }, z.core.$loose>>>>;
414
+ }, z.core.$strict>>>>;
406
415
  endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
407
416
  id: z.ZodString;
408
417
  label: z.ZodOptional<z.ZodString>;
@@ -410,7 +419,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
410
419
  ownerSystemId: z.ZodOptional<z.ZodString>;
411
420
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
412
421
  route: z.ZodOptional<z.ZodString>;
413
- }, z.core.$loose>>>>;
422
+ }, z.core.$strict>>>>;
414
423
  }, z.core.$strict>>;
415
424
  type OntologyScope = z.infer<typeof OntologyScopeSchema>;
416
425
 
@@ -976,7 +985,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
976
985
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
977
986
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
978
987
  storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
979
- }, z.core.$loose>>>>;
988
+ rowSchema: z.ZodOptional<z.ZodString>;
989
+ stateCatalogId: z.ZodOptional<z.ZodString>;
990
+ }, z.core.$strict>>>>;
980
991
  linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
981
992
  id: z.ZodString;
982
993
  label: z.ZodOptional<z.ZodString>;
@@ -987,7 +998,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
987
998
  to: z.ZodString;
988
999
  cardinality: z.ZodOptional<z.ZodString>;
989
1000
  via: z.ZodOptional<z.ZodString>;
990
- }, z.core.$loose>>>>;
1001
+ }, z.core.$strict>>>>;
991
1002
  actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
992
1003
  id: z.ZodString;
993
1004
  label: z.ZodOptional<z.ZodString>;
@@ -997,7 +1008,11 @@ declare const OrganizationModelSchema: z.ZodObject<{
997
1008
  actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
998
1009
  input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
999
1010
  effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1000
- }, z.core.$loose>>>>;
1011
+ resourceId: z.ZodOptional<z.ZodString>;
1012
+ invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
1013
+ lifecycle: z.ZodOptional<z.ZodString>;
1014
+ legacyActionId: z.ZodOptional<z.ZodString>;
1015
+ }, z.core.$strict>>>>;
1001
1016
  catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1002
1017
  id: z.ZodString;
1003
1018
  label: z.ZodOptional<z.ZodString>;
@@ -1007,7 +1022,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
1007
1022
  kind: z.ZodOptional<z.ZodString>;
1008
1023
  appliesTo: z.ZodOptional<z.ZodString>;
1009
1024
  entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1010
- }, z.core.$loose>>>>;
1025
+ legacyCatalogKey: z.ZodOptional<z.ZodString>;
1026
+ legacyPipelineKey: z.ZodOptional<z.ZodString>;
1027
+ legacyEntityKey: z.ZodOptional<z.ZodString>;
1028
+ }, z.core.$strict>>>>;
1011
1029
  eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1012
1030
  id: z.ZodString;
1013
1031
  label: z.ZodOptional<z.ZodString>;
@@ -1015,7 +1033,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
1015
1033
  ownerSystemId: z.ZodOptional<z.ZodString>;
1016
1034
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
1017
1035
  payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1018
- }, z.core.$loose>>>>;
1036
+ }, z.core.$strict>>>>;
1019
1037
  interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1020
1038
  id: z.ZodString;
1021
1039
  label: z.ZodOptional<z.ZodString>;
@@ -1023,7 +1041,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
1023
1041
  ownerSystemId: z.ZodOptional<z.ZodString>;
1024
1042
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
1025
1043
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1026
- }, z.core.$loose>>>>;
1044
+ }, z.core.$strict>>>>;
1027
1045
  valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1028
1046
  id: z.ZodString;
1029
1047
  label: z.ZodOptional<z.ZodString>;
@@ -1031,7 +1049,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
1031
1049
  ownerSystemId: z.ZodOptional<z.ZodString>;
1032
1050
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
1033
1051
  primitive: z.ZodOptional<z.ZodString>;
1034
- }, z.core.$loose>>>>;
1052
+ }, z.core.$strict>>>>;
1035
1053
  sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1036
1054
  id: z.ZodString;
1037
1055
  label: z.ZodOptional<z.ZodString>;
@@ -1041,7 +1059,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
1041
1059
  valueType: z.ZodOptional<z.ZodString>;
1042
1060
  searchable: z.ZodOptional<z.ZodBoolean>;
1043
1061
  pii: z.ZodOptional<z.ZodBoolean>;
1044
- }, z.core.$loose>>>>;
1062
+ }, z.core.$strict>>>>;
1045
1063
  groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1046
1064
  id: z.ZodString;
1047
1065
  label: z.ZodOptional<z.ZodString>;
@@ -1049,7 +1067,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
1049
1067
  ownerSystemId: z.ZodOptional<z.ZodString>;
1050
1068
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
1051
1069
  members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
1052
- }, z.core.$loose>>>>;
1070
+ }, z.core.$strict>>>>;
1053
1071
  endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1054
1072
  id: z.ZodString;
1055
1073
  label: z.ZodOptional<z.ZodString>;
@@ -1057,7 +1075,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
1057
1075
  ownerSystemId: z.ZodOptional<z.ZodString>;
1058
1076
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
1059
1077
  route: z.ZodOptional<z.ZodString>;
1060
- }, z.core.$loose>>>>;
1078
+ }, z.core.$strict>>>>;
1061
1079
  }, z.core.$strict>>>;
1062
1080
  resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
1063
1081
  id: z.ZodString;
@@ -1,25 +1,29 @@
1
- export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, SessionChatArea, SessionChatInterface, SessionChatPage, SessionConversationView, SessionDetailsPanel, SessionExecutionLogs, SessionHeader, SessionsPage, SystemOpsView, WorkflowExecutionPanel } from '../../chunk-2454MK7P.js';
1
+ export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, SessionChatArea, SessionChatInterface, SessionChatPage, SessionConversationView, SessionDetailsPanel, SessionExecutionLogs, SessionHeader, SessionsPage, SystemOpsView, WorkflowExecutionPanel } from '../../chunk-2MRRDF32.js';
2
2
  import '../../chunk-6ZAP3FOA.js';
3
- import '../../chunk-DKVGO6RJ.js';
4
- export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-ZBXCEWKF.js';
3
+ import '../../chunk-BA3AZJUR.js';
4
+ export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-W2QRBQQA.js';
5
+ import '../../chunk-FA7LMNQO.js';
6
+ import '../../chunk-N6K2Q5BM.js';
7
+ import '../../chunk-CRA7WQZH.js';
5
8
  import '../../chunk-3MEXPLWT.js';
6
9
  import '../../chunk-SNZDFCOQ.js';
7
- import '../../chunk-IXBRUIYI.js';
10
+ import '../../chunk-QFGNRKIE.js';
11
+ import '../../chunk-WZU3MCKI.js';
8
12
  import '../../chunk-LGKLC5MG.js';
13
+ import '../../chunk-YQQ5GRUR.js';
9
14
  import '../../chunk-HENXLGVD.js';
10
- import '../../chunk-A3JHFZDP.js';
15
+ import '../../chunk-E6YGA5WH.js';
11
16
  import '../../chunk-BZZCNLT6.js';
12
- export { OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourcesSidebar, SessionListItem, SessionsSidebar, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-KIDZXZM5.js';
17
+ export { OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourcesSidebar, SessionListItem, SessionsSidebar, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-6JN2TLV2.js';
13
18
  import '../../chunk-R6NMRXNO.js';
14
19
  import '../../chunk-RBGVNPA6.js';
15
- import '../../chunk-MKH2KOAO.js';
16
- import '../../chunk-Z2W5VNN3.js';
20
+ import '../../chunk-O32UQ26A.js';
17
21
  import '../../chunk-L7BZZ4SI.js';
18
- import '../../chunk-XZIOCB5D.js';
22
+ import '../../chunk-HYQOGRWG.js';
19
23
  import '../../chunk-MISHPEJX.js';
20
24
  import '../../chunk-62GVNH5U.js';
21
25
  import '../../chunk-P45GQ3ZW.js';
22
- import '../../chunk-M7WWRZ5Z.js';
26
+ import '../../chunk-2GIJBHZT.js';
23
27
  import '../../chunk-3KMDHCAR.js';
24
28
  import '../../chunk-2IFYDILW.js';
25
29
  import '../../chunk-BLXJEIQS.js';
@@ -27,7 +31,7 @@ import '../../chunk-UD657ICS.js';
27
31
  import '../../chunk-DD3CCMCZ.js';
28
32
  import '../../chunk-RNP5R5I3.js';
29
33
  import '../../chunk-RT4KRGZT.js';
30
- import '../../chunk-Q3O3WY7Q.js';
34
+ import '../../chunk-R5UGIFYU.js';
31
35
  import '../../chunk-Y6I3IC45.js';
32
36
  import '../../chunk-6SSQGWK7.js';
33
37
  import '../../chunk-BI5VDO2K.js';
@@ -1,5 +1,7 @@
1
1
  import { ChatInterface } from '../../chunk-SNZDFCOQ.js';
2
- import { WebSocketSessionTurnSchema, getWebSocketBaseUrl, createLiveTempMessageIdentity, formatMessageEvent, mergeSessionMessages } from '../../chunk-M7WWRZ5Z.js';
2
+ import { getWebSocketBaseUrl, createLiveTempMessageIdentity, formatMessageEvent, mergeSessionMessages } from '../../chunk-QFGNRKIE.js';
3
+ import '../../chunk-VM2OWOXL.js';
4
+ import { WebSocketSessionTurnSchema } from '../../chunk-2GIJBHZT.js';
3
5
  import '../../chunk-3KMDHCAR.js';
4
6
  import { WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, validateTokenLimit, TOKEN_LIMITS } from '../../chunk-Y6I3IC45.js';
5
7
  import { UuidSchema } from '../../chunk-TVTSASST.js';
@@ -1455,6 +1455,64 @@ type Database = {
1455
1455
  }
1456
1456
  ];
1457
1457
  };
1458
+ content_distribution_metrics: {
1459
+ Row: {
1460
+ captured_at: string;
1461
+ created_at: string;
1462
+ distribution_id: string;
1463
+ id: string;
1464
+ metrics: Json;
1465
+ organization_id: string;
1466
+ raw: Json;
1467
+ source: string;
1468
+ source_execution_id: string | null;
1469
+ };
1470
+ Insert: {
1471
+ captured_at?: string;
1472
+ created_at?: string;
1473
+ distribution_id: string;
1474
+ id?: string;
1475
+ metrics?: Json;
1476
+ organization_id: string;
1477
+ raw?: Json;
1478
+ source: string;
1479
+ source_execution_id?: string | null;
1480
+ };
1481
+ Update: {
1482
+ captured_at?: string;
1483
+ created_at?: string;
1484
+ distribution_id?: string;
1485
+ id?: string;
1486
+ metrics?: Json;
1487
+ organization_id?: string;
1488
+ raw?: Json;
1489
+ source?: string;
1490
+ source_execution_id?: string | null;
1491
+ };
1492
+ Relationships: [
1493
+ {
1494
+ foreignKeyName: "content_distribution_metrics_distribution_fkey";
1495
+ columns: ["distribution_id", "organization_id"];
1496
+ isOneToOne: false;
1497
+ referencedRelation: "content_distributions";
1498
+ referencedColumns: ["id", "organization_id"];
1499
+ },
1500
+ {
1501
+ foreignKeyName: "content_distribution_metrics_organization_id_fkey";
1502
+ columns: ["organization_id"];
1503
+ isOneToOne: false;
1504
+ referencedRelation: "organizations";
1505
+ referencedColumns: ["id"];
1506
+ },
1507
+ {
1508
+ foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
1509
+ columns: ["source_execution_id"];
1510
+ isOneToOne: false;
1511
+ referencedRelation: "execution_logs";
1512
+ referencedColumns: ["execution_id"];
1513
+ }
1514
+ ];
1515
+ };
1458
1516
  content_distributions: {
1459
1517
  Row: {
1460
1518
  adapted_body: string | null;
@@ -1604,6 +1662,63 @@ type Database = {
1604
1662
  }
1605
1663
  ];
1606
1664
  };
1665
+ content_item_source_assets: {
1666
+ Row: {
1667
+ alt_text: string | null;
1668
+ content_item_id: string;
1669
+ created_at: string;
1670
+ crop: Json | null;
1671
+ derivative_crop: Json | null;
1672
+ derivative_path: string | null;
1673
+ derivative_rendered_at: string | null;
1674
+ id: string;
1675
+ organization_id: string;
1676
+ position: number;
1677
+ source_asset_id: string;
1678
+ };
1679
+ Insert: {
1680
+ alt_text?: string | null;
1681
+ content_item_id: string;
1682
+ created_at?: string;
1683
+ crop?: Json | null;
1684
+ derivative_crop?: Json | null;
1685
+ derivative_path?: string | null;
1686
+ derivative_rendered_at?: string | null;
1687
+ id?: string;
1688
+ organization_id: string;
1689
+ position: number;
1690
+ source_asset_id: string;
1691
+ };
1692
+ Update: {
1693
+ alt_text?: string | null;
1694
+ content_item_id?: string;
1695
+ created_at?: string;
1696
+ crop?: Json | null;
1697
+ derivative_crop?: Json | null;
1698
+ derivative_path?: string | null;
1699
+ derivative_rendered_at?: string | null;
1700
+ id?: string;
1701
+ organization_id?: string;
1702
+ position?: number;
1703
+ source_asset_id?: string;
1704
+ };
1705
+ Relationships: [
1706
+ {
1707
+ foreignKeyName: "content_item_source_assets_asset_fkey";
1708
+ columns: ["source_asset_id", "organization_id"];
1709
+ isOneToOne: false;
1710
+ referencedRelation: "content_source_assets";
1711
+ referencedColumns: ["id", "organization_id"];
1712
+ },
1713
+ {
1714
+ foreignKeyName: "content_item_source_assets_item_fkey";
1715
+ columns: ["content_item_id", "organization_id"];
1716
+ isOneToOne: false;
1717
+ referencedRelation: "content_items";
1718
+ referencedColumns: ["id", "organization_id"];
1719
+ }
1720
+ ];
1721
+ };
1607
1722
  content_items: {
1608
1723
  Row: {
1609
1724
  body: string | null;
@@ -3359,6 +3474,25 @@ type Database = {
3359
3474
  };
3360
3475
  Returns: Json;
3361
3476
  };
3477
+ activate_deployment_atomic: {
3478
+ Args: {
3479
+ p_deployment_id: string;
3480
+ p_organization_id: string;
3481
+ };
3482
+ Returns: {
3483
+ created_at: string;
3484
+ deployment_version: string | null;
3485
+ error_message: string | null;
3486
+ id: string;
3487
+ organization_id: string;
3488
+ pid: number | null;
3489
+ port: number | null;
3490
+ sdk_version: string;
3491
+ status: string;
3492
+ tarball_path: string | null;
3493
+ updated_at: string;
3494
+ };
3495
+ };
3362
3496
  append_deal_activity: {
3363
3497
  Args: {
3364
3498
  p_activity: Json;
@@ -1,18 +1,19 @@
1
- export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MyRolesPage, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings } from '../../chunk-SV4M2BUI.js';
1
+ export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MyRolesPage, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings } from '../../chunk-4MXNHJTA.js';
2
2
  import '../../chunk-ZFISGKYW.js';
3
- import '../../chunk-A3JHFZDP.js';
3
+ import '../../chunk-ARAFQBNI.js';
4
+ import '../../chunk-3LOKYZJC.js';
5
+ import '../../chunk-E6YGA5WH.js';
4
6
  import '../../chunk-PDHTXPSF.js';
5
- export { settingsManifest } from '../../chunk-KIDZXZM5.js';
7
+ export { settingsManifest } from '../../chunk-6JN2TLV2.js';
6
8
  import '../../chunk-R6NMRXNO.js';
7
9
  import '../../chunk-RBGVNPA6.js';
8
- import '../../chunk-MKH2KOAO.js';
9
- import '../../chunk-Z2W5VNN3.js';
10
+ import '../../chunk-O32UQ26A.js';
10
11
  import '../../chunk-L7BZZ4SI.js';
11
- import '../../chunk-XZIOCB5D.js';
12
+ import '../../chunk-HYQOGRWG.js';
12
13
  import '../../chunk-MISHPEJX.js';
13
14
  import '../../chunk-62GVNH5U.js';
14
15
  import '../../chunk-P45GQ3ZW.js';
15
- import '../../chunk-M7WWRZ5Z.js';
16
+ import '../../chunk-2GIJBHZT.js';
16
17
  import '../../chunk-3KMDHCAR.js';
17
18
  import '../../chunk-2IFYDILW.js';
18
19
  import '../../chunk-BLXJEIQS.js';
@@ -20,7 +21,7 @@ import '../../chunk-UD657ICS.js';
20
21
  import '../../chunk-DD3CCMCZ.js';
21
22
  import '../../chunk-RNP5R5I3.js';
22
23
  import '../../chunk-RT4KRGZT.js';
23
- import '../../chunk-Q3O3WY7Q.js';
24
+ import '../../chunk-R5UGIFYU.js';
24
25
  import '../../chunk-Y6I3IC45.js';
25
26
  import '../../chunk-6SSQGWK7.js';
26
27
  import '../../chunk-BI5VDO2K.js';
@@ -1,14 +1,13 @@
1
- export { AccessKeys, useAccess } from '../../chunk-KIDZXZM5.js';
1
+ export { AccessKeys, useAccess } from '../../chunk-6JN2TLV2.js';
2
2
  import '../../chunk-R6NMRXNO.js';
3
3
  import '../../chunk-RBGVNPA6.js';
4
- import '../../chunk-MKH2KOAO.js';
5
- import '../../chunk-Z2W5VNN3.js';
4
+ import '../../chunk-O32UQ26A.js';
6
5
  import '../../chunk-L7BZZ4SI.js';
7
- import '../../chunk-XZIOCB5D.js';
6
+ import '../../chunk-HYQOGRWG.js';
8
7
  import '../../chunk-MISHPEJX.js';
9
8
  import '../../chunk-62GVNH5U.js';
10
9
  import '../../chunk-P45GQ3ZW.js';
11
- import '../../chunk-M7WWRZ5Z.js';
10
+ import '../../chunk-2GIJBHZT.js';
12
11
  import '../../chunk-3KMDHCAR.js';
13
12
  import '../../chunk-2IFYDILW.js';
14
13
  import '../../chunk-BLXJEIQS.js';
@@ -16,7 +15,7 @@ import '../../chunk-UD657ICS.js';
16
15
  import '../../chunk-DD3CCMCZ.js';
17
16
  import '../../chunk-RNP5R5I3.js';
18
17
  import '../../chunk-RT4KRGZT.js';
19
- import '../../chunk-Q3O3WY7Q.js';
18
+ import '../../chunk-R5UGIFYU.js';
20
19
  import '../../chunk-Y6I3IC45.js';
21
20
  import '../../chunk-6SSQGWK7.js';
22
21
  import '../../chunk-BI5VDO2K.js';
@@ -1453,6 +1453,64 @@ type Database = {
1453
1453
  }
1454
1454
  ];
1455
1455
  };
1456
+ content_distribution_metrics: {
1457
+ Row: {
1458
+ captured_at: string;
1459
+ created_at: string;
1460
+ distribution_id: string;
1461
+ id: string;
1462
+ metrics: Json;
1463
+ organization_id: string;
1464
+ raw: Json;
1465
+ source: string;
1466
+ source_execution_id: string | null;
1467
+ };
1468
+ Insert: {
1469
+ captured_at?: string;
1470
+ created_at?: string;
1471
+ distribution_id: string;
1472
+ id?: string;
1473
+ metrics?: Json;
1474
+ organization_id: string;
1475
+ raw?: Json;
1476
+ source: string;
1477
+ source_execution_id?: string | null;
1478
+ };
1479
+ Update: {
1480
+ captured_at?: string;
1481
+ created_at?: string;
1482
+ distribution_id?: string;
1483
+ id?: string;
1484
+ metrics?: Json;
1485
+ organization_id?: string;
1486
+ raw?: Json;
1487
+ source?: string;
1488
+ source_execution_id?: string | null;
1489
+ };
1490
+ Relationships: [
1491
+ {
1492
+ foreignKeyName: "content_distribution_metrics_distribution_fkey";
1493
+ columns: ["distribution_id", "organization_id"];
1494
+ isOneToOne: false;
1495
+ referencedRelation: "content_distributions";
1496
+ referencedColumns: ["id", "organization_id"];
1497
+ },
1498
+ {
1499
+ foreignKeyName: "content_distribution_metrics_organization_id_fkey";
1500
+ columns: ["organization_id"];
1501
+ isOneToOne: false;
1502
+ referencedRelation: "organizations";
1503
+ referencedColumns: ["id"];
1504
+ },
1505
+ {
1506
+ foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
1507
+ columns: ["source_execution_id"];
1508
+ isOneToOne: false;
1509
+ referencedRelation: "execution_logs";
1510
+ referencedColumns: ["execution_id"];
1511
+ }
1512
+ ];
1513
+ };
1456
1514
  content_distributions: {
1457
1515
  Row: {
1458
1516
  adapted_body: string | null;
@@ -1602,6 +1660,63 @@ type Database = {
1602
1660
  }
1603
1661
  ];
1604
1662
  };
1663
+ content_item_source_assets: {
1664
+ Row: {
1665
+ alt_text: string | null;
1666
+ content_item_id: string;
1667
+ created_at: string;
1668
+ crop: Json | null;
1669
+ derivative_crop: Json | null;
1670
+ derivative_path: string | null;
1671
+ derivative_rendered_at: string | null;
1672
+ id: string;
1673
+ organization_id: string;
1674
+ position: number;
1675
+ source_asset_id: string;
1676
+ };
1677
+ Insert: {
1678
+ alt_text?: string | null;
1679
+ content_item_id: string;
1680
+ created_at?: string;
1681
+ crop?: Json | null;
1682
+ derivative_crop?: Json | null;
1683
+ derivative_path?: string | null;
1684
+ derivative_rendered_at?: string | null;
1685
+ id?: string;
1686
+ organization_id: string;
1687
+ position: number;
1688
+ source_asset_id: string;
1689
+ };
1690
+ Update: {
1691
+ alt_text?: string | null;
1692
+ content_item_id?: string;
1693
+ created_at?: string;
1694
+ crop?: Json | null;
1695
+ derivative_crop?: Json | null;
1696
+ derivative_path?: string | null;
1697
+ derivative_rendered_at?: string | null;
1698
+ id?: string;
1699
+ organization_id?: string;
1700
+ position?: number;
1701
+ source_asset_id?: string;
1702
+ };
1703
+ Relationships: [
1704
+ {
1705
+ foreignKeyName: "content_item_source_assets_asset_fkey";
1706
+ columns: ["source_asset_id", "organization_id"];
1707
+ isOneToOne: false;
1708
+ referencedRelation: "content_source_assets";
1709
+ referencedColumns: ["id", "organization_id"];
1710
+ },
1711
+ {
1712
+ foreignKeyName: "content_item_source_assets_item_fkey";
1713
+ columns: ["content_item_id", "organization_id"];
1714
+ isOneToOne: false;
1715
+ referencedRelation: "content_items";
1716
+ referencedColumns: ["id", "organization_id"];
1717
+ }
1718
+ ];
1719
+ };
1605
1720
  content_items: {
1606
1721
  Row: {
1607
1722
  body: string | null;
@@ -3357,6 +3472,25 @@ type Database = {
3357
3472
  };
3358
3473
  Returns: Json;
3359
3474
  };
3475
+ activate_deployment_atomic: {
3476
+ Args: {
3477
+ p_deployment_id: string;
3478
+ p_organization_id: string;
3479
+ };
3480
+ Returns: {
3481
+ created_at: string;
3482
+ deployment_version: string | null;
3483
+ error_message: string | null;
3484
+ id: string;
3485
+ organization_id: string;
3486
+ pid: number | null;
3487
+ port: number | null;
3488
+ sdk_version: string;
3489
+ status: string;
3490
+ tarball_path: string | null;
3491
+ updated_at: string;
3492
+ };
3493
+ };
3360
3494
  append_deal_activity: {
3361
3495
  Args: {
3362
3496
  p_activity: Json;
@@ -1,5 +1,6 @@
1
- export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-XZIOCB5D.js';
2
- import '../../chunk-Q3O3WY7Q.js';
1
+ export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-DCQKTDIG.js';
2
+ import '../../chunk-HYQOGRWG.js';
3
+ import '../../chunk-R5UGIFYU.js';
3
4
  import '../../chunk-Y6I3IC45.js';
4
5
  import '../../chunk-6SSQGWK7.js';
5
6
  import '../../chunk-BI5VDO2K.js';