@sentry/api 0.142.0 → 0.144.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 +5 -15
- package/dist/zod.gen.d.ts +27 -27
- package/dist/zod.js +0 -10
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1234,11 +1234,9 @@ export type Dashboard = {
|
|
|
1234
1234
|
/**
|
|
1235
1235
|
* * `line`
|
|
1236
1236
|
* * `area`
|
|
1237
|
-
* * `stacked_area`
|
|
1238
1237
|
* * `bar`
|
|
1239
1238
|
* * `table`
|
|
1240
1239
|
* * `big_number`
|
|
1241
|
-
* * `top_n`
|
|
1242
1240
|
* * `details`
|
|
1243
1241
|
* * `categorical_bar`
|
|
1244
1242
|
* * `wheel`
|
|
@@ -1247,7 +1245,7 @@ export type Dashboard = {
|
|
|
1247
1245
|
* * `text`
|
|
1248
1246
|
* * `agents_traces_table`
|
|
1249
1247
|
*/
|
|
1250
|
-
display_type?: 'line' | 'area' | '
|
|
1248
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1251
1249
|
interval?: string;
|
|
1252
1250
|
queries?: Array<{
|
|
1253
1251
|
id?: string;
|
|
@@ -1404,11 +1402,9 @@ export type DashboardDetails = {
|
|
|
1404
1402
|
/**
|
|
1405
1403
|
* * `line`
|
|
1406
1404
|
* * `area`
|
|
1407
|
-
* * `stacked_area`
|
|
1408
1405
|
* * `bar`
|
|
1409
1406
|
* * `table`
|
|
1410
1407
|
* * `big_number`
|
|
1411
|
-
* * `top_n`
|
|
1412
1408
|
* * `details`
|
|
1413
1409
|
* * `categorical_bar`
|
|
1414
1410
|
* * `wheel`
|
|
@@ -1417,7 +1413,7 @@ export type DashboardDetails = {
|
|
|
1417
1413
|
* * `text`
|
|
1418
1414
|
* * `agents_traces_table`
|
|
1419
1415
|
*/
|
|
1420
|
-
display_type?: 'line' | 'area' | '
|
|
1416
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1421
1417
|
interval?: string;
|
|
1422
1418
|
queries?: Array<{
|
|
1423
1419
|
id?: string;
|
|
@@ -1771,11 +1767,9 @@ export type DashboardWidget = {
|
|
|
1771
1767
|
/**
|
|
1772
1768
|
* * `line`
|
|
1773
1769
|
* * `area`
|
|
1774
|
-
* * `stacked_area`
|
|
1775
1770
|
* * `bar`
|
|
1776
1771
|
* * `table`
|
|
1777
1772
|
* * `big_number`
|
|
1778
|
-
* * `top_n`
|
|
1779
1773
|
* * `details`
|
|
1780
1774
|
* * `categorical_bar`
|
|
1781
1775
|
* * `wheel`
|
|
@@ -1784,7 +1778,7 @@ export type DashboardWidget = {
|
|
|
1784
1778
|
* * `text`
|
|
1785
1779
|
* * `agents_traces_table`
|
|
1786
1780
|
*/
|
|
1787
|
-
display_type?: 'line' | 'area' | '
|
|
1781
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1788
1782
|
interval?: string;
|
|
1789
1783
|
queries?: Array<{
|
|
1790
1784
|
id?: string;
|
|
@@ -10829,11 +10823,9 @@ export type CreateANewDashboardForAnOrganizationData = {
|
|
|
10829
10823
|
/**
|
|
10830
10824
|
* * `line`
|
|
10831
10825
|
* * `area`
|
|
10832
|
-
* * `stacked_area`
|
|
10833
10826
|
* * `bar`
|
|
10834
10827
|
* * `table`
|
|
10835
10828
|
* * `big_number`
|
|
10836
|
-
* * `top_n`
|
|
10837
10829
|
* * `details`
|
|
10838
10830
|
* * `categorical_bar`
|
|
10839
10831
|
* * `wheel`
|
|
@@ -10842,7 +10834,7 @@ export type CreateANewDashboardForAnOrganizationData = {
|
|
|
10842
10834
|
* * `text`
|
|
10843
10835
|
* * `agents_traces_table`
|
|
10844
10836
|
*/
|
|
10845
|
-
display_type?: 'line' | 'area' | '
|
|
10837
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
10846
10838
|
interval?: string;
|
|
10847
10839
|
queries?: Array<{
|
|
10848
10840
|
id?: string;
|
|
@@ -11344,11 +11336,9 @@ export type EditAnOrganizationSCustomDashboardData = {
|
|
|
11344
11336
|
/**
|
|
11345
11337
|
* * `line`
|
|
11346
11338
|
* * `area`
|
|
11347
|
-
* * `stacked_area`
|
|
11348
11339
|
* * `bar`
|
|
11349
11340
|
* * `table`
|
|
11350
11341
|
* * `big_number`
|
|
11351
|
-
* * `top_n`
|
|
11352
11342
|
* * `details`
|
|
11353
11343
|
* * `categorical_bar`
|
|
11354
11344
|
* * `wheel`
|
|
@@ -11357,7 +11347,7 @@ export type EditAnOrganizationSCustomDashboardData = {
|
|
|
11357
11347
|
* * `text`
|
|
11358
11348
|
* * `agents_traces_table`
|
|
11359
11349
|
*/
|
|
11360
|
-
display_type?: 'line' | 'area' | '
|
|
11350
|
+
display_type?: 'line' | 'area' | 'bar' | 'table' | 'big_number' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
11361
11351
|
interval?: string;
|
|
11362
11352
|
queries?: Array<{
|
|
11363
11353
|
id?: string;
|
package/dist/zod.gen.d.ts
CHANGED
|
@@ -1463,7 +1463,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1463
1463
|
title: z.ZodOptional<z.ZodString>;
|
|
1464
1464
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1465
1465
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1466
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "
|
|
1466
|
+
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"]>>;
|
|
1467
1467
|
interval: z.ZodOptional<z.ZodString>;
|
|
1468
1468
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1469
1469
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1568,7 +1568,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1568
1568
|
description?: string | null | undefined;
|
|
1569
1569
|
title?: string | undefined;
|
|
1570
1570
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1571
|
-
display_type?: "text" | "line" | "area" | "
|
|
1571
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1572
1572
|
queries?: {
|
|
1573
1573
|
name?: string | undefined;
|
|
1574
1574
|
fields?: string[] | undefined;
|
|
@@ -1607,7 +1607,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1607
1607
|
description?: string | null | undefined;
|
|
1608
1608
|
title?: string | undefined;
|
|
1609
1609
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1610
|
-
display_type?: "text" | "line" | "area" | "
|
|
1610
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1611
1611
|
queries?: {
|
|
1612
1612
|
name?: string | undefined;
|
|
1613
1613
|
fields?: string[] | undefined;
|
|
@@ -1673,7 +1673,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1673
1673
|
description?: string | null | undefined;
|
|
1674
1674
|
title?: string | undefined;
|
|
1675
1675
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1676
|
-
display_type?: "text" | "line" | "area" | "
|
|
1676
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1677
1677
|
queries?: {
|
|
1678
1678
|
name?: string | undefined;
|
|
1679
1679
|
fields?: string[] | undefined;
|
|
@@ -1727,7 +1727,7 @@ export declare const zDashboard: z.ZodObject<{
|
|
|
1727
1727
|
description?: string | null | undefined;
|
|
1728
1728
|
title?: string | undefined;
|
|
1729
1729
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1730
|
-
display_type?: "text" | "line" | "area" | "
|
|
1730
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1731
1731
|
queries?: {
|
|
1732
1732
|
name?: string | undefined;
|
|
1733
1733
|
fields?: string[] | undefined;
|
|
@@ -1782,7 +1782,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1782
1782
|
title: z.ZodOptional<z.ZodString>;
|
|
1783
1783
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1784
1784
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
1785
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "
|
|
1785
|
+
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"]>>;
|
|
1786
1786
|
interval: z.ZodOptional<z.ZodString>;
|
|
1787
1787
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1788
1788
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1887,7 +1887,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1887
1887
|
description?: string | null | undefined;
|
|
1888
1888
|
title?: string | undefined;
|
|
1889
1889
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1890
|
-
display_type?: "text" | "line" | "area" | "
|
|
1890
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1891
1891
|
queries?: {
|
|
1892
1892
|
name?: string | undefined;
|
|
1893
1893
|
fields?: string[] | undefined;
|
|
@@ -1926,7 +1926,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1926
1926
|
description?: string | null | undefined;
|
|
1927
1927
|
title?: string | undefined;
|
|
1928
1928
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1929
|
-
display_type?: "text" | "line" | "area" | "
|
|
1929
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1930
1930
|
queries?: {
|
|
1931
1931
|
name?: string | undefined;
|
|
1932
1932
|
fields?: string[] | undefined;
|
|
@@ -1990,7 +1990,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
1990
1990
|
description?: string | null | undefined;
|
|
1991
1991
|
title?: string | undefined;
|
|
1992
1992
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
1993
|
-
display_type?: "text" | "line" | "area" | "
|
|
1993
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
1994
1994
|
queries?: {
|
|
1995
1995
|
name?: string | undefined;
|
|
1996
1996
|
fields?: string[] | undefined;
|
|
@@ -2044,7 +2044,7 @@ export declare const zDashboardDetails: z.ZodObject<{
|
|
|
2044
2044
|
description?: string | null | undefined;
|
|
2045
2045
|
title?: string | undefined;
|
|
2046
2046
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
2047
|
-
display_type?: "text" | "line" | "area" | "
|
|
2047
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
2048
2048
|
queries?: {
|
|
2049
2049
|
name?: string | undefined;
|
|
2050
2050
|
fields?: string[] | undefined;
|
|
@@ -3120,7 +3120,7 @@ export declare const zDashboardWidget: z.ZodObject<{
|
|
|
3120
3120
|
title: z.ZodOptional<z.ZodString>;
|
|
3121
3121
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
3122
3122
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
3123
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "
|
|
3123
|
+
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"]>>;
|
|
3124
3124
|
interval: z.ZodOptional<z.ZodString>;
|
|
3125
3125
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3126
3126
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -3225,7 +3225,7 @@ export declare const zDashboardWidget: z.ZodObject<{
|
|
|
3225
3225
|
description?: string | null | undefined;
|
|
3226
3226
|
title?: string | undefined;
|
|
3227
3227
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
3228
|
-
display_type?: "text" | "line" | "area" | "
|
|
3228
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
3229
3229
|
queries?: {
|
|
3230
3230
|
name?: string | undefined;
|
|
3231
3231
|
fields?: string[] | undefined;
|
|
@@ -3264,7 +3264,7 @@ export declare const zDashboardWidget: z.ZodObject<{
|
|
|
3264
3264
|
description?: string | null | undefined;
|
|
3265
3265
|
title?: string | undefined;
|
|
3266
3266
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
3267
|
-
display_type?: "text" | "line" | "area" | "
|
|
3267
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
3268
3268
|
queries?: {
|
|
3269
3269
|
name?: string | undefined;
|
|
3270
3270
|
fields?: string[] | undefined;
|
|
@@ -24783,7 +24783,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
24783
24783
|
title: z.ZodOptional<z.ZodString>;
|
|
24784
24784
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
24785
24785
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
24786
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "
|
|
24786
|
+
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"]>>;
|
|
24787
24787
|
interval: z.ZodOptional<z.ZodString>;
|
|
24788
24788
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24789
24789
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -24888,7 +24888,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
24888
24888
|
description?: string | null | undefined;
|
|
24889
24889
|
title?: string | undefined;
|
|
24890
24890
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
24891
|
-
display_type?: "text" | "line" | "area" | "
|
|
24891
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
24892
24892
|
queries?: {
|
|
24893
24893
|
name?: string | undefined;
|
|
24894
24894
|
fields?: string[] | undefined;
|
|
@@ -24927,7 +24927,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
24927
24927
|
description?: string | null | undefined;
|
|
24928
24928
|
title?: string | undefined;
|
|
24929
24929
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
24930
|
-
display_type?: "text" | "line" | "area" | "
|
|
24930
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
24931
24931
|
queries?: {
|
|
24932
24932
|
name?: string | undefined;
|
|
24933
24933
|
fields?: string[] | undefined;
|
|
@@ -24993,7 +24993,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
24993
24993
|
description?: string | null | undefined;
|
|
24994
24994
|
title?: string | undefined;
|
|
24995
24995
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
24996
|
-
display_type?: "text" | "line" | "area" | "
|
|
24996
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
24997
24997
|
queries?: {
|
|
24998
24998
|
name?: string | undefined;
|
|
24999
24999
|
fields?: string[] | undefined;
|
|
@@ -25047,7 +25047,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
25047
25047
|
description?: string | null | undefined;
|
|
25048
25048
|
title?: string | undefined;
|
|
25049
25049
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
25050
|
-
display_type?: "text" | "line" | "area" | "
|
|
25050
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
25051
25051
|
queries?: {
|
|
25052
25052
|
name?: string | undefined;
|
|
25053
25053
|
fields?: string[] | undefined;
|
|
@@ -25113,7 +25113,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
25113
25113
|
description?: string | null | undefined;
|
|
25114
25114
|
title?: string | undefined;
|
|
25115
25115
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
25116
|
-
display_type?: "text" | "line" | "area" | "
|
|
25116
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
25117
25117
|
queries?: {
|
|
25118
25118
|
name?: string | undefined;
|
|
25119
25119
|
fields?: string[] | undefined;
|
|
@@ -25173,7 +25173,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
25173
25173
|
description?: string | null | undefined;
|
|
25174
25174
|
title?: string | undefined;
|
|
25175
25175
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
25176
|
-
display_type?: "text" | "line" | "area" | "
|
|
25176
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
25177
25177
|
queries?: {
|
|
25178
25178
|
name?: string | undefined;
|
|
25179
25179
|
fields?: string[] | undefined;
|
|
@@ -26615,7 +26615,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
26615
26615
|
title: z.ZodOptional<z.ZodString>;
|
|
26616
26616
|
description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
26617
26617
|
thresholds: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
26618
|
-
display_type: z.ZodOptional<z.ZodEnum<["line", "area", "
|
|
26618
|
+
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"]>>;
|
|
26619
26619
|
interval: z.ZodOptional<z.ZodString>;
|
|
26620
26620
|
queries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26621
26621
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -26720,7 +26720,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
26720
26720
|
description?: string | null | undefined;
|
|
26721
26721
|
title?: string | undefined;
|
|
26722
26722
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
26723
|
-
display_type?: "text" | "line" | "area" | "
|
|
26723
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
26724
26724
|
queries?: {
|
|
26725
26725
|
name?: string | undefined;
|
|
26726
26726
|
fields?: string[] | undefined;
|
|
@@ -26759,7 +26759,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
26759
26759
|
description?: string | null | undefined;
|
|
26760
26760
|
title?: string | undefined;
|
|
26761
26761
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
26762
|
-
display_type?: "text" | "line" | "area" | "
|
|
26762
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
26763
26763
|
queries?: {
|
|
26764
26764
|
name?: string | undefined;
|
|
26765
26765
|
fields?: string[] | undefined;
|
|
@@ -26823,7 +26823,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
26823
26823
|
description?: string | null | undefined;
|
|
26824
26824
|
title?: string | undefined;
|
|
26825
26825
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
26826
|
-
display_type?: "text" | "line" | "area" | "
|
|
26826
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
26827
26827
|
queries?: {
|
|
26828
26828
|
name?: string | undefined;
|
|
26829
26829
|
fields?: string[] | undefined;
|
|
@@ -26877,7 +26877,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
26877
26877
|
description?: string | null | undefined;
|
|
26878
26878
|
title?: string | undefined;
|
|
26879
26879
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
26880
|
-
display_type?: "text" | "line" | "area" | "
|
|
26880
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
26881
26881
|
queries?: {
|
|
26882
26882
|
name?: string | undefined;
|
|
26883
26883
|
fields?: string[] | undefined;
|
|
@@ -26949,7 +26949,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
26949
26949
|
description?: string | null | undefined;
|
|
26950
26950
|
title?: string | undefined;
|
|
26951
26951
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
26952
|
-
display_type?: "text" | "line" | "area" | "
|
|
26952
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
26953
26953
|
queries?: {
|
|
26954
26954
|
name?: string | undefined;
|
|
26955
26955
|
fields?: string[] | undefined;
|
|
@@ -27010,7 +27010,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
27010
27010
|
description?: string | null | undefined;
|
|
27011
27011
|
title?: string | undefined;
|
|
27012
27012
|
thresholds?: Record<string, unknown> | null | undefined;
|
|
27013
|
-
display_type?: "text" | "line" | "area" | "
|
|
27013
|
+
display_type?: "text" | "line" | "area" | "bar" | "table" | "big_number" | "details" | "categorical_bar" | "wheel" | "rage_and_dead_clicks" | "server_tree" | "agents_traces_table" | undefined;
|
|
27014
27014
|
queries?: {
|
|
27015
27015
|
name?: string | undefined;
|
|
27016
27016
|
fields?: string[] | undefined;
|
package/dist/zod.js
CHANGED
|
@@ -1128,11 +1128,9 @@ var zDashboard = z.object({
|
|
|
1128
1128
|
display_type: z.enum([
|
|
1129
1129
|
"line",
|
|
1130
1130
|
"area",
|
|
1131
|
-
"stacked_area",
|
|
1132
1131
|
"bar",
|
|
1133
1132
|
"table",
|
|
1134
1133
|
"big_number",
|
|
1135
|
-
"top_n",
|
|
1136
1134
|
"details",
|
|
1137
1135
|
"categorical_bar",
|
|
1138
1136
|
"wheel",
|
|
@@ -1251,11 +1249,9 @@ var zDashboardDetails = z.object({
|
|
|
1251
1249
|
display_type: z.enum([
|
|
1252
1250
|
"line",
|
|
1253
1251
|
"area",
|
|
1254
|
-
"stacked_area",
|
|
1255
1252
|
"bar",
|
|
1256
1253
|
"table",
|
|
1257
1254
|
"big_number",
|
|
1258
|
-
"top_n",
|
|
1259
1255
|
"details",
|
|
1260
1256
|
"categorical_bar",
|
|
1261
1257
|
"wheel",
|
|
@@ -1635,11 +1631,9 @@ var zDashboardWidget = z.object({
|
|
|
1635
1631
|
display_type: z.enum([
|
|
1636
1632
|
"line",
|
|
1637
1633
|
"area",
|
|
1638
|
-
"stacked_area",
|
|
1639
1634
|
"bar",
|
|
1640
1635
|
"table",
|
|
1641
1636
|
"big_number",
|
|
1642
|
-
"top_n",
|
|
1643
1637
|
"details",
|
|
1644
1638
|
"categorical_bar",
|
|
1645
1639
|
"wheel",
|
|
@@ -9974,11 +9968,9 @@ var zCreateANewDashboardForAnOrganizationData = z.object({
|
|
|
9974
9968
|
display_type: z.enum([
|
|
9975
9969
|
"line",
|
|
9976
9970
|
"area",
|
|
9977
|
-
"stacked_area",
|
|
9978
9971
|
"bar",
|
|
9979
9972
|
"table",
|
|
9980
9973
|
"big_number",
|
|
9981
|
-
"top_n",
|
|
9982
9974
|
"details",
|
|
9983
9975
|
"categorical_bar",
|
|
9984
9976
|
"wheel",
|
|
@@ -10470,11 +10462,9 @@ var zEditAnOrganizationSCustomDashboardData = z.object({
|
|
|
10470
10462
|
display_type: z.enum([
|
|
10471
10463
|
"line",
|
|
10472
10464
|
"area",
|
|
10473
|
-
"stacked_area",
|
|
10474
10465
|
"bar",
|
|
10475
10466
|
"table",
|
|
10476
10467
|
"big_number",
|
|
10477
|
-
"top_n",
|
|
10478
10468
|
"details",
|
|
10479
10469
|
"categorical_bar",
|
|
10480
10470
|
"wheel",
|