@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/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.ZodArray<z.ZodObject<{
12463
- id: z.ZodOptional<z.ZodString>;
12464
- project_id: z.ZodOptional<z.ZodString>;
12465
- trace_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12466
- error_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12467
- environment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12468
- tags: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>, z.ZodArray<z.ZodUnknown, "many">]>>;
12469
- user: z.ZodOptional<z.ZodObject<{
12470
- id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12471
- username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12472
- email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12473
- ip: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12474
- display_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12475
- geo: z.ZodOptional<z.ZodObject<{
12476
- city: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12477
- country_code: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12478
- region: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12479
- subdivision: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
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
- city?: string | null | undefined;
12482
- country_code?: string | null | undefined;
12483
- region?: string | null | undefined;
12484
- subdivision?: string | null | undefined;
12564
+ name?: string | null | undefined;
12565
+ version?: string | null | undefined;
12485
12566
  }, {
12486
- city?: string | null | undefined;
12487
- country_code?: string | null | undefined;
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
- id?: string | null | undefined;
12493
- username?: string | null | undefined;
12494
- email?: string | null | undefined;
12495
- geo?: {
12496
- city?: string | null | undefined;
12497
- country_code?: string | null | undefined;
12498
- region?: string | null | undefined;
12499
- subdivision?: string | null | undefined;
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
- ip?: string | null | undefined;
12502
- display_name?: string | null | undefined;
12503
- }, {
12504
- id?: string | null | undefined;
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
- ip?: string | null | undefined;
12514
- display_name?: string | null | undefined;
12515
- }>>;
12516
- sdk: z.ZodOptional<z.ZodObject<{
12517
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12518
- version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12519
- }, "strip", z.ZodTypeAny, {
12520
- name?: string | null | undefined;
12521
- version?: string | null | undefined;
12522
- }, {
12523
- name?: string | null | undefined;
12524
- version?: string | null | undefined;
12525
- }>>;
12526
- os: z.ZodOptional<z.ZodObject<{
12527
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12528
- version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12529
- }, "strip", z.ZodTypeAny, {
12530
- name?: string | null | undefined;
12531
- version?: string | null | undefined;
12532
- }, {
12533
- name?: string | null | undefined;
12534
- version?: string | null | undefined;
12535
- }>>;
12536
- browser: z.ZodOptional<z.ZodObject<{
12537
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12538
- version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12539
- }, "strip", z.ZodTypeAny, {
12540
- name?: string | null | undefined;
12541
- version?: string | null | undefined;
12542
- }, {
12543
- name?: string | null | undefined;
12544
- version?: string | null | undefined;
12545
- }>>;
12546
- device: z.ZodOptional<z.ZodObject<{
12547
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12548
- brand: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12549
- model: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12550
- family: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12551
- }, "strip", z.ZodTypeAny, {
12552
- name?: string | null | undefined;
12553
- brand?: string | null | undefined;
12554
- model?: string | null | undefined;
12555
- family?: string | null | undefined;
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
- name?: string | null | undefined;
12558
- brand?: string | null | undefined;
12559
- model?: string | null | undefined;
12560
- family?: string | null | undefined;
12561
- }>>;
12562
- ota_updates: z.ZodOptional<z.ZodObject<{
12563
- channel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12564
- runtime_version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12565
- update_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12566
- }, "strip", z.ZodTypeAny, {
12567
- channel?: string | null | undefined;
12568
- runtime_version?: string | null | undefined;
12569
- update_id?: string | null | undefined;
12570
- }, {
12571
- channel?: string | null | undefined;
12572
- runtime_version?: string | null | undefined;
12573
- update_id?: string | null | undefined;
12574
- }>>;
12575
- is_archived: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNull]>>;
12576
- urls: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>>;
12577
- clicks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
12578
- count_dead_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12579
- count_rage_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12580
- count_errors: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12581
- duration: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12582
- finished_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12583
- started_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12584
- activity: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12585
- count_urls: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12586
- replay_type: z.ZodOptional<z.ZodString>;
12587
- count_segments: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12588
- platform: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12589
- releases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12590
- dist: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
12591
- count_warnings: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12592
- count_infos: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
12593
- has_viewed: z.ZodOptional<z.ZodBoolean>;
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
- user?: {
12596
- id?: string | null | undefined;
12597
- username?: string | null | undefined;
12598
- email?: string | null | undefined;
12599
- geo?: {
12600
- city?: string | null | undefined;
12601
- country_code?: string | null | undefined;
12602
- region?: string | null | undefined;
12603
- subdivision?: string | null | undefined;
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
- ip?: string | null | undefined;
12606
- display_name?: string | null | undefined;
12607
- } | undefined;
12608
- activity?: number | null | undefined;
12609
- browser?: {
12610
- name?: string | null | undefined;
12611
- version?: string | null | undefined;
12612
- } | undefined;
12613
- count_dead_clicks?: number | null | undefined;
12614
- count_errors?: number | null | undefined;
12615
- count_rage_clicks?: number | null | undefined;
12616
- count_segments?: number | null | undefined;
12617
- count_urls?: number | null | undefined;
12618
- device?: {
12619
- name?: string | null | undefined;
12620
- brand?: string | null | undefined;
12621
- model?: string | null | undefined;
12622
- family?: string | null | undefined;
12623
- } | undefined;
12624
- dist?: string | null | undefined;
12625
- duration?: number | null | undefined;
12626
- environment?: string | null | undefined;
12627
- error_ids?: string[] | undefined;
12628
- finished_at?: string | null | undefined;
12629
- id?: string | undefined;
12630
- is_archived?: boolean | null | undefined;
12631
- os?: {
12632
- name?: string | null | undefined;
12633
- version?: string | null | undefined;
12634
- } | undefined;
12635
- platform?: string | null | undefined;
12636
- project_id?: string | undefined;
12637
- releases?: string[] | undefined;
12638
- sdk?: {
12639
- name?: string | null | undefined;
12640
- version?: string | null | undefined;
12641
- } | undefined;
12642
- started_at?: string | null | undefined;
12643
- tags?: unknown[] | Record<string, string[]> | undefined;
12644
- trace_ids?: string[] | undefined;
12645
- urls?: string[] | null | undefined;
12646
- clicks?: Record<string, unknown>[] | undefined;
12647
- count_warnings?: number | null | undefined;
12648
- count_infos?: number | null | undefined;
12649
- has_viewed?: boolean | undefined;
12650
- ota_updates?: {
12651
- channel?: string | null | undefined;
12652
- runtime_version?: string | null | undefined;
12653
- update_id?: string | null | undefined;
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
- user?: {
12658
- id?: string | null | undefined;
12659
- username?: string | null | undefined;
12660
- email?: string | null | undefined;
12661
- geo?: {
12662
- city?: string | null | undefined;
12663
- country_code?: string | null | undefined;
12664
- region?: string | null | undefined;
12665
- subdivision?: string | null | undefined;
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
- ip?: string | null | undefined;
12668
- display_name?: string | null | undefined;
12669
- } | undefined;
12670
- activity?: number | null | undefined;
12671
- browser?: {
12672
- name?: string | null | undefined;
12673
- version?: string | null | undefined;
12674
- } | undefined;
12675
- count_dead_clicks?: number | null | undefined;
12676
- count_errors?: number | null | undefined;
12677
- count_rage_clicks?: number | null | undefined;
12678
- count_segments?: number | null | undefined;
12679
- count_urls?: number | null | undefined;
12680
- device?: {
12681
- name?: string | null | undefined;
12682
- brand?: string | null | undefined;
12683
- model?: string | null | undefined;
12684
- family?: string | null | undefined;
12685
- } | undefined;
12686
- dist?: string | null | undefined;
12687
- duration?: number | null | undefined;
12688
- environment?: string | null | undefined;
12689
- error_ids?: string[] | undefined;
12690
- finished_at?: string | null | undefined;
12691
- id?: string | undefined;
12692
- is_archived?: boolean | null | undefined;
12693
- os?: {
12694
- name?: string | null | undefined;
12695
- version?: string | null | undefined;
12696
- } | undefined;
12697
- platform?: string | null | undefined;
12698
- project_id?: string | undefined;
12699
- releases?: string[] | undefined;
12700
- sdk?: {
12701
- name?: string | null | undefined;
12702
- version?: string | null | undefined;
12703
- } | undefined;
12704
- started_at?: string | null | undefined;
12705
- tags?: unknown[] | Record<string, string[]> | undefined;
12706
- trace_ids?: string[] | undefined;
12707
- urls?: string[] | null | undefined;
12708
- clicks?: Record<string, unknown>[] | undefined;
12709
- count_warnings?: number | null | undefined;
12710
- count_infos?: number | null | undefined;
12711
- has_viewed?: boolean | undefined;
12712
- ota_updates?: {
12713
- channel?: string | null | undefined;
12714
- runtime_version?: string | null | undefined;
12715
- update_id?: string | null | undefined;
12716
- } | undefined;
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.ZodArray<z.ZodObject<{
46898
- id: z.ZodOptional<z.ZodString>;
46899
- project_id: z.ZodOptional<z.ZodString>;
46900
- trace_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
46901
- error_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
46902
- environment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46903
- tags: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>, z.ZodArray<z.ZodUnknown, "many">]>>;
46904
- user: z.ZodOptional<z.ZodObject<{
46905
- id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46906
- username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46907
- email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46908
- ip: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46909
- display_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46910
- geo: z.ZodOptional<z.ZodObject<{
46911
- city: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46912
- country_code: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46913
- region: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46914
- subdivision: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
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
- city?: string | null | undefined;
46917
- country_code?: string | null | undefined;
46918
- region?: string | null | undefined;
46919
- subdivision?: string | null | undefined;
47141
+ name?: string | null | undefined;
47142
+ brand?: string | null | undefined;
47143
+ model?: string | null | undefined;
47144
+ family?: string | null | undefined;
46920
47145
  }, {
46921
- city?: string | null | undefined;
46922
- country_code?: string | null | undefined;
46923
- region?: string | null | undefined;
46924
- subdivision?: string | null | undefined;
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
- id?: string | null | undefined;
46928
- username?: string | null | undefined;
46929
- email?: string | null | undefined;
46930
- geo?: {
46931
- city?: string | null | undefined;
46932
- country_code?: string | null | undefined;
46933
- region?: string | null | undefined;
46934
- subdivision?: string | null | undefined;
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
- ip?: string | null | undefined;
46937
- display_name?: string | null | undefined;
46938
- }, {
46939
- id?: string | null | undefined;
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
- ip?: string | null | undefined;
46949
- display_name?: string | null | undefined;
46950
- }>>;
46951
- sdk: z.ZodOptional<z.ZodObject<{
46952
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46953
- version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46954
- }, "strip", z.ZodTypeAny, {
46955
- name?: string | null | undefined;
46956
- version?: string | null | undefined;
46957
- }, {
46958
- name?: string | null | undefined;
46959
- version?: string | null | undefined;
46960
- }>>;
46961
- os: z.ZodOptional<z.ZodObject<{
46962
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46963
- version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46964
- }, "strip", z.ZodTypeAny, {
46965
- name?: string | null | undefined;
46966
- version?: string | null | undefined;
46967
- }, {
46968
- name?: string | null | undefined;
46969
- version?: string | null | undefined;
46970
- }>>;
46971
- browser: z.ZodOptional<z.ZodObject<{
46972
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46973
- version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46974
- }, "strip", z.ZodTypeAny, {
46975
- name?: string | null | undefined;
46976
- version?: string | null | undefined;
46977
- }, {
46978
- name?: string | null | undefined;
46979
- version?: string | null | undefined;
46980
- }>>;
46981
- device: z.ZodOptional<z.ZodObject<{
46982
- name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46983
- brand: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46984
- model: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46985
- family: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46986
- }, "strip", z.ZodTypeAny, {
46987
- name?: string | null | undefined;
46988
- brand?: string | null | undefined;
46989
- model?: string | null | undefined;
46990
- family?: string | null | undefined;
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
- name?: string | null | undefined;
46993
- brand?: string | null | undefined;
46994
- model?: string | null | undefined;
46995
- family?: string | null | undefined;
46996
- }>>;
46997
- ota_updates: z.ZodOptional<z.ZodObject<{
46998
- channel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
46999
- runtime_version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
47000
- update_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
47001
- }, "strip", z.ZodTypeAny, {
47002
- channel?: string | null | undefined;
47003
- runtime_version?: string | null | undefined;
47004
- update_id?: string | null | undefined;
47005
- }, {
47006
- channel?: string | null | undefined;
47007
- runtime_version?: string | null | undefined;
47008
- update_id?: string | null | undefined;
47009
- }>>;
47010
- is_archived: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNull]>>;
47011
- urls: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>>;
47012
- clicks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
47013
- count_dead_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47014
- count_rage_clicks: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47015
- count_errors: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47016
- duration: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47017
- finished_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
47018
- started_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
47019
- activity: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47020
- count_urls: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47021
- replay_type: z.ZodOptional<z.ZodString>;
47022
- count_segments: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47023
- platform: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
47024
- releases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47025
- dist: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
47026
- count_warnings: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47027
- count_infos: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
47028
- has_viewed: z.ZodOptional<z.ZodBoolean>;
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
- user?: {
47031
- id?: string | null | undefined;
47032
- username?: string | null | undefined;
47033
- email?: string | null | undefined;
47034
- geo?: {
47035
- city?: string | null | undefined;
47036
- country_code?: string | null | undefined;
47037
- region?: string | null | undefined;
47038
- subdivision?: string | null | undefined;
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
- ip?: string | null | undefined;
47041
- display_name?: string | null | undefined;
47042
- } | undefined;
47043
- activity?: number | null | undefined;
47044
- browser?: {
47045
- name?: string | null | undefined;
47046
- version?: string | null | undefined;
47047
- } | undefined;
47048
- count_dead_clicks?: number | null | undefined;
47049
- count_errors?: number | null | undefined;
47050
- count_rage_clicks?: number | null | undefined;
47051
- count_segments?: number | null | undefined;
47052
- count_urls?: number | null | undefined;
47053
- device?: {
47054
- name?: string | null | undefined;
47055
- brand?: string | null | undefined;
47056
- model?: string | null | undefined;
47057
- family?: string | null | undefined;
47058
- } | undefined;
47059
- dist?: string | null | undefined;
47060
- duration?: number | null | undefined;
47061
- environment?: string | null | undefined;
47062
- error_ids?: string[] | undefined;
47063
- finished_at?: string | null | undefined;
47064
- id?: string | undefined;
47065
- is_archived?: boolean | null | undefined;
47066
- os?: {
47067
- name?: string | null | undefined;
47068
- version?: string | null | undefined;
47069
- } | undefined;
47070
- platform?: string | null | undefined;
47071
- project_id?: string | undefined;
47072
- releases?: string[] | undefined;
47073
- sdk?: {
47074
- name?: string | null | undefined;
47075
- version?: string | null | undefined;
47076
- } | undefined;
47077
- started_at?: string | null | undefined;
47078
- tags?: unknown[] | Record<string, string[]> | undefined;
47079
- trace_ids?: string[] | undefined;
47080
- urls?: string[] | null | undefined;
47081
- clicks?: Record<string, unknown>[] | undefined;
47082
- count_warnings?: number | null | undefined;
47083
- count_infos?: number | null | undefined;
47084
- has_viewed?: boolean | undefined;
47085
- ota_updates?: {
47086
- channel?: string | null | undefined;
47087
- runtime_version?: string | null | undefined;
47088
- update_id?: string | null | undefined;
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
- user?: {
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;
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
- ip?: string | null | undefined;
47103
- display_name?: string | null | undefined;
47104
- } | undefined;
47105
- activity?: number | null | undefined;
47106
- browser?: {
47107
- name?: string | null | undefined;
47108
- version?: string | null | undefined;
47109
- } | undefined;
47110
- count_dead_clicks?: number | null | undefined;
47111
- count_errors?: number | null | undefined;
47112
- count_rage_clicks?: number | null | undefined;
47113
- count_segments?: number | null | undefined;
47114
- count_urls?: number | null | undefined;
47115
- device?: {
47116
- name?: string | null | undefined;
47117
- brand?: string | null | undefined;
47118
- model?: string | null | undefined;
47119
- family?: string | null | undefined;
47120
- } | undefined;
47121
- dist?: string | null | undefined;
47122
- duration?: number | null | undefined;
47123
- environment?: string | null | undefined;
47124
- error_ids?: string[] | undefined;
47125
- finished_at?: string | null | undefined;
47126
- id?: string | undefined;
47127
- is_archived?: boolean | null | undefined;
47128
- os?: {
47129
- name?: string | null | undefined;
47130
- version?: string | null | undefined;
47131
- } | undefined;
47132
- platform?: string | null | undefined;
47133
- project_id?: string | undefined;
47134
- releases?: string[] | undefined;
47135
- sdk?: {
47136
- name?: string | null | undefined;
47137
- version?: string | null | undefined;
47138
- } | undefined;
47139
- started_at?: string | null | undefined;
47140
- tags?: unknown[] | Record<string, string[]> | undefined;
47141
- trace_ids?: string[] | undefined;
47142
- urls?: string[] | null | undefined;
47143
- clicks?: Record<string, unknown>[] | undefined;
47144
- count_warnings?: number | null | undefined;
47145
- count_infos?: number | null | undefined;
47146
- has_viewed?: boolean | undefined;
47147
- ota_updates?: {
47148
- channel?: string | null | undefined;
47149
- runtime_version?: string | null | undefined;
47150
- update_id?: string | null | undefined;
47151
- } | undefined;
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<{