@elevasis/ui 2.60.0 → 2.61.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 (49) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +6 -5
  3. package/dist/app/index.js +3 -3
  4. package/dist/auth/index.js +3 -3
  5. package/dist/charts/index.js +3 -3
  6. package/dist/{chunk-XOPLS4S6.js → chunk-774JOHIM.js} +60 -20
  7. package/dist/{chunk-7Q5THR43.js → chunk-DRQA53N4.js} +1 -1
  8. package/dist/{chunk-4N5GYO6R.js → chunk-WFX6ERBL.js} +231 -166
  9. package/dist/{chunk-4UA62IDF.js → chunk-YM6LMYOE.js} +1 -1
  10. package/dist/components/index.d.ts +128 -17
  11. package/dist/components/index.js +3 -3
  12. package/dist/components/navigation/index.js +3 -3
  13. package/dist/features/auth/index.js +4 -4
  14. package/dist/features/clients/index.js +3 -3
  15. package/dist/features/crm/index.js +3 -3
  16. package/dist/features/dashboard/index.d.ts +6 -5
  17. package/dist/features/dashboard/index.js +3 -3
  18. package/dist/features/delivery/index.js +3 -3
  19. package/dist/features/knowledge/index.js +3 -3
  20. package/dist/features/lead-gen/index.d.ts +189 -18
  21. package/dist/features/lead-gen/index.js +3 -3
  22. package/dist/features/monitoring/index.js +3 -3
  23. package/dist/features/monitoring/requests/index.js +4 -4
  24. package/dist/features/operations/index.d.ts +6 -5
  25. package/dist/features/operations/index.js +3 -3
  26. package/dist/features/public-agent-chat/index.js +29 -8
  27. package/dist/features/settings/index.js +3 -3
  28. package/dist/hooks/access/index.js +3 -3
  29. package/dist/hooks/delivery/index.js +3 -3
  30. package/dist/hooks/index.d.ts +13 -15
  31. package/dist/hooks/index.js +3 -3
  32. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +6 -5
  33. package/dist/hooks/published.d.ts +13 -15
  34. package/dist/hooks/published.js +3 -3
  35. package/dist/index.d.ts +188 -28
  36. package/dist/index.js +4 -4
  37. package/dist/knowledge/index.d.ts +6 -5
  38. package/dist/knowledge/index.js +4 -4
  39. package/dist/layout/index.js +3 -3
  40. package/dist/organization/index.js +3 -3
  41. package/dist/provider/index.d.ts +59 -6
  42. package/dist/provider/index.js +3 -3
  43. package/dist/provider/published.d.ts +6 -5
  44. package/dist/provider/published.js +3 -3
  45. package/dist/test-utils/index.js +3 -3
  46. package/dist/types/index.d.ts +6 -5
  47. package/dist/utils/index.d.ts +6 -5
  48. package/dist/utils/index.js +1 -1
  49. package/package.json +4 -4
@@ -1,11 +1,11 @@
1
- export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-4N5GYO6R.js';
1
+ export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-WFX6ERBL.js';
2
2
  import '../chunk-NZ2F5RQ4.js';
3
3
  import '../chunk-OJJK27GC.js';
4
4
  import '../chunk-ZTWA5H77.js';
5
5
  import '../chunk-AUDNF2Q7.js';
6
6
  import '../chunk-6M6OLGQY.js';
7
7
  import '../chunk-MKH2KOAO.js';
8
- import '../chunk-7Q5THR43.js';
8
+ import '../chunk-DRQA53N4.js';
9
9
  import '../chunk-T4LA4RY2.js';
10
10
  import '../chunk-GMXGDO3I.js';
11
11
  import '../chunk-S3XR4II4.js';
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
19
19
  import '../chunk-I3CFGE3N.js';
20
20
  import '../chunk-RNP5R5I3.js';
21
21
  import '../chunk-EIXSQONC.js';
22
- import '../chunk-XOPLS4S6.js';
22
+ import '../chunk-774JOHIM.js';
23
23
  import '../chunk-FVOMKZ7S.js';
24
24
  import '../chunk-KRWALB24.js';
25
25
  export { ElevasisServiceProvider, useElevasisServices } from '../chunk-BI5VDO2K.js';
@@ -3588,12 +3588,13 @@ declare const SystemApiInterfaceSchema: z$1.ZodObject<{
3588
3588
  archived: "archived";
3589
3589
  disabled: "disabled";
3590
3590
  }>>;
3591
- readinessProfile: z$1.ZodOptional<z$1.ZodEnum<{
3592
- "sales.lead-gen.api": "sales.lead-gen.api";
3593
- "sales.crm.api": "sales.crm.api";
3594
- "sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
3595
- }>>;
3591
+ readinessProfile: z$1.ZodOptional<z$1.ZodString>;
3596
3592
  resourceIds: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
3593
+ readinessContract: z$1.ZodOptional<z$1.ZodObject<{
3594
+ requiredObjects: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
3595
+ requiredCatalogs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
3596
+ requiredKinds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3597
+ }, z$1.core.$strict>>;
3597
3598
  }, z$1.core.$strict>;
3598
3599
  type JsonPrimitive = string | number | boolean | null;
