@elevasis/ui 2.72.0 → 2.73.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 (70) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +114 -20
  3. package/dist/app/index.js +8 -8
  4. package/dist/auth/index.js +4 -4
  5. package/dist/charts/index.js +4 -4
  6. package/dist/{chunk-A3JHFZDP.js → chunk-3TS5U5BL.js} +1 -1
  7. package/dist/{chunk-IXBRUIYI.js → chunk-4CW2C5BD.js} +1 -1
  8. package/dist/{chunk-753MKWFV.js → chunk-5B2ZFO44.js} +1 -1
  9. package/dist/{chunk-DJWIIPKW.js → chunk-AJOVWB47.js} +3 -3
  10. package/dist/{chunk-RRS2QR3W.js → chunk-CJ2232PQ.js} +1 -1
  11. package/dist/{chunk-2454MK7P.js → chunk-ETN3TTRT.js} +7 -7
  12. package/dist/{chunk-Q3O3WY7Q.js → chunk-IBCEAVB2.js} +33 -13
  13. package/dist/{chunk-7ESZKTQG.js → chunk-IGBPWD6S.js} +3 -3
  14. package/dist/{chunk-UZ5JO5TK.js → chunk-JYBJMVNY.js} +1 -1
  15. package/dist/{chunk-LCHL5SM2.js → chunk-LEPYXLJ2.js} +1 -1
  16. package/dist/{chunk-LEQGGX2U.js → chunk-LZT2H2MA.js} +4 -4
  17. package/dist/{chunk-Z2W5VNN3.js → chunk-NHNTX6ZL.js} +1 -1
  18. package/dist/{chunk-AFBFSXP3.js → chunk-NI37YNRP.js} +4 -4
  19. package/dist/{chunk-KIDZXZM5.js → chunk-OCVSPAKM.js} +501 -25
  20. package/dist/{chunk-IMZTRDY2.js → chunk-PQ4B62HH.js} +2 -2
  21. package/dist/{chunk-SV4M2BUI.js → chunk-SWKAH2YM.js} +52 -20
  22. package/dist/{chunk-XZIOCB5D.js → chunk-U2H3TIHD.js} +1 -1
  23. package/dist/{chunk-DKVGO6RJ.js → chunk-Z4ICFQXG.js} +1 -1
  24. package/dist/{chunk-ZBXCEWKF.js → chunk-ZDKPHFTH.js} +3 -3
  25. package/dist/components/index.d.ts +305 -22
  26. package/dist/components/index.js +316 -26
  27. package/dist/components/navigation/index.js +5 -5
  28. package/dist/features/auth/index.d.ts +76 -0
  29. package/dist/features/auth/index.js +6 -6
  30. package/dist/features/clients/index.js +5 -5
  31. package/dist/features/content/index.d.ts +494 -31
  32. package/dist/features/content/index.js +1090 -44
  33. package/dist/features/crm/index.d.ts +114 -20
  34. package/dist/features/crm/index.js +6 -6
  35. package/dist/features/dashboard/index.d.ts +19 -10
  36. package/dist/features/dashboard/index.js +6 -6
  37. package/dist/features/delivery/index.d.ts +76 -0
  38. package/dist/features/delivery/index.js +5 -5
  39. package/dist/features/knowledge/index.js +4 -4
  40. package/dist/features/lead-gen/index.d.ts +38 -20
  41. package/dist/features/lead-gen/index.js +6 -6
  42. package/dist/features/monitoring/index.js +7 -7
  43. package/dist/features/monitoring/requests/index.js +5 -5
  44. package/dist/features/operations/index.d.ts +38 -20
  45. package/dist/features/operations/index.js +9 -9
  46. package/dist/features/settings/index.d.ts +76 -0
  47. package/dist/features/settings/index.js +6 -6
  48. package/dist/hooks/access/index.js +4 -4
  49. package/dist/hooks/delivery/index.d.ts +76 -0
  50. package/dist/hooks/delivery/index.js +2 -2
  51. package/dist/hooks/index.d.ts +1248 -28
  52. package/dist/hooks/index.js +4 -4
  53. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +19 -10
  54. package/dist/hooks/published.d.ts +1248 -28
  55. package/dist/hooks/published.js +4 -4
  56. package/dist/initialization/index.d.ts +76 -0
  57. package/dist/knowledge/index.d.ts +38 -20
  58. package/dist/knowledge/index.js +8 -8
  59. package/dist/layout/index.js +7 -7
  60. package/dist/profile/index.d.ts +76 -0
  61. package/dist/provider/index.d.ts +114 -20
  62. package/dist/provider/index.js +4 -4
  63. package/dist/provider/published.d.ts +114 -20
  64. package/dist/provider/published.js +4 -4
  65. package/dist/supabase/index.d.ts +149 -0
  66. package/dist/test-utils/index.js +3 -3
  67. package/dist/types/index.d.ts +125 -13
  68. package/dist/utils/index.d.ts +19 -10
  69. package/dist/utils/index.js +1 -1
  70. package/package.json +5 -5
