@hot-updater/console 0.36.7 → 1.0.0-rc.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/.output/nitro.json +1 -1
- package/.output/public/assets/AnalyticsCapabilityContext-BCke57-7.js +1 -0
- package/.output/public/assets/BundleActivityChart-CnsBe_1J.js +42 -0
- package/.output/public/assets/BundleIdDisplay-Dky75zLU.js +1 -0
- package/.output/public/assets/alert-C-1KvDW8.js +1 -0
- package/.output/public/assets/analytics-Bqz0c-BT.js +1 -0
- package/.output/public/assets/analytics-api-CJdrTLLO.js +1 -0
- package/.output/public/assets/api-B_Rh-uzC.js +1 -0
- package/.output/public/assets/api-keys-BurCFhzH.js +1 -0
- package/.output/public/assets/api-keys-api-BEDJdQg3.js +1 -0
- package/.output/public/assets/badge-Bf0fZ-Gx.js +1 -0
- package/.output/public/assets/chart-no-axes-combined-FaYMGmQS.js +1 -0
- package/.output/public/assets/createServerFn-gM2-LFBy.js +3 -0
- package/.output/public/assets/dialog-BS60BRr2.js +1 -0
- package/.output/public/assets/dist-DspNKfMj.js +1 -0
- package/.output/public/assets/download-O-yNBc9H.js +1 -0
- package/.output/public/assets/field-Buq148-A.js +1 -0
- package/.output/public/assets/index-kFhd2S78.js +10 -0
- package/.output/public/assets/installations-BrQ-od41.js +2 -0
- package/.output/public/assets/installations-CGlZ3ROz.js +1 -0
- package/.output/public/assets/lazyRouteComponent-rPzgA7S-.js +1 -0
- package/.output/public/assets/loader-circle-DCYF-wJl.js +1 -0
- package/.output/public/assets/preload-helper-TKOBYGYD.js +1 -0
- package/.output/public/assets/refresh-cw-n8XYbPPj.js +1 -0
- package/.output/public/assets/routes-CrdokJ80.js +1 -0
- package/.output/public/assets/routes-DcQnVajO.js +2 -0
- package/.output/public/assets/search-DLhbWw3W.js +1 -0
- package/.output/public/assets/shield-check-DE_hVuHu.js +1 -0
- package/.output/public/assets/signing-HRexfjsH.js +1 -0
- package/.output/public/assets/styles-eB4EtvFS.css +2 -0
- package/.output/public/assets/table-D8CLieHX.js +1 -0
- package/.output/public/assets/textarea-YJLTVAoq.js +1 -0
- package/.output/public/assets/useMutation-JsGVjQMY.js +1 -0
- package/.output/public/assets/useOpenInteractionType-4cRD5xO0.js +1 -0
- package/.output/server/__23tanstack-start-server-fn-resolver-DBP9TQ7K.mjs +146 -0
- package/.output/server/_libs/@base-ui/react+[...].mjs +16124 -0
- package/.output/server/_libs/@reduxjs/toolkit+[...].mjs +1554 -0
- package/.output/server/_libs/@tanstack/react-router+[...].mjs +41 -10
- package/.output/server/_libs/@tanstack/react-router-ssr-query+[...].mjs +132 -0
- package/.output/server/_libs/d3-array.mjs +231 -0
- package/.output/server/_libs/d3-color.mjs +330 -0
- package/.output/server/_libs/d3-format.mjs +252 -0
- package/.output/server/_libs/d3-interpolate.mjs +207 -0
- package/.output/server/_libs/d3-path.mjs +77 -0
- package/.output/server/_libs/d3-scale+[...].mjs +1907 -0
- package/.output/server/_libs/d3-shape.mjs +818 -0
- package/.output/server/_libs/decimal.js-light.mjs +884 -0
- package/.output/server/_libs/es-toolkit.mjs +1134 -0
- package/.output/server/_libs/eventemitter3.mjs +236 -0
- package/.output/server/_libs/immer.mjs +532 -0
- package/.output/server/_libs/lucide-react.mjs +141 -13
- package/.output/server/_libs/next-themes.mjs +2 -2
- package/.output/server/_libs/react-redux+[...].mjs +205 -0
- package/.output/server/_libs/recharts+[...].mjs +14117 -0
- package/.output/server/_libs/sonner.mjs +2 -2
- package/.output/server/_libs/tanstack__query-core.mjs +114 -1
- package/.output/server/_libs/tanstack__react-query.mjs +3 -4
- package/.output/server/_runtime.mjs +10 -1
- package/.output/server/_ssr/AnalyticsCapabilityContext-ui4DX8GO.mjs +15 -0
- package/.output/server/_ssr/BundleActivityChart-BiB9ZORH.mjs +288 -0
- package/.output/server/_ssr/BundleIdDisplay-Czk6iR6p.mjs +13 -0
- package/.output/server/_ssr/alert-Dim3MGY5.mjs +86 -0
- package/.output/server/_ssr/analytics-DtMTn8fn.mjs +858 -0
- package/.output/server/_ssr/analytics-api-Cg1M5v_H.mjs +71 -0
- package/.output/server/_ssr/analytics-input-fRRRn0uA.mjs +96 -0
- package/.output/server/_ssr/analytics-rpc-DY5uXvHT.mjs +155 -0
- package/.output/server/_ssr/api-BTSv1tZb.mjs +282 -0
- package/.output/server/_ssr/api-keys-BnM_o2nS.mjs +300 -0
- package/.output/server/_ssr/api-keys-api-CIywsSF5.mjs +60 -0
- package/.output/server/_ssr/api-keys-rpc-BSp1wkIV.mjs +136 -0
- package/.output/server/_ssr/api-rpc-cG5wd_tO.mjs +1468 -0
- package/.output/server/_ssr/auth-BF8mbAgF.mjs +21 -0
- package/.output/server/_ssr/auth-rpc-BrJ6obHJ.mjs +24 -0
- package/.output/server/_ssr/auth.server-DwKoZoQM.mjs +50 -0
- package/.output/server/_ssr/badge-DCxbEeof.mjs +26 -0
- package/.output/server/_ssr/bundle-signing-rpc-COoQhW8E.mjs +16 -0
- package/.output/server/_ssr/bundle-signing.server-D5u8KkMp.mjs +51 -0
- package/.output/server/_ssr/config-Dv8qLDZ0.mjs +13 -0
- package/.output/server/_ssr/config.server-DEiLhKmy.mjs +361 -0
- package/.output/server/_ssr/{createServerFn-DzU0k62V.mjs → createServerFn-B2hcXoPM.mjs} +1 -1
- package/.output/server/_ssr/createServerRpc-DB29C_5p.mjs +12 -0
- package/.output/server/_ssr/{sidebar-Cv_H0_Jv.mjs → createSsrRpc-9P0S0lJ3.mjs} +68 -50
- package/.output/server/_ssr/databaseRows-CwbNwYSl.mjs +166 -0
- package/.output/server/_ssr/deleteBundle-Cu_XOMt0.mjs +66 -0
- package/.output/server/_ssr/dialog-CQuRMNZ4.mjs +170 -0
- package/.output/server/_ssr/dist-BVSLTpoP.mjs +250 -0
- package/.output/server/_ssr/downloadBundle-CNnYxYO2.mjs +24 -0
- package/.output/server/_ssr/{empty-plugin-adapters-B4HCzgmM.mjs → empty-plugin-adapters-B5QvGpEl.mjs} +1 -1
- package/.output/server/_ssr/field-DRIXKjZG.mjs +74 -0
- package/.output/server/_ssr/{getBundleChildren-CVtSiH5t.mjs → getBundleChildren-BcRMFoDF.mjs} +10 -18
- package/.output/server/_ssr/installations-B-azgAvX.mjs +19 -0
- package/.output/server/_ssr/installations-Ctvzp2JH.mjs +535 -0
- package/.output/server/_ssr/router-C-KUBfOi.mjs +513 -0
- package/.output/server/_ssr/routes-BM4ht9jb.mjs +2286 -0
- package/.output/server/_ssr/routes-Z7TwC6nC.mjs +37 -0
- package/.output/server/_ssr/runtime.server-awTLiiXW.mjs +527 -0
- package/.output/server/_ssr/server-BjzmvXnO.mjs +7468 -0
- package/.output/server/_ssr/signing-k8GxyBDF.mjs +202 -0
- package/.output/server/_ssr/ssr.mjs +4 -5740
- package/.output/server/_ssr/start-DpViQGnt.mjs +4 -0
- package/.output/server/_ssr/table-v1yCvYo7.mjs +53 -0
- package/.output/server/_ssr/textarea-DYHnskhb.mjs +14 -0
- package/.output/server/_ssr/uuidv7-BbJ-9D_I.mjs +31 -0
- package/.output/server/_tanstack-start-manifest_v-CH4StzJu.mjs +108 -0
- package/.output/server/index.mjs +256 -53
- package/README.md +29 -8
- package/lib/index.d.mts +36 -0
- package/lib/index.mjs +4 -0
- package/lib/vite-internal.mjs +127 -0
- package/lib/vite.d.mts +10 -0
- package/lib/vite.mjs +5 -0
- package/package.json +51 -29
- package/public/apple-touch-icon.png +0 -0
- package/public/favicon-16x16.png +0 -0
- package/public/favicon-32x32.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/logo.svg +1 -0
- package/public/manifest.json +30 -0
- package/public/robots.txt +3 -0
- package/src/components/AppSidebar.tsx +159 -0
- package/src/components/BundleIdDisplay.tsx +18 -0
- package/src/components/ChannelBadge.tsx +31 -0
- package/src/components/ConsoleAccessPage.tsx +122 -0
- package/src/components/EnabledStatusIcon.tsx +54 -0
- package/src/components/HashValueDisplay.tsx +85 -0
- package/src/components/HotUpdaterLogo.tsx +30 -0
- package/src/components/NotFoundPage.tsx +33 -0
- package/src/components/PlatformIcon.tsx +39 -0
- package/src/components/RolloutPercentageBadge.tsx +28 -0
- package/src/components/ThemeProvider.tsx +116 -0
- package/src/components/TimestampDisplay.tsx +41 -0
- package/src/components/features/analytics/ActivityChart.tsx +150 -0
- package/src/components/features/analytics/AnalyticsCapabilityContext.tsx +24 -0
- package/src/components/features/analytics/AnalyticsControls.tsx +115 -0
- package/src/components/features/analytics/AnalyticsErrorAlert.tsx +21 -0
- package/src/components/features/analytics/AnalyticsOverview.tsx +208 -0
- package/src/components/features/analytics/BundleDistribution.tsx +133 -0
- package/src/components/features/analytics/BundleSelector.tsx +114 -0
- package/src/components/features/analytics/InstallationHistoryCard.tsx +248 -0
- package/src/components/features/analytics/InstallationMatchesCard.tsx +132 -0
- package/src/components/features/analytics/InstallationPageHeader.tsx +138 -0
- package/src/components/features/analytics/InstallationPagination.tsx +48 -0
- package/src/components/features/analytics/InstallationSearch.tsx +230 -0
- package/src/components/features/analytics/UpdateOutcomes.tsx +147 -0
- package/src/components/features/api-keys/ApiKeysPage.tsx +377 -0
- package/src/components/features/bundles/BundleActivityChart.tsx +193 -0
- package/src/components/features/bundles/BundleAnalyticsSummary.tsx +123 -0
- package/src/components/features/bundles/BundleChildrenPanel.tsx +201 -0
- package/src/components/features/bundles/BundleMetadata.tsx +136 -0
- package/src/components/features/bundles/RolloutCohortsDialog.tsx +201 -0
- package/src/components/features/channels/ChannelManagementDialog.tsx +228 -0
- package/src/components/features/releases/ReleaseEditorSheet.tsx +879 -0
- package/src/components/features/releases/ReleaseStateBadge.tsx +20 -0
- package/src/components/features/signing/BundleSigningPage.tsx +247 -0
- package/src/components/ui/alert-dialog.tsx +185 -0
- package/src/components/ui/alert.tsx +76 -0
- package/src/components/ui/badge.tsx +49 -0
- package/src/components/ui/button.tsx +58 -0
- package/src/components/ui/card.tsx +89 -0
- package/src/components/ui/chart.tsx +371 -0
- package/src/components/ui/combobox.tsx +303 -0
- package/src/components/ui/dialog.tsx +156 -0
- package/src/components/ui/dropdown-menu.tsx +270 -0
- package/src/components/ui/field.tsx +235 -0
- package/src/components/ui/input-group.tsx +147 -0
- package/src/components/ui/input.tsx +19 -0
- package/src/components/ui/label.tsx +25 -0
- package/src/components/ui/progress.tsx +84 -0
- package/src/components/ui/select.tsx +205 -0
- package/src/components/ui/separator.tsx +23 -0
- package/src/components/ui/sheet.tsx +132 -0
- package/src/components/ui/sidebar.tsx +779 -0
- package/src/components/ui/skeleton.tsx +13 -0
- package/src/components/ui/slider.tsx +56 -0
- package/src/components/ui/sonner.tsx +45 -0
- package/src/components/ui/switch.tsx +25 -0
- package/src/components/ui/table.tsx +114 -0
- package/src/components/ui/textarea.tsx +18 -0
- package/src/components/ui/toggle-group.tsx +89 -0
- package/src/components/ui/toggle.tsx +43 -0
- package/src/components/ui/tooltip.tsx +66 -0
- package/src/hooks/use-mobile.ts +30 -0
- package/src/index.ts +48 -0
- package/src/lib/analytics-api.ts +145 -0
- package/src/lib/analytics-error.ts +19 -0
- package/src/lib/analytics-input.ts +187 -0
- package/src/lib/analytics-overview.ts +170 -0
- package/src/lib/analytics-rpc.ts +218 -0
- package/src/lib/api-keys-api.ts +69 -0
- package/src/lib/api-keys-rpc.ts +87 -0
- package/src/lib/api-rpc.ts +478 -0
- package/src/lib/api.ts +444 -0
- package/src/lib/auth-rpc.ts +16 -0
- package/src/lib/bundle-signing-api.ts +14 -0
- package/src/lib/bundle-signing-rpc.ts +16 -0
- package/src/lib/constants.ts +1 -0
- package/src/lib/git.ts +51 -0
- package/src/lib/server/auth.server.ts +43 -0
- package/src/lib/server/bundle-signing.server.ts +100 -0
- package/src/lib/server/config.server.ts +109 -0
- package/src/lib/server/console-runtime.server.ts +70 -0
- package/src/lib/server/deleteBundle.ts +145 -0
- package/src/lib/server/downloadBundle.ts +46 -0
- package/src/lib/server/getBundleChildren.ts +130 -0
- package/src/lib/server/listReleases.ts +61 -0
- package/src/lib/server/releaseActivity.ts +27 -0
- package/src/lib/server/releaseReachability.ts +95 -0
- package/src/lib/server/runtime.server.ts +172 -0
- package/src/lib/utils.ts +9 -0
- package/src/logo.svg +1 -0
- package/src/routeTree.gen.ts +199 -0
- package/src/router.tsx +21 -0
- package/src/routes/-installations-search.ts +19 -0
- package/src/routes/-releases-search.ts +74 -0
- package/src/routes/__root.tsx +174 -0
- package/src/routes/analytics.tsx +139 -0
- package/src/routes/api/auth/$.ts +19 -0
- package/src/routes/api/bundles/$bundleId/download.ts +17 -0
- package/src/routes/api-keys.tsx +37 -0
- package/src/routes/index.tsx +982 -0
- package/src/routes/installations.tsx +194 -0
- package/src/routes/signing.tsx +37 -0
- package/src/styles.css +152 -0
- package/src/virtual-modules.d.ts +21 -0
- package/src/vite-env.d.ts +1 -0
- package/src/vite-internal.ts +195 -0
- package/src/vite.ts +12 -0
- package/.output/public/assets/dist-DJX53faP.js +0 -3
- package/.output/public/assets/index-Iylis5kY.js +0 -10
- package/.output/public/assets/routes-HT21hs0C.js +0 -54
- package/.output/public/assets/styles-C0Re4quB.css +0 -2
- package/.output/server/__23tanstack-start-server-fn-resolver-CgwgZ0-i.mjs +0 -66
- package/.output/server/_libs/@floating-ui/core+[...].mjs +0 -698
- package/.output/server/_libs/@floating-ui/dom+[...].mjs +0 -644
- package/.output/server/_libs/@floating-ui/react-dom+[...].mjs +0 -839
- package/.output/server/_libs/@radix-ui/react-alert-dialog+[...].mjs +0 -2138
- package/.output/server/_libs/@radix-ui/react-popper+[...].mjs +0 -308
- package/.output/server/_libs/@radix-ui/react-select+[...].mjs +0 -1038
- package/.output/server/_libs/@tanstack/devtools-event-client+[...].mjs +0 -196
- package/.output/server/_libs/@tanstack/form-core+[...].mjs +0 -3228
- package/.output/server/_libs/@tanstack/react-form+[...].mjs +0 -430
- package/.output/server/_libs/@tanstack/react-table+[...].mjs +0 -2382
- package/.output/server/_libs/radix-ui__number.mjs +0 -6
- package/.output/server/_libs/radix-ui__primitive.mjs +0 -9
- package/.output/server/_libs/radix-ui__react-arrow.mjs +0 -23
- package/.output/server/_libs/radix-ui__react-collection.mjs +0 -78
- package/.output/server/_libs/radix-ui__react-direction.mjs +0 -13
- package/.output/server/_libs/radix-ui__react-label.mjs +0 -22
- package/.output/server/_libs/radix-ui__react-separator.mjs +0 -30
- package/.output/server/_libs/radix-ui__react-slider.mjs +0 -510
- package/.output/server/_libs/radix-ui__react-switch.mjs +0 -157
- package/.output/server/_libs/radix-ui__react-tooltip.mjs +0 -493
- package/.output/server/_ssr/api-rpc-BIbDUKSz.mjs +0 -292
- package/.output/server/_ssr/config.server-BSS366KT.mjs +0 -41
- package/.output/server/_ssr/deleteBundle-BgbZTtpW.mjs +0 -141
- package/.output/server/_ssr/dist-KboydRVk.mjs +0 -120
- package/.output/server/_ssr/router-C3hqEy3k.mjs +0 -307
- package/.output/server/_ssr/routes-B0lQvvlC.mjs +0 -3048
- package/.output/server/_ssr/start-02sLteYG.mjs +0 -4
- package/.output/server/_ssr/storageProfile-FVkjPoGb.mjs +0 -9
- package/.output/server/_tanstack-start-manifest_v-Bpx52WOU.mjs +0 -20
- package/.output/server/node_modules/tslib/modules/index.js +0 -70
- package/.output/server/node_modules/tslib/modules/package.json +0 -3
- package/.output/server/node_modules/tslib/package.json +0 -47
- package/.output/server/node_modules/tslib/tslib.js +0 -484
- package/.output/server/package.json +0 -9
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import "../_runtime.mjs";
|
|
2
|
+
import { at as require_react, it as require_jsx_runtime } from "../_libs/@base-ui/react+[...].mjs";
|
|
3
|
+
import { C as cn } from "./createSsrRpc-9P0S0lJ3.mjs";
|
|
4
|
+
require_react();
|
|
5
|
+
var import_jsx_runtime = require_jsx_runtime();
|
|
6
|
+
function Table({ className, ...props }) {
|
|
7
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
8
|
+
"data-slot": "table-container",
|
|
9
|
+
className: "relative w-full overflow-x-auto",
|
|
10
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("table", {
|
|
11
|
+
"data-slot": "table",
|
|
12
|
+
className: cn("w-full caption-bottom text-xs", className),
|
|
13
|
+
...props
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
function TableHeader({ className, ...props }) {
|
|
18
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("thead", {
|
|
19
|
+
"data-slot": "table-header",
|
|
20
|
+
className: cn("[&_tr]:border-b", className),
|
|
21
|
+
...props
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
function TableBody({ className, ...props }) {
|
|
25
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("tbody", {
|
|
26
|
+
"data-slot": "table-body",
|
|
27
|
+
className: cn("[&_tr:last-child]:border-0", className),
|
|
28
|
+
...props
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
function TableRow({ className, ...props }) {
|
|
32
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("tr", {
|
|
33
|
+
"data-slot": "table-row",
|
|
34
|
+
className: cn("hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors", className),
|
|
35
|
+
...props
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
function TableHead({ className, ...props }) {
|
|
39
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("th", {
|
|
40
|
+
"data-slot": "table-head",
|
|
41
|
+
className: cn("text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0", className),
|
|
42
|
+
...props
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
function TableCell({ className, ...props }) {
|
|
46
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("td", {
|
|
47
|
+
"data-slot": "table-cell",
|
|
48
|
+
className: cn("p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0", className),
|
|
49
|
+
...props
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
//#endregion
|
|
53
|
+
export { TableHeader as a, TableHead as i, TableBody as n, TableRow as o, TableCell as r, Table as t };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import "../_runtime.mjs";
|
|
2
|
+
import { at as require_react, it as require_jsx_runtime } from "../_libs/@base-ui/react+[...].mjs";
|
|
3
|
+
import { C as cn } from "./createSsrRpc-9P0S0lJ3.mjs";
|
|
4
|
+
require_react();
|
|
5
|
+
var import_jsx_runtime = require_jsx_runtime();
|
|
6
|
+
function Textarea({ className, ...props }) {
|
|
7
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("textarea", {
|
|
8
|
+
"data-slot": "textarea",
|
|
9
|
+
className: cn("flex min-h-[60px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50", className),
|
|
10
|
+
...props
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
export { Textarea as t };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { x as isUUIDv7 } from "./dist-BVSLTpoP.mjs";
|
|
2
|
+
//#region node_modules/.nitro/vite/services/ssr/assets/uuidv7-BbJ-9D_I.js
|
|
3
|
+
var extractTimestampFromUUIDv7 = (uuid) => {
|
|
4
|
+
if (!isUUIDv7(uuid)) throw new TypeError("Expected a canonical lowercase UUIDv7");
|
|
5
|
+
const timestampHex = uuid.split("-").join("").slice(0, 12);
|
|
6
|
+
return Number.parseInt(timestampHex, 16);
|
|
7
|
+
};
|
|
8
|
+
function createUUIDv7FromTimestampHex(timestampHex) {
|
|
9
|
+
const randomBytes = new Uint8Array(10);
|
|
10
|
+
crypto.getRandomValues(randomBytes);
|
|
11
|
+
const randomHex = Array.from(randomBytes).map((b) => b.toString(16).padStart(2, "0")).join("");
|
|
12
|
+
const randA = randomHex.slice(0, 3);
|
|
13
|
+
const randBHex = randomHex.slice(3, 19);
|
|
14
|
+
const versionAndRandA = `7${randA}`;
|
|
15
|
+
const variantAndFirstRandB = (128 | parseInt(randBHex.slice(0, 2), 16) & 63).toString(16).padStart(2, "0");
|
|
16
|
+
return [
|
|
17
|
+
timestampHex.slice(0, 8),
|
|
18
|
+
timestampHex.slice(8, 12),
|
|
19
|
+
versionAndRandA,
|
|
20
|
+
variantAndFirstRandB + randBHex.slice(2, 4),
|
|
21
|
+
randBHex.slice(4, 16)
|
|
22
|
+
].join("-");
|
|
23
|
+
}
|
|
24
|
+
var createUUIDv7 = () => createUUIDv7FromTimestampHex(Date.now().toString(16).padStart(12, "0"));
|
|
25
|
+
var createUUIDv7After = (floor, nowMs = Date.now()) => {
|
|
26
|
+
const timestamp = Math.max(nowMs, floor === null ? 0 : extractTimestampFromUUIDv7(floor) + 1);
|
|
27
|
+
if (!Number.isSafeInteger(timestamp) || timestamp < 0 || timestamp >= 2 ** 48) throw new RangeError("UUIDv7 timestamp is out of range");
|
|
28
|
+
return createUUIDv7FromTimestampHex(timestamp.toString(16).padStart(12, "0"));
|
|
29
|
+
};
|
|
30
|
+
//#endregion
|
|
31
|
+
export { createUUIDv7After as n, extractTimestampFromUUIDv7 as r, createUUIDv7 as t };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
//#region node_modules/.nitro/vite/services/ssr/assets/_tanstack-start-manifest_v-CH4StzJu.js
|
|
2
|
+
var tsrStartManifest = () => ({ routes: {
|
|
3
|
+
__root__: {
|
|
4
|
+
filePath: "/home/runner/work/hot-updater/hot-updater/packages/console/src/routes/__root.tsx",
|
|
5
|
+
children: [
|
|
6
|
+
"/",
|
|
7
|
+
"/analytics",
|
|
8
|
+
"/api-keys",
|
|
9
|
+
"/installations",
|
|
10
|
+
"/signing",
|
|
11
|
+
"/api/auth/$",
|
|
12
|
+
"/api/bundles/$bundleId/download"
|
|
13
|
+
],
|
|
14
|
+
preloads: [
|
|
15
|
+
"/assets/index-kFhd2S78.js",
|
|
16
|
+
"/assets/createServerFn-gM2-LFBy.js",
|
|
17
|
+
"/assets/preload-helper-TKOBYGYD.js",
|
|
18
|
+
"/assets/useMutation-JsGVjQMY.js",
|
|
19
|
+
"/assets/lazyRouteComponent-rPzgA7S-.js",
|
|
20
|
+
"/assets/AnalyticsCapabilityContext-BCke57-7.js",
|
|
21
|
+
"/assets/chart-no-axes-combined-FaYMGmQS.js",
|
|
22
|
+
"/assets/shield-check-DE_hVuHu.js",
|
|
23
|
+
"/assets/api-keys-api-BEDJdQg3.js",
|
|
24
|
+
"/assets/loader-circle-DCYF-wJl.js",
|
|
25
|
+
"/assets/routes-DcQnVajO.js",
|
|
26
|
+
"/assets/dist-DspNKfMj.js",
|
|
27
|
+
"/assets/analytics-api-CJdrTLLO.js",
|
|
28
|
+
"/assets/installations-BrQ-od41.js"
|
|
29
|
+
],
|
|
30
|
+
scripts: [{ attrs: {
|
|
31
|
+
type: "module",
|
|
32
|
+
async: !0,
|
|
33
|
+
src: "/assets/index-kFhd2S78.js"
|
|
34
|
+
} }]
|
|
35
|
+
},
|
|
36
|
+
"/": {
|
|
37
|
+
filePath: "/home/runner/work/hot-updater/hot-updater/packages/console/src/routes/index.tsx",
|
|
38
|
+
children: void 0,
|
|
39
|
+
preloads: [
|
|
40
|
+
"/assets/routes-CrdokJ80.js",
|
|
41
|
+
"/assets/dialog-BS60BRr2.js",
|
|
42
|
+
"/assets/BundleActivityChart-CnsBe_1J.js",
|
|
43
|
+
"/assets/useOpenInteractionType-4cRD5xO0.js",
|
|
44
|
+
"/assets/field-Buq148-A.js",
|
|
45
|
+
"/assets/download-O-yNBc9H.js",
|
|
46
|
+
"/assets/BundleIdDisplay-Dky75zLU.js",
|
|
47
|
+
"/assets/alert-C-1KvDW8.js",
|
|
48
|
+
"/assets/badge-Bf0fZ-Gx.js",
|
|
49
|
+
"/assets/api-B_Rh-uzC.js",
|
|
50
|
+
"/assets/table-D8CLieHX.js",
|
|
51
|
+
"/assets/textarea-YJLTVAoq.js"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"/analytics": {
|
|
55
|
+
filePath: "/home/runner/work/hot-updater/hot-updater/packages/console/src/routes/analytics.tsx",
|
|
56
|
+
children: void 0,
|
|
57
|
+
preloads: [
|
|
58
|
+
"/assets/analytics-Bqz0c-BT.js",
|
|
59
|
+
"/assets/BundleActivityChart-CnsBe_1J.js",
|
|
60
|
+
"/assets/useOpenInteractionType-4cRD5xO0.js",
|
|
61
|
+
"/assets/field-Buq148-A.js",
|
|
62
|
+
"/assets/search-DLhbWw3W.js",
|
|
63
|
+
"/assets/alert-C-1KvDW8.js",
|
|
64
|
+
"/assets/api-B_Rh-uzC.js"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"/api-keys": {
|
|
68
|
+
filePath: "/home/runner/work/hot-updater/hot-updater/packages/console/src/routes/api-keys.tsx",
|
|
69
|
+
children: void 0,
|
|
70
|
+
preloads: [
|
|
71
|
+
"/assets/api-keys-BurCFhzH.js",
|
|
72
|
+
"/assets/dialog-BS60BRr2.js",
|
|
73
|
+
"/assets/field-Buq148-A.js",
|
|
74
|
+
"/assets/refresh-cw-n8XYbPPj.js",
|
|
75
|
+
"/assets/alert-C-1KvDW8.js",
|
|
76
|
+
"/assets/badge-Bf0fZ-Gx.js",
|
|
77
|
+
"/assets/table-D8CLieHX.js"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"/installations": {
|
|
81
|
+
filePath: "/home/runner/work/hot-updater/hot-updater/packages/console/src/routes/installations.tsx",
|
|
82
|
+
children: void 0,
|
|
83
|
+
preloads: [
|
|
84
|
+
"/assets/installations-CGlZ3ROz.js",
|
|
85
|
+
"/assets/field-Buq148-A.js",
|
|
86
|
+
"/assets/search-DLhbWw3W.js",
|
|
87
|
+
"/assets/BundleIdDisplay-Dky75zLU.js",
|
|
88
|
+
"/assets/alert-C-1KvDW8.js",
|
|
89
|
+
"/assets/badge-Bf0fZ-Gx.js",
|
|
90
|
+
"/assets/api-B_Rh-uzC.js",
|
|
91
|
+
"/assets/table-D8CLieHX.js"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"/signing": {
|
|
95
|
+
filePath: "/home/runner/work/hot-updater/hot-updater/packages/console/src/routes/signing.tsx",
|
|
96
|
+
children: void 0,
|
|
97
|
+
preloads: [
|
|
98
|
+
"/assets/signing-HRexfjsH.js",
|
|
99
|
+
"/assets/refresh-cw-n8XYbPPj.js",
|
|
100
|
+
"/assets/download-O-yNBc9H.js",
|
|
101
|
+
"/assets/alert-C-1KvDW8.js",
|
|
102
|
+
"/assets/badge-Bf0fZ-Gx.js",
|
|
103
|
+
"/assets/textarea-YJLTVAoq.js"
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
} });
|
|
107
|
+
//#endregion
|
|
108
|
+
export { tsrStartManifest };
|
package/.output/server/index.mjs
CHANGED
|
@@ -14,128 +14,331 @@ var public_assets_data_default = {
|
|
|
14
14
|
"/apple-touch-icon.png": {
|
|
15
15
|
"type": "image/png",
|
|
16
16
|
"etag": "\"329e-uyxOmLQHjRnOIdaE3FE7O/uZ9l4\"",
|
|
17
|
-
"mtime": "2026-08-
|
|
17
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
18
18
|
"size": 12958,
|
|
19
19
|
"path": "../public/apple-touch-icon.png"
|
|
20
20
|
},
|
|
21
|
-
"/favicon-16x16.png": {
|
|
22
|
-
"type": "image/png",
|
|
23
|
-
"etag": "\"240-h6ktCVLfjIcsDJuLwUXP4nCJxlI\"",
|
|
24
|
-
"mtime": "2026-08-30T13:36:18.568Z",
|
|
25
|
-
"size": 576,
|
|
26
|
-
"path": "../public/favicon-16x16.png"
|
|
27
|
-
},
|
|
28
21
|
"/favicon-32x32.png": {
|
|
29
22
|
"type": "image/png",
|
|
30
23
|
"etag": "\"4f0-0qQrV3Eq3PzIigrp+8htf8vFCYA\"",
|
|
31
|
-
"mtime": "2026-08-
|
|
24
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
32
25
|
"size": 1264,
|
|
33
26
|
"path": "../public/favicon-32x32.png"
|
|
34
27
|
},
|
|
35
|
-
"/
|
|
36
|
-
"type": "image/
|
|
37
|
-
"etag": "\"
|
|
38
|
-
"mtime": "2026-08-
|
|
39
|
-
"size":
|
|
40
|
-
"path": "../public/
|
|
28
|
+
"/favicon-16x16.png": {
|
|
29
|
+
"type": "image/png",
|
|
30
|
+
"etag": "\"240-h6ktCVLfjIcsDJuLwUXP4nCJxlI\"",
|
|
31
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
32
|
+
"size": 576,
|
|
33
|
+
"path": "../public/favicon-16x16.png"
|
|
41
34
|
},
|
|
42
35
|
"/favicon.ico": {
|
|
43
36
|
"type": "image/vnd.microsoft.icon",
|
|
44
37
|
"etag": "\"3c2e-eMwmbJNNg6G+Uu+rqWtuvtI2Om4\"",
|
|
45
|
-
"mtime": "2026-08-
|
|
38
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
46
39
|
"size": 15406,
|
|
47
40
|
"path": "../public/favicon.ico"
|
|
48
41
|
},
|
|
42
|
+
"/logo.svg": {
|
|
43
|
+
"type": "image/svg+xml",
|
|
44
|
+
"etag": "\"478-zKvD9Jp5dDLCBmng0McewYMBxfs\"",
|
|
45
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
46
|
+
"size": 1144,
|
|
47
|
+
"path": "../public/logo.svg"
|
|
48
|
+
},
|
|
49
49
|
"/manifest.json": {
|
|
50
50
|
"type": "application/json",
|
|
51
51
|
"etag": "\"258-CQdbkGDhbZhU+yrcSXanXKWFEpw\"",
|
|
52
|
-
"mtime": "2026-08-
|
|
52
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
53
53
|
"size": 600,
|
|
54
54
|
"path": "../public/manifest.json"
|
|
55
55
|
},
|
|
56
56
|
"/robots.txt": {
|
|
57
57
|
"type": "text/plain; charset=utf-8",
|
|
58
58
|
"etag": "\"43-BEzmj4PuhUNHX+oW9uOnPSihxtU\"",
|
|
59
|
-
"mtime": "2026-08-
|
|
59
|
+
"mtime": "2026-08-31T01:29:03.851Z",
|
|
60
60
|
"size": 67,
|
|
61
61
|
"path": "../public/robots.txt"
|
|
62
62
|
},
|
|
63
|
-
"/assets/
|
|
63
|
+
"/assets/AnalyticsCapabilityContext-BCke57-7.js": {
|
|
64
|
+
"type": "text/javascript; charset=utf-8",
|
|
65
|
+
"etag": "\"3e5-zLCa+wU1bZuDUCFzDftYXu0EmsM\"",
|
|
66
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
67
|
+
"size": 997,
|
|
68
|
+
"path": "../public/assets/AnalyticsCapabilityContext-BCke57-7.js"
|
|
69
|
+
},
|
|
70
|
+
"/assets/BundleActivityChart-CnsBe_1J.js": {
|
|
71
|
+
"type": "text/javascript; charset=utf-8",
|
|
72
|
+
"etag": "\"596e7-+d2zddijUXUyHV1Sd3XVnaE/1QI\"",
|
|
73
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
74
|
+
"size": 366311,
|
|
75
|
+
"path": "../public/assets/BundleActivityChart-CnsBe_1J.js"
|
|
76
|
+
},
|
|
77
|
+
"/assets/BundleIdDisplay-Dky75zLU.js": {
|
|
78
|
+
"type": "text/javascript; charset=utf-8",
|
|
79
|
+
"etag": "\"e6-6qI4ZW76WiHEdL86QGl4bdwZCnA\"",
|
|
80
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
81
|
+
"size": 230,
|
|
82
|
+
"path": "../public/assets/BundleIdDisplay-Dky75zLU.js"
|
|
83
|
+
},
|
|
84
|
+
"/assets/alert-C-1KvDW8.js": {
|
|
85
|
+
"type": "text/javascript; charset=utf-8",
|
|
86
|
+
"etag": "\"8e7-AAPoP1g8sWN6IlUkXaCc0lbY3xk\"",
|
|
87
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
88
|
+
"size": 2279,
|
|
89
|
+
"path": "../public/assets/alert-C-1KvDW8.js"
|
|
90
|
+
},
|
|
91
|
+
"/assets/analytics-Bqz0c-BT.js": {
|
|
92
|
+
"type": "text/javascript; charset=utf-8",
|
|
93
|
+
"etag": "\"f218-A7tLmCG/MoZGZ+QHfo2KHhf0tHw\"",
|
|
94
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
95
|
+
"size": 61976,
|
|
96
|
+
"path": "../public/assets/analytics-Bqz0c-BT.js"
|
|
97
|
+
},
|
|
98
|
+
"/assets/analytics-api-CJdrTLLO.js": {
|
|
99
|
+
"type": "text/javascript; charset=utf-8",
|
|
100
|
+
"etag": "\"779-ee0I4KaZSPGKw+UXezrwVymKPBA\"",
|
|
101
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
102
|
+
"size": 1913,
|
|
103
|
+
"path": "../public/assets/analytics-api-CJdrTLLO.js"
|
|
104
|
+
},
|
|
105
|
+
"/assets/api-B_Rh-uzC.js": {
|
|
106
|
+
"type": "text/javascript; charset=utf-8",
|
|
107
|
+
"etag": "\"22ed-wauHwuAaaxbYTpxuBV311eG/fFU\"",
|
|
108
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
109
|
+
"size": 8941,
|
|
110
|
+
"path": "../public/assets/api-B_Rh-uzC.js"
|
|
111
|
+
},
|
|
112
|
+
"/assets/api-keys-BurCFhzH.js": {
|
|
113
|
+
"type": "text/javascript; charset=utf-8",
|
|
114
|
+
"etag": "\"1e8c-jhS0dV5AtizP86TNJGRVJ9Ke+UQ\"",
|
|
115
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
116
|
+
"size": 7820,
|
|
117
|
+
"path": "../public/assets/api-keys-BurCFhzH.js"
|
|
118
|
+
},
|
|
119
|
+
"/assets/api-keys-api-BEDJdQg3.js": {
|
|
120
|
+
"type": "text/javascript; charset=utf-8",
|
|
121
|
+
"etag": "\"584-qOH+HHKnZ9h5Ra85OpwaTfk7RAA\"",
|
|
122
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
123
|
+
"size": 1412,
|
|
124
|
+
"path": "../public/assets/api-keys-api-BEDJdQg3.js"
|
|
125
|
+
},
|
|
126
|
+
"/assets/badge-Bf0fZ-Gx.js": {
|
|
127
|
+
"type": "text/javascript; charset=utf-8",
|
|
128
|
+
"etag": "\"331-JAVWDOvuNOIyI+2FdFv1KC4YfK8\"",
|
|
129
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
130
|
+
"size": 817,
|
|
131
|
+
"path": "../public/assets/badge-Bf0fZ-Gx.js"
|
|
132
|
+
},
|
|
133
|
+
"/assets/chart-no-axes-combined-FaYMGmQS.js": {
|
|
134
|
+
"type": "text/javascript; charset=utf-8",
|
|
135
|
+
"etag": "\"17b-3/z2qOwf8ES/9aa5zPymhtl8jao\"",
|
|
136
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
137
|
+
"size": 379,
|
|
138
|
+
"path": "../public/assets/chart-no-axes-combined-FaYMGmQS.js"
|
|
139
|
+
},
|
|
140
|
+
"/assets/createServerFn-gM2-LFBy.js": {
|
|
141
|
+
"type": "text/javascript; charset=utf-8",
|
|
142
|
+
"etag": "\"345e0-PWPf+cNZr6ttdG30mmDkTDLi128\"",
|
|
143
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
144
|
+
"size": 214496,
|
|
145
|
+
"path": "../public/assets/createServerFn-gM2-LFBy.js"
|
|
146
|
+
},
|
|
147
|
+
"/assets/dialog-BS60BRr2.js": {
|
|
148
|
+
"type": "text/javascript; charset=utf-8",
|
|
149
|
+
"etag": "\"36eb-lwmj40MLX8Nzhf5fhZI0vA1bsd4\"",
|
|
150
|
+
"mtime": "2026-08-31T01:29:02.436Z",
|
|
151
|
+
"size": 14059,
|
|
152
|
+
"path": "../public/assets/dialog-BS60BRr2.js"
|
|
153
|
+
},
|
|
154
|
+
"/assets/dist-DspNKfMj.js": {
|
|
64
155
|
"type": "text/javascript; charset=utf-8",
|
|
65
|
-
"etag": "\"
|
|
66
|
-
"mtime": "2026-08-
|
|
67
|
-
"size":
|
|
68
|
-
"path": "../public/assets/dist-
|
|
156
|
+
"etag": "\"7f24-DPbvDSnN22NWZnTwysD++K2YBHU\"",
|
|
157
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
158
|
+
"size": 32548,
|
|
159
|
+
"path": "../public/assets/dist-DspNKfMj.js"
|
|
160
|
+
},
|
|
161
|
+
"/assets/download-O-yNBc9H.js": {
|
|
162
|
+
"type": "text/javascript; charset=utf-8",
|
|
163
|
+
"etag": "\"e7-TAscZCNY98TExDKT5aHWQmWAG6c\"",
|
|
164
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
165
|
+
"size": 231,
|
|
166
|
+
"path": "../public/assets/download-O-yNBc9H.js"
|
|
167
|
+
},
|
|
168
|
+
"/assets/field-Buq148-A.js": {
|
|
169
|
+
"type": "text/javascript; charset=utf-8",
|
|
170
|
+
"etag": "\"c20-j07zsvMkeeRDmXfaTerkZ1pH5Qk\"",
|
|
171
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
172
|
+
"size": 3104,
|
|
173
|
+
"path": "../public/assets/field-Buq148-A.js"
|
|
174
|
+
},
|
|
175
|
+
"/assets/installations-BrQ-od41.js": {
|
|
176
|
+
"type": "text/javascript; charset=utf-8",
|
|
177
|
+
"etag": "\"503-YrpZgrzYcpglkyW3pzkcgaYs46g\"",
|
|
178
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
179
|
+
"size": 1283,
|
|
180
|
+
"path": "../public/assets/installations-BrQ-od41.js"
|
|
181
|
+
},
|
|
182
|
+
"/assets/index-kFhd2S78.js": {
|
|
183
|
+
"type": "text/javascript; charset=utf-8",
|
|
184
|
+
"etag": "\"41016-5LxBy6sfadZUTkz8yHUJadxv1Gw\"",
|
|
185
|
+
"mtime": "2026-08-31T01:29:02.434Z",
|
|
186
|
+
"size": 266262,
|
|
187
|
+
"path": "../public/assets/index-kFhd2S78.js"
|
|
188
|
+
},
|
|
189
|
+
"/assets/installations-CGlZ3ROz.js": {
|
|
190
|
+
"type": "text/javascript; charset=utf-8",
|
|
191
|
+
"etag": "\"32d8-ItTD1uQxUKHR6wYgCLO9+bC806g\"",
|
|
192
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
193
|
+
"size": 13016,
|
|
194
|
+
"path": "../public/assets/installations-CGlZ3ROz.js"
|
|
69
195
|
},
|
|
70
196
|
"/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2": {
|
|
71
197
|
"type": "font/woff2",
|
|
72
198
|
"etag": "\"6568-cF1iUGbboMFZ8TfnP5HiMgl9II0\"",
|
|
73
|
-
"mtime": "2026-08-
|
|
199
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
74
200
|
"size": 25960,
|
|
75
201
|
"path": "../public/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2"
|
|
76
202
|
},
|
|
77
|
-
"/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2": {
|
|
78
|
-
"type": "font/woff2",
|
|
79
|
-
"etag": "\"493c-n3Oy9D6jvzfMjpClqox+Zo7ERQQ\"",
|
|
80
|
-
"mtime": "2026-08-30T13:36:17.496Z",
|
|
81
|
-
"size": 18748,
|
|
82
|
-
"path": "../public/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2"
|
|
83
|
-
},
|
|
84
|
-
"/assets/index-Iylis5kY.js": {
|
|
85
|
-
"type": "text/javascript; charset=utf-8",
|
|
86
|
-
"etag": "\"448c7-Y0mf8ainq/iep6OX+wNwaKsdLSc\"",
|
|
87
|
-
"mtime": "2026-08-30T13:36:17.495Z",
|
|
88
|
-
"size": 280775,
|
|
89
|
-
"path": "../public/assets/index-Iylis5kY.js"
|
|
90
|
-
},
|
|
91
203
|
"/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2": {
|
|
92
204
|
"type": "font/woff2",
|
|
93
205
|
"etag": "\"2be0-BP5iTzJeB8nLqYAgKpWNi5o1Zm8\"",
|
|
94
|
-
"mtime": "2026-08-
|
|
206
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
95
207
|
"size": 11232,
|
|
96
208
|
"path": "../public/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2"
|
|
97
209
|
},
|
|
210
|
+
"/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2": {
|
|
211
|
+
"type": "font/woff2",
|
|
212
|
+
"etag": "\"493c-n3Oy9D6jvzfMjpClqox+Zo7ERQQ\"",
|
|
213
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
214
|
+
"size": 18748,
|
|
215
|
+
"path": "../public/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2"
|
|
216
|
+
},
|
|
98
217
|
"/assets/inter-greek-wght-normal-CkhJZR-_.woff2": {
|
|
99
218
|
"type": "font/woff2",
|
|
100
219
|
"etag": "\"4a34-xor/hj4YNqI52zFecXnUbzQ4Xs4\"",
|
|
101
|
-
"mtime": "2026-08-
|
|
220
|
+
"mtime": "2026-08-31T01:29:02.438Z",
|
|
102
221
|
"size": 18996,
|
|
103
222
|
"path": "../public/assets/inter-greek-wght-normal-CkhJZR-_.woff2"
|
|
104
223
|
},
|
|
105
224
|
"/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2": {
|
|
106
225
|
"type": "font/woff2",
|
|
107
226
|
"etag": "\"14c4c-zz61D7IQFMB9QxHvTAOk/Vh4ibQ\"",
|
|
108
|
-
"mtime": "2026-08-
|
|
227
|
+
"mtime": "2026-08-31T01:29:02.438Z",
|
|
109
228
|
"size": 85068,
|
|
110
229
|
"path": "../public/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2"
|
|
111
230
|
},
|
|
112
231
|
"/assets/inter-latin-wght-normal-Dx4kXJAl.woff2": {
|
|
113
232
|
"type": "font/woff2",
|
|
114
233
|
"etag": "\"bc80-8R1ym7Ck2DUNLqPQ/AYs9u8tUpg\"",
|
|
115
|
-
"mtime": "2026-08-
|
|
234
|
+
"mtime": "2026-08-31T01:29:02.438Z",
|
|
116
235
|
"size": 48256,
|
|
117
236
|
"path": "../public/assets/inter-latin-wght-normal-Dx4kXJAl.woff2"
|
|
118
237
|
},
|
|
119
238
|
"/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2": {
|
|
120
239
|
"type": "font/woff2",
|
|
121
240
|
"etag": "\"280c-nBythjoDQ0+5wVAendJ6wU7Xz2M\"",
|
|
122
|
-
"mtime": "2026-08-
|
|
241
|
+
"mtime": "2026-08-31T01:29:02.438Z",
|
|
123
242
|
"size": 10252,
|
|
124
243
|
"path": "../public/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2"
|
|
125
244
|
},
|
|
126
|
-
"/assets/
|
|
245
|
+
"/assets/lazyRouteComponent-rPzgA7S-.js": {
|
|
127
246
|
"type": "text/javascript; charset=utf-8",
|
|
128
|
-
"etag": "\"
|
|
129
|
-
"mtime": "2026-08-
|
|
130
|
-
"size":
|
|
131
|
-
"path": "../public/assets/
|
|
247
|
+
"etag": "\"6379-8YFvdgX/f1tG+LTYKP7sTiTf7Oo\"",
|
|
248
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
249
|
+
"size": 25465,
|
|
250
|
+
"path": "../public/assets/lazyRouteComponent-rPzgA7S-.js"
|
|
132
251
|
},
|
|
133
|
-
"/assets/
|
|
252
|
+
"/assets/loader-circle-DCYF-wJl.js": {
|
|
253
|
+
"type": "text/javascript; charset=utf-8",
|
|
254
|
+
"etag": "\"8f-maS/Esmzj9jYo3gbP1UYvgWi6KI\"",
|
|
255
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
256
|
+
"size": 143,
|
|
257
|
+
"path": "../public/assets/loader-circle-DCYF-wJl.js"
|
|
258
|
+
},
|
|
259
|
+
"/assets/preload-helper-TKOBYGYD.js": {
|
|
260
|
+
"type": "text/javascript; charset=utf-8",
|
|
261
|
+
"etag": "\"4a9-jUfFKCyfaRG0LCmrRFreK8BlWnM\"",
|
|
262
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
263
|
+
"size": 1193,
|
|
264
|
+
"path": "../public/assets/preload-helper-TKOBYGYD.js"
|
|
265
|
+
},
|
|
266
|
+
"/assets/refresh-cw-n8XYbPPj.js": {
|
|
267
|
+
"type": "text/javascript; charset=utf-8",
|
|
268
|
+
"etag": "\"20b-bSd+li5mRzHYw7rM45QIRMG1YmE\"",
|
|
269
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
270
|
+
"size": 523,
|
|
271
|
+
"path": "../public/assets/refresh-cw-n8XYbPPj.js"
|
|
272
|
+
},
|
|
273
|
+
"/assets/routes-CrdokJ80.js": {
|
|
274
|
+
"type": "text/javascript; charset=utf-8",
|
|
275
|
+
"etag": "\"1ee92-73fizwcXPSuiYfCyEg935P1MB9k\"",
|
|
276
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
277
|
+
"size": 126610,
|
|
278
|
+
"path": "../public/assets/routes-CrdokJ80.js"
|
|
279
|
+
},
|
|
280
|
+
"/assets/routes-DcQnVajO.js": {
|
|
281
|
+
"type": "text/javascript; charset=utf-8",
|
|
282
|
+
"etag": "\"7e3-qzh8DQZWGrX7JTJw9wRtD6LGf9c\"",
|
|
283
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
284
|
+
"size": 2019,
|
|
285
|
+
"path": "../public/assets/routes-DcQnVajO.js"
|
|
286
|
+
},
|
|
287
|
+
"/assets/search-DLhbWw3W.js": {
|
|
288
|
+
"type": "text/javascript; charset=utf-8",
|
|
289
|
+
"etag": "\"ad-8AEmrQPWDhsdcta8jRdR+IWjihY\"",
|
|
290
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
291
|
+
"size": 173,
|
|
292
|
+
"path": "../public/assets/search-DLhbWw3W.js"
|
|
293
|
+
},
|
|
294
|
+
"/assets/shield-check-DE_hVuHu.js": {
|
|
295
|
+
"type": "text/javascript; charset=utf-8",
|
|
296
|
+
"etag": "\"249-tdcR4ljkuIYCkdbeV9WYH1KpSlM\"",
|
|
297
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
298
|
+
"size": 585,
|
|
299
|
+
"path": "../public/assets/shield-check-DE_hVuHu.js"
|
|
300
|
+
},
|
|
301
|
+
"/assets/signing-HRexfjsH.js": {
|
|
302
|
+
"type": "text/javascript; charset=utf-8",
|
|
303
|
+
"etag": "\"1905-LX0EWt0Stwa5HdJw2KJSLf2LmUU\"",
|
|
304
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
305
|
+
"size": 6405,
|
|
306
|
+
"path": "../public/assets/signing-HRexfjsH.js"
|
|
307
|
+
},
|
|
308
|
+
"/assets/styles-eB4EtvFS.css": {
|
|
134
309
|
"type": "text/css; charset=utf-8",
|
|
135
|
-
"etag": "\"
|
|
136
|
-
"mtime": "2026-08-
|
|
137
|
-
"size":
|
|
138
|
-
"path": "../public/assets/styles-
|
|
310
|
+
"etag": "\"1d2f1-IGrPlMYBoOYFQ36hrD+CI/esA4A\"",
|
|
311
|
+
"mtime": "2026-08-31T01:29:02.438Z",
|
|
312
|
+
"size": 119537,
|
|
313
|
+
"path": "../public/assets/styles-eB4EtvFS.css"
|
|
314
|
+
},
|
|
315
|
+
"/assets/table-D8CLieHX.js": {
|
|
316
|
+
"type": "text/javascript; charset=utf-8",
|
|
317
|
+
"etag": "\"48f-Q2l3v7iHGEUEzQKkYiQb5i1W9W8\"",
|
|
318
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
319
|
+
"size": 1167,
|
|
320
|
+
"path": "../public/assets/table-D8CLieHX.js"
|
|
321
|
+
},
|
|
322
|
+
"/assets/textarea-YJLTVAoq.js": {
|
|
323
|
+
"type": "text/javascript; charset=utf-8",
|
|
324
|
+
"etag": "\"1c6-0Txe2vugSu2WOKQ0WRj1N1iCBJM\"",
|
|
325
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
326
|
+
"size": 454,
|
|
327
|
+
"path": "../public/assets/textarea-YJLTVAoq.js"
|
|
328
|
+
},
|
|
329
|
+
"/assets/useMutation-JsGVjQMY.js": {
|
|
330
|
+
"type": "text/javascript; charset=utf-8",
|
|
331
|
+
"etag": "\"15a2-m5vo8BxNWdSvgQcF/XQeCw18d3o\"",
|
|
332
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
333
|
+
"size": 5538,
|
|
334
|
+
"path": "../public/assets/useMutation-JsGVjQMY.js"
|
|
335
|
+
},
|
|
336
|
+
"/assets/useOpenInteractionType-4cRD5xO0.js": {
|
|
337
|
+
"type": "text/javascript; charset=utf-8",
|
|
338
|
+
"etag": "\"423f-7cKVAfXR9iIgzwaCpT3pxCi9sYs\"",
|
|
339
|
+
"mtime": "2026-08-31T01:29:02.437Z",
|
|
340
|
+
"size": 16959,
|
|
341
|
+
"path": "../public/assets/useOpenInteractionType-4cRD5xO0.js"
|
|
139
342
|
}
|
|
140
343
|
};
|
|
141
344
|
//#endregion
|