@sentry/api 0.225.0 → 0.227.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;
@@ -37702,7 +37702,7 @@ export declare const zListOrganizationMembersResponse: z.ZodArray<z.ZodObject<{
37702
37702
  teamId?: string | undefined;
37703
37703
  }[] | undefined;
37704
37704
  }>, "many">;
37705
- export declare const zCreateOrganizationMemberData: z.ZodObject<{
37705
+ export declare const zAddOrganizationMemberData: z.ZodObject<{
37706
37706
  body: z.ZodObject<{
37707
37707
  email: z.ZodString;
37708
37708
  orgRole: z.ZodOptional<z.ZodEnum<["billing", "member", "manager", "owner", "admin"]>>;
@@ -37755,7 +37755,7 @@ export declare const zCreateOrganizationMemberData: z.ZodObject<{
37755
37755
  };
37756
37756
  query?: undefined;
37757
37757
  }>;
37758
- export declare const zCreateOrganizationMemberResponse: z.ZodObject<{
37758
+ export declare const zAddOrganizationMemberResponse: z.ZodObject<{
37759
37759
  externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
37760
37760
  externalId: z.ZodOptional<z.ZodString>;
37761
37761
  userId: z.ZodOptional<z.ZodString>;
@@ -39401,7 +39401,7 @@ export declare const zDeleteOrganizationMemberTeamResponse: z.ZodObject<{
39401
39401
  avatarUrl?: string | null | undefined;
39402
39402
  };
39403
39403
  }>;
39404
- export declare const zCreateOrganizationMemberTeamData: z.ZodObject<{
39404
+ export declare const zAddOrganizationMemberTeamData: z.ZodObject<{
39405
39405
  body: z.ZodOptional<z.ZodNever>;
39406
39406
  path: z.ZodObject<{
39407
39407
  organization_id_or_slug: z.ZodString;
@@ -39434,7 +39434,7 @@ export declare const zCreateOrganizationMemberTeamData: z.ZodObject<{
39434
39434
  query?: undefined;
39435
39435
  body?: undefined;
39436
39436
  }>;
39437
- export declare const zCreateOrganizationMemberTeamResponse: z.ZodUnion<[z.ZodObject<{
39437
+ export declare const zAddOrganizationMemberTeamResponse: z.ZodUnion<[z.ZodObject<{
39438
39438
  id: z.ZodString;
39439
39439
  slug: z.ZodString;
39440
39440
  name: z.ZodString;
@@ -44230,7 +44230,7 @@ export declare const zListOrganizationProfilingChunksData: z.ZodObject<{
44230
44230
  body?: undefined;
44231
44231
  }>;
44232
44232
  export declare const zListOrganizationProfilingChunksResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
44233
- export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
44233
+ export declare const zGetOrganizationProfilingFlamegraphData: z.ZodObject<{
44234
44234
  body: z.ZodOptional<z.ZodNever>;
44235
44235
  path: z.ZodObject<{
44236
44236
  organization_id_or_slug: z.ZodString;
@@ -44303,7 +44303,7 @@ export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
44303
44303
  } | undefined;
44304
44304
  body?: undefined;
44305
44305
  }>;
44306
- export declare const zListOrganizationProfilingFlamegraphResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
44306
+ export declare const zGetOrganizationProfilingFlamegraphResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
44307
44307
  export declare const zListOrganizationProjectKeysData: z.ZodObject<{
44308
44308
  body: z.ZodOptional<z.ZodNever>;
44309
44309
  path: z.ZodObject<{
@@ -49343,7 +49343,7 @@ export declare const zListOrganizationScimV2GroupsResponse: z.ZodObject<{
49343
49343
  }[] | undefined;
49344
49344
  }[];
49345
49345
  }>;
49346
- export declare const zCreateOrganizationScimV2GroupData: z.ZodObject<{
49346
+ export declare const zProvisionOrganizationScimV2GroupData: z.ZodObject<{
49347
49347
  body: z.ZodObject<{
49348
49348
  displayName: z.ZodString;
49349
49349
  }, "strip", z.ZodTypeAny, {
@@ -49376,7 +49376,7 @@ export declare const zCreateOrganizationScimV2GroupData: z.ZodObject<{
49376
49376
  };
49377
49377
  query?: undefined;
49378
49378
  }>;
49379
- export declare const zCreateOrganizationScimV2GroupResponse: z.ZodObject<{
49379
+ export declare const zProvisionOrganizationScimV2GroupResponse: z.ZodObject<{
49380
49380
  schemas: z.ZodArray<z.ZodString, "many">;
49381
49381
  id: z.ZodString;
49382
49382
  displayName: z.ZodString;
@@ -49769,7 +49769,7 @@ export declare const zListOrganizationScimV2UsersResponse: z.ZodObject<{
49769
49769
  active?: boolean | undefined;
49770
49770
  }[];
49771
49771
  }>;
49772
- export declare const zCreateOrganizationScimV2UserData: z.ZodObject<{
49772
+ export declare const zProvisionOrganizationScimV2UserData: z.ZodObject<{
49773
49773
  body: z.ZodObject<{
49774
49774
  userName: z.ZodString;
49775
49775
  sentryOrgRole: z.ZodOptional<z.ZodEnum<["billing", "member", "manager", "admin"]>>;
@@ -49811,7 +49811,7 @@ export declare const zCreateOrganizationScimV2UserData: z.ZodObject<{
49811
49811
  * Conforming to the SCIM RFC, this represents a Sentry Org Member
49812
49812
  * as a SCIM user object.
49813
49813
  */
49814
- export declare const zCreateOrganizationScimV2UserResponse: z.ZodObject<{
49814
+ export declare const zProvisionOrganizationScimV2UserResponse: z.ZodObject<{
49815
49815
  active: z.ZodOptional<z.ZodBoolean>;
49816
49816
  schemas: z.ZodArray<z.ZodString, "many">;
49817
49817
  id: z.ZodString;
@@ -50232,7 +50232,7 @@ export declare const zListOrganizationSentryAppsResponse: z.ZodArray<z.ZodObject
50232
50232
  datePublished?: string | undefined;
50233
50233
  clientId?: string | undefined;
50234
50234
  }>, "many">;
50235
- export declare const zListOrganizationSessionsData: z.ZodObject<{
50235
+ export declare const zGetOrganizationSessionsData: z.ZodObject<{
50236
50236
  body: z.ZodOptional<z.ZodNever>;
50237
50237
  path: z.ZodObject<{
50238
50238
  organization_id_or_slug: z.ZodString;
@@ -50325,7 +50325,7 @@ export declare const zListOrganizationSessionsData: z.ZodObject<{
50325
50325
  };
50326
50326
  body?: undefined;
50327
50327
  }>;
50328
- export declare const zListOrganizationSessionsResponse: z.ZodObject<{
50328
+ export declare const zGetOrganizationSessionsResponse: z.ZodObject<{
50329
50329
  start: z.ZodString;
50330
50330
  end: z.ZodString;
50331
50331
  intervals: z.ZodArray<z.ZodString, "many">;
@@ -50399,7 +50399,7 @@ export declare const zListOrganizationSessionsResponse: 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;
@@ -51280,7 +51280,7 @@ export declare const zGetOrganizationShortidResponse: z.ZodObject<{
51280
51280
  lastSeen?: string | null | undefined;
51281
51281
  };
51282
51282
  }>;
51283
- export declare const zListOrganizationStatsSummaryData: z.ZodObject<{
51283
+ export declare const zGetOrganizationStatsSummaryData: z.ZodObject<{
51284
51284
  body: z.ZodOptional<z.ZodNever>;
51285
51285
  path: z.ZodObject<{
51286
51286
  organization_id_or_slug: z.ZodString;
@@ -51358,7 +51358,7 @@ export declare const zListOrganizationStatsSummaryData: z.ZodObject<{
51358
51358
  };
51359
51359
  body?: undefined;
51360
51360
  }>;
51361
- export declare const zListOrganizationStatsSummaryResponse: z.ZodObject<{
51361
+ export declare const zGetOrganizationStatsSummaryResponse: z.ZodObject<{
51362
51362
  start: z.ZodString;
51363
51363
  end: z.ZodString;
51364
51364
  projects: z.ZodArray<z.ZodObject<{
@@ -52806,7 +52806,7 @@ export declare const zCreateOrganizationTeamResponse: z.ZodObject<{
52806
52806
  teamId?: string | undefined;
52807
52807
  }[] | undefined;
52808
52808
  }>;
52809
- export declare const zListOrganizationTraceItemsAttributesData: z.ZodObject<{
52809
+ export declare const zListOrganizationTraceItemAttributesData: z.ZodObject<{
52810
52810
  body: z.ZodOptional<z.ZodNever>;
52811
52811
  path: z.ZodObject<{
52812
52812
  organization_id_or_slug: z.ZodString;
@@ -52879,7 +52879,7 @@ export declare const zListOrganizationTraceItemsAttributesData: z.ZodObject<{
52879
52879
  } | undefined;
52880
52880
  body?: undefined;
52881
52881
  }>;
52882
- export declare const zListOrganizationTraceItemsAttributesResponse: z.ZodArray<z.ZodObject<{
52882
+ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.ZodObject<{
52883
52883
  key: z.ZodString;
52884
52884
  name: z.ZodString;
52885
52885
  secondaryAliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -58446,7 +58446,7 @@ export declare const zGetProjectEventAttachmentResponse: z.ZodObject<{
58446
58446
  size: number;
58447
58447
  sha1: string | null;
58448
58448
  }>;
58449
- export declare const zListProjectEventSourceMapDebugData: z.ZodObject<{
58449
+ export declare const zGetProjectEventSourceMapDebugData: z.ZodObject<{
58450
58450
  body: z.ZodOptional<z.ZodNever>;
58451
58451
  path: z.ZodObject<{
58452
58452
  organization_id_or_slug: z.ZodString;
@@ -58479,7 +58479,7 @@ export declare const zListProjectEventSourceMapDebugData: z.ZodObject<{
58479
58479
  query?: undefined;
58480
58480
  body?: undefined;
58481
58481
  }>;
58482
- export declare const zListProjectEventSourceMapDebugResponse: z.ZodObject<{
58482
+ export declare const zGetProjectEventSourceMapDebugResponse: z.ZodObject<{
58483
58483
  dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
58484
58484
  release: z.ZodUnion<[z.ZodString, z.ZodNull]>;
58485
58485
  exceptions: z.ZodArray<z.ZodObject<{
@@ -58922,7 +58922,7 @@ export declare const zListProjectEventSourceMapDebugResponse: z.ZodObject<{
58922
58922
  sdk_debug_id_support: "full" | "not-supported" | "unofficial-sdk" | "needs-upgrade";
58923
58923
  has_scraping_data: boolean;
58924
58924
  }>;
58925
- export declare const zListProjectFilesDsymsData: z.ZodObject<{
58925
+ export declare const zListProjectDebugFilesData: z.ZodObject<{
58926
58926
  body: z.ZodOptional<z.ZodNever>;
58927
58927
  path: z.ZodObject<{
58928
58928
  organization_id_or_slug: z.ZodString;
@@ -58980,7 +58980,7 @@ export declare const zListProjectFilesDsymsData: z.ZodObject<{
58980
58980
  } | undefined;
58981
58981
  body?: undefined;
58982
58982
  }>;
58983
- export declare const zListProjectFilesDsymsResponse: z.ZodArray<z.ZodObject<{
58983
+ export declare const zListProjectDebugFilesResponse2: z.ZodArray<z.ZodObject<{
58984
58984
  id: z.ZodString;
58985
58985
  uuid: z.ZodString;
58986
58986
  debugId: 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<{
@@ -64150,7 +64150,7 @@ export declare const zGetProjectReplayDeletionJobResponse: z.ZodObject<{
64150
64150
  countDeleted: number;
64151
64151
  };
64152
64152
  }>;
64153
- export declare const zCreateProjectRepoData: z.ZodObject<{
64153
+ export declare const zLinkProjectRepositoryData: z.ZodObject<{
64154
64154
  body: z.ZodObject<{
64155
64155
  repositoryId: z.ZodNumber;
64156
64156
  }, "strip", z.ZodTypeAny, {
@@ -64188,7 +64188,7 @@ export declare const zCreateProjectRepoData: z.ZodObject<{
64188
64188
  };
64189
64189
  query?: undefined;
64190
64190
  }>;
64191
- export declare const zCreateProjectRepoResponse: z.ZodObject<{
64191
+ export declare const zLinkProjectRepositoryResponse: z.ZodObject<{
64192
64192
  id: z.ZodString;
64193
64193
  projectId: z.ZodString;
64194
64194
  repositoryId: z.ZodString;
@@ -64261,7 +64261,7 @@ export declare const zListProjectStatsData: z.ZodObject<{
64261
64261
  body?: undefined;
64262
64262
  }>;
64263
64263
  export declare const zListProjectStatsResponse: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
64264
- export declare const zDeleteProjectSymbolSourcesData: z.ZodObject<{
64264
+ export declare const zDeleteProjectSymbolSourceData: z.ZodObject<{
64265
64265
  body: z.ZodOptional<z.ZodNever>;
64266
64266
  path: z.ZodObject<{
64267
64267
  organization_id_or_slug: z.ZodString;
@@ -64302,7 +64302,7 @@ export declare const zDeleteProjectSymbolSourcesData: z.ZodObject<{
64302
64302
  /**
64303
64303
  * No Content
64304
64304
  */
64305
- export declare const zDeleteProjectSymbolSourcesResponse: z.ZodVoid;
64305
+ export declare const zDeleteProjectSymbolSourceResponse: z.ZodVoid;
64306
64306
  export declare const zListProjectSymbolSourcesData: z.ZodObject<{
64307
64307
  body: z.ZodOptional<z.ZodNever>;
64308
64308
  path: z.ZodObject<{
@@ -64624,7 +64624,7 @@ export declare const zListProjectSymbolSourcesResponse: z.ZodArray<z.ZodUnion<[z
64624
64624
  appName: string;
64625
64625
  bundleId: string;
64626
64626
  }>]>, "many">;
64627
- export declare const zCreateProjectSymbolSourceData: z.ZodObject<{
64627
+ export declare const zAddProjectSymbolSourceData: z.ZodObject<{
64628
64628
  body: z.ZodObject<{
64629
64629
  type: z.ZodEnum<["http", "gcs", "s3"]>;
64630
64630
  name: z.ZodString;
@@ -64781,7 +64781,7 @@ export declare const zCreateProjectSymbolSourceData: z.ZodObject<{
64781
64781
  };
64782
64782
  query?: undefined;
64783
64783
  }>;
64784
- export declare const zCreateProjectSymbolSourceResponse: z.ZodUnion<[z.ZodObject<{
64784
+ export declare const zAddProjectSymbolSourceResponse: z.ZodUnion<[z.ZodObject<{
64785
64785
  type: z.ZodEnum<["http"]>;
64786
64786
  url: z.ZodString;
64787
64787
  username: z.ZodOptional<z.ZodString>;
@@ -65064,7 +65064,7 @@ export declare const zCreateProjectSymbolSourceResponse: z.ZodUnion<[z.ZodObject
65064
65064
  appName: string;
65065
65065
  bundleId: string;
65066
65066
  }>]>;
65067
- export declare const zUpdateProjectSymbolSourcesData: z.ZodObject<{
65067
+ export declare const zUpdateProjectSymbolSourceData: z.ZodObject<{
65068
65068
  body: z.ZodObject<{
65069
65069
  type: z.ZodEnum<["http", "gcs", "s3"]>;
65070
65070
  name: z.ZodString;
@@ -65231,7 +65231,7 @@ export declare const zUpdateProjectSymbolSourcesData: z.ZodObject<{
65231
65231
  project_id_or_slug: string;
65232
65232
  };
65233
65233
  }>;
65234
- export declare const zUpdateProjectSymbolSourcesResponse: z.ZodUnion<[z.ZodObject<{
65234
+ export declare const zUpdateProjectSymbolSourceResponse: z.ZodUnion<[z.ZodObject<{
65235
65235
  type: z.ZodEnum<["http"]>;
65236
65236
  url: z.ZodString;
65237
65237
  username: z.ZodOptional<z.ZodString>;
@@ -65835,7 +65835,7 @@ export declare const zDeleteProjectTeamResponse: z.ZodObject<{
65835
65835
  transactionStats?: unknown;
65836
65836
  sessionStats?: unknown;
65837
65837
  }>;
65838
- export declare const zCreateProjectTeamData: z.ZodObject<{
65838
+ export declare const zAddProjectTeamData: z.ZodObject<{
65839
65839
  body: z.ZodOptional<z.ZodNever>;
65840
65840
  path: z.ZodObject<{
65841
65841
  organization_id_or_slug: z.ZodString;
@@ -65868,7 +65868,7 @@ export declare const zCreateProjectTeamData: z.ZodObject<{
65868
65868
  query?: undefined;
65869
65869
  body?: undefined;
65870
65870
  }>;
65871
- export declare const zCreateProjectTeamResponse: z.ZodObject<{
65871
+ export declare const zAddProjectTeamResponse: z.ZodObject<{
65872
65872
  stats: z.ZodOptional<z.ZodUnknown>;
65873
65873
  transactionStats: z.ZodOptional<z.ZodUnknown>;
65874
65874
  sessionStats: z.ZodOptional<z.ZodUnknown>;