@@ -1602,6 +1602,63 @@ type Database = {
1602
1602
  }
1603
1603
  ];
1604
1604
  };
1605
+ content_item_source_assets: {
1606
+ Row: {
1607
+ alt_text: string | null;
1608
+ content_item_id: string;
1609
+ created_at: string;
1610
+ crop: Json | null;
1611
+ derivative_crop: Json | null;
1612
+ derivative_path: string | null;
1613
+ derivative_rendered_at: string | null;
1614
+ id: string;
1615
+ organization_id: string;
1616
+ position: number;
1617
+ source_asset_id: string;
1618
+ };
1619
+ Insert: {
1620
+ alt_text?: string | null;
1621
+ content_item_id: string;
1622
+ created_at?: string;
1623
+ crop?: Json | null;
1624
+ derivative_crop?: Json | null;
1625
+ derivative_path?: string | null;
1626
+ derivative_rendered_at?: string | null;
1627
+ id?: string;
1628
+ organization_id: string;
1629
+ position: number;
1630
+ source_asset_id: string;
1631
+ };
1632
+ Update: {
1633
+ alt_text?: string | null;
1634
+ content_item_id?: string;
1635
+ created_at?: string;
1636
+ crop?: Json | null;
1637
+ derivative_crop?: Json | null;
1638
+ derivative_path?: string | null;
1639
+ derivative_rendered_at?: string | null;
1640
+ id?: string;
1641
+ organization_id?: string;
1642
+ position?: number;
1643
+ source_asset_id?: string;
1644
+ };
1645
+ Relationships: [
1646
+ {
1647
+ foreignKeyName: "content_item_source_assets_asset_fkey";
1648
+ columns: ["source_asset_id", "organization_id"];
1649
+ isOneToOne: false;
1650
+ referencedRelation: "content_source_assets";
1651
+ referencedColumns: ["id", "organization_id"];
1652
+ },
1653
+ {
1654
+ foreignKeyName: "content_item_source_assets_item_fkey";
1655
+ columns: ["content_item_id", "organization_id"];
1656
+ isOneToOne: false;
1657
+ referencedRelation: "content_items";
1658
+ referencedColumns: ["id", "organization_id"];
1659
+ }
1660
+ ];
1661
+ };
1605
1662
  content_items: {
1606
1663
  Row: {
1607
1664
  body: string | null;
@@ -3357,6 +3414,25 @@ type Database = {
3357
3414
  };
3358
3415
  Returns: Json;
3359
3416
  };
3417
+ activate_deployment_atomic: {
3418
+ Args: {
3419
+ p_deployment_id: string;
3420
+ p_organization_id: string;
3421
+ };
3422
+ Returns: {
3423
+ created_at: string;
3424
+ deployment_version: string | null;
3425
+ error_message: string | null;
3426
+ id: string;
3427
+ organization_id: string;
3428
+ pid: number | null;
3429
+ port: number | null;
3430
+ sdk_version: string;
3431
+ status: string;
3432
+ tarball_path: string | null;
3433
+ updated_at: string;
3434
+ };
3435
+ };
3360
3436
  append_deal_activity: {
3361
3437
  Args: {
3362
3438
  p_activity: Json;
@@ -5095,6 +5171,60 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
5095
5171
  referencedColumns: ["execution_id"];
5096
5172
  }];
5097
5173
  };
