@elevasis/ui 1.3.0 → 1.3.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.
- package/dist/CoreAuthKitInner-3J4RVQO6.js +43 -0
- package/dist/api/index.d.ts +7 -31
- package/dist/api/index.js +2 -1
- package/dist/auth/context.d.ts +23 -5
- package/dist/auth/index.d.ts +37 -34
- package/dist/auth/index.js +4 -5
- package/dist/{chunk-FDCVFCOQ.js → chunk-2JBWPFHF.js} +23 -20
- package/dist/{chunk-OLD3NQLI.js → chunk-72HOBFMP.js} +13 -17
- package/dist/{chunk-BZTA7IIL.js → chunk-A3MCANC6.js} +295 -1
- package/dist/chunk-FWZJH3TL.js +13 -0
- package/dist/{chunk-EZMRFWZQ.js → chunk-JBFFCZI4.js} +1 -1
- package/dist/chunk-JGJSZ3UE.js +47 -0
- package/dist/{chunk-4KAG5U7A.js → chunk-L2CM2CUA.js} +0 -2
- package/dist/{chunk-QQOLC46E.js → chunk-NEK6JKPW.js} +1 -1
- package/dist/{chunk-SITSZUFW.js → chunk-PVVQTENF.js} +1 -1
- package/dist/{chunk-PCBXNHKY.js → chunk-TZPAA4RC.js} +3 -2
- package/dist/{chunk-FLJXZ7YC.js → chunk-UMXDDEAG.js} +1 -3
- package/dist/{chunk-BWCC6ZJC.js → chunk-XLV6LYN2.js} +15 -60
- package/dist/hooks/index.d.ts +2629 -2
- package/dist/hooks/index.js +5 -2
- package/dist/hooks/published.d.ts +2629 -2
- package/dist/hooks/published.js +4 -1
- package/dist/index.d.ts +427 -162
- package/dist/index.js +13 -13
- package/dist/initialization/index.js +3 -3
- package/dist/organization/index.js +3 -3
- package/dist/profile/index.js +1 -1
- package/dist/provider/index.d.ts +5 -17
- package/dist/provider/index.js +6 -7
- package/dist/provider/published.d.ts +4 -16
- package/dist/provider/published.js +5 -6
- package/dist/supabase/index.js +2 -47
- package/package.json +3 -3
- package/dist/CoreAuthKitInner-KM72EYJS.js +0 -19
- package/dist/api/hooks/useApiClient.d.ts +0 -54
- package/dist/api/hooks/useApiClient.d.ts.map +0 -1
- package/dist/api/hooks/useApiClient.js +0 -185
- package/dist/chunk-NIAVTSMB.js +0 -21
- package/dist/chunk-QSVZP2NU.js +0 -214
- /package/dist/{chunk-Q47SPRY7.js → chunk-TYV5NJV2.js} +0 -0
package/dist/hooks/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import '../chunk-
|
|
2
|
-
export { OperationsService, executionsKeys, observabilityKeys, scheduleKeys, useActivities, useActivityTrend, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateSchedule, useDashboardMetrics, useDeleteExecution, useDeleteSchedule, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorTrends, useExecuteAsync, useExecution, useExecutionHealth, useExecutionLogs, useExecutions, useGetExecutionHistory, useGetSchedule, useListSchedules, usePauseSchedule, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResources, useResumeSchedule, useRetryExecution, useTopFailingResources, useUnresolveError, useUpdateAnchor, useUpdateSchedule } from '../chunk-
|
|
1
|
+
import '../chunk-TYV5NJV2.js';
|
|
2
|
+
export { OperationsService, createUseFeatureAccess, executionsKeys, observabilityKeys, scheduleKeys, sortData, useActivities, useActivityTrend, useBatchDelete, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateSchedule, useDashboardMetrics, useDeleteExecution, useDeleteSchedule, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAsync, useExecution, useExecutionHealth, useExecutionLogs, useExecutions, useGetExecutionHistory, useGetSchedule, useListSchedules, usePaginationState, usePauseSchedule, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResources, useResumeSchedule, useRetryExecution, useSSEConnection, useSortedData, useSuccessNotification, useTableSelection, useTableSort, useTopFailingResources, useUnresolveError, useUpdateAnchor, useUpdateSchedule, useWarningNotification } from '../chunk-A3MCANC6.js';
|
|
3
|
+
import '../chunk-JGJSZ3UE.js';
|
|
3
4
|
export { useCommandQueue, useCommandQueueTotals, useDeleteTask, usePatchTask, useSubmitAction } from '../chunk-NXHL23JW.js';
|
|
4
5
|
export { useMarkAllAsRead, useMarkAsRead, useNotificationCount, useNotifications } from '../chunk-BLO4SISK.js';
|
|
5
6
|
import '../chunk-TIRMFDM4.js';
|
|
6
7
|
import '../chunk-4VGWQ5AN.js';
|
|
8
|
+
import '../chunk-FWZJH3TL.js';
|
|
7
9
|
import '../chunk-KA7LO7U5.js';
|
|
10
|
+
import '../chunk-7PLEQFHO.js';
|