@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.
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +172 -20
- package/dist/app/index.js +9 -10
- package/dist/auth/index.js +5 -6
- package/dist/charts/index.js +5 -6
- package/dist/chunk-2GIJBHZT.js +60 -0
- package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
- package/dist/chunk-3LOKYZJC.js +231 -0
- package/dist/chunk-3QHX4ZKV.js +224 -0
- package/dist/chunk-43LC6XAX.js +69 -0
- package/dist/chunk-4M2BSHVT.js +116 -0
- package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
- package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
- package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
- package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
- package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
- package/dist/chunk-ARAFQBNI.js +515 -0
- package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
- package/dist/chunk-BRTGCFBH.js +305 -0
- package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
- package/dist/chunk-CRA7WQZH.js +49 -0
- package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
- package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
- package/dist/chunk-FA7LMNQO.js +439 -0
- package/dist/chunk-FZSG6M6W.js +45 -0
- package/dist/chunk-GDOR57D7.js +165 -0
- package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
- package/dist/chunk-GPQQGQGT.js +645 -0
- package/dist/chunk-HYQOGRWG.js +54 -0
- package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
- package/dist/chunk-N6K2Q5BM.js +393 -0
- package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
- package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
- package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
- package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
- package/dist/chunk-VM2OWOXL.js +24 -0
- package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
- package/dist/chunk-WDBNW44Z.js +49 -0
- package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
- package/dist/chunk-YQQ5GRUR.js +21 -0
- package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
- package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
- package/dist/chunk-ZYNVCWDZ.js +286 -0
- package/dist/components/index.d.ts +490 -22
- package/dist/components/index.js +335 -35
- package/dist/components/navigation/index.js +6 -7
- package/dist/features/auth/index.d.ts +154 -2
- package/dist/features/auth/index.js +18 -9
- package/dist/features/clients/index.js +7 -7
- package/dist/features/content/index.d.ts +718 -34
- package/dist/features/content/index.js +1345 -51
- package/dist/features/crm/index.d.ts +172 -20
- package/dist/features/crm/index.js +10 -8
- package/dist/features/dashboard/index.d.ts +19 -10
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +134 -0
- package/dist/features/delivery/index.js +23 -7
- package/dist/features/knowledge/index.js +5 -6
- package/dist/features/lead-gen/index.d.ts +47 -35
- package/dist/features/lead-gen/index.js +12 -8
- package/dist/features/monitoring/index.js +11 -9
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +38 -20
- package/dist/features/operations/index.js +15 -11
- package/dist/features/public-agent-chat/index.js +3 -1
- package/dist/features/settings/index.d.ts +134 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/access/index.js +5 -6
- package/dist/hooks/delivery/index.d.ts +134 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1421 -29
- package/dist/hooks/published.js +22 -6
- package/dist/initialization/index.d.ts +134 -0
- package/dist/knowledge/index.d.ts +38 -20
- package/dist/knowledge/index.js +167 -11
- package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
- package/dist/layout/index.js +8 -9
- package/dist/profile/index.d.ts +134 -0
- package/dist/provider/index.d.ts +191 -21
- package/dist/provider/index.js +5 -6
- package/dist/provider/published.d.ts +219 -21
- package/dist/provider/published.js +5 -6
- package/dist/test-utils/index.d.ts +16 -5
- package/dist/test-utils/index.js +17 -18
- package/dist/types/index.d.ts +184 -14
- package/dist/utils/index.d.ts +102 -13
- package/dist/utils/index.js +1 -1
- package/package.json +7 -6
- package/dist/chunk-6M6OLGQY.js +0 -36
- package/dist/chunk-MKH2KOAO.js +0 -39
- package/dist/hooks/index.css +0 -659
- package/dist/hooks/index.d.ts +0 -12853
- package/dist/hooks/index.js +0 -27
- package/dist/supabase/index.d.ts +0 -6969
- package/dist/supabase/index.js +0 -3
- package/dist/typeform/index.d.ts +0 -462
- package/dist/typeform/index.js +0 -2051
- package/dist/typeform/schemas.d.ts +0 -67
- package/dist/typeform/schemas.js +0 -2
|
@@ -235,7 +235,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
235
235
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
236
236
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
237
237
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
238
|
-
|
|
238
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
239
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
240
|
+
}, z.core.$strict>>>>;
|
|
239
241
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
240
242
|
id: z.ZodString;
|
|
241
243
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -246,7 +248,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
246
248
|
to: z.ZodString;
|
|
247
249
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
248
250
|
via: z.ZodOptional<z.ZodString>;
|
|
249
|
-
}, z.core.$
|
|
251
|
+
}, z.core.$strict>>>>;
|
|
250
252
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
251
253
|
id: z.ZodString;
|
|
252
254
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -256,7 +258,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
256
258
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
257
259
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
258
260
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
259
|
-
|
|
261
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
262
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
263
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
264
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
265
|
+
}, z.core.$strict>>>>;
|
|
260
266
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
261
267
|
id: z.ZodString;
|
|
262
268
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -266,7 +272,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
266
272
|
kind: z.ZodOptional<z.ZodString>;
|
|
267
273
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
268
274
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
269
|
-
|
|
275
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
276
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
277
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
278
|
+
}, z.core.$strict>>>>;
|
|
270
279
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
271
280
|
id: z.ZodString;
|
|
272
281
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -274,7 +283,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
274
283
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
275
284
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
276
285
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
277
|
-
}, z.core.$
|
|
286
|
+
}, z.core.$strict>>>>;
|
|
278
287
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
279
288
|
id: z.ZodString;
|
|
280
289
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -282,7 +291,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
282
291
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
283
292
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
284
293
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
285
|
-
}, z.core.$
|
|
294
|
+
}, z.core.$strict>>>>;
|
|
286
295
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
287
296
|
id: z.ZodString;
|
|
288
297
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -290,7 +299,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
290
299
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
291
300
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
292
301
|
primitive: z.ZodOptional<z.ZodString>;
|
|
293
|
-
}, z.core.$
|
|
302
|
+
}, z.core.$strict>>>>;
|
|
294
303
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
295
304
|
id: z.ZodString;
|
|
296
305
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -300,7 +309,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
300
309
|
valueType: z.ZodOptional<z.ZodString>;
|
|
301
310
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
302
311
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
303
|
-
}, z.core.$
|
|
312
|
+
}, z.core.$strict>>>>;
|
|
304
313
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
305
314
|
id: z.ZodString;
|
|
306
315
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -308,7 +317,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
308
317
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
309
318
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
310
319
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
311
|
-
}, z.core.$
|
|
320
|
+
}, z.core.$strict>>>>;
|
|
312
321
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
313
322
|
id: z.ZodString;
|
|
314
323
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -316,7 +325,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
316
325
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
317
326
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
318
327
|
route: z.ZodOptional<z.ZodString>;
|
|
319
|
-
}, z.core.$
|
|
328
|
+
}, z.core.$strict>>>>;
|
|
320
329
|
}, z.core.$strict>>;
|
|
321
330
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
322
331
|
|
|
@@ -406,7 +415,7 @@ type Link = z.infer<typeof LinkSchema>;
|
|
|
406
415
|
* Note: Concrete adapter implementations are deferred until needed.
|
|
407
416
|
* This type provides compile-time safety and auto-completion for tool definitions.
|
|
408
417
|
*/
|
|
409
|
-
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
|
|
418
|
+
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier' | 'instagram';
|
|
410
419
|
|
|
411
420
|
/**
|
|
412
421
|
* Resource Registry type definitions
|