5174
+ content_item_source_assets: {
5175
+ Row: {
5176
+ alt_text: string | null;
5177
+ content_item_id: string;
5178
+ created_at: string;
5179
+ crop: Json | null;
5180
+ derivative_crop: Json | null;
5181
+ derivative_path: string | null;
5182
+ derivative_rendered_at: string | null;
5183
+ id: string;
5184
+ organization_id: string;
5185
+ position: number;
5186
+ source_asset_id: string;
5187
+ };
5188
+ Insert: {
5189
+ alt_text?: string | null;
5190
+ content_item_id: string;
5191
+ created_at?: string;
5192
+ crop?: Json | null;
5193
+ derivative_crop?: Json | null;
5194
+ derivative_path?: string | null;
5195
+ derivative_rendered_at?: string | null;
5196
+ id?: string;
5197
+ organization_id: string;
5198
+ position: number;
5199
+ source_asset_id: string;
5200
+ };
5201
+ Update: {
5202
+ alt_text?: string | null;
5203
+ content_item_id?: string;
5204
+ created_at?: string;
5205
+ crop?: Json | null;
5206
+ derivative_crop?: Json | null;
5207
+ derivative_path?: string | null;
5208
+ derivative_rendered_at?: string | null;
5209
+ id?: string;
5210
+ organization_id?: string;
5211
+ position?: number;
5212
+ source_asset_id?: string;
5213
+ };
5214
+ Relationships: [{
5215
+ foreignKeyName: "content_item_source_assets_asset_fkey";
5216
+ columns: ["source_asset_id", "organization_id"];
5217
+ isOneToOne: false;
5218
+ referencedRelation: "content_source_assets";
5219
+ referencedColumns: ["id", "organization_id"];
5220
+ }, {
5221
+ foreignKeyName: "content_item_source_assets_item_fkey";
5222
+ columns: ["content_item_id", "organization_id"];
5223
+ isOneToOne: false;
5224
+ referencedRelation: "content_items";
5225
+ referencedColumns: ["id", "organization_id"];
5226
+ }];
5227
+ };
5098
5228
  content_items: {
5099
5229
  Row: {
5100
5230
  body: string | null;
@@ -6754,6 +6884,25 @@ declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database,
6754
6884
  };
6755
6885
  Returns: Json;
6756
6886
  };
