@sentry/api 0.195.0 → 0.197.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/index.d.ts +2 -2
- package/dist/index.js +10 -4
- package/dist/pagination.gen.d.ts +0 -11
- package/dist/sdk.gen.d.ts +5 -1
- package/dist/types.gen.d.ts +199 -130
- package/dist/zod.gen.d.ts +867 -528
- package/dist/zod.js +311 -278
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -153,6 +153,16 @@ export declare const zBaseTeam: z.ZodObject<{
|
|
|
153
153
|
avatarUrl?: string | null | undefined;
|
|
154
154
|
};
|
|
155
155
|
}>;
|
|
156
|
+
export declare const zBulkEnvironment: z.ZodObject<{
|
|
157
|
+
environmentNames: z.ZodArray<z.ZodString, "many">;
|
|
158
|
+
isHidden: z.ZodBoolean;
|
|
159
|
+
}, "strip", z.ZodTypeAny, {
|
|
160
|
+
environmentNames: string[];
|
|
161
|
+
isHidden: boolean;
|
|
162
|
+
}, {
|
|
163
|
+
environmentNames: string[];
|
|
164
|
+
isHidden: boolean;
|
|
165
|
+
}>;
|
|
156
166
|
export declare const zBulkUpdateAlerts: z.ZodObject<{
|
|
157
167
|
enabled: z.ZodBoolean;
|
|
158
168
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -167,6 +177,19 @@ export declare const zBulkUpdateMonitors: z.ZodObject<{
|
|
|
167
177
|
}, {
|
|
168
178
|
enabled: boolean;
|
|
169
179
|
}>;
|
|
180
|
+
export declare const zBulkUpdateProjectEnvironments: z.ZodArray<z.ZodObject<{
|
|
181
|
+
id: z.ZodString;
|
|
182
|
+
name: z.ZodString;
|
|
183
|
+
isHidden: z.ZodBoolean;
|
|
184
|
+
}, "strip", z.ZodTypeAny, {
|
|
185
|
+
name: string;
|
|
186
|
+
id: string;
|
|
187
|
+
isHidden: boolean;
|
|
188
|
+
}, {
|
|
189
|
+
name: string;
|
|
190
|
+
id: string;
|
|
191
|
+
isHidden: boolean;
|
|
192
|
+
}>, "many">;
|
|
170
193
|
export declare const zCheckInList: z.ZodArray<z.ZodObject<{
|
|
171
194
|
groups: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
172
195
|
id: z.ZodString;
|
|
@@ -2179,6 +2202,7 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2179
2202
|
fields: string[];
|
|
2180
2203
|
id: string;
|
|
2181
2204
|
conditions: string;
|
|
2205
|
+
isHidden: boolean;
|
|
2182
2206
|
aggregates: string[];
|
|
2183
2207
|
columns: string[];
|
|
2184
2208
|
orderby: string;
|
|
@@ -2189,7 +2213,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2189
2213
|
extractionState: string;
|
|
2190
2214
|
dashboardWidgetQueryId: number;
|
|
2191
2215
|
}[];
|
|
2192
|
-
isHidden: boolean;
|
|
2193
2216
|
selectedAggregate: number | null;
|
|
2194
2217
|
linkedDashboards: {
|
|
2195
2218
|
field: string;
|
|
@@ -2200,6 +2223,7 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2200
2223
|
fields: string[];
|
|
2201
2224
|
id: string;
|
|
2202
2225
|
conditions: string;
|
|
2226
|
+
isHidden: boolean;
|
|
2203
2227
|
aggregates: string[];
|
|
2204
2228
|
columns: string[];
|
|
2205
2229
|
orderby: string;
|
|
@@ -2210,7 +2234,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2210
2234
|
extractionState: string;
|
|
2211
2235
|
dashboardWidgetQueryId: number;
|
|
2212
2236
|
}[];
|
|
2213
|
-
isHidden: boolean;
|
|
2214
2237
|
selectedAggregate: number | null;
|
|
2215
2238
|
linkedDashboards: {
|
|
2216
2239
|
field: string;
|
|
@@ -2254,6 +2277,7 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2254
2277
|
fields: string[];
|
|
2255
2278
|
id: string;
|
|
2256
2279
|
conditions: string;
|
|
2280
|
+
isHidden: boolean;
|
|
2257
2281
|
aggregates: string[];
|
|
2258
2282
|
columns: string[];
|
|
2259
2283
|
orderby: string;
|
|
@@ -2264,7 +2288,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2264
2288
|
extractionState: string;
|
|
2265
2289
|
dashboardWidgetQueryId: number;
|
|
2266
2290
|
}[];
|
|
2267
|
-
isHidden: boolean;
|
|
2268
2291
|
selectedAggregate: number | null;
|
|
2269
2292
|
linkedDashboards: {
|
|
2270
2293
|
field: string;
|
|
@@ -2301,6 +2324,7 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2301
2324
|
fields: string[];
|
|
2302
2325
|
id: string;
|
|
2303
2326
|
conditions: string;
|
|
2327
|
+
isHidden: boolean;
|
|
2304
2328
|
aggregates: string[];
|
|
2305
2329
|
columns: string[];
|
|
2306
2330
|
orderby: string;
|
|
@@ -2311,7 +2335,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2311
2335
|
extractionState: string;
|
|
2312
2336
|
dashboardWidgetQueryId: number;
|
|
2313
2337
|
}[];
|
|
2314
|
-
isHidden: boolean;
|
|
2315
2338
|
selectedAggregate: number | null;
|
|
2316
2339
|
linkedDashboards: {
|
|
2317
2340
|
field: string;
|
|
@@ -2379,6 +2402,7 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2379
2402
|
fields: string[];
|
|
2380
2403
|
id: string;
|
|
2381
2404
|
conditions: string;
|
|
2405
|
+
isHidden: boolean;
|
|
2382
2406
|
aggregates: string[];
|
|
2383
2407
|
columns: string[];
|
|
2384
2408
|
orderby: string;
|
|
@@ -2389,7 +2413,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2389
2413
|
extractionState: string;
|
|
2390
2414
|
dashboardWidgetQueryId: number;
|
|
2391
2415
|
}[];
|
|
2392
|
-
isHidden: boolean;
|
|
2393
2416
|
selectedAggregate: number | null;
|
|
2394
2417
|
linkedDashboards: {
|
|
2395
2418
|
field: string;
|
|
@@ -2493,6 +2516,7 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2493
2516
|
fields: string[];
|
|
2494
2517
|
id: string;
|
|
2495
2518
|
conditions: string;
|
|
2519
|
+
isHidden: boolean;
|
|
2496
2520
|
aggregates: string[];
|
|
2497
2521
|
columns: string[];
|
|
2498
2522
|
orderby: string;
|
|
@@ -2503,7 +2527,6 @@ export declare const zDashboardDetailsModel: z.ZodObject<{
|
|
|
2503
2527
|
extractionState: string;
|
|
2504
2528
|
dashboardWidgetQueryId: number;
|
|
2505
2529
|
}[];
|
|
2506
|
-
isHidden: boolean;
|
|
2507
2530
|
selectedAggregate: number | null;
|
|
2508
2531
|
linkedDashboards: {
|
|
2509
2532
|
field: string;
|
|
@@ -3717,8 +3740,8 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
3717
3740
|
description: string;
|
|
3718
3741
|
enabled: boolean;
|
|
3719
3742
|
slug: string;
|
|
3720
|
-
author: Record<string, string>;
|
|
3721
3743
|
isHidden: boolean;
|
|
3744
|
+
author: Record<string, string>;
|
|
3722
3745
|
shortName: string;
|
|
3723
3746
|
canDisable: boolean;
|
|
3724
3747
|
isTestable: boolean;
|
|
@@ -3743,8 +3766,8 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
3743
3766
|
description: string;
|
|
3744
3767
|
enabled: boolean;
|
|
3745
3768
|
slug: string;
|
|
3746
|
-
author: Record<string, string>;
|
|
3747
3769
|
isHidden: boolean;
|
|
3770
|
+
author: Record<string, string>;
|
|
3748
3771
|
shortName: string;
|
|
3749
3772
|
canDisable: boolean;
|
|
3750
3773
|
isTestable: boolean;
|
|
@@ -3898,8 +3921,8 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
3898
3921
|
description: string;
|
|
3899
3922
|
enabled: boolean;
|
|
3900
3923
|
slug: string;
|
|
3901
|
-
author: Record<string, string>;
|
|
3902
3924
|
isHidden: boolean;
|
|
3925
|
+
author: Record<string, string>;
|
|
3903
3926
|
shortName: string;
|
|
3904
3927
|
canDisable: boolean;
|
|
3905
3928
|
isTestable: boolean;
|
|
@@ -4061,8 +4084,8 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
4061
4084
|
description: string;
|
|
4062
4085
|
enabled: boolean;
|
|
4063
4086
|
slug: string;
|
|
4064
|
-
author: Record<string, string>;
|
|
4065
4087
|
isHidden: boolean;
|
|
4088
|
+
author: Record<string, string>;
|
|
4066
4089
|
shortName: string;
|
|
4067
4090
|
canDisable: boolean;
|
|
4068
4091
|
isTestable: boolean;
|
|
@@ -12459,263 +12482,393 @@ export declare const zListReplayDeletionJobs: z.ZodObject<{
|
|
|
12459
12482
|
}[];
|
|
12460
12483
|
}>;
|
|
12461
12484
|
export declare const zListReplayRecordingSegments: z.ZodArray<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">, "many">;
|
|
12462
|
-
export declare const zListReplays: z.
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
|
|
12466
|
-
|
|
12467
|
-
|
|
12468
|
-
|
|
12469
|
-
|
|
12470
|
-
|
|
12471
|
-
|
|
12472
|
-
|
|
12473
|
-
|
|
12474
|
-
|
|
12475
|
-
|
|
12476
|
-
|
|
12477
|
-
|
|
12478
|
-
|
|
12479
|
-
|
|
12485
|
+
export declare const zListReplays: z.ZodObject<{
|
|
12486
|
+
data: z.ZodArray<z.ZodObject<{
|
|
12487
|
+
id: z.ZodOptional<z.ZodString>;
|
|
12488
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
12489
|
+
trace_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12490
|
+
error_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12491
|
+
environment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12492
|
+
tags: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>, z.ZodArray<z.ZodUnknown, "many">]>>;
|
|
12493
|
+
user: z.ZodOptional<z.ZodObject<{
|
|
12494
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12495
|
+
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12496
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12497
|
+
ip: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12498
|
+
display_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12499
|
+
geo: z.ZodOptional<z.ZodObject<{
|
|
12500
|
+
city: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12501
|
+
country_code: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12502
|
+
region: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12503
|
+
subdivision: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12504
|
+
}, "strip", z.ZodTypeAny, {
|
|
12505
|
+
city?: string | null | undefined;
|
|
12506
|
+
country_code?: string | null | undefined;
|
|
12507
|
+
region?: string | null | undefined;
|
|
12508
|
+
subdivision?: string | null | undefined;
|
|
12509
|
+
}, {
|
|
12510
|
+
city?: string | null | undefined;
|
|
12511
|
+
country_code?: string | null | undefined;
|
|
12512
|
+
region?: string | null | undefined;
|
|
12513
|
+
subdivision?: string | null | undefined;
|
|
12514
|
+
}>>;
|
|
12515
|
+
}, "strip", z.ZodTypeAny, {
|
|
12516
|
+
id?: string | null | undefined;
|
|
12517
|
+
username?: string | null | undefined;
|
|
12518
|
+
email?: string | null | undefined;
|
|
12519
|
+
geo?: {
|
|
12520
|
+
city?: string | null | undefined;
|
|
12521
|
+
country_code?: string | null | undefined;
|
|
12522
|
+
region?: string | null | undefined;
|
|
12523
|
+
subdivision?: string | null | undefined;
|
|
12524
|
+
} | undefined;
|
|
12525
|
+
ip?: string | null | undefined;
|
|
12526
|
+
display_name?: string | null | undefined;
|
|
12527
|
+
}, {
|
|
12528
|
+
id?: string | null | undefined;
|
|
12529
|
+
username?: string | null | undefined;
|
|
12530
|
+
email?: string | null | undefined;
|
|
12531
|
+
geo?: {
|
|
12532
|
+
city?: string | null | undefined;
|
|
12533
|
+
country_code?: string | null | undefined;
|
|
12534
|
+
region?: string | null | undefined;
|
|
12535
|
+
subdivision?: string | null | undefined;
|
|
12536
|
+
} | undefined;
|
|
12537
|
+
ip?: string | null | undefined;
|
|
12538
|
+
display_name?: string | null | undefined;
|
|
12539
|
+
}>>;
|
|
12540
|
+
sdk: z.ZodOptional<z.ZodObject<{
|
|
12541
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12542
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12543
|
+
}, "strip", z.ZodTypeAny, {
|
|
12544
|
+
name?: string | null | undefined;
|
|
12545
|
+
version?: string | null | undefined;
|
|
12546
|
+
}, {
|
|
12547
|
+
name?: string | null | undefined;
|
|
12548
|
+
version?: string | null | undefined;
|
|
12549
|
+
}>>;
|
|
12550
|
+
os: z.ZodOptional<z.ZodObject<{
|
|
12551
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12552
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12553
|
+
}, "strip", z.ZodTypeAny, {
|
|
12554
|
+
name?: string | null | undefined;
|
|
12555
|
+
version?: string | null | undefined;
|
|
12556
|
+
}, {
|
|
12557
|
+
name?: string | null | undefined;
|
|
12558
|
+
version?: string | null | undefined;
|
|
12559
|
+
}>>;
|
|
12560
|
+
browser: z.ZodOptional<z.ZodObject<{
|
|
12561
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12562
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12480
12563
|
}, "strip", z.ZodTypeAny, {
|
|
12481
|
-
|
|
12482
|
-
|
|
12483
|
-
region?: string | null | undefined;
|
|
12484
|
-
subdivision?: string | null | undefined;
|
|
12564
|
+
name?: string | null | undefined;
|
|
12565
|
+
version?: string | null | undefined;
|
|
12485
12566
|
}, {
|
|
12486
|
-
|
|
12487
|
-
|
|
12488
|
-
region?: string | null | undefined;
|
|
12489
|
-
subdivision?: string | null | undefined;
|
|
12567
|
+
name?: string | null | undefined;
|
|
12568
|
+
version?: string | null | undefined;
|
|
12490
12569
|
}>>;
|
|
12570
|
+
device: z.ZodOptional<z.ZodObject<{
|
|
12571
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12572
|
+
brand: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12573
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12574
|
+
family: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12575
|
+
}, "strip", z.ZodTypeAny, {
|
|
12576
|
+
name?: string | null | undefined;
|
|
12577
|
+
brand?: string | null | undefined;
|
|
12578
|
+
model?: string | null | undefined;
|
|
12579
|
+
family?: string | null | undefined;
|
|
12580
|
+
}, {
|
|
12581
|
+
name?: string | null | undefined;
|
|
12582
|
+
brand?: string | null | undefined;
|
|
12583
|
+
model?: string | null | undefined;
|
|
12584
|
+
family?: string | null | undefined;
|
|
12585
|
+
}>>;
|
|
12586
|
+
ota_updates: z.ZodOptional<z.ZodObject<{
|
|
12587
|
+
channel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12588
|
+
runtime_version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12589
|
+
update_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12590
|
+
}, "strip", z.ZodTypeAny, {
|
|
12591
|
+
channel?: string | null | undefined;
|
|
12592
|
+
runtime_version?: string | null | undefined;
|
|
12593
|
+
update_id?: string | null | undefined;
|
|
12594
|
+
}, {
|
|
12595
|
+
channel?: string | null | undefined;
|
|
12596
|
+
runtime_version?: string | null | undefined;
|
|
12597
|
+
update_id?: string | null | undefined;
|
|
12598
|
+
}>>;
|
|
12599
|
+
is_archived: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNull]>>;
|
|
12600
|
+
urls: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>>;
|
|
12601
|
+
clicks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
|
|
12602
|
+
count_dead_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12603
|
+
count_rage_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12604
|
+
count_errors: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12605
|
+
duration: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12606
|
+
finished_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12607
|
+
started_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12608
|
+
activity: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12609
|
+
count_urls: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12610
|
+
replay_type: z.ZodOptional<z.ZodString>;
|
|
12611
|
+
count_segments: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12612
|
+
platform: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12613
|
+
releases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12614
|
+
dist: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
12615
|
+
count_warnings: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12616
|
+
count_infos: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12617
|
+
has_viewed: z.ZodOptional<z.ZodBoolean>;
|
|
12491
12618
|
}, "strip", z.ZodTypeAny, {
|
|
12492
|
-
|
|
12493
|
-
|
|
12494
|
-
|
|
12495
|
-
|
|
12496
|
-
|
|
12497
|
-
|
|
12498
|
-
|
|
12499
|
-
|
|
12619
|
+
user?: {
|
|
12620
|
+
id?: string | null | undefined;
|
|
12621
|
+
username?: string | null | undefined;
|
|
12622
|
+
email?: string | null | undefined;
|
|
12623
|
+
geo?: {
|
|
12624
|
+
city?: string | null | undefined;
|
|
12625
|
+
country_code?: string | null | undefined;
|
|
12626
|
+
region?: string | null | undefined;
|
|
12627
|
+
subdivision?: string | null | undefined;
|
|
12628
|
+
} | undefined;
|
|
12629
|
+
ip?: string | null | undefined;
|
|
12630
|
+
display_name?: string | null | undefined;
|
|
12500
12631
|
} | undefined;
|
|
12501
|
-
|
|
12502
|
-
|
|
12503
|
-
|
|
12504
|
-
|
|
12505
|
-
username?: string | null | undefined;
|
|
12506
|
-
email?: string | null | undefined;
|
|
12507
|
-
geo?: {
|
|
12508
|
-
city?: string | null | undefined;
|
|
12509
|
-
country_code?: string | null | undefined;
|
|
12510
|
-
region?: string | null | undefined;
|
|
12511
|
-
subdivision?: string | null | undefined;
|
|
12632
|
+
activity?: number | null | undefined;
|
|
12633
|
+
browser?: {
|
|
12634
|
+
name?: string | null | undefined;
|
|
12635
|
+
version?: string | null | undefined;
|
|
12512
12636
|
} | undefined;
|
|
12513
|
-
|
|
12514
|
-
|
|
12515
|
-
|
|
12516
|
-
|
|
12517
|
-
|
|
12518
|
-
|
|
12519
|
-
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
|
|
12525
|
-
|
|
12526
|
-
|
|
12527
|
-
|
|
12528
|
-
|
|
12529
|
-
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12533
|
-
|
|
12534
|
-
|
|
12535
|
-
|
|
12536
|
-
|
|
12537
|
-
|
|
12538
|
-
|
|
12539
|
-
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
|
|
12544
|
-
|
|
12545
|
-
|
|
12546
|
-
|
|
12547
|
-
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12551
|
-
|
|
12552
|
-
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12637
|
+
count_dead_clicks?: number | null | undefined;
|
|
12638
|
+
count_errors?: number | null | undefined;
|
|
12639
|
+
count_rage_clicks?: number | null | undefined;
|
|
12640
|
+
count_segments?: number | null | undefined;
|
|
12641
|
+
count_urls?: number | null | undefined;
|
|
12642
|
+
device?: {
|
|
12643
|
+
name?: string | null | undefined;
|
|
12644
|
+
brand?: string | null | undefined;
|
|
12645
|
+
model?: string | null | undefined;
|
|
12646
|
+
family?: string | null | undefined;
|
|
12647
|
+
} | undefined;
|
|
12648
|
+
dist?: string | null | undefined;
|
|
12649
|
+
duration?: number | null | undefined;
|
|
12650
|
+
environment?: string | null | undefined;
|
|
12651
|
+
error_ids?: string[] | undefined;
|
|
12652
|
+
finished_at?: string | null | undefined;
|
|
12653
|
+
id?: string | undefined;
|
|
12654
|
+
is_archived?: boolean | null | undefined;
|
|
12655
|
+
os?: {
|
|
12656
|
+
name?: string | null | undefined;
|
|
12657
|
+
version?: string | null | undefined;
|
|
12658
|
+
} | undefined;
|
|
12659
|
+
platform?: string | null | undefined;
|
|
12660
|
+
project_id?: string | undefined;
|
|
12661
|
+
releases?: string[] | undefined;
|
|
12662
|
+
sdk?: {
|
|
12663
|
+
name?: string | null | undefined;
|
|
12664
|
+
version?: string | null | undefined;
|
|
12665
|
+
} | undefined;
|
|
12666
|
+
started_at?: string | null | undefined;
|
|
12667
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
12668
|
+
trace_ids?: string[] | undefined;
|
|
12669
|
+
urls?: string[] | null | undefined;
|
|
12670
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
12671
|
+
count_warnings?: number | null | undefined;
|
|
12672
|
+
count_infos?: number | null | undefined;
|
|
12673
|
+
has_viewed?: boolean | undefined;
|
|
12674
|
+
ota_updates?: {
|
|
12675
|
+
channel?: string | null | undefined;
|
|
12676
|
+
runtime_version?: string | null | undefined;
|
|
12677
|
+
update_id?: string | null | undefined;
|
|
12678
|
+
} | undefined;
|
|
12679
|
+
replay_type?: string | undefined;
|
|
12556
12680
|
}, {
|
|
12557
|
-
|
|
12558
|
-
|
|
12559
|
-
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12564
|
-
|
|
12565
|
-
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
|
|
12575
|
-
|
|
12576
|
-
|
|
12577
|
-
|
|
12578
|
-
|
|
12579
|
-
|
|
12580
|
-
|
|
12581
|
-
|
|
12582
|
-
|
|
12583
|
-
|
|
12584
|
-
|
|
12585
|
-
|
|
12586
|
-
|
|
12587
|
-
|
|
12588
|
-
|
|
12589
|
-
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
|
|
12593
|
-
|
|
12681
|
+
user?: {
|
|
12682
|
+
id?: string | null | undefined;
|
|
12683
|
+
username?: string | null | undefined;
|
|
12684
|
+
email?: string | null | undefined;
|
|
12685
|
+
geo?: {
|
|
12686
|
+
city?: string | null | undefined;
|
|
12687
|
+
country_code?: string | null | undefined;
|
|
12688
|
+
region?: string | null | undefined;
|
|
12689
|
+
subdivision?: string | null | undefined;
|
|
12690
|
+
} | undefined;
|
|
12691
|
+
ip?: string | null | undefined;
|
|
12692
|
+
display_name?: string | null | undefined;
|
|
12693
|
+
} | undefined;
|
|
12694
|
+
activity?: number | null | undefined;
|
|
12695
|
+
browser?: {
|
|
12696
|
+
name?: string | null | undefined;
|
|
12697
|
+
version?: string | null | undefined;
|
|
12698
|
+
} | undefined;
|
|
12699
|
+
count_dead_clicks?: number | null | undefined;
|
|
12700
|
+
count_errors?: number | null | undefined;
|
|
12701
|
+
count_rage_clicks?: number | null | undefined;
|
|
12702
|
+
count_segments?: number | null | undefined;
|
|
12703
|
+
count_urls?: number | null | undefined;
|
|
12704
|
+
device?: {
|
|
12705
|
+
name?: string | null | undefined;
|
|
12706
|
+
brand?: string | null | undefined;
|
|
12707
|
+
model?: string | null | undefined;
|
|
12708
|
+
family?: string | null | undefined;
|
|
12709
|
+
} | undefined;
|
|
12710
|
+
dist?: string | null | undefined;
|
|
12711
|
+
duration?: number | null | undefined;
|
|
12712
|
+
environment?: string | null | undefined;
|
|
12713
|
+
error_ids?: string[] | undefined;
|
|
12714
|
+
finished_at?: string | null | undefined;
|
|
12715
|
+
id?: string | undefined;
|
|
12716
|
+
is_archived?: boolean | null | undefined;
|
|
12717
|
+
os?: {
|
|
12718
|
+
name?: string | null | undefined;
|
|
12719
|
+
version?: string | null | undefined;
|
|
12720
|
+
} | undefined;
|
|
12721
|
+
platform?: string | null | undefined;
|
|
12722
|
+
project_id?: string | undefined;
|
|
12723
|
+
releases?: string[] | undefined;
|
|
12724
|
+
sdk?: {
|
|
12725
|
+
name?: string | null | undefined;
|
|
12726
|
+
version?: string | null | undefined;
|
|
12727
|
+
} | undefined;
|
|
12728
|
+
started_at?: string | null | undefined;
|
|
12729
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
12730
|
+
trace_ids?: string[] | undefined;
|
|
12731
|
+
urls?: string[] | null | undefined;
|
|
12732
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
12733
|
+
count_warnings?: number | null | undefined;
|
|
12734
|
+
count_infos?: number | null | undefined;
|
|
12735
|
+
has_viewed?: boolean | undefined;
|
|
12736
|
+
ota_updates?: {
|
|
12737
|
+
channel?: string | null | undefined;
|
|
12738
|
+
runtime_version?: string | null | undefined;
|
|
12739
|
+
update_id?: string | null | undefined;
|
|
12740
|
+
} | undefined;
|
|
12741
|
+
replay_type?: string | undefined;
|
|
12742
|
+
}>, "many">;
|
|
12594
12743
|
}, "strip", z.ZodTypeAny, {
|
|
12595
|
-
|
|
12596
|
-
|
|
12597
|
-
|
|
12598
|
-
|
|
12599
|
-
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
|
|
12603
|
-
|
|
12744
|
+
data: {
|
|
12745
|
+
user?: {
|
|
12746
|
+
id?: string | null | undefined;
|
|
12747
|
+
username?: string | null | undefined;
|
|
12748
|
+
email?: string | null | undefined;
|
|
12749
|
+
geo?: {
|
|
12750
|
+
city?: string | null | undefined;
|
|
12751
|
+
country_code?: string | null | undefined;
|
|
12752
|
+
region?: string | null | undefined;
|
|
12753
|
+
subdivision?: string | null | undefined;
|
|
12754
|
+
} | undefined;
|
|
12755
|
+
ip?: string | null | undefined;
|
|
12756
|
+
display_name?: string | null | undefined;
|
|
12604
12757
|
} | undefined;
|
|
12605
|
-
|
|
12606
|
-
|
|
12607
|
-
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12630
|
-
|
|
12631
|
-
|
|
12632
|
-
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
} | undefined;
|
|
12655
|
-
replay_type?: string | undefined;
|
|
12758
|
+
activity?: number | null | undefined;
|
|
12759
|
+
browser?: {
|
|
12760
|
+
name?: string | null | undefined;
|
|
12761
|
+
version?: string | null | undefined;
|
|
12762
|
+
} | undefined;
|
|
12763
|
+
count_dead_clicks?: number | null | undefined;
|
|
12764
|
+
count_errors?: number | null | undefined;
|
|
12765
|
+
count_rage_clicks?: number | null | undefined;
|
|
12766
|
+
count_segments?: number | null | undefined;
|
|
12767
|
+
count_urls?: number | null | undefined;
|
|
12768
|
+
device?: {
|
|
12769
|
+
name?: string | null | undefined;
|
|
12770
|
+
brand?: string | null | undefined;
|
|
12771
|
+
model?: string | null | undefined;
|
|
12772
|
+
family?: string | null | undefined;
|
|
12773
|
+
} | undefined;
|
|
12774
|
+
dist?: string | null | undefined;
|
|
12775
|
+
duration?: number | null | undefined;
|
|
12776
|
+
environment?: string | null | undefined;
|
|
12777
|
+
error_ids?: string[] | undefined;
|
|
12778
|
+
finished_at?: string | null | undefined;
|
|
12779
|
+
id?: string | undefined;
|
|
12780
|
+
is_archived?: boolean | null | undefined;
|
|
12781
|
+
os?: {
|
|
12782
|
+
name?: string | null | undefined;
|
|
12783
|
+
version?: string | null | undefined;
|
|
12784
|
+
} | undefined;
|
|
12785
|
+
platform?: string | null | undefined;
|
|
12786
|
+
project_id?: string | undefined;
|
|
12787
|
+
releases?: string[] | undefined;
|
|
12788
|
+
sdk?: {
|
|
12789
|
+
name?: string | null | undefined;
|
|
12790
|
+
version?: string | null | undefined;
|
|
12791
|
+
} | undefined;
|
|
12792
|
+
started_at?: string | null | undefined;
|
|
12793
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
12794
|
+
trace_ids?: string[] | undefined;
|
|
12795
|
+
urls?: string[] | null | undefined;
|
|
12796
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
12797
|
+
count_warnings?: number | null | undefined;
|
|
12798
|
+
count_infos?: number | null | undefined;
|
|
12799
|
+
has_viewed?: boolean | undefined;
|
|
12800
|
+
ota_updates?: {
|
|
12801
|
+
channel?: string | null | undefined;
|
|
12802
|
+
runtime_version?: string | null | undefined;
|
|
12803
|
+
update_id?: string | null | undefined;
|
|
12804
|
+
} | undefined;
|
|
12805
|
+
replay_type?: string | undefined;
|
|
12806
|
+
}[];
|
|
12656
12807
|
}, {
|
|
12657
|
-
|
|
12658
|
-
|
|
12659
|
-
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12808
|
+
data: {
|
|
12809
|
+
user?: {
|
|
12810
|
+
id?: string | null | undefined;
|
|
12811
|
+
username?: string | null | undefined;
|
|
12812
|
+
email?: string | null | undefined;
|
|
12813
|
+
geo?: {
|
|
12814
|
+
city?: string | null | undefined;
|
|
12815
|
+
country_code?: string | null | undefined;
|
|
12816
|
+
region?: string | null | undefined;
|
|
12817
|
+
subdivision?: string | null | undefined;
|
|
12818
|
+
} | undefined;
|
|
12819
|
+
ip?: string | null | undefined;
|
|
12820
|
+
display_name?: string | null | undefined;
|
|
12666
12821
|
} | undefined;
|
|
12667
|
-
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
|
|
12681
|
-
|
|
12682
|
-
|
|
12683
|
-
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
|
|
12695
|
-
|
|
12696
|
-
|
|
12697
|
-
|
|
12698
|
-
|
|
12699
|
-
|
|
12700
|
-
|
|
12701
|
-
|
|
12702
|
-
|
|
12703
|
-
|
|
12704
|
-
|
|
12705
|
-
|
|
12706
|
-
|
|
12707
|
-
|
|
12708
|
-
|
|
12709
|
-
|
|
12710
|
-
|
|
12711
|
-
|
|
12712
|
-
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12716
|
-
|
|
12717
|
-
replay_type?: string | undefined;
|
|
12718
|
-
}>, "many">;
|
|
12822
|
+
activity?: number | null | undefined;
|
|
12823
|
+
browser?: {
|
|
12824
|
+
name?: string | null | undefined;
|
|
12825
|
+
version?: string | null | undefined;
|
|
12826
|
+
} | undefined;
|
|
12827
|
+
count_dead_clicks?: number | null | undefined;
|
|
12828
|
+
count_errors?: number | null | undefined;
|
|
12829
|
+
count_rage_clicks?: number | null | undefined;
|
|
12830
|
+
count_segments?: number | null | undefined;
|
|
12831
|
+
count_urls?: number | null | undefined;
|
|
12832
|
+
device?: {
|
|
12833
|
+
name?: string | null | undefined;
|
|
12834
|
+
brand?: string | null | undefined;
|
|
12835
|
+
model?: string | null | undefined;
|
|
12836
|
+
family?: string | null | undefined;
|
|
12837
|
+
} | undefined;
|
|
12838
|
+
dist?: string | null | undefined;
|
|
12839
|
+
duration?: number | null | undefined;
|
|
12840
|
+
environment?: string | null | undefined;
|
|
12841
|
+
error_ids?: string[] | undefined;
|
|
12842
|
+
finished_at?: string | null | undefined;
|
|
12843
|
+
id?: string | undefined;
|
|
12844
|
+
is_archived?: boolean | null | undefined;
|
|
12845
|
+
os?: {
|
|
12846
|
+
name?: string | null | undefined;
|
|
12847
|
+
version?: string | null | undefined;
|
|
12848
|
+
} | undefined;
|
|
12849
|
+
platform?: string | null | undefined;
|
|
12850
|
+
project_id?: string | undefined;
|
|
12851
|
+
releases?: string[] | undefined;
|
|
12852
|
+
sdk?: {
|
|
12853
|
+
name?: string | null | undefined;
|
|
12854
|
+
version?: string | null | undefined;
|
|
12855
|
+
} | undefined;
|
|
12856
|
+
started_at?: string | null | undefined;
|
|
12857
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
12858
|
+
trace_ids?: string[] | undefined;
|
|
12859
|
+
urls?: string[] | null | undefined;
|
|
12860
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
12861
|
+
count_warnings?: number | null | undefined;
|
|
12862
|
+
count_infos?: number | null | undefined;
|
|
12863
|
+
has_viewed?: boolean | undefined;
|
|
12864
|
+
ota_updates?: {
|
|
12865
|
+
channel?: string | null | undefined;
|
|
12866
|
+
runtime_version?: string | null | undefined;
|
|
12867
|
+
update_id?: string | null | undefined;
|
|
12868
|
+
} | undefined;
|
|
12869
|
+
replay_type?: string | undefined;
|
|
12870
|
+
}[];
|
|
12871
|
+
}>;
|
|
12719
12872
|
export declare const zListSelectors: z.ZodObject<{
|
|
12720
12873
|
data: z.ZodArray<z.ZodObject<{
|
|
12721
12874
|
count_dead_clicks: z.ZodOptional<z.ZodNumber>;
|
|
@@ -29382,6 +29535,7 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29382
29535
|
fields: string[];
|
|
29383
29536
|
id: string;
|
|
29384
29537
|
conditions: string;
|
|
29538
|
+
isHidden: boolean;
|
|
29385
29539
|
aggregates: string[];
|
|
29386
29540
|
columns: string[];
|
|
29387
29541
|
orderby: string;
|
|
@@ -29392,7 +29546,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29392
29546
|
extractionState: string;
|
|
29393
29547
|
dashboardWidgetQueryId: number;
|
|
29394
29548
|
}[];
|
|
29395
|
-
isHidden: boolean;
|
|
29396
29549
|
selectedAggregate: number | null;
|
|
29397
29550
|
linkedDashboards: {
|
|
29398
29551
|
field: string;
|
|
@@ -29403,6 +29556,7 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29403
29556
|
fields: string[];
|
|
29404
29557
|
id: string;
|
|
29405
29558
|
conditions: string;
|
|
29559
|
+
isHidden: boolean;
|
|
29406
29560
|
aggregates: string[];
|
|
29407
29561
|
columns: string[];
|
|
29408
29562
|
orderby: string;
|
|
@@ -29413,7 +29567,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29413
29567
|
extractionState: string;
|
|
29414
29568
|
dashboardWidgetQueryId: number;
|
|
29415
29569
|
}[];
|
|
29416
|
-
isHidden: boolean;
|
|
29417
29570
|
selectedAggregate: number | null;
|
|
29418
29571
|
linkedDashboards: {
|
|
29419
29572
|
field: string;
|
|
@@ -29457,6 +29610,7 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29457
29610
|
fields: string[];
|
|
29458
29611
|
id: string;
|
|
29459
29612
|
conditions: string;
|
|
29613
|
+
isHidden: boolean;
|
|
29460
29614
|
aggregates: string[];
|
|
29461
29615
|
columns: string[];
|
|
29462
29616
|
orderby: string;
|
|
@@ -29467,7 +29621,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29467
29621
|
extractionState: string;
|
|
29468
29622
|
dashboardWidgetQueryId: number;
|
|
29469
29623
|
}[];
|
|
29470
|
-
isHidden: boolean;
|
|
29471
29624
|
selectedAggregate: number | null;
|
|
29472
29625
|
linkedDashboards: {
|
|
29473
29626
|
field: string;
|
|
@@ -29504,6 +29657,7 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29504
29657
|
fields: string[];
|
|
29505
29658
|
id: string;
|
|
29506
29659
|
conditions: string;
|
|
29660
|
+
isHidden: boolean;
|
|
29507
29661
|
aggregates: string[];
|
|
29508
29662
|
columns: string[];
|
|
29509
29663
|
orderby: string;
|
|
@@ -29514,7 +29668,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29514
29668
|
extractionState: string;
|
|
29515
29669
|
dashboardWidgetQueryId: number;
|
|
29516
29670
|
}[];
|
|
29517
|
-
isHidden: boolean;
|
|
29518
29671
|
selectedAggregate: number | null;
|
|
29519
29672
|
linkedDashboards: {
|
|
29520
29673
|
field: string;
|
|
@@ -29582,6 +29735,7 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29582
29735
|
fields: string[];
|
|
29583
29736
|
id: string;
|
|
29584
29737
|
conditions: string;
|
|
29738
|
+
isHidden: boolean;
|
|
29585
29739
|
aggregates: string[];
|
|
29586
29740
|
columns: string[];
|
|
29587
29741
|
orderby: string;
|
|
@@ -29592,7 +29746,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29592
29746
|
extractionState: string;
|
|
29593
29747
|
dashboardWidgetQueryId: number;
|
|
29594
29748
|
}[];
|
|
29595
|
-
isHidden: boolean;
|
|
29596
29749
|
selectedAggregate: number | null;
|
|
29597
29750
|
linkedDashboards: {
|
|
29598
29751
|
field: string;
|
|
@@ -29696,6 +29849,7 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29696
29849
|
fields: string[];
|
|
29697
29850
|
id: string;
|
|
29698
29851
|
conditions: string;
|
|
29852
|
+
isHidden: boolean;
|
|
29699
29853
|
aggregates: string[];
|
|
29700
29854
|
columns: string[];
|
|
29701
29855
|
orderby: string;
|
|
@@ -29706,7 +29860,6 @@ export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
29706
29860
|
extractionState: string;
|
|
29707
29861
|
dashboardWidgetQueryId: number;
|
|
29708
29862
|
}[];
|
|
29709
|
-
isHidden: boolean;
|
|
29710
29863
|
selectedAggregate: number | null;
|
|
29711
29864
|
linkedDashboards: {
|
|
29712
29865
|
field: string;
|
|
@@ -30105,6 +30258,7 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30105
30258
|
fields: string[];
|
|
30106
30259
|
id: string;
|
|
30107
30260
|
conditions: string;
|
|
30261
|
+
isHidden: boolean;
|
|
30108
30262
|
aggregates: string[];
|
|
30109
30263
|
columns: string[];
|
|
30110
30264
|
orderby: string;
|
|
@@ -30115,7 +30269,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30115
30269
|
extractionState: string;
|
|
30116
30270
|
dashboardWidgetQueryId: number;
|
|
30117
30271
|
}[];
|
|
30118
|
-
isHidden: boolean;
|
|
30119
30272
|
selectedAggregate: number | null;
|
|
30120
30273
|
linkedDashboards: {
|
|
30121
30274
|
field: string;
|
|
@@ -30126,6 +30279,7 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30126
30279
|
fields: string[];
|
|
30127
30280
|
id: string;
|
|
30128
30281
|
conditions: string;
|
|
30282
|
+
isHidden: boolean;
|
|
30129
30283
|
aggregates: string[];
|
|
30130
30284
|
columns: string[];
|
|
30131
30285
|
orderby: string;
|
|
@@ -30136,7 +30290,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30136
30290
|
extractionState: string;
|
|
30137
30291
|
dashboardWidgetQueryId: number;
|
|
30138
30292
|
}[];
|
|
30139
|
-
isHidden: boolean;
|
|
30140
30293
|
selectedAggregate: number | null;
|
|
30141
30294
|
linkedDashboards: {
|
|
30142
30295
|
field: string;
|
|
@@ -30180,6 +30333,7 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30180
30333
|
fields: string[];
|
|
30181
30334
|
id: string;
|
|
30182
30335
|
conditions: string;
|
|
30336
|
+
isHidden: boolean;
|
|
30183
30337
|
aggregates: string[];
|
|
30184
30338
|
columns: string[];
|
|
30185
30339
|
orderby: string;
|
|
@@ -30190,7 +30344,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30190
30344
|
extractionState: string;
|
|
30191
30345
|
dashboardWidgetQueryId: number;
|
|
30192
30346
|
}[];
|
|
30193
|
-
isHidden: boolean;
|
|
30194
30347
|
selectedAggregate: number | null;
|
|
30195
30348
|
linkedDashboards: {
|
|
30196
30349
|
field: string;
|
|
@@ -30227,6 +30380,7 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30227
30380
|
fields: string[];
|
|
30228
30381
|
id: string;
|
|
30229
30382
|
conditions: string;
|
|
30383
|
+
isHidden: boolean;
|
|
30230
30384
|
aggregates: string[];
|
|
30231
30385
|
columns: string[];
|
|
30232
30386
|
orderby: string;
|
|
@@ -30237,7 +30391,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30237
30391
|
extractionState: string;
|
|
30238
30392
|
dashboardWidgetQueryId: number;
|
|
30239
30393
|
}[];
|
|
30240
|
-
isHidden: boolean;
|
|
30241
30394
|
selectedAggregate: number | null;
|
|
30242
30395
|
linkedDashboards: {
|
|
30243
30396
|
field: string;
|
|
@@ -30305,6 +30458,7 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30305
30458
|
fields: string[];
|
|
30306
30459
|
id: string;
|
|
30307
30460
|
conditions: string;
|
|
30461
|
+
isHidden: boolean;
|
|
30308
30462
|
aggregates: string[];
|
|
30309
30463
|
columns: string[];
|
|
30310
30464
|
orderby: string;
|
|
@@ -30315,7 +30469,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30315
30469
|
extractionState: string;
|
|
30316
30470
|
dashboardWidgetQueryId: number;
|
|
30317
30471
|
}[];
|
|
30318
|
-
isHidden: boolean;
|
|
30319
30472
|
selectedAggregate: number | null;
|
|
30320
30473
|
linkedDashboards: {
|
|
30321
30474
|
field: string;
|
|
@@ -30419,6 +30572,7 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30419
30572
|
fields: string[];
|
|
30420
30573
|
id: string;
|
|
30421
30574
|
conditions: string;
|
|
30575
|
+
isHidden: boolean;
|
|
30422
30576
|
aggregates: string[];
|
|
30423
30577
|
columns: string[];
|
|
30424
30578
|
orderby: string;
|
|
@@ -30429,7 +30583,6 @@ export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
|
30429
30583
|
extractionState: string;
|
|
30430
30584
|
dashboardWidgetQueryId: number;
|
|
30431
30585
|
}[];
|
|
30432
|
-
isHidden: boolean;
|
|
30433
30586
|
selectedAggregate: number | null;
|
|
30434
30587
|
linkedDashboards: {
|
|
30435
30588
|
field: string;
|
|
@@ -31214,6 +31367,7 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31214
31367
|
fields: string[];
|
|
31215
31368
|
id: string;
|
|
31216
31369
|
conditions: string;
|
|
31370
|
+
isHidden: boolean;
|
|
31217
31371
|
aggregates: string[];
|
|
31218
31372
|
columns: string[];
|
|
31219
31373
|
orderby: string;
|
|
@@ -31224,7 +31378,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31224
31378
|
extractionState: string;
|
|
31225
31379
|
dashboardWidgetQueryId: number;
|
|
31226
31380
|
}[];
|
|
31227
|
-
isHidden: boolean;
|
|
31228
31381
|
selectedAggregate: number | null;
|
|
31229
31382
|
linkedDashboards: {
|
|
31230
31383
|
field: string;
|
|
@@ -31235,6 +31388,7 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31235
31388
|
fields: string[];
|
|
31236
31389
|
id: string;
|
|
31237
31390
|
conditions: string;
|
|
31391
|
+
isHidden: boolean;
|
|
31238
31392
|
aggregates: string[];
|
|
31239
31393
|
columns: string[];
|
|
31240
31394
|
orderby: string;
|
|
@@ -31245,7 +31399,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31245
31399
|
extractionState: string;
|
|
31246
31400
|
dashboardWidgetQueryId: number;
|
|
31247
31401
|
}[];
|
|
31248
|
-
isHidden: boolean;
|
|
31249
31402
|
selectedAggregate: number | null;
|
|
31250
31403
|
linkedDashboards: {
|
|
31251
31404
|
field: string;
|
|
@@ -31289,6 +31442,7 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31289
31442
|
fields: string[];
|
|
31290
31443
|
id: string;
|
|
31291
31444
|
conditions: string;
|
|
31445
|
+
isHidden: boolean;
|
|
31292
31446
|
aggregates: string[];
|
|
31293
31447
|
columns: string[];
|
|
31294
31448
|
orderby: string;
|
|
@@ -31299,7 +31453,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31299
31453
|
extractionState: string;
|
|
31300
31454
|
dashboardWidgetQueryId: number;
|
|
31301
31455
|
}[];
|
|
31302
|
-
isHidden: boolean;
|
|
31303
31456
|
selectedAggregate: number | null;
|
|
31304
31457
|
linkedDashboards: {
|
|
31305
31458
|
field: string;
|
|
@@ -31336,6 +31489,7 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31336
31489
|
fields: string[];
|
|
31337
31490
|
id: string;
|
|
31338
31491
|
conditions: string;
|
|
31492
|
+
isHidden: boolean;
|
|
31339
31493
|
aggregates: string[];
|
|
31340
31494
|
columns: string[];
|
|
31341
31495
|
orderby: string;
|
|
@@ -31346,7 +31500,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31346
31500
|
extractionState: string;
|
|
31347
31501
|
dashboardWidgetQueryId: number;
|
|
31348
31502
|
}[];
|
|
31349
|
-
isHidden: boolean;
|
|
31350
31503
|
selectedAggregate: number | null;
|
|
31351
31504
|
linkedDashboards: {
|
|
31352
31505
|
field: string;
|
|
@@ -31414,6 +31567,7 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31414
31567
|
fields: string[];
|
|
31415
31568
|
id: string;
|
|
31416
31569
|
conditions: string;
|
|
31570
|
+
isHidden: boolean;
|
|
31417
31571
|
aggregates: string[];
|
|
31418
31572
|
columns: string[];
|
|
31419
31573
|
orderby: string;
|
|
@@ -31424,7 +31578,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31424
31578
|
extractionState: string;
|
|
31425
31579
|
dashboardWidgetQueryId: number;
|
|
31426
31580
|
}[];
|
|
31427
|
-
isHidden: boolean;
|
|
31428
31581
|
selectedAggregate: number | null;
|
|
31429
31582
|
linkedDashboards: {
|
|
31430
31583
|
field: string;
|
|
@@ -31528,6 +31681,7 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31528
31681
|
fields: string[];
|
|
31529
31682
|
id: string;
|
|
31530
31683
|
conditions: string;
|
|
31684
|
+
isHidden: boolean;
|
|
31531
31685
|
aggregates: string[];
|
|
31532
31686
|
columns: string[];
|
|
31533
31687
|
orderby: string;
|
|
@@ -31538,7 +31692,6 @@ export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
|
31538
31692
|
extractionState: string;
|
|
31539
31693
|
dashboardWidgetQueryId: number;
|
|
31540
31694
|
}[];
|
|
31541
|
-
isHidden: boolean;
|
|
31542
31695
|
selectedAggregate: number | null;
|
|
31543
31696
|
linkedDashboards: {
|
|
31544
31697
|
field: string;
|
|
@@ -46894,263 +47047,393 @@ export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
|
46894
47047
|
} | undefined;
|
|
46895
47048
|
body?: undefined;
|
|
46896
47049
|
}>;
|
|
46897
|
-
export declare const zListOrganizationReplaysResponse: z.
|
|
46898
|
-
|
|
46899
|
-
|
|
46900
|
-
|
|
46901
|
-
|
|
46902
|
-
|
|
46903
|
-
|
|
46904
|
-
|
|
46905
|
-
|
|
46906
|
-
|
|
46907
|
-
|
|
46908
|
-
|
|
46909
|
-
|
|
46910
|
-
|
|
46911
|
-
|
|
46912
|
-
|
|
46913
|
-
|
|
46914
|
-
|
|
47050
|
+
export declare const zListOrganizationReplaysResponse: z.ZodObject<{
|
|
47051
|
+
data: z.ZodArray<z.ZodObject<{
|
|
47052
|
+
id: z.ZodOptional<z.ZodString>;
|
|
47053
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
47054
|
+
trace_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
47055
|
+
error_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
47056
|
+
environment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47057
|
+
tags: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>, z.ZodArray<z.ZodUnknown, "many">]>>;
|
|
47058
|
+
user: z.ZodOptional<z.ZodObject<{
|
|
47059
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47060
|
+
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47061
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47062
|
+
ip: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47063
|
+
display_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47064
|
+
geo: z.ZodOptional<z.ZodObject<{
|
|
47065
|
+
city: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47066
|
+
country_code: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47067
|
+
region: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47068
|
+
subdivision: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47069
|
+
}, "strip", z.ZodTypeAny, {
|
|
47070
|
+
city?: string | null | undefined;
|
|
47071
|
+
country_code?: string | null | undefined;
|
|
47072
|
+
region?: string | null | undefined;
|
|
47073
|
+
subdivision?: string | null | undefined;
|
|
47074
|
+
}, {
|
|
47075
|
+
city?: string | null | undefined;
|
|
47076
|
+
country_code?: string | null | undefined;
|
|
47077
|
+
region?: string | null | undefined;
|
|
47078
|
+
subdivision?: string | null | undefined;
|
|
47079
|
+
}>>;
|
|
47080
|
+
}, "strip", z.ZodTypeAny, {
|
|
47081
|
+
id?: string | null | undefined;
|
|
47082
|
+
username?: string | null | undefined;
|
|
47083
|
+
email?: string | null | undefined;
|
|
47084
|
+
geo?: {
|
|
47085
|
+
city?: string | null | undefined;
|
|
47086
|
+
country_code?: string | null | undefined;
|
|
47087
|
+
region?: string | null | undefined;
|
|
47088
|
+
subdivision?: string | null | undefined;
|
|
47089
|
+
} | undefined;
|
|
47090
|
+
ip?: string | null | undefined;
|
|
47091
|
+
display_name?: string | null | undefined;
|
|
47092
|
+
}, {
|
|
47093
|
+
id?: string | null | undefined;
|
|
47094
|
+
username?: string | null | undefined;
|
|
47095
|
+
email?: string | null | undefined;
|
|
47096
|
+
geo?: {
|
|
47097
|
+
city?: string | null | undefined;
|
|
47098
|
+
country_code?: string | null | undefined;
|
|
47099
|
+
region?: string | null | undefined;
|
|
47100
|
+
subdivision?: string | null | undefined;
|
|
47101
|
+
} | undefined;
|
|
47102
|
+
ip?: string | null | undefined;
|
|
47103
|
+
display_name?: string | null | undefined;
|
|
47104
|
+
}>>;
|
|
47105
|
+
sdk: z.ZodOptional<z.ZodObject<{
|
|
47106
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47107
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47108
|
+
}, "strip", z.ZodTypeAny, {
|
|
47109
|
+
name?: string | null | undefined;
|
|
47110
|
+
version?: string | null | undefined;
|
|
47111
|
+
}, {
|
|
47112
|
+
name?: string | null | undefined;
|
|
47113
|
+
version?: string | null | undefined;
|
|
47114
|
+
}>>;
|
|
47115
|
+
os: z.ZodOptional<z.ZodObject<{
|
|
47116
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47117
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47118
|
+
}, "strip", z.ZodTypeAny, {
|
|
47119
|
+
name?: string | null | undefined;
|
|
47120
|
+
version?: string | null | undefined;
|
|
47121
|
+
}, {
|
|
47122
|
+
name?: string | null | undefined;
|
|
47123
|
+
version?: string | null | undefined;
|
|
47124
|
+
}>>;
|
|
47125
|
+
browser: z.ZodOptional<z.ZodObject<{
|
|
47126
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47127
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47128
|
+
}, "strip", z.ZodTypeAny, {
|
|
47129
|
+
name?: string | null | undefined;
|
|
47130
|
+
version?: string | null | undefined;
|
|
47131
|
+
}, {
|
|
47132
|
+
name?: string | null | undefined;
|
|
47133
|
+
version?: string | null | undefined;
|
|
47134
|
+
}>>;
|
|
47135
|
+
device: z.ZodOptional<z.ZodObject<{
|
|
47136
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47137
|
+
brand: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47138
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47139
|
+
family: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
46915
47140
|
}, "strip", z.ZodTypeAny, {
|
|
46916
|
-
|
|
46917
|
-
|
|
46918
|
-
|
|
46919
|
-
|
|
47141
|
+
name?: string | null | undefined;
|
|
47142
|
+
brand?: string | null | undefined;
|
|
47143
|
+
model?: string | null | undefined;
|
|
47144
|
+
family?: string | null | undefined;
|
|
46920
47145
|
}, {
|
|
46921
|
-
|
|
46922
|
-
|
|
46923
|
-
|
|
46924
|
-
|
|
47146
|
+
name?: string | null | undefined;
|
|
47147
|
+
brand?: string | null | undefined;
|
|
47148
|
+
model?: string | null | undefined;
|
|
47149
|
+
family?: string | null | undefined;
|
|
46925
47150
|
}>>;
|
|
47151
|
+
ota_updates: z.ZodOptional<z.ZodObject<{
|
|
47152
|
+
channel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47153
|
+
runtime_version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47154
|
+
update_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47155
|
+
}, "strip", z.ZodTypeAny, {
|
|
47156
|
+
channel?: string | null | undefined;
|
|
47157
|
+
runtime_version?: string | null | undefined;
|
|
47158
|
+
update_id?: string | null | undefined;
|
|
47159
|
+
}, {
|
|
47160
|
+
channel?: string | null | undefined;
|
|
47161
|
+
runtime_version?: string | null | undefined;
|
|
47162
|
+
update_id?: string | null | undefined;
|
|
47163
|
+
}>>;
|
|
47164
|
+
is_archived: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNull]>>;
|
|
47165
|
+
urls: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>>;
|
|
47166
|
+
clicks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
|
|
47167
|
+
count_dead_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47168
|
+
count_rage_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47169
|
+
count_errors: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47170
|
+
duration: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47171
|
+
finished_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47172
|
+
started_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47173
|
+
activity: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47174
|
+
count_urls: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47175
|
+
replay_type: z.ZodOptional<z.ZodString>;
|
|
47176
|
+
count_segments: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47177
|
+
platform: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47178
|
+
releases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
47179
|
+
dist: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47180
|
+
count_warnings: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47181
|
+
count_infos: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
47182
|
+
has_viewed: z.ZodOptional<z.ZodBoolean>;
|
|
46926
47183
|
}, "strip", z.ZodTypeAny, {
|
|
46927
|
-
|
|
46928
|
-
|
|
46929
|
-
|
|
46930
|
-
|
|
46931
|
-
|
|
46932
|
-
|
|
46933
|
-
|
|
46934
|
-
|
|
47184
|
+
user?: {
|
|
47185
|
+
id?: string | null | undefined;
|
|
47186
|
+
username?: string | null | undefined;
|
|
47187
|
+
email?: string | null | undefined;
|
|
47188
|
+
geo?: {
|
|
47189
|
+
city?: string | null | undefined;
|
|
47190
|
+
country_code?: string | null | undefined;
|
|
47191
|
+
region?: string | null | undefined;
|
|
47192
|
+
subdivision?: string | null | undefined;
|
|
47193
|
+
} | undefined;
|
|
47194
|
+
ip?: string | null | undefined;
|
|
47195
|
+
display_name?: string | null | undefined;
|
|
46935
47196
|
} | undefined;
|
|
46936
|
-
|
|
46937
|
-
|
|
46938
|
-
|
|
46939
|
-
|
|
46940
|
-
username?: string | null | undefined;
|
|
46941
|
-
email?: string | null | undefined;
|
|
46942
|
-
geo?: {
|
|
46943
|
-
city?: string | null | undefined;
|
|
46944
|
-
country_code?: string | null | undefined;
|
|
46945
|
-
region?: string | null | undefined;
|
|
46946
|
-
subdivision?: string | null | undefined;
|
|
47197
|
+
activity?: number | null | undefined;
|
|
47198
|
+
browser?: {
|
|
47199
|
+
name?: string | null | undefined;
|
|
47200
|
+
version?: string | null | undefined;
|
|
46947
47201
|
} | undefined;
|
|
46948
|
-
|
|
46949
|
-
|
|
46950
|
-
|
|
46951
|
-
|
|
46952
|
-
|
|
46953
|
-
|
|
46954
|
-
|
|
46955
|
-
|
|
46956
|
-
|
|
46957
|
-
|
|
46958
|
-
|
|
46959
|
-
|
|
46960
|
-
|
|
46961
|
-
|
|
46962
|
-
|
|
46963
|
-
|
|
46964
|
-
|
|
46965
|
-
|
|
46966
|
-
|
|
46967
|
-
|
|
46968
|
-
|
|
46969
|
-
|
|
46970
|
-
|
|
46971
|
-
|
|
46972
|
-
|
|
46973
|
-
|
|
46974
|
-
|
|
46975
|
-
|
|
46976
|
-
|
|
46977
|
-
|
|
46978
|
-
|
|
46979
|
-
|
|
46980
|
-
|
|
46981
|
-
|
|
46982
|
-
|
|
46983
|
-
|
|
46984
|
-
|
|
46985
|
-
|
|
46986
|
-
|
|
46987
|
-
|
|
46988
|
-
|
|
46989
|
-
|
|
46990
|
-
|
|
47202
|
+
count_dead_clicks?: number | null | undefined;
|
|
47203
|
+
count_errors?: number | null | undefined;
|
|
47204
|
+
count_rage_clicks?: number | null | undefined;
|
|
47205
|
+
count_segments?: number | null | undefined;
|
|
47206
|
+
count_urls?: number | null | undefined;
|
|
47207
|
+
device?: {
|
|
47208
|
+
name?: string | null | undefined;
|
|
47209
|
+
brand?: string | null | undefined;
|
|
47210
|
+
model?: string | null | undefined;
|
|
47211
|
+
family?: string | null | undefined;
|
|
47212
|
+
} | undefined;
|
|
47213
|
+
dist?: string | null | undefined;
|
|
47214
|
+
duration?: number | null | undefined;
|
|
47215
|
+
environment?: string | null | undefined;
|
|
47216
|
+
error_ids?: string[] | undefined;
|
|
47217
|
+
finished_at?: string | null | undefined;
|
|
47218
|
+
id?: string | undefined;
|
|
47219
|
+
is_archived?: boolean | null | undefined;
|
|
47220
|
+
os?: {
|
|
47221
|
+
name?: string | null | undefined;
|
|
47222
|
+
version?: string | null | undefined;
|
|
47223
|
+
} | undefined;
|
|
47224
|
+
platform?: string | null | undefined;
|
|
47225
|
+
project_id?: string | undefined;
|
|
47226
|
+
releases?: string[] | undefined;
|
|
47227
|
+
sdk?: {
|
|
47228
|
+
name?: string | null | undefined;
|
|
47229
|
+
version?: string | null | undefined;
|
|
47230
|
+
} | undefined;
|
|
47231
|
+
started_at?: string | null | undefined;
|
|
47232
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
47233
|
+
trace_ids?: string[] | undefined;
|
|
47234
|
+
urls?: string[] | null | undefined;
|
|
47235
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
47236
|
+
count_warnings?: number | null | undefined;
|
|
47237
|
+
count_infos?: number | null | undefined;
|
|
47238
|
+
has_viewed?: boolean | undefined;
|
|
47239
|
+
ota_updates?: {
|
|
47240
|
+
channel?: string | null | undefined;
|
|
47241
|
+
runtime_version?: string | null | undefined;
|
|
47242
|
+
update_id?: string | null | undefined;
|
|
47243
|
+
} | undefined;
|
|
47244
|
+
replay_type?: string | undefined;
|
|
46991
47245
|
}, {
|
|
46992
|
-
|
|
46993
|
-
|
|
46994
|
-
|
|
46995
|
-
|
|
46996
|
-
|
|
46997
|
-
|
|
46998
|
-
|
|
46999
|
-
|
|
47000
|
-
|
|
47001
|
-
|
|
47002
|
-
|
|
47003
|
-
|
|
47004
|
-
|
|
47005
|
-
|
|
47006
|
-
|
|
47007
|
-
|
|
47008
|
-
|
|
47009
|
-
|
|
47010
|
-
|
|
47011
|
-
|
|
47012
|
-
|
|
47013
|
-
|
|
47014
|
-
|
|
47015
|
-
|
|
47016
|
-
|
|
47017
|
-
|
|
47018
|
-
|
|
47019
|
-
|
|
47020
|
-
|
|
47021
|
-
|
|
47022
|
-
|
|
47023
|
-
|
|
47024
|
-
|
|
47025
|
-
|
|
47026
|
-
|
|
47027
|
-
|
|
47028
|
-
|
|
47246
|
+
user?: {
|
|
47247
|
+
id?: string | null | undefined;
|
|
47248
|
+
username?: string | null | undefined;
|
|
47249
|
+
email?: string | null | undefined;
|
|
47250
|
+
geo?: {
|
|
47251
|
+
city?: string | null | undefined;
|
|
47252
|
+
country_code?: string | null | undefined;
|
|
47253
|
+
region?: string | null | undefined;
|
|
47254
|
+
subdivision?: string | null | undefined;
|
|
47255
|
+
} | undefined;
|
|
47256
|
+
ip?: string | null | undefined;
|
|
47257
|
+
display_name?: string | null | undefined;
|
|
47258
|
+
} | undefined;
|
|
47259
|
+
activity?: number | null | undefined;
|
|
47260
|
+
browser?: {
|
|
47261
|
+
name?: string | null | undefined;
|
|
47262
|
+
version?: string | null | undefined;
|
|
47263
|
+
} | undefined;
|
|
47264
|
+
count_dead_clicks?: number | null | undefined;
|
|
47265
|
+
count_errors?: number | null | undefined;
|
|
47266
|
+
count_rage_clicks?: number | null | undefined;
|
|
47267
|
+
count_segments?: number | null | undefined;
|
|
47268
|
+
count_urls?: number | null | undefined;
|
|
47269
|
+
device?: {
|
|
47270
|
+
name?: string | null | undefined;
|
|
47271
|
+
brand?: string | null | undefined;
|
|
47272
|
+
model?: string | null | undefined;
|
|
47273
|
+
family?: string | null | undefined;
|
|
47274
|
+
} | undefined;
|
|
47275
|
+
dist?: string | null | undefined;
|
|
47276
|
+
duration?: number | null | undefined;
|
|
47277
|
+
environment?: string | null | undefined;
|
|
47278
|
+
error_ids?: string[] | undefined;
|
|
47279
|
+
finished_at?: string | null | undefined;
|
|
47280
|
+
id?: string | undefined;
|
|
47281
|
+
is_archived?: boolean | null | undefined;
|
|
47282
|
+
os?: {
|
|
47283
|
+
name?: string | null | undefined;
|
|
47284
|
+
version?: string | null | undefined;
|
|
47285
|
+
} | undefined;
|
|
47286
|
+
platform?: string | null | undefined;
|
|
47287
|
+
project_id?: string | undefined;
|
|
47288
|
+
releases?: string[] | undefined;
|
|
47289
|
+
sdk?: {
|
|
47290
|
+
name?: string | null | undefined;
|
|
47291
|
+
version?: string | null | undefined;
|
|
47292
|
+
} | undefined;
|
|
47293
|
+
started_at?: string | null | undefined;
|
|
47294
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
47295
|
+
trace_ids?: string[] | undefined;
|
|
47296
|
+
urls?: string[] | null | undefined;
|
|
47297
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
47298
|
+
count_warnings?: number | null | undefined;
|
|
47299
|
+
count_infos?: number | null | undefined;
|
|
47300
|
+
has_viewed?: boolean | undefined;
|
|
47301
|
+
ota_updates?: {
|
|
47302
|
+
channel?: string | null | undefined;
|
|
47303
|
+
runtime_version?: string | null | undefined;
|
|
47304
|
+
update_id?: string | null | undefined;
|
|
47305
|
+
} | undefined;
|
|
47306
|
+
replay_type?: string | undefined;
|
|
47307
|
+
}>, "many">;
|
|
47029
47308
|
}, "strip", z.ZodTypeAny, {
|
|
47030
|
-
|
|
47031
|
-
|
|
47032
|
-
|
|
47033
|
-
|
|
47034
|
-
|
|
47035
|
-
|
|
47036
|
-
|
|
47037
|
-
|
|
47038
|
-
|
|
47309
|
+
data: {
|
|
47310
|
+
user?: {
|
|
47311
|
+
id?: string | null | undefined;
|
|
47312
|
+
username?: string | null | undefined;
|
|
47313
|
+
email?: string | null | undefined;
|
|
47314
|
+
geo?: {
|
|
47315
|
+
city?: string | null | undefined;
|
|
47316
|
+
country_code?: string | null | undefined;
|
|
47317
|
+
region?: string | null | undefined;
|
|
47318
|
+
subdivision?: string | null | undefined;
|
|
47319
|
+
} | undefined;
|
|
47320
|
+
ip?: string | null | undefined;
|
|
47321
|
+
display_name?: string | null | undefined;
|
|
47039
47322
|
} | undefined;
|
|
47040
|
-
|
|
47041
|
-
|
|
47042
|
-
|
|
47043
|
-
|
|
47044
|
-
|
|
47045
|
-
|
|
47046
|
-
|
|
47047
|
-
|
|
47048
|
-
|
|
47049
|
-
|
|
47050
|
-
|
|
47051
|
-
|
|
47052
|
-
|
|
47053
|
-
|
|
47054
|
-
|
|
47055
|
-
|
|
47056
|
-
|
|
47057
|
-
|
|
47058
|
-
|
|
47059
|
-
|
|
47060
|
-
|
|
47061
|
-
|
|
47062
|
-
|
|
47063
|
-
|
|
47064
|
-
|
|
47065
|
-
|
|
47066
|
-
|
|
47067
|
-
|
|
47068
|
-
|
|
47069
|
-
|
|
47070
|
-
|
|
47071
|
-
|
|
47072
|
-
|
|
47073
|
-
|
|
47074
|
-
|
|
47075
|
-
|
|
47076
|
-
|
|
47077
|
-
|
|
47078
|
-
|
|
47079
|
-
|
|
47080
|
-
|
|
47081
|
-
|
|
47082
|
-
|
|
47083
|
-
|
|
47084
|
-
|
|
47085
|
-
|
|
47086
|
-
|
|
47087
|
-
|
|
47088
|
-
|
|
47089
|
-
} | undefined;
|
|
47090
|
-
replay_type?: string | undefined;
|
|
47323
|
+
activity?: number | null | undefined;
|
|
47324
|
+
browser?: {
|
|
47325
|
+
name?: string | null | undefined;
|
|
47326
|
+
version?: string | null | undefined;
|
|
47327
|
+
} | undefined;
|
|
47328
|
+
count_dead_clicks?: number | null | undefined;
|
|
47329
|
+
count_errors?: number | null | undefined;
|
|
47330
|
+
count_rage_clicks?: number | null | undefined;
|
|
47331
|
+
count_segments?: number | null | undefined;
|
|
47332
|
+
count_urls?: number | null | undefined;
|
|
47333
|
+
device?: {
|
|
47334
|
+
name?: string | null | undefined;
|
|
47335
|
+
brand?: string | null | undefined;
|
|
47336
|
+
model?: string | null | undefined;
|
|
47337
|
+
family?: string | null | undefined;
|
|
47338
|
+
} | undefined;
|
|
47339
|
+
dist?: string | null | undefined;
|
|
47340
|
+
duration?: number | null | undefined;
|
|
47341
|
+
environment?: string | null | undefined;
|
|
47342
|
+
error_ids?: string[] | undefined;
|
|
47343
|
+
finished_at?: string | null | undefined;
|
|
47344
|
+
id?: string | undefined;
|
|
47345
|
+
is_archived?: boolean | null | undefined;
|
|
47346
|
+
os?: {
|
|
47347
|
+
name?: string | null | undefined;
|
|
47348
|
+
version?: string | null | undefined;
|
|
47349
|
+
} | undefined;
|
|
47350
|
+
platform?: string | null | undefined;
|
|
47351
|
+
project_id?: string | undefined;
|
|
47352
|
+
releases?: string[] | undefined;
|
|
47353
|
+
sdk?: {
|
|
47354
|
+
name?: string | null | undefined;
|
|
47355
|
+
version?: string | null | undefined;
|
|
47356
|
+
} | undefined;
|
|
47357
|
+
started_at?: string | null | undefined;
|
|
47358
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
47359
|
+
trace_ids?: string[] | undefined;
|
|
47360
|
+
urls?: string[] | null | undefined;
|
|
47361
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
47362
|
+
count_warnings?: number | null | undefined;
|
|
47363
|
+
count_infos?: number | null | undefined;
|
|
47364
|
+
has_viewed?: boolean | undefined;
|
|
47365
|
+
ota_updates?: {
|
|
47366
|
+
channel?: string | null | undefined;
|
|
47367
|
+
runtime_version?: string | null | undefined;
|
|
47368
|
+
update_id?: string | null | undefined;
|
|
47369
|
+
} | undefined;
|
|
47370
|
+
replay_type?: string | undefined;
|
|
47371
|
+
}[];
|
|
47091
47372
|
}, {
|
|
47092
|
-
|
|
47093
|
-
|
|
47094
|
-
|
|
47095
|
-
|
|
47096
|
-
|
|
47097
|
-
|
|
47098
|
-
|
|
47099
|
-
|
|
47100
|
-
|
|
47373
|
+
data: {
|
|
47374
|
+
user?: {
|
|
47375
|
+
id?: string | null | undefined;
|
|
47376
|
+
username?: string | null | undefined;
|
|
47377
|
+
email?: string | null | undefined;
|
|
47378
|
+
geo?: {
|
|
47379
|
+
city?: string | null | undefined;
|
|
47380
|
+
country_code?: string | null | undefined;
|
|
47381
|
+
region?: string | null | undefined;
|
|
47382
|
+
subdivision?: string | null | undefined;
|
|
47383
|
+
} | undefined;
|
|
47384
|
+
ip?: string | null | undefined;
|
|
47385
|
+
display_name?: string | null | undefined;
|
|
47101
47386
|
} | undefined;
|
|
47102
|
-
|
|
47103
|
-
|
|
47104
|
-
|
|
47105
|
-
|
|
47106
|
-
|
|
47107
|
-
|
|
47108
|
-
|
|
47109
|
-
|
|
47110
|
-
|
|
47111
|
-
|
|
47112
|
-
|
|
47113
|
-
|
|
47114
|
-
|
|
47115
|
-
|
|
47116
|
-
|
|
47117
|
-
|
|
47118
|
-
|
|
47119
|
-
|
|
47120
|
-
|
|
47121
|
-
|
|
47122
|
-
|
|
47123
|
-
|
|
47124
|
-
|
|
47125
|
-
|
|
47126
|
-
|
|
47127
|
-
|
|
47128
|
-
|
|
47129
|
-
|
|
47130
|
-
|
|
47131
|
-
|
|
47132
|
-
|
|
47133
|
-
|
|
47134
|
-
|
|
47135
|
-
|
|
47136
|
-
|
|
47137
|
-
|
|
47138
|
-
|
|
47139
|
-
|
|
47140
|
-
|
|
47141
|
-
|
|
47142
|
-
|
|
47143
|
-
|
|
47144
|
-
|
|
47145
|
-
|
|
47146
|
-
|
|
47147
|
-
|
|
47148
|
-
|
|
47149
|
-
|
|
47150
|
-
|
|
47151
|
-
|
|
47152
|
-
replay_type?: string | undefined;
|
|
47153
|
-
}>, "many">;
|
|
47387
|
+
activity?: number | null | undefined;
|
|
47388
|
+
browser?: {
|
|
47389
|
+
name?: string | null | undefined;
|
|
47390
|
+
version?: string | null | undefined;
|
|
47391
|
+
} | undefined;
|
|
47392
|
+
count_dead_clicks?: number | null | undefined;
|
|
47393
|
+
count_errors?: number | null | undefined;
|
|
47394
|
+
count_rage_clicks?: number | null | undefined;
|
|
47395
|
+
count_segments?: number | null | undefined;
|
|
47396
|
+
count_urls?: number | null | undefined;
|
|
47397
|
+
device?: {
|
|
47398
|
+
name?: string | null | undefined;
|
|
47399
|
+
brand?: string | null | undefined;
|
|
47400
|
+
model?: string | null | undefined;
|
|
47401
|
+
family?: string | null | undefined;
|
|
47402
|
+
} | undefined;
|
|
47403
|
+
dist?: string | null | undefined;
|
|
47404
|
+
duration?: number | null | undefined;
|
|
47405
|
+
environment?: string | null | undefined;
|
|
47406
|
+
error_ids?: string[] | undefined;
|
|
47407
|
+
finished_at?: string | null | undefined;
|
|
47408
|
+
id?: string | undefined;
|
|
47409
|
+
is_archived?: boolean | null | undefined;
|
|
47410
|
+
os?: {
|
|
47411
|
+
name?: string | null | undefined;
|
|
47412
|
+
version?: string | null | undefined;
|
|
47413
|
+
} | undefined;
|
|
47414
|
+
platform?: string | null | undefined;
|
|
47415
|
+
project_id?: string | undefined;
|
|
47416
|
+
releases?: string[] | undefined;
|
|
47417
|
+
sdk?: {
|
|
47418
|
+
name?: string | null | undefined;
|
|
47419
|
+
version?: string | null | undefined;
|
|
47420
|
+
} | undefined;
|
|
47421
|
+
started_at?: string | null | undefined;
|
|
47422
|
+
tags?: unknown[] | Record<string, string[]> | undefined;
|
|
47423
|
+
trace_ids?: string[] | undefined;
|
|
47424
|
+
urls?: string[] | null | undefined;
|
|
47425
|
+
clicks?: Record<string, unknown>[] | undefined;
|
|
47426
|
+
count_warnings?: number | null | undefined;
|
|
47427
|
+
count_infos?: number | null | undefined;
|
|
47428
|
+
has_viewed?: boolean | undefined;
|
|
47429
|
+
ota_updates?: {
|
|
47430
|
+
channel?: string | null | undefined;
|
|
47431
|
+
runtime_version?: string | null | undefined;
|
|
47432
|
+
update_id?: string | null | undefined;
|
|
47433
|
+
} | undefined;
|
|
47434
|
+
replay_type?: string | undefined;
|
|
47435
|
+
}[];
|
|
47436
|
+
}>;
|
|
47154
47437
|
export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
47155
47438
|
body: z.ZodOptional<z.ZodNever>;
|
|
47156
47439
|
path: z.ZodObject<{
|
|
@@ -55749,8 +56032,8 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
55749
56032
|
description: string;
|
|
55750
56033
|
enabled: boolean;
|
|
55751
56034
|
slug: string;
|
|
55752
|
-
author: Record<string, string>;
|
|
55753
56035
|
isHidden: boolean;
|
|
56036
|
+
author: Record<string, string>;
|
|
55754
56037
|
shortName: string;
|
|
55755
56038
|
canDisable: boolean;
|
|
55756
56039
|
isTestable: boolean;
|
|
@@ -55775,8 +56058,8 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
55775
56058
|
description: string;
|
|
55776
56059
|
enabled: boolean;
|
|
55777
56060
|
slug: string;
|
|
55778
|
-
author: Record<string, string>;
|
|
55779
56061
|
isHidden: boolean;
|
|
56062
|
+
author: Record<string, string>;
|
|
55780
56063
|
shortName: string;
|
|
55781
56064
|
canDisable: boolean;
|
|
55782
56065
|
isTestable: boolean;
|
|
@@ -55930,8 +56213,8 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
55930
56213
|
description: string;
|
|
55931
56214
|
enabled: boolean;
|
|
55932
56215
|
slug: string;
|
|
55933
|
-
author: Record<string, string>;
|
|
55934
56216
|
isHidden: boolean;
|
|
56217
|
+
author: Record<string, string>;
|
|
55935
56218
|
shortName: string;
|
|
55936
56219
|
canDisable: boolean;
|
|
55937
56220
|
isTestable: boolean;
|
|
@@ -56093,8 +56376,8 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56093
56376
|
description: string;
|
|
56094
56377
|
enabled: boolean;
|
|
56095
56378
|
slug: string;
|
|
56096
|
-
author: Record<string, string>;
|
|
56097
56379
|
isHidden: boolean;
|
|
56380
|
+
author: Record<string, string>;
|
|
56098
56381
|
shortName: string;
|
|
56099
56382
|
canDisable: boolean;
|
|
56100
56383
|
isTestable: boolean;
|
|
@@ -56508,8 +56791,8 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
56508
56791
|
description: string;
|
|
56509
56792
|
enabled: boolean;
|
|
56510
56793
|
slug: string;
|
|
56511
|
-
author: Record<string, string>;
|
|
56512
56794
|
isHidden: boolean;
|
|
56795
|
+
author: Record<string, string>;
|
|
56513
56796
|
shortName: string;
|
|
56514
56797
|
canDisable: boolean;
|
|
56515
56798
|
isTestable: boolean;
|
|
@@ -56534,8 +56817,8 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
56534
56817
|
description: string;
|
|
56535
56818
|
enabled: boolean;
|
|
56536
56819
|
slug: string;
|
|
56537
|
-
author: Record<string, string>;
|
|
56538
56820
|
isHidden: boolean;
|
|
56821
|
+
author: Record<string, string>;
|
|
56539
56822
|
shortName: string;
|
|
56540
56823
|
canDisable: boolean;
|
|
56541
56824
|
isTestable: boolean;
|
|
@@ -56689,8 +56972,8 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
56689
56972
|
description: string;
|
|
56690
56973
|
enabled: boolean;
|
|
56691
56974
|
slug: string;
|
|
56692
|
-
author: Record<string, string>;
|
|
56693
56975
|
isHidden: boolean;
|
|
56976
|
+
author: Record<string, string>;
|
|
56694
56977
|
shortName: string;
|
|
56695
56978
|
canDisable: boolean;
|
|
56696
56979
|
isTestable: boolean;
|
|
@@ -56852,8 +57135,8 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
56852
57135
|
description: string;
|
|
56853
57136
|
enabled: boolean;
|
|
56854
57137
|
slug: string;
|
|
56855
|
-
author: Record<string, string>;
|
|
56856
57138
|
isHidden: boolean;
|
|
57139
|
+
author: Record<string, string>;
|
|
56857
57140
|
shortName: string;
|
|
56858
57141
|
canDisable: boolean;
|
|
56859
57142
|
isTestable: boolean;
|
|
@@ -56943,6 +57226,62 @@ export declare const zListProjectEnvironmentsResponse: z.ZodArray<z.ZodObject<{
|
|
|
56943
57226
|
id: string;
|
|
56944
57227
|
isHidden: boolean;
|
|
56945
57228
|
}>, "many">;
|
|
57229
|
+
export declare const zUpdateProjectEnvironmentsData: z.ZodObject<{
|
|
57230
|
+
body: z.ZodObject<{
|
|
57231
|
+
environmentNames: z.ZodArray<z.ZodString, "many">;
|
|
57232
|
+
isHidden: z.ZodBoolean;
|
|
57233
|
+
}, "strip", z.ZodTypeAny, {
|
|
57234
|
+
environmentNames: string[];
|
|
57235
|
+
isHidden: boolean;
|
|
57236
|
+
}, {
|
|
57237
|
+
environmentNames: string[];
|
|
57238
|
+
isHidden: boolean;
|
|
57239
|
+
}>;
|
|
57240
|
+
path: z.ZodObject<{
|
|
57241
|
+
organization_id_or_slug: z.ZodString;
|
|
57242
|
+
project_id_or_slug: z.ZodString;
|
|
57243
|
+
}, "strip", z.ZodTypeAny, {
|
|
57244
|
+
organization_id_or_slug: string;
|
|
57245
|
+
project_id_or_slug: string;
|
|
57246
|
+
}, {
|
|
57247
|
+
organization_id_or_slug: string;
|
|
57248
|
+
project_id_or_slug: string;
|
|
57249
|
+
}>;
|
|
57250
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
57251
|
+
}, "strip", z.ZodTypeAny, {
|
|
57252
|
+
body: {
|
|
57253
|
+
environmentNames: string[];
|
|
57254
|
+
isHidden: boolean;
|
|
57255
|
+
};
|
|
57256
|
+
path: {
|
|
57257
|
+
organization_id_or_slug: string;
|
|
57258
|
+
project_id_or_slug: string;
|
|
57259
|
+
};
|
|
57260
|
+
query?: undefined;
|
|
57261
|
+
}, {
|
|
57262
|
+
body: {
|
|
57263
|
+
environmentNames: string[];
|
|
57264
|
+
isHidden: boolean;
|
|
57265
|
+
};
|
|
57266
|
+
path: {
|
|
57267
|
+
organization_id_or_slug: string;
|
|
57268
|
+
project_id_or_slug: string;
|
|
57269
|
+
};
|
|
57270
|
+
query?: undefined;
|
|
57271
|
+
}>;
|
|
57272
|
+
export declare const zUpdateProjectEnvironmentsResponse: z.ZodArray<z.ZodObject<{
|
|
57273
|
+
id: z.ZodString;
|
|
57274
|
+
name: z.ZodString;
|
|
57275
|
+
isHidden: z.ZodBoolean;
|
|
57276
|
+
}, "strip", z.ZodTypeAny, {
|
|
57277
|
+
name: string;
|
|
57278
|
+
id: string;
|
|
57279
|
+
isHidden: boolean;
|
|
57280
|
+
}, {
|
|
57281
|
+
name: string;
|
|
57282
|
+
id: string;
|
|
57283
|
+
isHidden: boolean;
|
|
57284
|
+
}>, "many">;
|
|
56946
57285
|
export declare const zGetProjectEnvironmentData: z.ZodObject<{
|
|
56947
57286
|
body: z.ZodOptional<z.ZodNever>;
|
|
56948
57287
|
path: z.ZodObject<{
|