@elevasis/ui 2.71.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.
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +116 -22
- package/dist/app/index.js +8 -8
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-DCMFNSJ6.js → chunk-3TS5U5BL.js} +1 -1
- package/dist/{chunk-VRRIHA3S.js → chunk-4CW2C5BD.js} +1 -1
- package/dist/{chunk-26BTE3Z4.js → chunk-5B2ZFO44.js} +1 -1
- package/dist/{chunk-BM2WKRAQ.js → chunk-AJOVWB47.js} +3 -3
- package/dist/{chunk-DH2MO5DX.js → chunk-CJ2232PQ.js} +1 -1
- package/dist/{chunk-TVFSVTRG.js → chunk-ETN3TTRT.js} +7 -7
- package/dist/{chunk-NM4A63KJ.js → chunk-IBCEAVB2.js} +56 -20
- package/dist/{chunk-3BLYJT5L.js → chunk-IGBPWD6S.js} +3 -3
- package/dist/{chunk-TB2PM2OU.js → chunk-JYBJMVNY.js} +1 -1
- package/dist/{chunk-TCQZ4AJI.js → chunk-LEPYXLJ2.js} +1 -1
- package/dist/{chunk-H3SDGC5F.js → chunk-LZT2H2MA.js} +4 -4
- package/dist/{chunk-VDX6DL7Z.js → chunk-NHNTX6ZL.js} +1 -1
- package/dist/{chunk-VHPHWTX7.js → chunk-NI37YNRP.js} +4 -4
- package/dist/{chunk-UZ7MSORW.js → chunk-OCVSPAKM.js} +540 -29
- package/dist/{chunk-LL5H7J4N.js → chunk-PQ4B62HH.js} +2 -2
- package/dist/{chunk-CPBT6Z2G.js → chunk-SWKAH2YM.js} +52 -20
- package/dist/{chunk-C75XWBYZ.js → chunk-U2H3TIHD.js} +1 -1
- package/dist/{chunk-AIOV5NM7.js → chunk-Z4ICFQXG.js} +1 -1
- package/dist/{chunk-JTSNU6KA.js → chunk-ZDKPHFTH.js} +3 -3
- package/dist/components/index.d.ts +307 -24
- package/dist/components/index.js +316 -26
- package/dist/components/navigation/index.js +5 -5
- package/dist/features/auth/index.d.ts +76 -0
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.js +5 -5
- package/dist/features/content/index.d.ts +586 -66
- package/dist/features/content/index.js +1213 -312
- package/dist/features/crm/index.d.ts +117 -22
- package/dist/features/crm/index.js +6 -6
- package/dist/features/dashboard/index.d.ts +20 -11
- package/dist/features/dashboard/index.js +6 -6
- package/dist/features/delivery/index.d.ts +76 -0
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/knowledge/index.js +4 -4
- package/dist/features/lead-gen/index.d.ts +41 -22
- package/dist/features/lead-gen/index.js +6 -6
- package/dist/features/monitoring/index.js +7 -7
- package/dist/features/monitoring/requests/index.js +5 -5
- package/dist/features/operations/index.d.ts +40 -22
- package/dist/features/operations/index.js +9 -9
- package/dist/features/settings/index.d.ts +76 -0
- package/dist/features/settings/index.js +6 -6
- package/dist/hooks/access/index.js +4 -4
- package/dist/hooks/delivery/index.d.ts +76 -0
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +1259 -32
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1259 -32
- package/dist/hooks/published.js +4 -4
- package/dist/initialization/index.d.ts +76 -0
- package/dist/knowledge/index.d.ts +40 -22
- package/dist/knowledge/index.js +18 -18
- package/dist/{knowledge-search-index-LP2WVSQX.js → knowledge-search-index-RZLIVWPJ.js} +5 -5
- package/dist/layout/index.js +7 -7
- package/dist/profile/index.d.ts +76 -0
- package/dist/provider/index.d.ts +116 -22
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.d.ts +116 -22
- package/dist/provider/published.js +4 -4
- package/dist/supabase/index.d.ts +149 -0
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +126 -14
- package/dist/utils/index.d.ts +20 -11
- package/dist/utils/index.js +1 -1
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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.$
|
|
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
|
-
|
|
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
|
-
|
|
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.$
|
|
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.$
|
|
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.$
|
|
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.$
|
|
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.$
|
|
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,8 +4840,8 @@ 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.$
|
|
4732
|
-
}, z.core.$
|
|
4843
|
+
}, z.core.$strict>>>>;
|
|
4844
|
+
}, z.core.$strict>>;
|
|
4733
4845
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
4734
4846
|
|
|
4735
4847
|
declare const SystemApiInterfaceSchema: z.ZodObject<{
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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.$
|
|
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
|
-
|
|
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
|
-
|
|
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.$
|
|
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.$
|
|
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.$
|
|
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.$
|
|
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.$
|
|
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,8 +185,8 @@ 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.$
|
|
180
|
-
}, z.core.$
|
|
188
|
+
}, z.core.$strict>>>>;
|
|
189
|
+
}, z.core.$strict>>;
|
|
181
190
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
182
191
|
|
|
183
192
|
declare const SystemApiInterfaceSchema: z.ZodObject<{
|
package/dist/utils/index.js
CHANGED
|
@@ -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-
|
|
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.
|
|
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.
|
|
283
|
+
"@elevasis/sdk": "1.48.0",
|
|
284
|
+
"@repo/core": "0.64.0",
|
|
285
|
+
"@repo/typescript-config": "0.0.0",
|
|
284
286
|
"@repo/elevasis-core": "1.0.0",
|
|
285
|
-
"@repo/eslint-config": "0.0.0"
|
|
286
|
-
"@repo/core": "0.62.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",
|