6887
+ activate_deployment_atomic: {
6888
+ Args: {
6889
+ p_deployment_id: string;
6890
+ p_organization_id: string;
6891
+ };
6892
+ Returns: {
6893
+ created_at: string;
6894
+ deployment_version: string | null;
6895
+ error_message: string | null;
6896
+ id: string;
6897
+ organization_id: string;
6898
+ pid: number | null;
6899
+ port: number | null;
6900
+ sdk_version: string;
6901
+ status: string;
6902
+ tarball_path: string | null;
6903
+ updated_at: string;
6904
+ };
6905
+ };
6757
6906
  append_deal_activity: {
6758
6907
  Args: {
6759
6908
  p_activity: Json;
@@ -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-N7U24M2J.js';
4
4
  export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser } from '../chunk-N7U24M2J.js';
5
- import '../chunk-753MKWFV.js';
6
- import { ApiClientProvider } from '../chunk-Z2W5VNN3.js';
5
+ import '../chunk-5B2ZFO44.js';
6
+ import { ApiClientProvider } from '../chunk-NHNTX6ZL.js';
7
7
  import '../chunk-DD3CCMCZ.js';
8
- import '../chunk-Q3O3WY7Q.js';
8
+ import '../chunk-IBCEAVB2.js';
9
9
  import '../chunk-Y6I3IC45.js';
10
10
  import '../chunk-6SSQGWK7.js';
11
11
  import { ElevasisServiceProvider } from '../chunk-BI5VDO2K.js';
@@ -541,8 +541,13 @@ type StrictStatus = 'applied' | 'refused' | 'compileRejected' | 'notAttempted';
541
541
 
542
542
  /**
543
543
  * Supported Open AI models (direct SDK access)
544
+ *
545
+ * The GPT-5.6 tiers are three separate ids rather than the bare `gpt-5.6` alias. Upstream that
546
+ * alias routes to Sol, so registering it would put two keys with identical pricing in `MODEL_INFO`
547
+ * and hide which tier actually ran in `ai_calls`. Leaving it out means a caller who writes
548
+ * `'gpt-5.6'` is rejected by the dispatcher rather than silently billed at Sol rates.
544
549
  */
545
- type OpenAIModel = 'gpt-5' | 'gpt-5.4-mini' | 'gpt-5.4-nano';
550
+ type OpenAIModel = 'gpt-5' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'gpt-5.6-sol' | 'gpt-5.6-terra' | 'gpt-5.6-luna';
546
551
  /**
547
552
  * Supported OpenRouter models (explicit union for type safety)
548
553
  */
@@ -558,15 +563,36 @@ type LLMModel = OpenAIModel | OpenRouterModel | AnthropicModel | 'mock';
558
563
  */
559
564
  declare const GPT5OptionsSchema: z.ZodObject<{
560
565
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
566
+ low: "low";
567
+ high: "high";
561
568
  minimal: "minimal";
569
+ medium: "medium";
570
+ }>>;
571
+ verbosity: z.ZodOptional<z.ZodEnum<{
562
572
  low: "low";
573
+ high: "high";
563
574
  medium: "medium";
575
+ }>>;
576
+ }, z.core.$strip>;
577
+ /**
578
+ * GPT-5.6 model options schema
579
+ *
580
+ * NOT the GPT-5 enum. 5.6 removed `minimal` and added `none`, `xhigh`, and `max`, so reusing
581
+ * `GPT5OptionsSchema` would accept one value 5.6 rejects and reject three it accepts.
582
+ */
583
+ declare const GPT56OptionsSchema: z.ZodObject<{
584
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
585
+ none: "none";
586
+ low: "low";
564
587
  high: "high";
588
+ medium: "medium";
589
+ xhigh: "xhigh";
590
+ max: "max";
565
591
  }>>;
566
592
  verbosity: z.ZodOptional<z.ZodEnum<{
567
593
  low: "low";
568
- medium: "medium";
569
594
  high: "high";
595
+ medium: "medium";
570
596
  }>>;
571
597
  }, z.core.$strip>;
572
598
  /**
@@ -588,10 +614,11 @@ declare const AnthropicOptionsSchema: z.ZodObject<{}, z.core.$strict>;
588
614
  * Infer TypeScript types from schemas
589
615
  */
590
616
  type GPT5Options = z.infer<typeof GPT5OptionsSchema>;
617
+ type GPT56Options = z.infer<typeof GPT56OptionsSchema>;
591
618
  type MockOptions = Record<string, never>;
592
619
  type OpenRouterOptions = z.infer<typeof OpenRouterOptionsSchema>;
593
620
  type AnthropicOptions = z.infer<typeof AnthropicOptionsSchema>;