3599
3600
  type JsonValue = JsonPrimitive | JsonValue[] | {
@@ -1,11 +1,11 @@
1
- export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-4N5GYO6R.js';
1
+ export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-WFX6ERBL.js';
2
2
  import '../chunk-NZ2F5RQ4.js';
3
3
  import '../chunk-OJJK27GC.js';
4
4
  import '../chunk-ZTWA5H77.js';
5
5
  import '../chunk-AUDNF2Q7.js';
6
6
  import '../chunk-6M6OLGQY.js';
7
7
  import '../chunk-MKH2KOAO.js';
8
- import '../chunk-7Q5THR43.js';
8
+ import '../chunk-DRQA53N4.js';
9
9
  import '../chunk-T4LA4RY2.js';
10
10
  import '../chunk-GMXGDO3I.js';
11
11
  import '../chunk-S3XR4II4.js';
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
19
19
  import '../chunk-I3CFGE3N.js';
20
20
  import '../chunk-RNP5R5I3.js';
21
21
  import '../chunk-EIXSQONC.js';
22
- import '../chunk-XOPLS4S6.js';
22
+ import '../chunk-774JOHIM.js';
23
23
  import '../chunk-FVOMKZ7S.js';
24
24
  import '../chunk-KRWALB24.js';
25
25
  export { ElevasisServiceProvider, useElevasisServices } from '../chunk-BI5VDO2K.js';
@@ -2,10 +2,10 @@ import { server, handlers } from '../chunk-7XKCG5CT.js';
2
2
  export { handlers, server } from '../chunk-7XKCG5CT.js';
3
3
  import { mockWorkOSUser, mockUseAuth, mockUnauthenticatedUser, mockAuthenticatedUser, mockAuthLoading, createMockUseAuth } from '../chunk-DRQPEMJI.js';
4
4
  export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-DRQPEMJI.js';
5
- import '../chunk-4UA62IDF.js';
6
- import { ApiClientProvider } from '../chunk-7Q5THR43.js';
5
+ import '../chunk-YM6LMYOE.js';
6
+ import { ApiClientProvider } from '../chunk-DRQA53N4.js';
7
7
  import '../chunk-DD3CCMCZ.js';
8
- import '../chunk-XOPLS4S6.js';
8
+ import '../chunk-774JOHIM.js';
9
9
  import '../chunk-FVOMKZ7S.js';
10
10
  import '../chunk-KRWALB24.js';
11
11
  import { ElevasisServiceProvider } from '../chunk-BI5VDO2K.js';
@@ -4458,12 +4458,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
4458
4458
  archived: "archived";
4459
4459
  disabled: "disabled";
4460
4460
  }>>;
4461
- readinessProfile: z.ZodOptional<z.ZodEnum<{
4462
- "sales.lead-gen.api": "sales.lead-gen.api";
4463
- "sales.crm.api": "sales.crm.api";
4464
- "sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
4465
- }>>;
4461
+ readinessProfile: z.ZodOptional<z.ZodString>;
4466
4462
  resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4463
+ readinessContract: z.ZodOptional<z.ZodObject<{
4464
+ requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
4465
+ requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
4466
+ requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
4467
+ }, z.core.$strict>>;
4467
4468
  }, z.core.$strict>;
4468
4469
  type JsonPrimitive = string | number | boolean | null;
4469
4470
  type JsonValue = JsonPrimitive | JsonValue[] | {
@@ -188,12 +188,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
188
188
  archived: "archived";
189
189
  disabled: "disabled";
190
190
  }>>;
191
- readinessProfile: z.ZodOptional<z.ZodEnum<{
192
- "sales.lead-gen.api": "sales.lead-gen.api";
193
- "sales.crm.api": "sales.crm.api";
194
- "sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
195
- }>>;
191
+ readinessProfile: z.ZodOptional<z.ZodString>;
196
192
  resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
193
+ readinessContract: z.ZodOptional<z.ZodObject<{
194
+ requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
195
+ requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
196
+ requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
197
+ }, z.core.$strict>>;
197
198
  }, z.core.$strict>;
198
199
  type JsonPrimitive = string | number | boolean | null;
199
200
  type JsonValue = JsonPrimitive | JsonValue[] | {
@@ -1,4 +1,4 @@
1
- export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-XOPLS4S6.js';
1
+ export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from '../chunk-774JOHIM.js';
2
2
  export { REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, getTimeRangeDates, getTimeRangeLabel } from '../chunk-FVOMKZ7S.js';
3
3
  export { ResourceStatusColors } from '../chunk-KRWALB24.js';
4
4
  import '../chunk-TVTSASST.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/ui",
3
- "version": "2.60.0",
3
+ "version": "2.61.0",
4
4
  "description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -274,11 +274,11 @@
274
274
  "typescript": "5.9.2",
275
275
  "vite": "^7.0.0",
276
276
  "vitest": "^3.2.4",
277
- "@repo/core": "0.52.0",
277
+ "@elevasis/sdk": "1.37.0",
278
+ "@repo/core": "0.53.0",
278
279
  "@repo/elevasis-core": "1.0.0",
279
280
  "@repo/typescript-config": "0.0.0",
280
- "@repo/eslint-config": "0.0.0",
281
- "@elevasis/sdk": "1.36.5"
281
+ "@repo/eslint-config": "0.0.0"
282
282
  },
283
283
  "dependencies": {
284
284
  "@dagrejs/dagre": "^1.1.4",