@elevasis/ui 2.60.1 → 2.61.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 (48) 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-4N5GYO6R.js → chunk-BUVFSG7A.js} +214 -250
  8. package/dist/{chunk-7Q5THR43.js → chunk-DRQA53N4.js} +1 -1
  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/settings/index.js +3 -3
  27. package/dist/hooks/access/index.js +3 -3
  28. package/dist/hooks/delivery/index.js +3 -3
  29. package/dist/hooks/index.d.ts +13 -15
  30. package/dist/hooks/index.js +3 -3
  31. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +6 -5
  32. package/dist/hooks/published.d.ts +13 -15
  33. package/dist/hooks/published.js +3 -3
  34. package/dist/index.d.ts +188 -28
  35. package/dist/index.js +4 -4
  36. package/dist/knowledge/index.d.ts +6 -5
  37. package/dist/knowledge/index.js +4 -4
  38. package/dist/layout/index.js +3 -3
  39. package/dist/organization/index.js +3 -3
  40. package/dist/provider/index.d.ts +59 -6
  41. package/dist/provider/index.js +3 -3
  42. package/dist/provider/published.d.ts +6 -5
  43. package/dist/provider/published.js +3 -3
  44. package/dist/test-utils/index.js +3 -3
  45. package/dist/types/index.d.ts +6 -5
  46. package/dist/utils/index.d.ts +6 -5
  47. package/dist/utils/index.js +1 -1
  48. package/package.json +5 -5
@@ -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.1",
3
+ "version": "2.61.1",
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
- "@elevasis/sdk": "1.36.5",
278
- "@repo/core": "0.52.0",
279
- "@repo/typescript-config": "0.0.0",
277
+ "@elevasis/sdk": "1.37.0",
278
+ "@repo/core": "0.53.0",
279
+ "@repo/eslint-config": "0.0.0",
280
280
  "@repo/elevasis-core": "1.0.0",
281
- "@repo/eslint-config": "0.0.0"
281
+ "@repo/typescript-config": "0.0.0"
282
282
  },
283
283
  "dependencies": {
284
284
  "@dagrejs/dagre": "^1.1.4",