@emeryld/rrroutes-openapi 2.5.12 → 2.5.13
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/index.cjs +3 -90
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +3 -90
- package/dist/index.mjs.map +1 -1
- package/dist/public/assets/docs.js +97 -97
- package/dist/web/v2/types/types.base.d.ts +1 -6
- package/dist/web/v2/types/types.cacheLog.d.ts +37 -558
- package/dist/web/v2/types/types.endpoint.d.ts +5 -20
- package/dist/web/v2/types/types.log.d.ts +5 -20
- package/dist/web/v2/types/types.preset.d.ts +5 -20
- package/dist/web/v2/types/types.requestLog.d.ts +5 -20
- package/dist/web/v2/types/types.scheduling.d.ts +5 -20
- package/dist/web/v2/types/types.socket.d.ts +5 -20
- package/dist/web/v2/utils/dates.d.ts +4 -0
- package/dist/web/v2/utils/sizeFormat.d.ts +0 -1
- package/package.json +1 -1
- package/dist/web/v2/components/logs/cache/common/CacheSummaryStat.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/common/CacheTraceDialog.d.ts +0 -8
- package/dist/web/v2/components/logs/cache/common/CacheValueDialog.d.ts +0 -8
- package/dist/web/v2/components/logs/cache/common/DetailField.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/common/MutedText.d.ts +0 -4
- package/dist/web/v2/components/logs/cache/insights/CacheInsights.d.ts +0 -10
- package/dist/web/v2/components/logs/cache/insights/CacheInsightsKeySection.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/insights/CacheInsightsKpiRow.d.ts +0 -8
- package/dist/web/v2/components/logs/cache/insights/CacheInsightsOverview.d.ts +0 -8
- package/dist/web/v2/components/logs/cache/insights/CacheInsightsTagSection.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/insights/CacheProblemPanels.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/insights/CacheTagInsights.d.ts +0 -20
- package/dist/web/v2/components/logs/cache/key-detail/CacheKeyDetailActions.d.ts +0 -12
- package/dist/web/v2/components/logs/cache/key-detail/CacheKeyDetailLogsTab.d.ts +0 -3
- package/dist/web/v2/components/logs/cache/key-detail/CacheKeyDetailModal.d.ts +0 -18
- package/dist/web/v2/components/logs/cache/key-detail/CacheKeyDetailSummary.d.ts +0 -17
- package/dist/web/v2/components/logs/cache/key-detail/CacheKeyDetailTimelineTab.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/key-detail/CacheKeyDetailTracesTab.d.ts +0 -3
- package/dist/web/v2/components/logs/cache/logs/CacheDataCard.d.ts +0 -30
- package/dist/web/v2/components/logs/cache/logs/CacheFiltersCard.d.ts +0 -15
- package/dist/web/v2/components/logs/cache/logs/CacheLogsSection.d.ts +0 -1
- package/dist/web/v2/components/logs/cache/logs/CacheLogsTable.d.ts +0 -7
- package/dist/web/v2/components/logs/cache/logs/CacheSummaryTable.d.ts +0 -8
- package/dist/web/v2/components/logs/cache/modals/CacheTagDetailModal.d.ts +0 -11
- package/dist/web/v2/hooks/useCacheInsights.d.ts +0 -308
- package/dist/web/v2/utils/cache/cacheInsightsMappers.d.ts +0 -6
- package/dist/web/v2/utils/cache/cacheInsightsMetrics.d.ts +0 -24
- package/dist/web/v2/utils/cache/cacheTraceInsights.d.ts +0 -35
- package/dist/web/v2/utils/cacheFormat.d.ts +0 -7
- package/dist/web/v2/utils/cacheUtils.d.ts +0 -2
|
@@ -20,12 +20,7 @@ export declare const baseEntitySchema: z.ZodObject<{
|
|
|
20
20
|
export declare const baseQuerySchema: z.ZodObject<{
|
|
21
21
|
beforeDate: z.ZodOptional<z.ZodString>;
|
|
22
22
|
afterDate: z.ZodOptional<z.ZodString>;
|
|
23
|
-
orderBy: z.ZodOptional<z.
|
|
24
|
-
timestamp: "timestamp";
|
|
25
|
-
duration: "duration";
|
|
26
|
-
level: "level";
|
|
27
|
-
path: "path";
|
|
28
|
-
}>>;
|
|
23
|
+
orderBy: z.ZodOptional<z.ZodString>;
|
|
29
24
|
orderDirection: z.ZodOptional<z.ZodEnum<{
|
|
30
25
|
asc: "asc";
|
|
31
26
|
desc: "desc";
|