@sentry/api 0.237.0 → 0.238.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 +1 -128
- package/dist/zod.gen.d.ts +61 -490
- package/dist/zod.js +0 -93
- package/package.json +1 -1
package/dist/zod.js
CHANGED
|
@@ -1911,33 +1911,6 @@ var zDetailedProject = z.object({
|
|
|
1911
1911
|
allowMemberProjectCreation: z.boolean(),
|
|
1912
1912
|
allowSuperuserAccess: z.boolean()
|
|
1913
1913
|
}),
|
|
1914
|
-
plugins: z.array(z.object({
|
|
1915
|
-
id: z.string(),
|
|
1916
|
-
name: z.string(),
|
|
1917
|
-
slug: z.string(),
|
|
1918
|
-
shortName: z.string(),
|
|
1919
|
-
type: z.string(),
|
|
1920
|
-
canDisable: z.boolean(),
|
|
1921
|
-
isTestable: z.boolean(),
|
|
1922
|
-
hasConfiguration: z.boolean(),
|
|
1923
|
-
metadata: z.record(z.unknown()),
|
|
1924
|
-
contexts: z.array(z.string()),
|
|
1925
|
-
status: z.string(),
|
|
1926
|
-
assets: z.array(z.unknown()),
|
|
1927
|
-
doc: z.string(),
|
|
1928
|
-
firstPartyAlternative: z.unknown(),
|
|
1929
|
-
deprecationDate: z.unknown(),
|
|
1930
|
-
altIsSentryApp: z.unknown(),
|
|
1931
|
-
enabled: z.boolean(),
|
|
1932
|
-
version: z.string(),
|
|
1933
|
-
author: z.record(z.string()),
|
|
1934
|
-
isDeprecated: z.boolean(),
|
|
1935
|
-
isHidden: z.boolean(),
|
|
1936
|
-
description: z.string(),
|
|
1937
|
-
features: z.array(z.string()),
|
|
1938
|
-
featureDescriptions: z.array(z.record(z.string())),
|
|
1939
|
-
resourceLinks: z.array(z.record(z.string()))
|
|
1940
|
-
})),
|
|
1941
1914
|
platforms: z.array(z.string()),
|
|
1942
1915
|
processingIssues: z.number().int(),
|
|
1943
1916
|
defaultEnvironment: z.union([
|
|
@@ -2904,9 +2877,6 @@ var zGroupDetailsResponse = z.object({
|
|
|
2904
2877
|
latestEventHasAttachments: z.boolean().optional(),
|
|
2905
2878
|
activity: z.array(z.record(z.unknown())),
|
|
2906
2879
|
seenBy: z.array(z.record(z.unknown())),
|
|
2907
|
-
pluginActions: z.array(z.unknown()),
|
|
2908
|
-
pluginIssues: z.array(z.record(z.unknown())),
|
|
2909
|
-
pluginContexts: z.array(z.record(z.unknown())),
|
|
2910
2880
|
userReportCount: z.number().int(),
|
|
2911
2881
|
participants: z.array(z.record(z.unknown()))
|
|
2912
2882
|
});
|
|
@@ -6979,8 +6949,6 @@ var zOrganizationGroupIndexGetResponse = z.array(z.object({
|
|
|
6979
6949
|
owner: z.string(),
|
|
6980
6950
|
date_added: z.string().datetime()
|
|
6981
6951
|
}),
|
|
6982
|
-
pluginActions: z.array(z.array(z.string())),
|
|
6983
|
-
pluginIssues: z.array(z.record(z.unknown())),
|
|
6984
6952
|
integrationIssues: z.array(z.record(z.unknown())),
|
|
6985
6953
|
sentryAppIssues: z.array(z.record(z.unknown())),
|
|
6986
6954
|
latestEventHasAttachments: z.boolean(),
|
|
@@ -13368,8 +13336,6 @@ var zListOrganizationIssuesData = z.object({
|
|
|
13368
13336
|
"integrationIssues",
|
|
13369
13337
|
"latestEventHasAttachments",
|
|
13370
13338
|
"owners",
|
|
13371
|
-
"pluginActions",
|
|
13372
|
-
"pluginIssues",
|
|
13373
13339
|
"sentryAppIssues",
|
|
13374
13340
|
"sessions"
|
|
13375
13341
|
])).optional(),
|
|
@@ -13601,8 +13567,6 @@ var zListOrganizationIssuesResponse = z.array(z.object({
|
|
|
13601
13567
|
owner: z.string(),
|
|
13602
13568
|
date_added: z.string().datetime()
|
|
13603
13569
|
}),
|
|
13604
|
-
pluginActions: z.array(z.array(z.string())),
|
|
13605
|
-
pluginIssues: z.array(z.record(z.unknown())),
|
|
13606
13570
|
integrationIssues: z.array(z.record(z.unknown())),
|
|
13607
13571
|
sentryAppIssues: z.array(z.record(z.unknown())),
|
|
13608
13572
|
latestEventHasAttachments: z.boolean(),
|
|
@@ -21278,33 +21242,6 @@ var zGetProjectResponse = z.object({
|
|
|
21278
21242
|
allowMemberProjectCreation: z.boolean(),
|
|
21279
21243
|
allowSuperuserAccess: z.boolean()
|
|
21280
21244
|
}),
|
|
21281
|
-
plugins: z.array(z.object({
|
|
21282
|
-
id: z.string(),
|
|
21283
|
-
name: z.string(),
|
|
21284
|
-
slug: z.string(),
|
|
21285
|
-
shortName: z.string(),
|
|
21286
|
-
type: z.string(),
|
|
21287
|
-
canDisable: z.boolean(),
|
|
21288
|
-
isTestable: z.boolean(),
|
|
21289
|
-
hasConfiguration: z.boolean(),
|
|
21290
|
-
metadata: z.record(z.unknown()),
|
|
21291
|
-
contexts: z.array(z.string()),
|
|
21292
|
-
status: z.string(),
|
|
21293
|
-
assets: z.array(z.unknown()),
|
|
21294
|
-
doc: z.string(),
|
|
21295
|
-
firstPartyAlternative: z.unknown(),
|
|
21296
|
-
deprecationDate: z.unknown(),
|
|
21297
|
-
altIsSentryApp: z.unknown(),
|
|
21298
|
-
enabled: z.boolean(),
|
|
21299
|
-
version: z.string(),
|
|
21300
|
-
author: z.record(z.string()),
|
|
21301
|
-
isDeprecated: z.boolean(),
|
|
21302
|
-
isHidden: z.boolean(),
|
|
21303
|
-
description: z.string(),
|
|
21304
|
-
features: z.array(z.string()),
|
|
21305
|
-
featureDescriptions: z.array(z.record(z.string())),
|
|
21306
|
-
resourceLinks: z.array(z.record(z.string()))
|
|
21307
|
-
})),
|
|
21308
21245
|
platforms: z.array(z.string()),
|
|
21309
21246
|
processingIssues: z.number().int(),
|
|
21310
21247
|
defaultEnvironment: z.union([
|
|
@@ -21518,33 +21455,6 @@ var zUpdateProjectResponse = z.object({
|
|
|
21518
21455
|
allowMemberProjectCreation: z.boolean(),
|
|
21519
21456
|
allowSuperuserAccess: z.boolean()
|
|
21520
21457
|
}),
|
|
21521
|
-
plugins: z.array(z.object({
|
|
21522
|
-
id: z.string(),
|
|
21523
|
-
name: z.string(),
|
|
21524
|
-
slug: z.string(),
|
|
21525
|
-
shortName: z.string(),
|
|
21526
|
-
type: z.string(),
|
|
21527
|
-
canDisable: z.boolean(),
|
|
21528
|
-
isTestable: z.boolean(),
|
|
21529
|
-
hasConfiguration: z.boolean(),
|
|
21530
|
-
metadata: z.record(z.unknown()),
|
|
21531
|
-
contexts: z.array(z.string()),
|
|
21532
|
-
status: z.string(),
|
|
21533
|
-
assets: z.array(z.unknown()),
|
|
21534
|
-
doc: z.string(),
|
|
21535
|
-
firstPartyAlternative: z.unknown(),
|
|
21536
|
-
deprecationDate: z.unknown(),
|
|
21537
|
-
altIsSentryApp: z.unknown(),
|
|
21538
|
-
enabled: z.boolean(),
|
|
21539
|
-
version: z.string(),
|
|
21540
|
-
author: z.record(z.string()),
|
|
21541
|
-
isDeprecated: z.boolean(),
|
|
21542
|
-
isHidden: z.boolean(),
|
|
21543
|
-
description: z.string(),
|
|
21544
|
-
features: z.array(z.string()),
|
|
21545
|
-
featureDescriptions: z.array(z.record(z.string())),
|
|
21546
|
-
resourceLinks: z.array(z.record(z.string()))
|
|
21547
|
-
})),
|
|
21548
21458
|
platforms: z.array(z.string()),
|
|
21549
21459
|
processingIssues: z.number().int(),
|
|
21550
21460
|
defaultEnvironment: z.union([
|
|
@@ -27356,9 +27266,6 @@ var zGetOrganizationIssueResponse = z.object({
|
|
|
27356
27266
|
latestEventHasAttachments: z.boolean().optional(),
|
|
27357
27267
|
activity: z.array(z.record(z.unknown())),
|
|
27358
27268
|
seenBy: z.array(z.record(z.unknown())),
|
|
27359
|
-
pluginActions: z.array(z.unknown()),
|
|
27360
|
-
pluginIssues: z.array(z.record(z.unknown())),
|
|
27361
|
-
pluginContexts: z.array(z.record(z.unknown())),
|
|
27362
27269
|
userReportCount: z.number().int(),
|
|
27363
27270
|
participants: z.array(z.record(z.unknown()))
|
|
27364
27271
|
});
|