@supernova-studio/client 1.4.13 → 1.4.14
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.d.mts +53 -359
- package/dist/index.d.ts +53 -359
- package/dist/index.js +11 -59
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -60
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6503,58 +6503,17 @@ var DTODesignTokenGroupCreatePayload = z228.object({
|
|
|
6503
6503
|
|
|
6504
6504
|
// src/api/dto/documentation/analytics.ts
|
|
6505
6505
|
import { z as z229 } from "zod";
|
|
6506
|
-
var
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
"4 am",
|
|
6518
|
-
"5 am",
|
|
6519
|
-
"6 am",
|
|
6520
|
-
"7 am",
|
|
6521
|
-
"8 am",
|
|
6522
|
-
"9 am",
|
|
6523
|
-
"10 am",
|
|
6524
|
-
"11 am",
|
|
6525
|
-
"12 pm",
|
|
6526
|
-
"1 pm",
|
|
6527
|
-
"2 pm",
|
|
6528
|
-
"3 pm",
|
|
6529
|
-
"4 pm",
|
|
6530
|
-
"5 pm",
|
|
6531
|
-
"6 pm",
|
|
6532
|
-
"7 pm",
|
|
6533
|
-
"8 pm",
|
|
6534
|
-
"9 pm",
|
|
6535
|
-
"10 pm",
|
|
6536
|
-
"11 pm"
|
|
6537
|
-
]);
|
|
6538
|
-
var DTODay = z229.enum(["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]);
|
|
6539
|
-
var DTOAnalyticsHeatmapDataEntry = z229.object({
|
|
6540
|
-
x: DTODay,
|
|
6541
|
-
y: z229.number()
|
|
6542
|
-
// number of visits (or other metric)
|
|
6543
|
-
});
|
|
6544
|
-
var DTOAnalyticsHeatmapData = z229.object({
|
|
6545
|
-
id: DTOHour,
|
|
6546
|
-
data: z229.array(DTOAnalyticsHeatmapDataEntry)
|
|
6547
|
-
});
|
|
6548
|
-
var DTOAnalyticsData = z229.object({
|
|
6549
|
-
views: DTOAnalyticsViewsData,
|
|
6550
|
-
heatmap: z229.array(DTOAnalyticsHeatmapData)
|
|
6551
|
-
});
|
|
6552
|
-
var DTOAnalyticsPerPageData = z229.record(z229.string(), DTOAnalyticsData);
|
|
6553
|
-
var DTOAnalyticsDataResponse = z229.object({
|
|
6554
|
-
versionViews: DTOAnalyticsViewsData,
|
|
6555
|
-
heatmap: z229.array(DTOAnalyticsHeatmapData),
|
|
6556
|
-
pages: DTOAnalyticsPerPageData
|
|
6557
|
-
});
|
|
6506
|
+
var DTOPublishedDocPageVisitData = z229.object({
|
|
6507
|
+
id: z229.string(),
|
|
6508
|
+
versionId: z229.string(),
|
|
6509
|
+
pagePersistentId: z229.string(),
|
|
6510
|
+
locale: z229.string().optional(),
|
|
6511
|
+
timestamp: z229.coerce.date(),
|
|
6512
|
+
visits: z229.number(),
|
|
6513
|
+
userId: z229.string().optional(),
|
|
6514
|
+
anonymousId: z229.string().optional()
|
|
6515
|
+
});
|
|
6516
|
+
var DTOAnalyticsDataResponse = z229.array(DTOPublishedDocPageVisitData);
|
|
6558
6517
|
|
|
6559
6518
|
// src/api/dto/documentation/anchor.ts
|
|
6560
6519
|
import { z as z230 } from "zod";
|
|
@@ -14337,13 +14296,7 @@ export {
|
|
|
14337
14296
|
CodeComponentsEndpoint,
|
|
14338
14297
|
CodegenEndpoint,
|
|
14339
14298
|
Collection2 as Collection,
|
|
14340
|
-
DTOAnalyticsData,
|
|
14341
14299
|
DTOAnalyticsDataResponse,
|
|
14342
|
-
DTOAnalyticsHeatmapData,
|
|
14343
|
-
DTOAnalyticsHeatmapDataEntry,
|
|
14344
|
-
DTOAnalyticsPerPageData,
|
|
14345
|
-
DTOAnalyticsViewsData,
|
|
14346
|
-
DTOAnalyticsViewsDataPoint,
|
|
14347
14300
|
DTOAppBootstrapDataQuery,
|
|
14348
14301
|
DTOAppBootstrapDataResponse,
|
|
14349
14302
|
DTOAssetRenderConfiguration,
|
|
@@ -14380,7 +14333,6 @@ export {
|
|
|
14380
14333
|
DTODataSourceResponse,
|
|
14381
14334
|
DTODataSourceTokenStudio,
|
|
14382
14335
|
DTODataSourcesListResponse,
|
|
14383
|
-
DTODay,
|
|
14384
14336
|
DTODeleteDocumentationGroupInput,
|
|
14385
14337
|
DTODeleteDocumentationPageInputV2,
|
|
14386
14338
|
DTODeleteDocumentationTabGroupInput,
|
|
@@ -14583,7 +14535,6 @@ export {
|
|
|
14583
14535
|
DTOGitOrganization,
|
|
14584
14536
|
DTOGitProject,
|
|
14585
14537
|
DTOGitRepository,
|
|
14586
|
-
DTOHour,
|
|
14587
14538
|
DTOImportJob,
|
|
14588
14539
|
DTOImportJobResponse,
|
|
14589
14540
|
DTOIntegration,
|
|
@@ -14623,6 +14574,7 @@ export {
|
|
|
14623
14574
|
DTOPublishDocumentationChanges,
|
|
14624
14575
|
DTOPublishDocumentationRequest,
|
|
14625
14576
|
DTOPublishDocumentationResponse,
|
|
14577
|
+
DTOPublishedDocPageVisitData,
|
|
14626
14578
|
DTORenderedAssetFile,
|
|
14627
14579
|
DTORestoreDocumentationGroupInput,
|
|
14628
14580
|
DTORestoreDocumentationPageInput,
|