@sentry/api 0.211.0 → 0.213.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/types.gen.d.ts +16 -11
- package/dist/zod.gen.d.ts +42 -42
- package/dist/zod.js +13 -8
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1175,8 +1175,9 @@ export type Dashboard = {
|
|
|
1175
1175
|
* * `server_tree`
|
|
1176
1176
|
* * `text`
|
|
1177
1177
|
* * `agents_traces_table`
|
|
1178
|
+
* * `heatmap`
|
|
1178
1179
|
*/
|
|
1179
|
-
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1180
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table' | 'heatmap';
|
|
1180
1181
|
interval?: string;
|
|
1181
1182
|
queries?: Array<{
|
|
1182
1183
|
id?: string;
|
|
@@ -1343,8 +1344,9 @@ export type DashboardDetails = {
|
|
|
1343
1344
|
* * `server_tree`
|
|
1344
1345
|
* * `text`
|
|
1345
1346
|
* * `agents_traces_table`
|
|
1347
|
+
* * `heatmap`
|
|
1346
1348
|
*/
|
|
1347
|
-
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1349
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table' | 'heatmap';
|
|
1348
1350
|
interval?: string;
|
|
1349
1351
|
queries?: Array<{
|
|
1350
1352
|
id?: string;
|
|
@@ -1708,8 +1710,9 @@ export type DashboardWidget = {
|
|
|
1708
1710
|
* * `server_tree`
|
|
1709
1711
|
* * `text`
|
|
1710
1712
|
* * `agents_traces_table`
|
|
1713
|
+
* * `heatmap`
|
|
1711
1714
|
*/
|
|
1712
|
-
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1715
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table' | 'heatmap';
|
|
1713
1716
|
interval?: string;
|
|
1714
1717
|
queries?: Array<{
|
|
1715
1718
|
id?: string;
|
|
@@ -10601,8 +10604,9 @@ export type CreateOrganizationDashboardData = {
|
|
|
10601
10604
|
* * `server_tree`
|
|
10602
10605
|
* * `text`
|
|
10603
10606
|
* * `agents_traces_table`
|
|
10607
|
+
* * `heatmap`
|
|
10604
10608
|
*/
|
|
10605
|
-
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
10609
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table' | 'heatmap';
|
|
10606
10610
|
interval?: string;
|
|
10607
10611
|
queries?: Array<{
|
|
10608
10612
|
id?: string;
|
|
@@ -11114,8 +11118,9 @@ export type UpdateOrganizationDashboardData = {
|
|
|
11114
11118
|
* * `server_tree`
|
|
11115
11119
|
* * `text`
|
|
11116
11120
|
* * `agents_traces_table`
|
|
11121
|
+
* * `heatmap`
|
|
11117
11122
|
*/
|
|
11118
|
-
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
11123
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table' | 'heatmap';
|
|
11119
11124
|
interval?: string;
|
|
11120
11125
|
queries?: Array<{
|
|
11121
11126
|
id?: string;
|
|
@@ -19290,9 +19295,9 @@ export type ListOrganizationReplaySelectorsData = {
|
|
|
19290
19295
|
*/
|
|
19291
19296
|
end?: string;
|
|
19292
19297
|
/**
|
|
19293
|
-
*
|
|
19298
|
+
* A list of project IDs or slugs to filter by.
|
|
19294
19299
|
*/
|
|
19295
|
-
project?: Array<number>;
|
|
19300
|
+
project?: Array<number | string>;
|
|
19296
19301
|
/**
|
|
19297
19302
|
* A list of project slugs to filter your results by.
|
|
19298
19303
|
*/
|
|
@@ -19396,9 +19401,9 @@ export type ListOrganizationReplaysData = {
|
|
|
19396
19401
|
*/
|
|
19397
19402
|
field?: Array<'activity' | 'browser' | 'count_dead_clicks' | 'count_errors' | 'count_rage_clicks' | 'count_segments' | 'count_urls' | 'device' | 'dist' | 'duration' | 'environment' | 'error_ids' | 'finished_at' | 'id' | 'is_archived' | 'os' | 'platform' | 'project_id' | 'releases' | 'sdk' | 'started_at' | 'tags' | 'trace_ids' | 'urls' | 'user' | 'clicks' | 'info_ids' | 'warning_ids' | 'count_warnings' | 'count_infos' | 'has_viewed'>;
|
|
19398
19403
|
/**
|
|
19399
|
-
*
|
|
19404
|
+
* A list of project IDs or slugs to filter by.
|
|
19400
19405
|
*/
|
|
19401
|
-
project?: Array<number>;
|
|
19406
|
+
project?: Array<number | string>;
|
|
19402
19407
|
/**
|
|
19403
19408
|
* A list of project slugs to filter your results by.
|
|
19404
19409
|
*/
|
|
@@ -19557,9 +19562,9 @@ export type GetOrganizationReplayData = {
|
|
|
19557
19562
|
*/
|
|
19558
19563
|
field?: Array<'activity' | 'browser' | 'count_dead_clicks' | 'count_errors' | 'count_rage_clicks' | 'count_segments' | 'count_urls' | 'device' | 'dist' | 'duration' | 'environment' | 'error_ids' | 'finished_at' | 'id' | 'is_archived' | 'os' | 'platform' | 'project_id' | 'releases' | 'sdk' | 'started_at' | 'tags' | 'trace_ids' | 'urls' | 'user' | 'clicks' | 'info_ids' | 'warning_ids' | 'count_warnings' | 'count_infos' | 'has_viewed'>;
|
|
19559
19564
|
/**
|
|
19560
|
-
*
|
|
19565
|
+
* A list of project IDs or slugs to filter by.
|
|
19561
19566
|
*/
|
|
19562
|
-
project?: Array<number>;
|
|
19567
|
+
project?: Array<number | string>;
|
|
19563
19568
|
/**
|
|
19564
19569
|
* A list of project slugs to filter your results by.
|
|
19565
19570
|
*/
|
package/dist/zod.gen.d.ts
CHANGED
|
@@ -1328,7 +1328,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1328
1328
|
title: z.ZodOptional<z.ZodString>;
|
|
1329
1329
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1330
1330
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1331
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table"]>>;
|
|
1331
|
+
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table", "heatmap"]>>;
|
|
1332
1332
|
interval: z.ZodOptional<z.ZodString>;
|
|
1333
1333
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1334
1334
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1433,7 +1433,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1433
1433
|
description?: string | null | undefined;
|
|
1434
1434
|
title?: string | undefined;
|
|
1435
1435
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1436
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1436
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1437
1437
|
queries?: {
|
|
1438
1438
|
name?: string | undefined;
|
|
1439
1439
|
fields?: string[] | undefined;
|
|
@@ -1472,7 +1472,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1472
1472
|
description?: string | null | undefined;
|
|
1473
1473
|
title?: string | undefined;
|
|
1474
1474
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1475
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1475
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1476
1476
|
queries?: {
|
|
1477
1477
|
name?: string | undefined;
|
|
1478
1478
|
fields?: string[] | undefined;
|
|
@@ -1537,7 +1537,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1537
1537
|
description?: string | null | undefined;
|
|
1538
1538
|
title?: string | undefined;
|
|
1539
1539
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1540
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1540
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1541
1541
|
queries?: {
|
|
1542
1542
|
name?: string | undefined;
|
|
1543
1543
|
fields?: string[] | undefined;
|
|
@@ -1591,7 +1591,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1591
1591
|
description?: string | null | undefined;
|
|
1592
1592
|
title?: string | undefined;
|
|
1593
1593
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1594
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1594
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1595
1595
|
queries?: {
|
|
1596
1596
|
name?: string | undefined;
|
|
1597
1597
|
fields?: string[] | undefined;
|
|
@@ -1647,7 +1647,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1647
1647
|
title: z.ZodOptional<z.ZodString>;
|
|
1648
1648
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1649
1649
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1650
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table"]>>;
|
|
1650
|
+
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table", "heatmap"]>>;
|
|
1651
1651
|
interval: z.ZodOptional<z.ZodString>;
|
|
1652
1652
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1653
1653
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1752,7 +1752,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1752
1752
|
description?: string | null | undefined;
|
|
1753
1753
|
title?: string | undefined;
|
|
1754
1754
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1755
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1755
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1756
1756
|
queries?: {
|
|
1757
1757
|
name?: string | undefined;
|
|
1758
1758
|
fields?: string[] | undefined;
|
|
@@ -1791,7 +1791,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1791
1791
|
description?: string | null | undefined;
|
|
1792
1792
|
title?: string | undefined;
|
|
1793
1793
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1794
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1794
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1795
1795
|
queries?: {
|
|
1796
1796
|
name?: string | undefined;
|
|
1797
1797
|
fields?: string[] | undefined;
|
|
@@ -1854,7 +1854,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1854
1854
|
description?: string | null | undefined;
|
|
1855
1855
|
title?: string | undefined;
|
|
1856
1856
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1857
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1857
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1858
1858
|
queries?: {
|
|
1859
1859
|
name?: string | undefined;
|
|
1860
1860
|
fields?: string[] | undefined;
|
|
@@ -1908,7 +1908,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1908
1908
|
description?: string | null | undefined;
|
|
1909
1909
|
title?: string | undefined;
|
|
1910
1910
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1911
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1911
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
1912
1912
|
queries?: {
|
|
1913
1913
|
name?: string | undefined;
|
|
1914
1914
|
fields?: string[] | undefined;
|
|
@@ -2985,7 +2985,7 @@ export declare const zDashboardWidget: z.ZodObject<{
|
|
|
2985
2985
|
title: z.ZodOptional<z.ZodString>;
|
|
2986
2986
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
2987
2987
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
2988
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table"]>>;
|
|
2988
|
+
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table", "heatmap"]>>;
|
|
2989
2989
|
interval: z.ZodOptional<z.ZodString>;
|
|
2990
2990
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2991
2991
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -3090,7 +3090,7 @@ export declare const zDashboardWidget: z.ZodObject<{
|
|
|
3090
3090
|
description?: string | null | undefined;
|
|
3091
3091
|
title?: string | undefined;
|
|
3092
3092
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
3093
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
3093
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
3094
3094
|
queries?: {
|
|
3095
3095
|
name?: string | undefined;
|
|
3096
3096
|
fields?: string[] | undefined;
|
|
@@ -3129,7 +3129,7 @@ export declare const zDashboardWidget: z.ZodObject<{
|
|
|
3129
3129
|
description?: string | null | undefined;
|
|
3130
3130
|
title?: string | undefined;
|
|
3131
3131
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
3132
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
3132
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
3133
3133
|
queries?: {
|
|
3134
3134
|
name?: string | undefined;
|
|
3135
3135
|
fields?: string[] | undefined;
|
|
@@ -28938,7 +28938,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
28938
28938
|
title: z.ZodOptional<z.ZodString>;
|
|
28939
28939
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
28940
28940
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
28941
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table"]>>;
|
|
28941
|
+
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table", "heatmap"]>>;
|
|
28942
28942
|
interval: z.ZodOptional<z.ZodString>;
|
|
28943
28943
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
28944
28944
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -29043,7 +29043,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
29043
29043
|
description?: string | null | undefined;
|
|
29044
29044
|
title?: string | undefined;
|
|
29045
29045
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
29046
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
29046
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
29047
29047
|
queries?: {
|
|
29048
29048
|
name?: string | undefined;
|
|
29049
29049
|
fields?: string[] | undefined;
|
|
@@ -29082,7 +29082,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
29082
29082
|
description?: string | null | undefined;
|
|
29083
29083
|
title?: string | undefined;
|
|
29084
29084
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
29085
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
29085
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
29086
29086
|
queries?: {
|
|
29087
29087
|
name?: string | undefined;
|
|
29088
29088
|
fields?: string[] | undefined;
|
|
@@ -29147,7 +29147,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
29147
29147
|
description?: string | null | undefined;
|
|
29148
29148
|
title?: string | undefined;
|
|
29149
29149
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
29150
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
29150
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
29151
29151
|
queries?: {
|
|
29152
29152
|
name?: string | undefined;
|
|
29153
29153
|
fields?: string[] | undefined;
|
|
@@ -29201,7 +29201,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
29201
29201
|
description?: string | null | undefined;
|
|
29202
29202
|
title?: string | undefined;
|
|
29203
29203
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
29204
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
29204
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
29205
29205
|
queries?: {
|
|
29206
29206
|
name?: string | undefined;
|
|
29207
29207
|
fields?: string[] | undefined;
|
|
@@ -29267,7 +29267,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
29267
29267
|
description?: string | null | undefined;
|
|
29268
29268
|
title?: string | undefined;
|
|
29269
29269
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
29270
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
29270
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
29271
29271
|
queries?: {
|
|
29272
29272
|
name?: string | undefined;
|
|
29273
29273
|
fields?: string[] | undefined;
|
|
@@ -29327,7 +29327,7 @@ export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
|
29327
29327
|
description?: string | null | undefined;
|
|
29328
29328
|
title?: string | undefined;
|
|
29329
29329
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
29330
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
29330
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
29331
29331
|
queries?: {
|
|
29332
29332
|
name?: string | undefined;
|
|
29333
29333
|
fields?: string[] | undefined;
|
|
@@ -30770,7 +30770,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
30770
30770
|
title: z.ZodOptional<z.ZodString>;
|
|
30771
30771
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
30772
30772
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
30773
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table"]>>;
|
|
30773
|
+
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "bar", "table", "big_number", "details", "categorical_bar", "wheel", "rage_and_dead_clicks", "server_tree", "text", "agents_traces_table", "heatmap"]>>;
|
|
30774
30774
|
interval: z.ZodOptional<z.ZodString>;
|
|
30775
30775
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
30776
30776
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -30875,7 +30875,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
30875
30875
|
description?: string | null | undefined;
|
|
30876
30876
|
title?: string | undefined;
|
|
30877
30877
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
30878
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
30878
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
30879
30879
|
queries?: {
|
|
30880
30880
|
name?: string | undefined;
|
|
30881
30881
|
fields?: string[] | undefined;
|
|
@@ -30914,7 +30914,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
30914
30914
|
description?: string | null | undefined;
|
|
30915
30915
|
title?: string | undefined;
|
|
30916
30916
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
30917
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
30917
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
30918
30918
|
queries?: {
|
|
30919
30919
|
name?: string | undefined;
|
|
30920
30920
|
fields?: string[] | undefined;
|
|
@@ -30977,7 +30977,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
30977
30977
|
description?: string | null | undefined;
|
|
30978
30978
|
title?: string | undefined;
|
|
30979
30979
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
30980
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
30980
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
30981
30981
|
queries?: {
|
|
30982
30982
|
name?: string | undefined;
|
|
30983
30983
|
fields?: string[] | undefined;
|
|
@@ -31031,7 +31031,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
31031
31031
|
description?: string | null | undefined;
|
|
31032
31032
|
title?: string | undefined;
|
|
31033
31033
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
31034
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
31034
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
31035
31035
|
queries?: {
|
|
31036
31036
|
name?: string | undefined;
|
|
31037
31037
|
fields?: string[] | undefined;
|
|
@@ -31103,7 +31103,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
31103
31103
|
description?: string | null | undefined;
|
|
31104
31104
|
title?: string | undefined;
|
|
31105
31105
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
31106
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
31106
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
31107
31107
|
queries?: {
|
|
31108
31108
|
name?: string | undefined;
|
|
31109
31109
|
fields?: string[] | undefined;
|
|
@@ -31164,7 +31164,7 @@ export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
|
31164
31164
|
description?: string | null | undefined;
|
|
31165
31165
|
title?: string | undefined;
|
|
31166
31166
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
31167
|
-
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
31167
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | "heatmap" | undefined;
|
|
31168
31168
|
queries?: {
|
|
31169
31169
|
name?: string | undefined;
|
|
31170
31170
|
fields?: string[] | undefined;
|
|
@@ -47017,7 +47017,7 @@ export declare const zListOrganizationReplaySelectorsData: z.ZodObject<{
|
|
|
47017
47017
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
47018
47018
|
start: z.ZodOptional<z.ZodString>;
|
|
47019
47019
|
end: z.ZodOptional<z.ZodString>;
|
|
47020
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
47020
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
47021
47021
|
projectSlug: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
47022
47022
|
sort: z.ZodOptional<z.ZodString>;
|
|
47023
47023
|
sortBy: z.ZodOptional<z.ZodString>;
|
|
@@ -47029,7 +47029,7 @@ export declare const zListOrganizationReplaySelectorsData: z.ZodObject<{
|
|
|
47029
47029
|
sort?: string | undefined;
|
|
47030
47030
|
query?: string | undefined;
|
|
47031
47031
|
environment?: string[] | undefined;
|
|
47032
|
-
project?: number[] | undefined;
|
|
47032
|
+
project?: (string | number)[] | undefined;
|
|
47033
47033
|
cursor?: string | undefined;
|
|
47034
47034
|
sortBy?: string | undefined;
|
|
47035
47035
|
per_page?: number | undefined;
|
|
@@ -47042,7 +47042,7 @@ export declare const zListOrganizationReplaySelectorsData: z.ZodObject<{
|
|
|
47042
47042
|
sort?: string | undefined;
|
|
47043
47043
|
query?: string | undefined;
|
|
47044
47044
|
environment?: string[] | undefined;
|
|
47045
|
-
project?: number[] | undefined;
|
|
47045
|
+
project?: (string | number)[] | undefined;
|
|
47046
47046
|
cursor?: string | undefined;
|
|
47047
47047
|
sortBy?: string | undefined;
|
|
47048
47048
|
per_page?: number | undefined;
|
|
@@ -47060,7 +47060,7 @@ export declare const zListOrganizationReplaySelectorsData: z.ZodObject<{
|
|
|
47060
47060
|
sort?: string | undefined;
|
|
47061
47061
|
query?: string | undefined;
|
|
47062
47062
|
environment?: string[] | undefined;
|
|
47063
|
-
project?: number[] | undefined;
|
|
47063
|
+
project?: (string | number)[] | undefined;
|
|
47064
47064
|
cursor?: string | undefined;
|
|
47065
47065
|
sortBy?: string | undefined;
|
|
47066
47066
|
per_page?: number | undefined;
|
|
@@ -47079,7 +47079,7 @@ export declare const zListOrganizationReplaySelectorsData: z.ZodObject<{
|
|
|
47079
47079
|
sort?: string | undefined;
|
|
47080
47080
|
query?: string | undefined;
|
|
47081
47081
|
environment?: string[] | undefined;
|
|
47082
|
-
project?: number[] | undefined;
|
|
47082
|
+
project?: (string | number)[] | undefined;
|
|
47083
47083
|
cursor?: string | undefined;
|
|
47084
47084
|
sortBy?: string | undefined;
|
|
47085
47085
|
per_page?: number | undefined;
|
|
@@ -47212,7 +47212,7 @@ export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
|
47212
47212
|
start: z.ZodOptional<z.ZodString>;
|
|
47213
47213
|
end: z.ZodOptional<z.ZodString>;
|
|
47214
47214
|
field: z.ZodOptional<z.ZodArray<z.ZodEnum<["activity", "browser", "count_dead_clicks", "count_errors", "count_rage_clicks", "count_segments", "count_urls", "device", "dist", "duration", "environment", "error_ids", "finished_at", "id", "is_archived", "os", "platform", "project_id", "releases", "sdk", "started_at", "tags", "trace_ids", "urls", "user", "clicks", "info_ids", "warning_ids", "count_warnings", "count_infos", "has_viewed"]>, "many">>;
|
|
47215
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
47215
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
47216
47216
|
projectSlug: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
47217
47217
|
environment: z.ZodOptional<z.ZodString>;
|
|
47218
47218
|
sort: z.ZodOptional<z.ZodString>;
|
|
@@ -47225,7 +47225,7 @@ export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
|
47225
47225
|
sort?: string | undefined;
|
|
47226
47226
|
query?: string | undefined;
|
|
47227
47227
|
environment?: string | undefined;
|
|
47228
|
-
project?: number[] | undefined;
|
|
47228
|
+
project?: (string | number)[] | undefined;
|
|
47229
47229
|
cursor?: string | undefined;
|
|
47230
47230
|
sortBy?: string | undefined;
|
|
47231
47231
|
per_page?: number | undefined;
|
|
@@ -47239,7 +47239,7 @@ export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
|
47239
47239
|
sort?: string | undefined;
|
|
47240
47240
|
query?: string | undefined;
|
|
47241
47241
|
environment?: string | undefined;
|
|
47242
|
-
project?: number[] | undefined;
|
|
47242
|
+
project?: (string | number)[] | undefined;
|
|
47243
47243
|
cursor?: string | undefined;
|
|
47244
47244
|
sortBy?: string | undefined;
|
|
47245
47245
|
per_page?: number | undefined;
|
|
@@ -47258,7 +47258,7 @@ export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
|
47258
47258
|
sort?: string | undefined;
|
|
47259
47259
|
query?: string | undefined;
|
|
47260
47260
|
environment?: string | undefined;
|
|
47261
|
-
project?: number[] | undefined;
|
|
47261
|
+
project?: (string | number)[] | undefined;
|
|
47262
47262
|
cursor?: string | undefined;
|
|
47263
47263
|
sortBy?: string | undefined;
|
|
47264
47264
|
per_page?: number | undefined;
|
|
@@ -47278,7 +47278,7 @@ export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
|
47278
47278
|
sort?: string | undefined;
|
|
47279
47279
|
query?: string | undefined;
|
|
47280
47280
|
environment?: string | undefined;
|
|
47281
|
-
project?: number[] | undefined;
|
|
47281
|
+
project?: (string | number)[] | undefined;
|
|
47282
47282
|
cursor?: string | undefined;
|
|
47283
47283
|
sortBy?: string | undefined;
|
|
47284
47284
|
per_page?: number | undefined;
|
|
@@ -47695,7 +47695,7 @@ export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
|
47695
47695
|
start: z.ZodOptional<z.ZodString>;
|
|
47696
47696
|
end: z.ZodOptional<z.ZodString>;
|
|
47697
47697
|
field: z.ZodOptional<z.ZodArray<z.ZodEnum<["activity", "browser", "count_dead_clicks", "count_errors", "count_rage_clicks", "count_segments", "count_urls", "device", "dist", "duration", "environment", "error_ids", "finished_at", "id", "is_archived", "os", "platform", "project_id", "releases", "sdk", "started_at", "tags", "trace_ids", "urls", "user", "clicks", "info_ids", "warning_ids", "count_warnings", "count_infos", "has_viewed"]>, "many">>;
|
|
47698
|
-
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
47698
|
+
project: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">>;
|
|
47699
47699
|
projectSlug: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
47700
47700
|
environment: z.ZodOptional<z.ZodString>;
|
|
47701
47701
|
sort: z.ZodOptional<z.ZodString>;
|
|
@@ -47708,7 +47708,7 @@ export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
|
47708
47708
|
sort?: string | undefined;
|
|
47709
47709
|
query?: string | undefined;
|
|
47710
47710
|
environment?: string | undefined;
|
|
47711
|
-
project?: number[] | undefined;
|
|
47711
|
+
project?: (string | number)[] | undefined;
|
|
47712
47712
|
cursor?: string | undefined;
|
|
47713
47713
|
sortBy?: string | undefined;
|
|
47714
47714
|
per_page?: number | undefined;
|
|
@@ -47722,7 +47722,7 @@ export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
|
47722
47722
|
sort?: string | undefined;
|
|
47723
47723
|
query?: string | undefined;
|
|
47724
47724
|
environment?: string | undefined;
|
|
47725
|
-
project?: number[] | undefined;
|
|
47725
|
+
project?: (string | number)[] | undefined;
|
|
47726
47726
|
cursor?: string | undefined;
|
|
47727
47727
|
sortBy?: string | undefined;
|
|
47728
47728
|
per_page?: number | undefined;
|
|
@@ -47742,7 +47742,7 @@ export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
|
47742
47742
|
sort?: string | undefined;
|
|
47743
47743
|
query?: string | undefined;
|
|
47744
47744
|
environment?: string | undefined;
|
|
47745
|
-
project?: number[] | undefined;
|
|
47745
|
+
project?: (string | number)[] | undefined;
|
|
47746
47746
|
cursor?: string | undefined;
|
|
47747
47747
|
sortBy?: string | undefined;
|
|
47748
47748
|
per_page?: number | undefined;
|
|
@@ -47763,7 +47763,7 @@ export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
|
47763
47763
|
sort?: string | undefined;
|
|
47764
47764
|
query?: string | undefined;
|
|
47765
47765
|
environment?: string | undefined;
|
|
47766
|
-
project?: number[] | undefined;
|
|
47766
|
+
project?: (string | number)[] | undefined;
|
|
47767
47767
|
cursor?: string | undefined;
|
|
47768
47768
|
sortBy?: string | undefined;
|
|
47769
47769
|
per_page?: number | undefined;
|
package/dist/zod.js
CHANGED
|
@@ -1053,7 +1053,8 @@ var zDashboard = z.object({
|
|
|
1053
1053
|
"rage_and_dead_clicks",
|
|
1054
1054
|
"server_tree",
|
|
1055
1055
|
"text",
|
|
1056
|
-
"agents_traces_table"
|
|
1056
|
+
"agents_traces_table",
|
|
1057
|
+
"heatmap"
|
|
1057
1058
|
]).optional(),
|
|
1058
1059
|
interval: z.string().max(10).optional(),
|
|
1059
1060
|
queries: z.array(z.object({
|
|
@@ -1174,7 +1175,8 @@ var zDashboardDetails = z.object({
|
|
|
1174
1175
|
"rage_and_dead_clicks",
|
|
1175
1176
|
"server_tree",
|
|
1176
1177
|
"text",
|
|
1177
|
-
"agents_traces_table"
|
|
1178
|
+
"agents_traces_table",
|
|
1179
|
+
"heatmap"
|
|
1178
1180
|
]).optional(),
|
|
1179
1181
|
interval: z.string().max(10).optional(),
|
|
1180
1182
|
queries: z.array(z.object({
|
|
@@ -1556,7 +1558,8 @@ var zDashboardWidget = z.object({
|
|
|
1556
1558
|
"rage_and_dead_clicks",
|
|
1557
1559
|
"server_tree",
|
|
1558
1560
|
"text",
|
|
1559
|
-
"agents_traces_table"
|
|
1561
|
+
"agents_traces_table",
|
|
1562
|
+
"heatmap"
|
|
1560
1563
|
]).optional(),
|
|
1561
1564
|
interval: z.string().max(10).optional(),
|
|
1562
1565
|
queries: z.array(z.object({
|
|
@@ -11173,7 +11176,8 @@ var zCreateOrganizationDashboardData = z.object({
|
|
|
11173
11176
|
"rage_and_dead_clicks",
|
|
11174
11177
|
"server_tree",
|
|
11175
11178
|
"text",
|
|
11176
|
-
"agents_traces_table"
|
|
11179
|
+
"agents_traces_table",
|
|
11180
|
+
"heatmap"
|
|
11177
11181
|
]).optional(),
|
|
11178
11182
|
interval: z.string().max(10).optional(),
|
|
11179
11183
|
queries: z.array(z.object({
|
|
@@ -11667,7 +11671,8 @@ var zUpdateOrganizationDashboardData = z.object({
|
|
|
11667
11671
|
"rage_and_dead_clicks",
|
|
11668
11672
|
"server_tree",
|
|
11669
11673
|
"text",
|
|
11670
|
-
"agents_traces_table"
|
|
11674
|
+
"agents_traces_table",
|
|
11675
|
+
"heatmap"
|
|
11671
11676
|
]).optional(),
|
|
11672
11677
|
interval: z.string().max(10).optional(),
|
|
11673
11678
|
queries: z.array(z.object({
|
|
@@ -18320,7 +18325,7 @@ var zListOrganizationReplaySelectorsData = z.object({
|
|
|
18320
18325
|
statsPeriod: z.string().min(1).optional(),
|
|
18321
18326
|
start: z.string().datetime().optional(),
|
|
18322
18327
|
end: z.string().datetime().optional(),
|
|
18323
|
-
project: z.array(z.number().int()).optional(),
|
|
18328
|
+
project: z.array(z.union([z.number().int(), z.string()])).optional(),
|
|
18324
18329
|
projectSlug: z.array(z.string()).optional(),
|
|
18325
18330
|
sort: z.string().min(1).optional(),
|
|
18326
18331
|
sortBy: z.string().min(1).optional(),
|
|
@@ -18391,7 +18396,7 @@ var zListOrganizationReplaysData = z.object({
|
|
|
18391
18396
|
"count_infos",
|
|
18392
18397
|
"has_viewed"
|
|
18393
18398
|
])).optional(),
|
|
18394
|
-
project: z.array(z.number().int()).optional(),
|
|
18399
|
+
project: z.array(z.union([z.number().int(), z.string()])).optional(),
|
|
18395
18400
|
projectSlug: z.array(z.string()).optional(),
|
|
18396
18401
|
environment: z.string().min(1).optional(),
|
|
18397
18402
|
sort: z.string().min(1).optional(),
|
|
@@ -18627,7 +18632,7 @@ var zGetOrganizationReplayData = z.object({
|
|
|
18627
18632
|
"count_infos",
|
|
18628
18633
|
"has_viewed"
|
|
18629
18634
|
])).optional(),
|
|
18630
|
-
project: z.array(z.number().int()).optional(),
|
|
18635
|
+
project: z.array(z.union([z.number().int(), z.string()])).optional(),
|
|
18631
18636
|
projectSlug: z.array(z.string()).optional(),
|
|
18632
18637
|
environment: z.string().min(1).optional(),
|
|
18633
18638
|
sort: z.string().min(1).optional(),
|