@sentry/api 0.16.0 → 0.18.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.
@@ -30863,6 +30863,7 @@ export type ListAnOrganizationSIntegrationPlatformInstallationsResponses = {
30863
30863
  app: {
30864
30864
  uuid: string;
30865
30865
  slug: string;
30866
+ sentryAppId: number;
30866
30867
  };
30867
30868
  organization: {
30868
30869
  slug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "description": "Auto-generated TypeScript client for the Sentry API",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",