@sentry/api 0.226.0 → 0.228.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
@@ -28467,7 +28467,7 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
28467
28467
  planSampleRate?: number | undefined;
28468
28468
  desiredSampleRate?: number | undefined;
28469
28469
  }>;
28470
- export declare const zListOrganizationConfigIntegrationsData: z.ZodObject<{
28470
+ export declare const zGetOrganizationConfigIntegrationsData: z.ZodObject<{
28471
28471
  body: z.ZodOptional<z.ZodNever>;
28472
28472
  path: z.ZodObject<{
28473
28473
  organization_id_or_slug: z.ZodString;
@@ -28500,7 +28500,7 @@ export declare const zListOrganizationConfigIntegrationsData: z.ZodObject<{
28500
28500
  } | undefined;
28501
28501
  body?: undefined;
28502
28502
  }>;
28503
- export declare const zListOrganizationConfigIntegrationsResponse: z.ZodObject<{
28503
+ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
28504
28504
  providers: z.ZodArray<z.ZodObject<{
28505
28505
  key: z.ZodString;
28506
28506
  slug: z.ZodString;
@@ -34241,7 +34241,7 @@ export declare const zListOrganizationEnvironmentsResponse: z.ZodArray<z.ZodObje
34241
34241
  name: string;
34242
34242
  id: string;
34243
34243
  }>, "many">;
34244
- export declare const zGetOrganizationEventidData: z.ZodObject<{
34244
+ export declare const zResolveOrganizationEventIdData: z.ZodObject<{
34245
34245
  body: z.ZodOptional<z.ZodNever>;
34246
34246
  path: z.ZodObject<{
34247
34247
  organization_id_or_slug: z.ZodString;
@@ -34269,7 +34269,7 @@ export declare const zGetOrganizationEventidData: z.ZodObject<{
34269
34269
  query?: undefined;
34270
34270
  body?: undefined;
34271
34271
  }>;
34272
- export declare const zGetOrganizationEventidResponse: z.ZodObject<{
34272
+ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
34273
34273
  organizationSlug: z.ZodString;
34274
34274
  projectSlug: z.ZodString;
34275
34275
  groupId: z.ZodString;
@@ -42313,7 +42313,7 @@ export declare const zUpdateOrganizationNotificationsActionResponse: z.ZodObject
42313
42313
  sentryAppId: number | null;
42314
42314
  targetDisplay: string | null;
42315
42315
  }>;
42316
- export declare const zListOrganizationPreprodartifactInstallDetailsData: z.ZodObject<{
42316
+ export declare const zGetOrganizationPreprodArtifactInstallDetailsData: z.ZodObject<{
42317
42317
  body: z.ZodOptional<z.ZodNever>;
42318
42318
  path: z.ZodObject<{
42319
42319
  organization_id_or_slug: z.ZodString;
@@ -42341,7 +42341,7 @@ export declare const zListOrganizationPreprodartifactInstallDetailsData: z.ZodOb
42341
42341
  query?: undefined;
42342
42342
  body?: undefined;
42343
42343
  }>;
42344
- export declare const zListOrganizationPreprodartifactInstallDetailsResponse: z.ZodObject<{
42344
+ export declare const zGetOrganizationPreprodArtifactInstallDetailsResponse: z.ZodObject<{
42345
42345
  buildId: z.ZodString;
42346
42346
  state: z.ZodString;
42347
42347
  appInfo: z.ZodObject<{
@@ -42481,7 +42481,7 @@ export declare const zListOrganizationPreprodartifactInstallDetailsResponse: z.Z
42481
42481
  isCodeSignatureValid: boolean | null;
42482
42482
  profileName: string | null;
42483
42483
  }>;
42484
- export declare const zListOrganizationPreprodartifactSizeAnalysisData: z.ZodObject<{
42484
+ export declare const zGetOrganizationPreprodArtifactSizeAnalysisData: z.ZodObject<{
42485
42485
  body: z.ZodOptional<z.ZodNever>;
42486
42486
  path: z.ZodObject<{
42487
42487
  organization_id_or_slug: z.ZodString;
@@ -42519,7 +42519,7 @@ export declare const zListOrganizationPreprodartifactSizeAnalysisData: z.ZodObje
42519
42519
  } | undefined;
42520
42520
  body?: undefined;
42521
42521
  }>;
42522
- export declare const zListOrganizationPreprodartifactSizeAnalysisResponse: z.ZodObject<{
42522
+ export declare const zGetOrganizationPreprodArtifactSizeAnalysisResponse: z.ZodObject<{
42523
42523
  buildId: z.ZodString;
42524
42524
  state: z.ZodString;
42525
42525
  appInfo: z.ZodObject<{
@@ -43064,7 +43064,7 @@ export declare const zListOrganizationPreprodartifactSizeAnalysisResponse: z.Zod
43064
43064
  }[] | null;
43065
43065
  }[] | null;
43066
43066
  }>;
43067
- export declare const zDeleteOrganizationPreprodartifactsSnapshotData: z.ZodObject<{
43067
+ export declare const zDeleteOrganizationPreprodArtifactSnapshotData: z.ZodObject<{
43068
43068
  body: z.ZodOptional<z.ZodNever>;
43069
43069
  path: z.ZodObject<{
43070
43070
  organization_id_or_slug: z.ZodString;
@@ -43095,8 +43095,8 @@ export declare const zDeleteOrganizationPreprodartifactsSnapshotData: z.ZodObjec
43095
43095
  /**
43096
43096
  * No response body
43097
43097
  */
43098
- export declare const zDeleteOrganizationPreprodartifactsSnapshotResponse: z.ZodVoid;
43099
- export declare const zGetOrganizationPreprodartifactsSnapshotData: z.ZodObject<{
43098
+ export declare const zDeleteOrganizationPreprodArtifactSnapshotResponse: z.ZodVoid;
43099
+ export declare const zGetOrganizationPreprodArtifactSnapshotData: z.ZodObject<{
43100
43100
  body: z.ZodOptional<z.ZodNever>;
43101
43101
  path: z.ZodObject<{
43102
43102
  organization_id_or_slug: z.ZodString;
@@ -43134,7 +43134,7 @@ export declare const zGetOrganizationPreprodartifactsSnapshotData: z.ZodObject<{
43134
43134
  } | undefined;
43135
43135
  body?: undefined;
43136
43136
  }>;
43137
- export declare const zGetOrganizationPreprodartifactsSnapshotResponse: z.ZodObject<{
43137
+ export declare const zGetOrganizationPreprodArtifactSnapshotResponse: z.ZodObject<{
43138
43138
  head_artifact_id: z.ZodOptional<z.ZodString>;
43139
43139
  base_artifact_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
43140
43140
  project_id: z.ZodOptional<z.ZodString>;
@@ -43854,7 +43854,7 @@ export declare const zGetOrganizationPreprodartifactsSnapshotResponse: z.ZodObje
43854
43854
  approved_at?: string | null | undefined;
43855
43855
  }[] | undefined;
43856
43856
  }>;
43857
- export declare const zGetOrganizationPreprodartifactsSnapshotImageData: z.ZodObject<{
43857
+ export declare const zGetOrganizationPreprodArtifactSnapshotImageData: z.ZodObject<{
43858
43858
  body: z.ZodOptional<z.ZodNever>;
43859
43859
  path: z.ZodObject<{
43860
43860
  organization_id_or_slug: z.ZodString;
@@ -43887,7 +43887,7 @@ export declare const zGetOrganizationPreprodartifactsSnapshotImageData: z.ZodObj
43887
43887
  query?: undefined;
43888
43888
  body?: undefined;
43889
43889
  }>;
43890
- export declare const zGetOrganizationPreprodartifactsSnapshotImageResponse: z.ZodObject<{
43890
+ export declare const zGetOrganizationPreprodArtifactSnapshotImageResponse: z.ZodObject<{
43891
43891
  image_file_name: z.ZodOptional<z.ZodString>;
43892
43892
  comparison_status: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
43893
43893
  head_image: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -44022,7 +44022,7 @@ export declare const zGetOrganizationPreprodartifactsSnapshotImageResponse: z.Zo
44022
44022
  diff_percentage?: number | null | undefined;
44023
44023
  previous_image_file_name?: string | null | undefined;
44024
44024
  }>;
44025
- export declare const zListOrganizationPreprodartifactsSnapshotsLatestBaseData: z.ZodObject<{
44025
+ export declare const zGetOrganizationPreprodArtifactSnapshotLatestBaseData: z.ZodObject<{
44026
44026
  body: z.ZodOptional<z.ZodNever>;
44027
44027
  path: z.ZodObject<{
44028
44028
  organization_id_or_slug: z.ZodString;
@@ -44070,7 +44070,7 @@ export declare const zListOrganizationPreprodartifactsSnapshotsLatestBaseData: z
44070
44070
  };
44071
44071
  body?: undefined;
44072
44072
  }>;
44073
- export declare const zListOrganizationPreprodartifactsSnapshotsLatestBaseResponse: z.ZodObject<{
44073
+ export declare const zGetOrganizationPreprodArtifactSnapshotLatestBaseResponse: z.ZodObject<{
44074
44074
  head_artifact_id: z.ZodOptional<z.ZodString>;
44075
44075
  project_id: z.ZodOptional<z.ZodString>;
44076
44076
  project_slug: z.ZodOptional<z.ZodString>;
@@ -50399,7 +50399,7 @@ export declare const zGetOrganizationSessionsResponse: z.ZodObject<{
50399
50399
  }[];
50400
50400
  intervals: string[];
50401
50401
  }>;
50402
- export declare const zGetOrganizationShortidData: z.ZodObject<{
50402
+ export declare const zResolveOrganizationShortIdData: z.ZodObject<{
50403
50403
  body: z.ZodOptional<z.ZodNever>;
50404
50404
  path: z.ZodObject<{
50405
50405
  organization_id_or_slug: z.ZodString;
@@ -50437,7 +50437,7 @@ export declare const zGetOrganizationShortidData: z.ZodObject<{
50437
50437
  } | undefined;
50438
50438
  body?: undefined;
50439
50439
  }>;
50440
- export declare const zGetOrganizationShortidResponse: z.ZodObject<{
50440
+ export declare const zResolveOrganizationShortIdResponse: z.ZodObject<{
50441
50441
  organizationSlug: z.ZodString;
50442
50442
  projectSlug: z.ZodString;
50443
50443
  groupId: z.ZodString;
@@ -61804,7 +61804,7 @@ export declare const zListProjectMonitorCheckinsResponse: z.ZodArray<z.ZodObject
61804
61804
  };
61805
61805
  groups?: string[] | undefined;
61806
61806
  }>, "many">;
61807
- export declare const zListProjectOwnershipData: z.ZodObject<{
61807
+ export declare const zGetProjectOwnershipData: z.ZodObject<{
61808
61808
  body: z.ZodOptional<z.ZodNever>;
61809
61809
  path: z.ZodObject<{
61810
61810
  organization_id_or_slug: z.ZodString;
@@ -61832,7 +61832,7 @@ export declare const zListProjectOwnershipData: z.ZodObject<{
61832
61832
  query?: undefined;
61833
61833
  body?: undefined;
61834
61834
  }>;
61835
- export declare const zListProjectOwnershipResponse: z.ZodObject<{
61835
+ export declare const zGetProjectOwnershipResponse: z.ZodObject<{
61836
61836
  schema: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
61837
61837
  $version: z.ZodNumber;
61838
61838
  rules: z.ZodArray<z.ZodObject<{
@@ -62139,7 +62139,7 @@ export declare const zUpdateProjectOwnershipResponse: z.ZodObject<{
62139
62139
  }[];
62140
62140
  } | null | undefined;
62141
62141
  }>;
62142
- export declare const zListProjectPreprodSizeAnalysisStatusCheckRulesData: z.ZodObject<{
62142
+ export declare const zGetProjectPreprodSizeAnalysisStatusCheckRulesData: z.ZodObject<{
62143
62143
  body: z.ZodOptional<z.ZodNever>;
62144
62144
  path: z.ZodObject<{
62145
62145
  organization_id_or_slug: z.ZodString;
@@ -62167,7 +62167,7 @@ export declare const zListProjectPreprodSizeAnalysisStatusCheckRulesData: z.ZodO
62167
62167
  query?: undefined;
62168
62168
  body?: undefined;
62169
62169
  }>;
62170
- export declare const zListProjectPreprodSizeAnalysisStatusCheckRulesResponse: z.ZodObject<{
62170
+ export declare const zGetProjectPreprodSizeAnalysisStatusCheckRulesResponse: z.ZodObject<{
62171
62171
  enabled: z.ZodBoolean;
62172
62172
  rules: z.ZodArray<z.ZodObject<{
62173
62173
  id: z.ZodString;
@@ -62265,7 +62265,7 @@ export declare const zListProjectPreprodSizeAnalysisStatusCheckRulesResponse: z.
62265
62265
  filterQuery: string;
62266
62266
  }[];
62267
62267
  }>;
62268
- export declare const zListProjectPreprodSnapshotsStatusCheckRulesData: z.ZodObject<{
62268
+ export declare const zGetProjectPreprodSnapshotStatusCheckRulesData: z.ZodObject<{
62269
62269
  body: z.ZodOptional<z.ZodNever>;
62270
62270
  path: z.ZodObject<{
62271
62271
  organization_id_or_slug: z.ZodString;
@@ -62293,7 +62293,7 @@ export declare const zListProjectPreprodSnapshotsStatusCheckRulesData: z.ZodObje
62293
62293
  query?: undefined;
62294
62294
  body?: undefined;
62295
62295
  }>;
62296
- export declare const zListProjectPreprodSnapshotsStatusCheckRulesResponse: z.ZodObject<{
62296
+ export declare const zGetProjectPreprodSnapshotStatusCheckRulesResponse: z.ZodObject<{
62297
62297
  enabled: z.ZodBoolean;
62298
62298
  rules: z.ZodObject<{
62299
62299
  failOnAdded: z.ZodBoolean;
@@ -62328,7 +62328,7 @@ export declare const zListProjectPreprodSnapshotsStatusCheckRulesResponse: z.Zod
62328
62328
  failOnRenamed: boolean;
62329
62329
  };
62330
62330
  }>;
62331
- export declare const zListProjectPreprodartifactsBuildDistributionLatestData: z.ZodObject<{
62331
+ export declare const zGetProjectInstallableBuildLatestData: z.ZodObject<{
62332
62332
  body: z.ZodOptional<z.ZodNever>;
62333
62333
  path: z.ZodObject<{
62334
62334
  organization_id_or_slug: z.ZodString;
@@ -62401,7 +62401,7 @@ export declare const zListProjectPreprodartifactsBuildDistributionLatestData: z.
62401
62401
  };
62402
62402
  body?: undefined;
62403
62403
  }>;
62404
- export declare const zListProjectPreprodartifactsBuildDistributionLatestResponse: z.ZodObject<{
62404
+ export declare const zGetProjectInstallableBuildLatestResponse: z.ZodObject<{
62405
62405
  latestArtifact: z.ZodUnion<[z.ZodObject<{
62406
62406
  buildId: z.ZodString;
62407
62407
  state: z.ZodString;
@@ -62829,7 +62829,7 @@ export declare const zListProjectPreprodartifactsBuildDistributionLatestResponse
62829
62829
  profileName: string | null;
62830
62830
  } | null;
62831
62831
  }>;
62832
- export declare const zCreateProjectPreprodartifactsSnapshotData: z.ZodObject<{
62832
+ export declare const zUploadProjectPreprodArtifactSnapshotData: z.ZodObject<{
62833
62833
  body: z.ZodOptional<z.ZodNever>;
62834
62834
  path: z.ZodObject<{
62835
62835
  organization_id_or_slug: z.ZodString;
@@ -62857,7 +62857,7 @@ export declare const zCreateProjectPreprodartifactsSnapshotData: z.ZodObject<{
62857
62857
  query?: undefined;
62858
62858
  body?: undefined;
62859
62859
  }>;
62860
- export declare const zCreateProjectPreprodartifactsSnapshotResponse: z.ZodObject<{
62860
+ export declare const zUploadProjectPreprodArtifactSnapshotResponse: z.ZodObject<{
62861
62861
  artifactId: z.ZodString;
62862
62862
  snapshotMetricsId: z.ZodString;
62863
62863
  imageCount: z.ZodNumber;
@@ -73091,7 +73091,7 @@ export declare const zUpdateOrganizationIssueResponse: z.ZodObject<{
73091
73091
  firstSeen?: string | null | undefined;
73092
73092
  lastSeen?: string | null | undefined;
73093
73093
  }>;
73094
- export declare const zListOrganizationIssueAutofixData: z.ZodObject<{
73094
+ export declare const zGetOrganizationIssueAutofixStateData: z.ZodObject<{
73095
73095
  body: z.ZodOptional<z.ZodNever>;
73096
73096
  path: z.ZodObject<{
73097
73097
  organization_id_or_slug: z.ZodString;
@@ -73122,14 +73122,14 @@ export declare const zListOrganizationIssueAutofixData: z.ZodObject<{
73122
73122
  /**
73123
73123
  * Response type for the GET endpoint
73124
73124
  */
73125
- export declare const zListOrganizationIssueAutofixResponse: z.ZodObject<{
73125
+ export declare const zGetOrganizationIssueAutofixStateResponse: z.ZodObject<{
73126
73126
  autofix: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
73127
73127
  }, "strip", z.ZodTypeAny, {
73128
73128
  autofix: Record<string, unknown> | null;
73129
73129
  }, {
73130
73130
  autofix: Record<string, unknown> | null;
73131
73131
  }>;
73132
- export declare const zCreateOrganizationIssueAutofixData: z.ZodObject<{
73132
+ export declare const zStartOrganizationIssueAutofixData: z.ZodObject<{
73133
73133
  body: z.ZodOptional<z.ZodObject<{
73134
73134
  step: z.ZodOptional<z.ZodEnum<["root_cause", "solution", "code_changes", "pr_iteration", "open_pr", "coding_agent_handoff"]>>;
73135
73135
  stopping_point: z.ZodOptional<z.ZodEnum<["root_cause", "solution", "code_changes", "open_pr"]>>;
@@ -73215,7 +73215,7 @@ export declare const zCreateOrganizationIssueAutofixData: z.ZodObject<{
73215
73215
  /**
73216
73216
  * Response type for the POST endpoint (default kickoff and step paths).
73217
73217
  */
73218
- export declare const zCreateOrganizationIssueAutofixResponse: z.ZodObject<{
73218
+ export declare const zStartOrganizationIssueAutofixResponse: z.ZodObject<{
73219
73219
  run_id: z.ZodNumber;
73220
73220
  sentry_run_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
73221
73221
  }, "strip", z.ZodTypeAny, {