@sentry/api 0.156.0 → 0.158.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
@@ -4981,6 +4981,37 @@ export declare const zEnvironmentProject: z.ZodObject<{
4981
4981
  id: string;
4982
4982
  isHidden: boolean;
4983
4983
  }>;
4984
+ export declare const zEventAttachmentDetailsResponse: z.ZodObject<{
4985
+ id: z.ZodString;
4986
+ event_id: z.ZodString;
4987
+ type: z.ZodString;
4988
+ name: z.ZodString;
4989
+ mimetype: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4990
+ dateCreated: z.ZodString;
4991
+ size: z.ZodNumber;
4992
+ headers: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNull]>>;
4993
+ sha1: z.ZodUnion<[z.ZodString, z.ZodNull]>;
4994
+ }, "strip", z.ZodTypeAny, {
4995
+ name: string;
4996
+ headers: Record<string, string | null>;
4997
+ id: string;
4998
+ event_id: string;
4999
+ type: string;
5000
+ dateCreated: string;
5001
+ mimetype: string | null;
5002
+ size: number;
5003
+ sha1: string | null;
5004
+ }, {
5005
+ name: string;
5006
+ headers: Record<string, string | null>;
5007
+ id: string;
5008
+ event_id: string;
5009
+ type: string;
5010
+ dateCreated: string;
5011
+ mimetype: string | null;
5012
+ size: number;
5013
+ sha1: string | null;
5014
+ }>;
4984
5015
  export declare const zEventIdLookupResponse: z.ZodObject<{
4985
5016
  organizationSlug: z.ZodString;
4986
5017
  projectSlug: z.ZodString;
@@ -5081,12 +5112,12 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
5081
5112
  title: string;
5082
5113
  context: Record<string, unknown> | null;
5083
5114
  contexts: Record<string, unknown> | null;
5115
+ size: number | null;
5084
5116
  groupID: string | null;
5085
5117
  eventID: string;
5086
5118
  projectID: string;
5087
5119
  location: string | null;
5088
5120
  dateReceived: string | null;
5089
- size: number | null;
5090
5121
  packages: Record<string, unknown>;
5091
5122
  _meta: Record<string, unknown>;
5092
5123
  dateCreated?: string | undefined;
@@ -5126,12 +5157,12 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
5126
5157
  title: string;
5127
5158
  context: Record<string, unknown> | null;
5128
5159
  contexts: Record<string, unknown> | null;
5160
+ size: number | null;
5129
5161
  groupID: string | null;
5130
5162
  eventID: string;
5131
5163
  projectID: string;
5132
5164
  location: string | null;
5133
5165
  dateReceived: string | null;
5134
- size: number | null;
5135
5166
  packages: Record<string, unknown>;
5136
5167
  _meta: Record<string, unknown>;
5137
5168
  dateCreated?: string | undefined;
@@ -5177,12 +5208,12 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
5177
5208
  title: string;
5178
5209
  context: Record<string, unknown> | null;
5179
5210
  contexts: Record<string, unknown> | null;
5211
+ size: number | null;
5180
5212
  groupID: string | null;
5181
5213
  eventID: string;
5182
5214
  projectID: string;
5183
5215
  location: string | null;
5184
5216
  dateReceived: string | null;
5185
- size: number | null;
5186
5217
  packages: Record<string, unknown>;
5187
5218
  _meta: Record<string, unknown>;
5188
5219
  dateCreated?: string | undefined;
@@ -5228,12 +5259,12 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
5228
5259
  title: string;
5229
5260
  context: Record<string, unknown> | null;
5230
5261
  contexts: Record<string, unknown> | null;
5262
+ size: number | null;
5231
5263
  groupID: string | null;
5232
5264
  eventID: string;
5233
5265
  projectID: string;
5234
5266
  location: string | null;
5235
5267
  dateReceived: string | null;
5236
- size: number | null;
5237
5268
  packages: Record<string, unknown>;
5238
5269
  _meta: Record<string, unknown>;
5239
5270
  dateCreated?: string | undefined;
@@ -7828,12 +7859,12 @@ export declare const zIssueEventDetailsResponse: z.ZodObject<{
7828
7859
  title: string;
7829
7860
  context: Record<string, unknown> | null;
7830
7861
  contexts: Record<string, unknown> | null;
7862
+ size: number | null;
7831
7863
  groupID: string | null;
7832
7864
  eventID: string;
7833
7865
  projectID: string;
7834
7866
  location: string | null;
7835
7867
  dateReceived: string | null;
7836
- size: number | null;
7837
7868
  packages: Record<string, unknown>;
7838
7869
  _meta: Record<string, unknown>;
7839
7870
  userReport: {
@@ -7925,12 +7956,12 @@ export declare const zIssueEventDetailsResponse: z.ZodObject<{
7925
7956
  title: string;
7926
7957
  context: Record<string, unknown> | null;
7927
7958
  contexts: Record<string, unknown> | null;
7959
+ size: number | null;
7928
7960
  groupID: string | null;
7929
7961
  eventID: string;
7930
7962
  projectID: string;
7931
7963
  location: string | null;
7932
7964
  dateReceived: string | null;
7933
- size: number | null;
7934
7965
  packages: Record<string, unknown>;
7935
7966
  _meta: Record<string, unknown>;
7936
7967
  userReport: {
@@ -8925,6 +8956,37 @@ export declare const zListDetectorSerializerResponse: z.ZodArray<z.ZodObject<{
8925
8956
  createdBy?: string | null | undefined;
8926
8957
  latestGroup?: Record<string, unknown> | null | undefined;
8927
8958
  }>, "many">;
8959
+ export declare const zListEventAttachmentsResponse: z.ZodArray<z.ZodObject<{
8960
+ id: z.ZodString;
8961
+ event_id: z.ZodString;
8962
+ type: z.ZodString;
8963
+ name: z.ZodString;
8964
+ mimetype: z.ZodUnion<[z.ZodString, z.ZodNull]>;
8965
+ dateCreated: z.ZodString;
8966
+ size: z.ZodNumber;
8967
+ headers: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNull]>>;
8968
+ sha1: z.ZodUnion<[z.ZodString, z.ZodNull]>;
8969
+ }, "strip", z.ZodTypeAny, {
8970
+ name: string;
8971
+ headers: Record<string, string | null>;
8972
+ id: string;
8973
+ event_id: string;
8974
+ type: string;
8975
+ dateCreated: string;
8976
+ mimetype: string | null;
8977
+ size: number;
8978
+ sha1: string | null;
8979
+ }, {
8980
+ name: string;
8981
+ headers: Record<string, string | null>;
8982
+ id: string;
8983
+ event_id: string;
8984
+ type: string;
8985
+ dateCreated: string;
8986
+ mimetype: string | null;
8987
+ size: number;
8988
+ sha1: string | null;
8989
+ }>, "many">;
8928
8990
  export declare const zListMemberOnTeamResponse: z.ZodArray<z.ZodObject<{
8929
8991
  externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
8930
8992
  externalId: z.ZodOptional<z.ZodString>;
@@ -11005,12 +11067,12 @@ export declare const zListProjectDebugFilesResponse: z.ZodArray<z.ZodObject<{
11005
11067
  uuid: string;
11006
11068
  dateCreated: string;
11007
11069
  size: number;
11070
+ sha1: string;
11008
11071
  debugId: string;
11009
11072
  codeId: string | null;
11010
11073
  cpuName: string;
11011
11074
  objectName: string;
11012
11075
  symbolType: string;
11013
- sha1: string;
11014
11076
  }, {
11015
11077
  headers: Record<string, string>;
11016
11078
  data: Record<string, unknown>;
@@ -11018,12 +11080,12 @@ export declare const zListProjectDebugFilesResponse: z.ZodArray<z.ZodObject<{
11018
11080
  uuid: string;
11019
11081
  dateCreated: string;
11020
11082
  size: number;
11083
+ sha1: string;
11021
11084
  debugId: string;
11022
11085
  codeId: string | null;
11023
11086
  cpuName: string;
11024
11087
  objectName: string;
11025
11088
  symbolType: string;
11026
- sha1: string;
11027
11089
  }>, "many">;
11028
11090
  export declare const zListProjectEnvironments: z.ZodArray<z.ZodObject<{
11029
11091
  id: z.ZodString;
@@ -17185,6 +17247,34 @@ export declare const zOrganizationSummary: z.ZodObject<{
17185
17247
  data?: unknown;
17186
17248
  }[] | undefined;
17187
17249
  }>;
17250
+ export declare const zOrganizationTraceMetaResponse: z.ZodObject<{
17251
+ uptimeCount: z.ZodOptional<z.ZodNumber>;
17252
+ errorsCount: z.ZodNumber;
17253
+ logsCount: z.ZodNumber;
17254
+ metricsCount: z.ZodNumber;
17255
+ performanceIssuesCount: z.ZodNumber;
17256
+ spansCount: z.ZodNumber;
17257
+ transactionChildCountMap: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
17258
+ spansCountMap: z.ZodRecord<z.ZodString, z.ZodNumber>;
17259
+ }, "strip", z.ZodTypeAny, {
17260
+ errorsCount: number;
17261
+ logsCount: number;
17262
+ metricsCount: number;
17263
+ performanceIssuesCount: number;
17264
+ spansCount: number;
17265
+ transactionChildCountMap: Record<string, unknown>[];
17266
+ spansCountMap: Record<string, number>;
17267
+ uptimeCount?: number | undefined;
17268
+ }, {
17269
+ errorsCount: number;
17270
+ logsCount: number;
17271
+ metricsCount: number;
17272
+ performanceIssuesCount: number;
17273
+ spansCount: number;
17274
+ transactionChildCountMap: Record<string, unknown>[];
17275
+ spansCountMap: Record<string, number>;
17276
+ uptimeCount?: number | undefined;
17277
+ }>;
17188
17278
  export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
17189
17279
  features: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
17190
17280
  extraOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
@@ -19027,12 +19117,12 @@ export declare const zProjectEventDetailsResponse: z.ZodObject<{
19027
19117
  title: string;
19028
19118
  context: Record<string, unknown> | null;
19029
19119
  contexts: Record<string, unknown> | null;
19120
+ size: number | null;
19030
19121
  groupID: string | null;
19031
19122
  eventID: string;
19032
19123
  projectID: string;
19033
19124
  location: string | null;
19034
19125
  dateReceived: string | null;
19035
- size: number | null;
19036
19126
  packages: Record<string, unknown>;
19037
19127
  _meta: Record<string, unknown>;
19038
19128
  userReport: {
@@ -19124,12 +19214,12 @@ export declare const zProjectEventDetailsResponse: z.ZodObject<{
19124
19214
  title: string;
19125
19215
  context: Record<string, unknown> | null;
19126
19216
  contexts: Record<string, unknown> | null;
19217
+ size: number | null;
19127
19218
  groupID: string | null;
19128
19219
  eventID: string;
19129
19220
  projectID: string;
19130
19221
  location: string | null;
19131
19222
  dateReceived: string | null;
19132
- size: number | null;
19133
19223
  packages: Record<string, unknown>;
19134
19224
  _meta: Record<string, unknown>;
19135
19225
  userReport: {
@@ -23269,33 +23359,6 @@ export declare const zSource: z.ZodObject<{
23269
23359
  client_email?: string | undefined;
23270
23360
  private_key?: string | undefined;
23271
23361
  }>;
23272
- export declare const zSourceMapDebug: z.ZodObject<{
23273
- errors: z.ZodArray<z.ZodObject<{
23274
- type: z.ZodString;
23275
- message: z.ZodString;
23276
- data: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
23277
- }, "strip", z.ZodTypeAny, {
23278
- data: Record<string, unknown> | null;
23279
- message: string;
23280
- type: string;
23281
- }, {
23282
- data: Record<string, unknown> | null;
23283
- message: string;
23284
- type: string;
23285
- }>, "many">;
23286
- }, "strip", z.ZodTypeAny, {
23287
- errors: {
23288
- data: Record<string, unknown> | null;
23289
- message: string;
23290
- type: string;
23291
- }[];
23292
- }, {
23293
- errors: {
23294
- data: Record<string, unknown> | null;
23295
- message: string;
23296
- type: string;
23297
- }[];
23298
- }>;
23299
23362
  export declare const zStatusDetailsValidator: z.ZodObject<{
23300
23363
  inNextRelease: z.ZodBoolean;
23301
23364
  inRelease: z.ZodString;
@@ -32401,12 +32464,12 @@ export declare const zResolveAnEventIdResponse: z.ZodObject<{
32401
32464
  title: string;
32402
32465
  context: Record<string, unknown> | null;
32403
32466
  contexts: Record<string, unknown> | null;
32467
+ size: number | null;
32404
32468
  groupID: string | null;
32405
32469
  eventID: string;
32406
32470
  projectID: string;
32407
32471
  location: string | null;
32408
32472
  dateReceived: string | null;
32409
- size: number | null;
32410
32473
  packages: Record<string, unknown>;
32411
32474
  _meta: Record<string, unknown>;
32412
32475
  dateCreated?: string | undefined;
@@ -32446,12 +32509,12 @@ export declare const zResolveAnEventIdResponse: z.ZodObject<{
32446
32509
  title: string;
32447
32510
  context: Record<string, unknown> | null;
32448
32511
  contexts: Record<string, unknown> | null;
32512
+ size: number | null;
32449
32513
  groupID: string | null;
32450
32514
  eventID: string;
32451
32515
  projectID: string;
32452
32516
  location: string | null;
32453
32517
  dateReceived: string | null;
32454
- size: number | null;
32455
32518
  packages: Record<string, unknown>;
32456
32519
  _meta: Record<string, unknown>;
32457
32520
  dateCreated?: string | undefined;
@@ -32497,12 +32560,12 @@ export declare const zResolveAnEventIdResponse: z.ZodObject<{
32497
32560
  title: string;
32498
32561
  context: Record<string, unknown> | null;
32499
32562
  contexts: Record<string, unknown> | null;
32563
+ size: number | null;
32500
32564
  groupID: string | null;
32501
32565
  eventID: string;
32502
32566
  projectID: string;
32503
32567
  location: string | null;
32504
32568
  dateReceived: string | null;
32505
- size: number | null;
32506
32569
  packages: Record<string, unknown>;
32507
32570
  _meta: Record<string, unknown>;
32508
32571
  dateCreated?: string | undefined;
@@ -32548,12 +32611,12 @@ export declare const zResolveAnEventIdResponse: z.ZodObject<{
32548
32611
  title: string;
32549
32612
  context: Record<string, unknown> | null;
32550
32613
  contexts: Record<string, unknown> | null;
32614
+ size: number | null;
32551
32615
  groupID: string | null;
32552
32616
  eventID: string;
32553
32617
  projectID: string;
32554
32618
  location: string | null;
32555
32619
  dateReceived: string | null;
32556
- size: number | null;
32557
32620
  packages: Record<string, unknown>;
32558
32621
  _meta: Record<string, unknown>;
32559
32622
  dateCreated?: string | undefined;
@@ -50263,6 +50326,87 @@ export declare const zListTraceItemAttributesResponse2: z.ZodArray<z.ZodObject<{
50263
50326
  };
50264
50327
  secondaryAliases?: string[] | undefined;
50265
50328
  }>, "many">;
50329
+ export declare const zRetrieveTraceMetadataData: z.ZodObject<{
50330
+ body: z.ZodOptional<z.ZodNever>;
50331
+ path: z.ZodObject<{
50332
+ organization_id_or_slug: z.ZodString;
50333
+ trace_id: z.ZodString;
50334
+ }, "strip", z.ZodTypeAny, {
50335
+ organization_id_or_slug: string;
50336
+ trace_id: string;
50337
+ }, {
50338
+ organization_id_or_slug: string;
50339
+ trace_id: string;
50340
+ }>;
50341
+ query: z.ZodOptional<z.ZodObject<{
50342
+ statsPeriod: z.ZodOptional<z.ZodString>;
50343
+ start: z.ZodOptional<z.ZodString>;
50344
+ end: z.ZodOptional<z.ZodString>;
50345
+ include_uptime: z.ZodOptional<z.ZodEnum<["0", "1"]>>;
50346
+ }, "strip", z.ZodTypeAny, {
50347
+ end?: string | undefined;
50348
+ start?: string | undefined;
50349
+ statsPeriod?: string | undefined;
50350
+ include_uptime?: "1" | "0" | undefined;
50351
+ }, {
50352
+ end?: string | undefined;
50353
+ start?: string | undefined;
50354
+ statsPeriod?: string | undefined;
50355
+ include_uptime?: "1" | "0" | undefined;
50356
+ }>>;
50357
+ }, "strip", z.ZodTypeAny, {
50358
+ path: {
50359
+ organization_id_or_slug: string;
50360
+ trace_id: string;
50361
+ };
50362
+ query?: {
50363
+ end?: string | undefined;
50364
+ start?: string | undefined;
50365
+ statsPeriod?: string | undefined;
50366
+ include_uptime?: "1" | "0" | undefined;
50367
+ } | undefined;
50368
+ body?: undefined;
50369
+ }, {
50370
+ path: {
50371
+ organization_id_or_slug: string;
50372
+ trace_id: string;
50373
+ };
50374
+ query?: {
50375
+ end?: string | undefined;
50376
+ start?: string | undefined;
50377
+ statsPeriod?: string | undefined;
50378
+ include_uptime?: "1" | "0" | undefined;
50379
+ } | undefined;
50380
+ body?: undefined;
50381
+ }>;
50382
+ export declare const zRetrieveTraceMetadataResponse: z.ZodObject<{
50383
+ uptimeCount: z.ZodOptional<z.ZodNumber>;
50384
+ errorsCount: z.ZodNumber;
50385
+ logsCount: z.ZodNumber;
50386
+ metricsCount: z.ZodNumber;
50387
+ performanceIssuesCount: z.ZodNumber;
50388
+ spansCount: z.ZodNumber;
50389
+ transactionChildCountMap: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
50390
+ spansCountMap: z.ZodRecord<z.ZodString, z.ZodNumber>;
50391
+ }, "strip", z.ZodTypeAny, {
50392
+ errorsCount: number;
50393
+ logsCount: number;
50394
+ metricsCount: number;
50395
+ performanceIssuesCount: number;
50396
+ spansCount: number;
50397
+ transactionChildCountMap: Record<string, unknown>[];
50398
+ spansCountMap: Record<string, number>;
50399
+ uptimeCount?: number | undefined;
50400
+ }, {
50401
+ errorsCount: number;
50402
+ logsCount: number;
50403
+ metricsCount: number;
50404
+ performanceIssuesCount: number;
50405
+ spansCount: number;
50406
+ transactionChildCountMap: Record<string, unknown>[];
50407
+ spansCountMap: Record<string, number>;
50408
+ uptimeCount?: number | undefined;
50409
+ }>;
50266
50410
  export declare const zListAuserSTeamsForAnOrganizationData: z.ZodObject<{
50267
50411
  body: z.ZodOptional<z.ZodNever>;
50268
50412
  path: z.ZodObject<{
@@ -54786,12 +54930,12 @@ export declare const zRetrieveAnEventForAProjectResponse: z.ZodObject<{
54786
54930
  title: string;
54787
54931
  context: Record<string, unknown> | null;
54788
54932
  contexts: Record<string, unknown> | null;
54933
+ size: number | null;
54789
54934
  groupID: string | null;
54790
54935
  eventID: string;
54791
54936
  projectID: string;
54792
54937
  location: string | null;
54793
54938
  dateReceived: string | null;
54794
- size: number | null;
54795
54939
  packages: Record<string, unknown>;
54796
54940
  _meta: Record<string, unknown>;
54797
54941
  userReport: {
@@ -54883,12 +55027,12 @@ export declare const zRetrieveAnEventForAProjectResponse: z.ZodObject<{
54883
55027
  title: string;
54884
55028
  context: Record<string, unknown> | null;
54885
55029
  contexts: Record<string, unknown> | null;
55030
+ size: number | null;
54886
55031
  groupID: string | null;
54887
55032
  eventID: string;
54888
55033
  projectID: string;
54889
55034
  location: string | null;
54890
55035
  dateReceived: string | null;
54891
- size: number | null;
54892
55036
  packages: Record<string, unknown>;
54893
55037
  _meta: Record<string, unknown>;
54894
55038
  userReport: {
@@ -54927,7 +55071,7 @@ export declare const zRetrieveAnEventForAProjectResponse: z.ZodObject<{
54927
55071
  measurements?: unknown;
54928
55072
  breakdowns?: unknown;
54929
55073
  }>;
54930
- export declare const zDebugIssuesRelatedToSourceMapsForAGivenEventData: z.ZodObject<{
55074
+ export declare const zListAnEventSAttachmentsData: z.ZodObject<{
54931
55075
  body: z.ZodOptional<z.ZodNever>;
54932
55076
  path: z.ZodObject<{
54933
55077
  organization_id_or_slug: z.ZodString;
@@ -54942,65 +55086,138 @@ export declare const zDebugIssuesRelatedToSourceMapsForAGivenEventData: z.ZodObj
54942
55086
  event_id: string;
54943
55087
  project_id_or_slug: string;
54944
55088
  }>;
54945
- query: z.ZodObject<{
54946
- frame_idx: z.ZodNumber;
54947
- exception_idx: z.ZodNumber;
55089
+ query: z.ZodOptional<z.ZodObject<{
55090
+ query: z.ZodOptional<z.ZodString>;
55091
+ cursor: z.ZodOptional<z.ZodString>;
54948
55092
  }, "strip", z.ZodTypeAny, {
54949
- frame_idx: number;
54950
- exception_idx: number;
55093
+ query?: string | undefined;
55094
+ cursor?: string | undefined;
54951
55095
  }, {
54952
- frame_idx: number;
54953
- exception_idx: number;
54954
- }>;
55096
+ query?: string | undefined;
55097
+ cursor?: string | undefined;
55098
+ }>>;
54955
55099
  }, "strip", z.ZodTypeAny, {
54956
- query: {
54957
- frame_idx: number;
54958
- exception_idx: number;
54959
- };
54960
55100
  path: {
54961
55101
  organization_id_or_slug: string;
54962
55102
  event_id: string;
54963
55103
  project_id_or_slug: string;
54964
55104
  };
55105
+ query?: {
55106
+ query?: string | undefined;
55107
+ cursor?: string | undefined;
55108
+ } | undefined;
54965
55109
  body?: undefined;
54966
55110
  }, {
54967
- query: {
54968
- frame_idx: number;
54969
- exception_idx: number;
54970
- };
54971
55111
  path: {
54972
55112
  organization_id_or_slug: string;
54973
55113
  event_id: string;
54974
55114
  project_id_or_slug: string;
54975
55115
  };
55116
+ query?: {
55117
+ query?: string | undefined;
55118
+ cursor?: string | undefined;
55119
+ } | undefined;
54976
55120
  body?: undefined;
54977
55121
  }>;
54978
- export declare const zDebugIssuesRelatedToSourceMapsForAGivenEventResponse: z.ZodObject<{
54979
- errors: z.ZodArray<z.ZodObject<{
54980
- type: z.ZodString;
54981
- message: z.ZodString;
54982
- data: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
55122
+ export declare const zListAnEventSAttachmentsResponse: z.ZodArray<z.ZodObject<{
55123
+ id: z.ZodString;
55124
+ event_id: z.ZodString;
55125
+ type: z.ZodString;
55126
+ name: z.ZodString;
55127
+ mimetype: z.ZodUnion<[z.ZodString, z.ZodNull]>;
55128
+ dateCreated: z.ZodString;
55129
+ size: z.ZodNumber;
55130
+ headers: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNull]>>;
55131
+ sha1: z.ZodUnion<[z.ZodString, z.ZodNull]>;
55132
+ }, "strip", z.ZodTypeAny, {
55133
+ name: string;
55134
+ headers: Record<string, string | null>;
55135
+ id: string;
55136
+ event_id: string;
55137
+ type: string;
55138
+ dateCreated: string;
55139
+ mimetype: string | null;
55140
+ size: number;
55141
+ sha1: string | null;
55142
+ }, {
55143
+ name: string;
55144
+ headers: Record<string, string | null>;
55145
+ id: string;
55146
+ event_id: string;
55147
+ type: string;
55148
+ dateCreated: string;
55149
+ mimetype: string | null;
55150
+ size: number;
55151
+ sha1: string | null;
55152
+ }>, "many">;
55153
+ export declare const zRetrieveAnEventAttachmentData: z.ZodObject<{
55154
+ body: z.ZodOptional<z.ZodNever>;
55155
+ path: z.ZodObject<{
55156
+ organization_id_or_slug: z.ZodString;
55157
+ project_id_or_slug: z.ZodString;
55158
+ event_id: z.ZodString;
55159
+ attachment_id: z.ZodString;
54983
55160
  }, "strip", z.ZodTypeAny, {
54984
- data: Record<string, unknown> | null;
54985
- message: string;
54986
- type: string;
55161
+ organization_id_or_slug: string;
55162
+ event_id: string;
55163
+ project_id_or_slug: string;
55164
+ attachment_id: string;
54987
55165
  }, {
54988
- data: Record<string, unknown> | null;
54989
- message: string;
54990
- type: string;
54991
- }>, "many">;
55166
+ organization_id_or_slug: string;
55167
+ event_id: string;
55168
+ project_id_or_slug: string;
55169
+ attachment_id: string;
55170
+ }>;
55171
+ query: z.ZodOptional<z.ZodNever>;
54992
55172
  }, "strip", z.ZodTypeAny, {
54993
- errors: {
54994
- data: Record<string, unknown> | null;
54995
- message: string;
54996
- type: string;
54997
- }[];
55173
+ path: {
55174
+ organization_id_or_slug: string;
55175
+ event_id: string;
55176
+ project_id_or_slug: string;
55177
+ attachment_id: string;
55178
+ };
55179
+ query?: undefined;
55180
+ body?: undefined;
54998
55181
  }, {
54999
- errors: {
55000
- data: Record<string, unknown> | null;
55001
- message: string;
55002
- type: string;
55003
- }[];
55182
+ path: {
55183
+ organization_id_or_slug: string;
55184
+ event_id: string;
55185
+ project_id_or_slug: string;
55186
+ attachment_id: string;
55187
+ };
55188
+ query?: undefined;
55189
+ body?: undefined;
55190
+ }>;
55191
+ export declare const zRetrieveAnEventAttachmentResponse: z.ZodObject<{
55192
+ id: z.ZodString;
55193
+ event_id: z.ZodString;
55194
+ type: z.ZodString;
55195
+ name: z.ZodString;
55196
+ mimetype: z.ZodUnion<[z.ZodString, z.ZodNull]>;
55197
+ dateCreated: z.ZodString;
55198
+ size: z.ZodNumber;
55199
+ headers: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNull]>>;
55200
+ sha1: z.ZodUnion<[z.ZodString, z.ZodNull]>;
55201
+ }, "strip", z.ZodTypeAny, {
55202
+ name: string;
55203
+ headers: Record<string, string | null>;
55204
+ id: string;
55205
+ event_id: string;
55206
+ type: string;
55207
+ dateCreated: string;
55208
+ mimetype: string | null;
55209
+ size: number;
55210
+ sha1: string | null;
55211
+ }, {
55212
+ name: string;
55213
+ headers: Record<string, string | null>;
55214
+ id: string;
55215
+ event_id: string;
55216
+ type: string;
55217
+ dateCreated: string;
55218
+ mimetype: string | null;
55219
+ size: number;
55220
+ sha1: string | null;
55004
55221
  }>;
55005
55222
  export declare const zListAProjectSDebugInformationFilesData: z.ZodObject<{
55006
55223
  body: z.ZodOptional<z.ZodNever>;
@@ -55080,12 +55297,12 @@ export declare const zListAProjectSDebugInformationFilesResponse: z.ZodArray<z.Z
55080
55297
  uuid: string;
55081
55298
  dateCreated: string;
55082
55299
  size: number;
55300
+ sha1: string;
55083
55301
  debugId: string;
55084
55302
  codeId: string | null;
55085
55303
  cpuName: string;
55086
55304
  objectName: string;
55087
55305
  symbolType: string;
55088
- sha1: string;
55089
55306
  }, {
55090
55307
  headers: Record<string, string>;
55091
55308
  data: Record<string, unknown>;
@@ -55093,12 +55310,12 @@ export declare const zListAProjectSDebugInformationFilesResponse: z.ZodArray<z.Z
55093
55310
  uuid: string;
55094
55311
  dateCreated: string;
55095
55312
  size: number;
55313
+ sha1: string;
55096
55314
  debugId: string;
55097
55315
  codeId: string | null;
55098
55316
  cpuName: string;
55099
55317
  objectName: string;
55100
55318
  symbolType: string;
55101
- sha1: string;
55102
55319
  }>, "many">;
55103
55320
  export declare const zListAProjectSDataFiltersData: z.ZodObject<{
55104
55321
  body: z.ZodOptional<z.ZodNever>;
@@ -66674,15 +66891,15 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
66674
66891
  trace_id: z.ZodOptional<z.ZodString>;
66675
66892
  op: z.ZodOptional<z.ZodString>;
66676
66893
  }, "strip", z.ZodTypeAny, {
66894
+ trace_id?: string | undefined;
66677
66895
  type?: string | undefined;
66678
66896
  op?: string | undefined;
66679
66897
  span_id?: string | undefined;
66680
- trace_id?: string | undefined;
66681
66898
  }, {
66899
+ trace_id?: string | undefined;
66682
66900
  type?: string | undefined;
66683
66901
  op?: string | undefined;
66684
66902
  span_id?: string | undefined;
66685
- trace_id?: string | undefined;
66686
66903
  }>>;
66687
66904
  organization: z.ZodOptional<z.ZodObject<{
66688
66905
  type: z.ZodOptional<z.ZodString>;
@@ -66699,10 +66916,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
66699
66916
  }>>;
66700
66917
  }, "strip", z.ZodTypeAny, {
66701
66918
  trace?: {
66919
+ trace_id?: string | undefined;
66702
66920
  type?: string | undefined;
66703
66921
  op?: string | undefined;
66704
66922
  span_id?: string | undefined;
66705
- trace_id?: string | undefined;
66706
66923
  } | undefined;
66707
66924
  browser?: {
66708
66925
  name?: string | undefined;
@@ -66729,10 +66946,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
66729
66946
  } | undefined;
66730
66947
  }, {
66731
66948
  trace?: {
66949
+ trace_id?: string | undefined;
66732
66950
  type?: string | undefined;
66733
66951
  op?: string | undefined;
66734
66952
  span_id?: string | undefined;
66735
- trace_id?: string | undefined;
66736
66953
  } | undefined;
66737
66954
  browser?: {
66738
66955
  name?: string | undefined;
@@ -66971,10 +67188,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
66971
67188
  };
66972
67189
  contexts: {
66973
67190
  trace?: {
67191
+ trace_id?: string | undefined;
66974
67192
  type?: string | undefined;
66975
67193
  op?: string | undefined;
66976
67194
  span_id?: string | undefined;
66977
- trace_id?: string | undefined;
66978
67195
  } | undefined;
66979
67196
  browser?: {
66980
67197
  name?: string | undefined;
@@ -67000,10 +67217,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67000
67217
  } | undefined;
67001
67218
  } | undefined;
67002
67219
  };
67220
+ size: number;
67003
67221
  groupID: string;
67004
67222
  eventID: string;
67005
67223
  dateReceived: string;
67006
- size: number;
67007
67224
  packages: Record<string, unknown>;
67008
67225
  _meta: {
67009
67226
  entries?: Record<string, unknown> | undefined;
@@ -67151,10 +67368,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67151
67368
  };
67152
67369
  contexts: {
67153
67370
  trace?: {
67371
+ trace_id?: string | undefined;
67154
67372
  type?: string | undefined;
67155
67373
  op?: string | undefined;
67156
67374
  span_id?: string | undefined;
67157
- trace_id?: string | undefined;
67158
67375
  } | undefined;
67159
67376
  browser?: {
67160
67377
  name?: string | undefined;
@@ -67180,10 +67397,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67180
67397
  } | undefined;
67181
67398
  } | undefined;
67182
67399
  };
67400
+ size: number;
67183
67401
  groupID: string;
67184
67402
  eventID: string;
67185
67403
  dateReceived: string;
67186
- size: number;
67187
67404
  packages: Record<string, unknown>;
67188
67405
  _meta: {
67189
67406
  entries?: Record<string, unknown> | undefined;
@@ -67335,10 +67552,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67335
67552
  };
67336
67553
  contexts: {
67337
67554
  trace?: {
67555
+ trace_id?: string | undefined;
67338
67556
  type?: string | undefined;
67339
67557
  op?: string | undefined;
67340
67558
  span_id?: string | undefined;
67341
- trace_id?: string | undefined;
67342
67559
  } | undefined;
67343
67560
  browser?: {
67344
67561
  name?: string | undefined;
@@ -67364,10 +67581,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67364
67581
  } | undefined;
67365
67582
  } | undefined;
67366
67583
  };
67584
+ size: number;
67367
67585
  groupID: string;
67368
67586
  eventID: string;
67369
67587
  dateReceived: string;
67370
- size: number;
67371
67588
  packages: Record<string, unknown>;
67372
67589
  _meta: {
67373
67590
  entries?: Record<string, unknown> | undefined;
@@ -67518,10 +67735,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67518
67735
  };
67519
67736
  contexts: {
67520
67737
  trace?: {
67738
+ trace_id?: string | undefined;
67521
67739
  type?: string | undefined;
67522
67740
  op?: string | undefined;
67523
67741
  span_id?: string | undefined;
67524
- trace_id?: string | undefined;
67525
67742
  } | undefined;
67526
67743
  browser?: {
67527
67744
  name?: string | undefined;
@@ -67547,10 +67764,10 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
67547
67764
  } | undefined;
67548
67765
  } | undefined;
67549
67766
  };
67767
+ size: number;
67550
67768
  groupID: string;
67551
67769
  eventID: string;
67552
67770
  dateReceived: string;
67553
- size: number;
67554
67771
  packages: Record<string, unknown>;
67555
67772
  _meta: {
67556
67773
  entries?: Record<string, unknown> | undefined;
@@ -71309,12 +71526,12 @@ export declare const zRetrieveAnIssueEventResponse: z.ZodObject<{
71309
71526
  title: string;
71310
71527
  context: Record<string, unknown> | null;
71311
71528
  contexts: Record<string, unknown> | null;
71529
+ size: number | null;
71312
71530
  groupID: string | null;
71313
71531
  eventID: string;
71314
71532
  projectID: string;
71315
71533
  location: string | null;
71316
71534
  dateReceived: string | null;
71317
- size: number | null;
71318
71535
  packages: Record<string, unknown>;
71319
71536
  _meta: Record<string, unknown>;
71320
71537
  userReport: {
@@ -71406,12 +71623,12 @@ export declare const zRetrieveAnIssueEventResponse: z.ZodObject<{
71406
71623
  title: string;
71407
71624
  context: Record<string, unknown> | null;
71408
71625
  contexts: Record<string, unknown> | null;
71626
+ size: number | null;
71409
71627
  groupID: string | null;
71410
71628
  eventID: string;
71411
71629
  projectID: string;
71412
71630
  location: string | null;
71413
71631
  dateReceived: string | null;
71414
- size: number | null;
71415
71632
  packages: Record<string, unknown>;
71416
71633
  _meta: Record<string, unknown>;
71417
71634
  userReport: {