@sentry/api 0.135.0 → 0.136.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/types.gen.d.ts +5 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -6154,6 +6154,7 @@ export type OrganizationSentryAppDetailsResponse = Array<{
|
|
|
6154
6154
|
status: string;
|
|
6155
6155
|
uuid: string;
|
|
6156
6156
|
verifyInstall: boolean;
|
|
6157
|
+
isDisabled?: boolean;
|
|
6157
6158
|
author?: string | null;
|
|
6158
6159
|
overview?: string | null;
|
|
6159
6160
|
popularity?: number | null;
|
|
@@ -7737,6 +7738,7 @@ export type SentryAppDetailsResponse = {
|
|
|
7737
7738
|
status: string;
|
|
7738
7739
|
uuid: string;
|
|
7739
7740
|
verifyInstall: boolean;
|
|
7741
|
+
isDisabled?: boolean;
|
|
7740
7742
|
author?: string | null;
|
|
7741
7743
|
overview?: string | null;
|
|
7742
7744
|
popularity?: number | null;
|
|
@@ -20572,6 +20574,7 @@ export type RetrieveTheCustomIntegrationsCreatedByAnOrganizationResponses = {
|
|
|
20572
20574
|
status: string;
|
|
20573
20575
|
uuid: string;
|
|
20574
20576
|
verifyInstall: boolean;
|
|
20577
|
+
isDisabled?: boolean;
|
|
20575
20578
|
author?: string | null;
|
|
20576
20579
|
overview?: string | null;
|
|
20577
20580
|
popularity?: number | null;
|
|
@@ -28395,6 +28398,7 @@ export type RetrieveACustomIntegrationByIdOrSlugResponses = {
|
|
|
28395
28398
|
status: string;
|
|
28396
28399
|
uuid: string;
|
|
28397
28400
|
verifyInstall: boolean;
|
|
28401
|
+
isDisabled?: boolean;
|
|
28398
28402
|
author?: string | null;
|
|
28399
28403
|
overview?: string | null;
|
|
28400
28404
|
popularity?: number | null;
|
|
@@ -28503,6 +28507,7 @@ export type UpdateAnExistingCustomIntegrationResponses = {
|
|
|
28503
28507
|
status: string;
|
|
28504
28508
|
uuid: string;
|
|
28505
28509
|
verifyInstall: boolean;
|
|
28510
|
+
isDisabled?: boolean;
|
|
28506
28511
|
author?: string | null;
|
|
28507
28512
|
overview?: string | null;
|
|
28508
28513
|
popularity?: number | null;
|