594
- type ModelSpecificOptions = GPT5Options | MockOptions | OpenRouterOptions | AnthropicOptions;
621
+ type ModelSpecificOptions = GPT5Options | GPT56Options | MockOptions | OpenRouterOptions | AnthropicOptions;
595
622
  /**
596
623
  * Model configuration for LLM execution
597
624
  * Belongs in resource definition (AgentDefinition, WorkflowDefinition, etc.)
@@ -2347,6 +2374,63 @@ type Database = {
2347
2374
  }
2348
2375
  ];
2349
2376
  };
2377
+ content_item_source_assets: {
2378
+ Row: {
2379
+ alt_text: string | null;
2380
+ content_item_id: string;
2381
+ created_at: string;
2382
+ crop: Json | null;
2383
+ derivative_crop: Json | null;
2384
+ derivative_path: string | null;
2385
+ derivative_rendered_at: string | null;
2386
+ id: string;
2387
+ organization_id: string;
2388
+ position: number;
2389
+ source_asset_id: string;
2390
+ };
2391
+ Insert: {
2392
+ alt_text?: string | null;
2393
+ content_item_id: string;
2394
+ created_at?: string;
2395
+ crop?: Json | null;
2396
+ derivative_crop?: Json | null;
2397
+ derivative_path?: string | null;
2398
+ derivative_rendered_at?: string | null;
2399
+ id?: string;
2400
+ organization_id: string;
2401
+ position: number;
2402
+ source_asset_id: string;
2403
+ };
2404
+ Update: {
2405
+ alt_text?: string | null;
2406
+ content_item_id?: string;
2407
+ created_at?: string;
2408
+ crop?: Json | null;
2409
+ derivative_crop?: Json | null;
2410
+ derivative_path?: string | null;
2411
+ derivative_rendered_at?: string | null;
2412
+ id?: string;
2413
+ organization_id?: string;
2414
+ position?: number;
2415
+ source_asset_id?: string;
2416
+ };
2417
+ Relationships: [
2418
+ {
2419
+ foreignKeyName: "content_item_source_assets_asset_fkey";
2420
+ columns: ["source_asset_id", "organization_id"];
2421
+ isOneToOne: false;
2422
+ referencedRelation: "content_source_assets";
2423
+ referencedColumns: ["id", "organization_id"];
2424
+ },
2425
+ {
2426
+ foreignKeyName: "content_item_source_assets_item_fkey";
2427
+ columns: ["content_item_id", "organization_id"];
2428
+ isOneToOne: false;
2429
+ referencedRelation: "content_items";
2430
+ referencedColumns: ["id", "organization_id"];
2431
+ }
2432
+ ];
2433
+ };
2350
2434
  content_items: {
2351
2435
  Row: {
2352
2436
  body: string | null;
@@ -4102,6 +4186,25 @@ type Database = {
4102
4186
  };
4103
4187
  Returns: Json;
4104
4188
  };
4189
+ activate_deployment_atomic: {
4190
+ Args: {
4191
+ p_deployment_id: string;
4192
+ p_organization_id: string;
4193
+ };
4194
+ Returns: {
4195
+ created_at: string;
4196
+ deployment_version: string | null;
4197
+ error_message: string | null;
4198
+ id: string;
4199
+ organization_id: string;
4200
+ pid: number | null;
4201
+ port: number | null;
4202
+ sdk_version: string;
4203
+ status: string;
4204
+ tarball_path: string | null;
4205
+ updated_at: string;
4206
+ };
4207
+ };
4105
4208
  append_deal_activity: {
4106
4209
  Args: {
4107
4210
  p_activity: Json;
@@ -4647,7 +4750,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4647
4750
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4648
4751
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4649
4752
  storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4650
- }, z.core.$loose>>>>;
4753
+ rowSchema: z.ZodOptional<z.ZodString>;
4754
+ stateCatalogId: z.ZodOptional<z.ZodString>;
4755
+ }, z.core.$strict>>>>;
4651
4756
  linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4652
4757
  id: z.ZodString;
4653
4758
  label: z.ZodOptional<z.ZodString>;
@@ -4658,7 +4763,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4658
4763
  to: z.ZodString;
4659
4764
  cardinality: z.ZodOptional<z.ZodString>;
4660
4765
  via: z.ZodOptional<z.ZodString>;
4661
- }, z.core.$loose>>>>;
4766
+ }, z.core.$strict>>>>;
4662
4767
  actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4663
4768
  id: z.ZodString;
4664
4769
  label: z.ZodOptional<z.ZodString>;
@@ -4668,7 +4773,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4668
4773
  actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4669
4774
  input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4670
4775
  effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4671
- }, z.core.$loose>>>>;
4776
+ resourceId: z.ZodOptional<z.ZodString>;
4777
+ invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
4778
+ lifecycle: z.ZodOptional<z.ZodString>;
4779
+ legacyActionId: z.ZodOptional<z.ZodString>;
4780
+ }, z.core.$strict>>>>;
4672
4781
  catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4673
4782
  id: z.ZodString;
4674
4783
  label: z.ZodOptional<z.ZodString>;
@@ -4678,7 +4787,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4678
4787
  kind: z.ZodOptional<z.ZodString>;
4679
4788
  appliesTo: z.ZodOptional<z.ZodString>;
4680
4789
  entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4681
- }, z.core.$loose>>>>;
4790
+ legacyCatalogKey: z.ZodOptional<z.ZodString>;
4791
+ legacyPipelineKey: z.ZodOptional<z.ZodString>;
4792
+ legacyEntityKey: z.ZodOptional<z.ZodString>;
4793
+ }, z.core.$strict>>>>;
4682
4794
  eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4683
4795
  id: z.ZodString;
4684
4796
  label: z.ZodOptional<z.ZodString>;
@@ -4686,7 +4798,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4686
4798
  ownerSystemId: z.ZodOptional<z.ZodString>;
4687
4799
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4688
4800
  payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4689
- }, z.core.$loose>>>>;
4801
+ }, z.core.$strict>>>>;
4690
4802
  interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4691
4803
  id: z.ZodString;
4692
4804
  label: z.ZodOptional<z.ZodString>;
@@ -4694,7 +4806,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4694
4806
  ownerSystemId: z.ZodOptional<z.ZodString>;
4695
4807
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4696
4808
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4697
- }, z.core.$loose>>>>;
4809
+ }, z.core.$strict>>>>;
4698
4810
  valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4699
4811
  id: z.ZodString;
4700
4812
  label: z.ZodOptional<z.ZodString>;
@@ -4702,7 +4814,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4702
4814
  ownerSystemId: z.ZodOptional<z.ZodString>;
4703
4815
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4704
4816
  primitive: z.ZodOptional<z.ZodString>;
4705
- }, z.core.$loose>>>>;
4817
+ }, z.core.$strict>>>>;
4706
4818
  sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4707
4819
  id: z.ZodString;
4708
4820
  label: z.ZodOptional<z.ZodString>;
@@ -4712,7 +4824,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4712
4824
  valueType: z.ZodOptional<z.ZodString>;
4713
4825
  searchable: z.ZodOptional<z.ZodBoolean>;
4714
4826
  pii: z.ZodOptional<z.ZodBoolean>;
4715
- }, z.core.$loose>>>>;
4827
+ }, z.core.$strict>>>>;
4716
4828
  groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4717
4829
  id: z.ZodString;
4718
4830
  label: z.ZodOptional<z.ZodString>;
@@ -4720,7 +4832,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4720
4832
  ownerSystemId: z.ZodOptional<z.ZodString>;
4721
4833
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4722
4834
  members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4723
- }, z.core.$loose>>>>;
4835
+ }, z.core.$strict>>>>;
4724
4836
  endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4725
4837
  id: z.ZodString;
4726
4838
  label: z.ZodOptional<z.ZodString>;
@@ -4728,7 +4840,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4728
4840
  ownerSystemId: z.ZodOptional<z.ZodString>;
4729
4841
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4730
4842
  route: z.ZodOptional<z.ZodString>;
4731
- }, z.core.$loose>>>>;
4843
+ }, z.core.$strict>>>>;
4732
4844
  }, z.core.$strict>>;
4733
4845
  type OntologyScope = z.infer<typeof OntologyScopeSchema>;
4734
4846
 
@@ -95,7 +95,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
95
95
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
96
96
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
97
97
  storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
98
- }, z.core.$loose>>>>;
98
+ rowSchema: z.ZodOptional<z.ZodString>;
99
+ stateCatalogId: z.ZodOptional<z.ZodString>;
100
+ }, z.core.$strict>>>>;
99
101
  linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
100
102
  id: z.ZodString;
101
103
  label: z.ZodOptional<z.ZodString>;
@@ -106,7 +108,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
106
108
  to: z.ZodString;
107
109
  cardinality: z.ZodOptional<z.ZodString>;
108
110
  via: z.ZodOptional<z.ZodString>;
109
- }, z.core.$loose>>>>;
111
+ }, z.core.$strict>>>>;
110
112
  actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
111
113
  id: z.ZodString;
112
114
  label: z.ZodOptional<z.ZodString>;
@@ -116,7 +118,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
116
118
  actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
117
119
  input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
118
120
  effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
119
- }, z.core.$loose>>>>;
121
+ resourceId: z.ZodOptional<z.ZodString>;
122
+ invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
123
+ lifecycle: z.ZodOptional<z.ZodString>;
124
+ legacyActionId: z.ZodOptional<z.ZodString>;
125
+ }, z.core.$strict>>>>;
120
126
  catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
121
127
  id: z.ZodString;
122
128
  label: z.ZodOptional<z.ZodString>;
@@ -126,7 +132,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
126
132
  kind: z.ZodOptional<z.ZodString>;
127
133
  appliesTo: z.ZodOptional<z.ZodString>;
128
134
  entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
129
- }, z.core.$loose>>>>;
135
+ legacyCatalogKey: z.ZodOptional<z.ZodString>;
136
+ legacyPipelineKey: z.ZodOptional<z.ZodString>;
137
+ legacyEntityKey: z.ZodOptional<z.ZodString>;
138
+ }, z.core.$strict>>>>;
130
139
  eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
131
140
  id: z.ZodString;
132
141
  label: z.ZodOptional<z.ZodString>;
@@ -134,7 +143,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
134
143
  ownerSystemId: z.ZodOptional<z.ZodString>;
135
144
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
136
145
  payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
137
- }, z.core.$loose>>>>;
146
+ }, z.core.$strict>>>>;
138
147
  interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
139
148
  id: z.ZodString;
140
149
  label: z.ZodOptional<z.ZodString>;
@@ -142,7 +151,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
142
151
  ownerSystemId: z.ZodOptional<z.ZodString>;
143
152
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
144
153
  properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
145
- }, z.core.$loose>>>>;
154
+ }, z.core.$strict>>>>;
146
155
  valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
147
156
  id: z.ZodString;
148
157
  label: z.ZodOptional<z.ZodString>;
@@ -150,7 +159,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
150
159
  ownerSystemId: z.ZodOptional<z.ZodString>;
151
160
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
152
161
  primitive: z.ZodOptional<z.ZodString>;
153
- }, z.core.$loose>>>>;
162
+ }, z.core.$strict>>>>;
154
163
  sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
155
164
  id: z.ZodString;
156
165
  label: z.ZodOptional<z.ZodString>;
@@ -160,7 +169,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
160
169
  valueType: z.ZodOptional<z.ZodString>;
161
170
  searchable: z.ZodOptional<z.ZodBoolean>;
162
171
  pii: z.ZodOptional<z.ZodBoolean>;
163
- }, z.core.$loose>>>>;
172
+ }, z.core.$strict>>>>;
164
173
  groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
165
174
  id: z.ZodString;
166
175
  label: z.ZodOptional<z.ZodString>;
@@ -168,7 +177,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
168
177
  ownerSystemId: z.ZodOptional<z.ZodString>;
169
178
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
170
179
  members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
171
- }, z.core.$loose>>>>;
180
+ }, z.core.$strict>>>>;
172
181
  endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
173
182
  id: z.ZodString;
174
183
  label: z.ZodOptional<z.ZodString>;
@@ -176,7 +185,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
176
185
  ownerSystemId: z.ZodOptional<z.ZodString>;
177
186
  aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
178
187
  route: z.ZodOptional<z.ZodString>;
179
- }, z.core.$loose>>>>;
188
+ }, z.core.$strict>>>>;
180
189
  }, z.core.$strict>>;
181
190
  type OntologyScope = z.infer<typeof OntologyScopeSchema>;
182
191
 
@@ -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-Q3O3WY7Q.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-IBCEAVB2.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-Y6I3IC45.js';
3
3
  export { ResourceStatusColors } from '../chunk-6SSQGWK7.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.72.0",
3
+ "version": "2.73.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",
@@ -280,11 +280,11 @@
280
280
  "typescript": "5.9.2",
281
281
  "vite": "^7.0.0",
282
282
  "vitest": "^3.2.4",
283
+ "@elevasis/sdk": "1.48.0",
284
+ "@repo/core": "0.64.0",
285
+ "@repo/typescript-config": "0.0.0",
283
286
  "@repo/elevasis-core": "1.0.0",
284
- "@elevasis/sdk": "1.47.0",
285
- "@repo/eslint-config": "0.0.0",
286
- "@repo/core": "0.63.0",
287
- "@repo/typescript-config": "0.0.0"
287
+ "@repo/eslint-config": "0.0.0"
288
288
  },
289
289
  "dependencies": {
290
290
  "@dagrejs/dagre": "^1.1.4",