@sentry/api 0.173.0 → 0.175.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/index.d.ts +2 -2
- package/dist/index.js +6 -0
- package/dist/sdk.gen.d.ts +5 -1
- package/dist/types.gen.d.ts +129 -11
- package/dist/zod.gen.d.ts +285 -79
- package/dist/zod.js +124 -13
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -11338,6 +11338,65 @@ export declare const zListOrganizationMemberResponse: z.ZodArray<z.ZodObject<{
|
|
|
11338
11338
|
teamId?: string | undefined;
|
|
11339
11339
|
}[] | undefined;
|
|
11340
11340
|
}>, "many">;
|
|
11341
|
+
export declare const zListOrganizationTagsResponse: z.ZodArray<z.ZodObject<{
|
|
11342
|
+
uniqueValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
11343
|
+
totalValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
11344
|
+
topValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
11345
|
+
query: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
11346
|
+
key: z.ZodString;
|
|
11347
|
+
name: z.ZodString;
|
|
11348
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
11349
|
+
count: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
11350
|
+
lastSeen: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
11351
|
+
firstSeen: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
11352
|
+
}, "strip", z.ZodTypeAny, {
|
|
11353
|
+
name: string;
|
|
11354
|
+
value: string | null;
|
|
11355
|
+
key: string;
|
|
11356
|
+
count: number | null;
|
|
11357
|
+
firstSeen: string | null;
|
|
11358
|
+
lastSeen: string | null;
|
|
11359
|
+
query?: string | null | undefined;
|
|
11360
|
+
}, {
|
|
11361
|
+
name: string;
|
|
11362
|
+
value: string | null;
|
|
11363
|
+
key: string;
|
|
11364
|
+
count: number | null;
|
|
11365
|
+
firstSeen: string | null;
|
|
11366
|
+
lastSeen: string | null;
|
|
11367
|
+
query?: string | null | undefined;
|
|
11368
|
+
}>, "many">, z.ZodNull]>>;
|
|
11369
|
+
key: z.ZodString;
|
|
11370
|
+
name: z.ZodString;
|
|
11371
|
+
}, "strip", z.ZodTypeAny, {
|
|
11372
|
+
name: string;
|
|
11373
|
+
key: string;
|
|
11374
|
+
uniqueValues?: number | null | undefined;
|
|
11375
|
+
totalValues?: number | null | undefined;
|
|
11376
|
+
topValues?: {
|
|
11377
|
+
name: string;
|
|
11378
|
+
value: string | null;
|
|
11379
|
+
key: string;
|
|
11380
|
+
count: number | null;
|
|
11381
|
+
firstSeen: string | null;
|
|
11382
|
+
lastSeen: string | null;
|
|
11383
|
+
query?: string | null | undefined;
|
|
11384
|
+
}[] | null | undefined;
|
|
11385
|
+
}, {
|
|
11386
|
+
name: string;
|
|
11387
|
+
key: string;
|
|
11388
|
+
uniqueValues?: number | null | undefined;
|
|
11389
|
+
totalValues?: number | null | undefined;
|
|
11390
|
+
topValues?: {
|
|
11391
|
+
name: string;
|
|
11392
|
+
value: string | null;
|
|
11393
|
+
key: string;
|
|
11394
|
+
count: number | null;
|
|
11395
|
+
firstSeen: string | null;
|
|
11396
|
+
lastSeen: string | null;
|
|
11397
|
+
query?: string | null | undefined;
|
|
11398
|
+
}[] | null | undefined;
|
|
11399
|
+
}>, "many">;
|
|
11341
11400
|
export declare const zListOrganizations: z.ZodArray<z.ZodObject<{
|
|
11342
11401
|
features: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11343
11402
|
extraOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -17442,6 +17501,7 @@ export declare const zOrganizationSentryAppDetailsResponse: z.ZodArray<z.ZodObje
|
|
|
17442
17501
|
}>>;
|
|
17443
17502
|
}, "strip", z.ZodTypeAny, {
|
|
17444
17503
|
name: string;
|
|
17504
|
+
events: string[];
|
|
17445
17505
|
status: string;
|
|
17446
17506
|
uuid: string;
|
|
17447
17507
|
slug: string;
|
|
@@ -17455,7 +17515,6 @@ export declare const zOrganizationSentryAppDetailsResponse: z.ZodArray<z.ZodObje
|
|
|
17455
17515
|
color: boolean;
|
|
17456
17516
|
photoType: string;
|
|
17457
17517
|
}[];
|
|
17458
|
-
events: string[];
|
|
17459
17518
|
featureData: string[];
|
|
17460
17519
|
isAlertable: boolean;
|
|
17461
17520
|
schema: string;
|
|
@@ -17475,6 +17534,7 @@ export declare const zOrganizationSentryAppDetailsResponse: z.ZodArray<z.ZodObje
|
|
|
17475
17534
|
clientId?: string | undefined;
|
|
17476
17535
|
}, {
|
|
17477
17536
|
name: string;
|
|
17537
|
+
events: string[];
|
|
17478
17538
|
status: string;
|
|
17479
17539
|
uuid: string;
|
|
17480
17540
|
slug: string;
|
|
@@ -17488,7 +17548,6 @@ export declare const zOrganizationSentryAppDetailsResponse: z.ZodArray<z.ZodObje
|
|
|
17488
17548
|
color: boolean;
|
|
17489
17549
|
photoType: string;
|
|
17490
17550
|
}[];
|
|
17491
|
-
events: string[];
|
|
17492
17551
|
featureData: string[];
|
|
17493
17552
|
isAlertable: boolean;
|
|
17494
17553
|
schema: string;
|
|
@@ -21782,6 +21841,7 @@ export declare const zSentryAppDetailsResponse: z.ZodObject<{
|
|
|
21782
21841
|
}>>;
|
|
21783
21842
|
}, "strip", z.ZodTypeAny, {
|
|
21784
21843
|
name: string;
|
|
21844
|
+
events: string[];
|
|
21785
21845
|
status: string;
|
|
21786
21846
|
uuid: string;
|
|
21787
21847
|
slug: string;
|
|
@@ -21795,7 +21855,6 @@ export declare const zSentryAppDetailsResponse: z.ZodObject<{
|
|
|
21795
21855
|
color: boolean;
|
|
21796
21856
|
photoType: string;
|
|
21797
21857
|
}[];
|
|
21798
|
-
events: string[];
|
|
21799
21858
|
featureData: string[];
|
|
21800
21859
|
isAlertable: boolean;
|
|
21801
21860
|
schema: string;
|
|
@@ -21815,6 +21874,7 @@ export declare const zSentryAppDetailsResponse: z.ZodObject<{
|
|
|
21815
21874
|
clientId?: string | undefined;
|
|
21816
21875
|
}, {
|
|
21817
21876
|
name: string;
|
|
21877
|
+
events: string[];
|
|
21818
21878
|
status: string;
|
|
21819
21879
|
uuid: string;
|
|
21820
21880
|
slug: string;
|
|
@@ -21828,7 +21888,6 @@ export declare const zSentryAppDetailsResponse: z.ZodObject<{
|
|
|
21828
21888
|
color: boolean;
|
|
21829
21889
|
photoType: string;
|
|
21830
21890
|
}[];
|
|
21831
|
-
events: string[];
|
|
21832
21891
|
featureData: string[];
|
|
21833
21892
|
isAlertable: boolean;
|
|
21834
21893
|
schema: string;
|
|
@@ -21866,9 +21925,9 @@ export declare const zSentryAppParser: z.ZodObject<{
|
|
|
21866
21925
|
scopes: string[] | null;
|
|
21867
21926
|
isAlertable: boolean;
|
|
21868
21927
|
verifyInstall: boolean;
|
|
21928
|
+
events?: string[] | null | undefined;
|
|
21869
21929
|
author?: string | null | undefined;
|
|
21870
21930
|
allowedOrigins?: string[] | undefined;
|
|
21871
|
-
events?: string[] | null | undefined;
|
|
21872
21931
|
schema?: Record<string, unknown> | null | undefined;
|
|
21873
21932
|
overview?: string | null | undefined;
|
|
21874
21933
|
redirectUrl?: string | null | undefined;
|
|
@@ -21876,10 +21935,10 @@ export declare const zSentryAppParser: z.ZodObject<{
|
|
|
21876
21935
|
}, {
|
|
21877
21936
|
name: string;
|
|
21878
21937
|
scopes: string[] | null;
|
|
21938
|
+
events?: string[] | null | undefined;
|
|
21879
21939
|
author?: string | null | undefined;
|
|
21880
21940
|
isInternal?: boolean | undefined;
|
|
21881
21941
|
allowedOrigins?: string[] | undefined;
|
|
21882
|
-
events?: string[] | null | undefined;
|
|
21883
21942
|
isAlertable?: boolean | undefined;
|
|
21884
21943
|
schema?: Record<string, unknown> | null | undefined;
|
|
21885
21944
|
verifyInstall?: boolean | undefined;
|
|
@@ -25974,16 +26033,19 @@ export declare const zListYourOrganizationsData: z.ZodObject<{
|
|
|
25974
26033
|
cursor: z.ZodOptional<z.ZodString>;
|
|
25975
26034
|
query: z.ZodOptional<z.ZodString>;
|
|
25976
26035
|
sortBy: z.ZodOptional<z.ZodString>;
|
|
26036
|
+
per_page: z.ZodOptional<z.ZodNumber>;
|
|
25977
26037
|
}, "strip", z.ZodTypeAny, {
|
|
25978
26038
|
query?: string | undefined;
|
|
25979
26039
|
owner?: boolean | undefined;
|
|
25980
26040
|
cursor?: string | undefined;
|
|
25981
26041
|
sortBy?: string | undefined;
|
|
26042
|
+
per_page?: number | undefined;
|
|
25982
26043
|
}, {
|
|
25983
26044
|
query?: string | undefined;
|
|
25984
26045
|
owner?: boolean | undefined;
|
|
25985
26046
|
cursor?: string | undefined;
|
|
25986
26047
|
sortBy?: string | undefined;
|
|
26048
|
+
per_page?: number | undefined;
|
|
25987
26049
|
}>>;
|
|
25988
26050
|
}, "strip", z.ZodTypeAny, {
|
|
25989
26051
|
query?: {
|
|
@@ -25991,6 +26053,7 @@ export declare const zListYourOrganizationsData: z.ZodObject<{
|
|
|
25991
26053
|
owner?: boolean | undefined;
|
|
25992
26054
|
cursor?: string | undefined;
|
|
25993
26055
|
sortBy?: string | undefined;
|
|
26056
|
+
per_page?: number | undefined;
|
|
25994
26057
|
} | undefined;
|
|
25995
26058
|
body?: undefined;
|
|
25996
26059
|
path?: undefined;
|
|
@@ -26000,6 +26063,7 @@ export declare const zListYourOrganizationsData: z.ZodObject<{
|
|
|
26000
26063
|
owner?: boolean | undefined;
|
|
26001
26064
|
cursor?: string | undefined;
|
|
26002
26065
|
sortBy?: string | undefined;
|
|
26066
|
+
per_page?: number | undefined;
|
|
26003
26067
|
} | undefined;
|
|
26004
26068
|
body?: undefined;
|
|
26005
26069
|
path?: undefined;
|
|
@@ -34040,6 +34104,7 @@ export declare const zQueryExploreEventsInTableFormatData: z.ZodObject<{
|
|
|
34040
34104
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
34041
34105
|
query: z.ZodOptional<z.ZodString>;
|
|
34042
34106
|
sort: z.ZodOptional<z.ZodString>;
|
|
34107
|
+
allowAggregateConditions: z.ZodOptional<z.ZodBoolean>;
|
|
34043
34108
|
cursor: z.ZodOptional<z.ZodString>;
|
|
34044
34109
|
}, "strip", z.ZodTypeAny, {
|
|
34045
34110
|
field: string[];
|
|
@@ -34053,6 +34118,7 @@ export declare const zQueryExploreEventsInTableFormatData: z.ZodObject<{
|
|
|
34053
34118
|
end?: string | undefined;
|
|
34054
34119
|
start?: string | undefined;
|
|
34055
34120
|
statsPeriod?: string | undefined;
|
|
34121
|
+
allowAggregateConditions?: boolean | undefined;
|
|
34056
34122
|
}, {
|
|
34057
34123
|
field: string[];
|
|
34058
34124
|
dataset: "spans" | "logs" | "tracemetrics" | "errors" | "profile_functions" | "uptime_results";
|
|
@@ -34065,6 +34131,7 @@ export declare const zQueryExploreEventsInTableFormatData: z.ZodObject<{
|
|
|
34065
34131
|
end?: string | undefined;
|
|
34066
34132
|
start?: string | undefined;
|
|
34067
34133
|
statsPeriod?: string | undefined;
|
|
34134
|
+
allowAggregateConditions?: boolean | undefined;
|
|
34068
34135
|
}>;
|
|
34069
34136
|
}, "strip", z.ZodTypeAny, {
|
|
34070
34137
|
query: {
|
|
@@ -34079,6 +34146,7 @@ export declare const zQueryExploreEventsInTableFormatData: z.ZodObject<{
|
|
|
34079
34146
|
end?: string | undefined;
|
|
34080
34147
|
start?: string | undefined;
|
|
34081
34148
|
statsPeriod?: string | undefined;
|
|
34149
|
+
allowAggregateConditions?: boolean | undefined;
|
|
34082
34150
|
};
|
|
34083
34151
|
path: {
|
|
34084
34152
|
organization_id_or_slug: string;
|
|
@@ -34097,6 +34165,7 @@ export declare const zQueryExploreEventsInTableFormatData: z.ZodObject<{
|
|
|
34097
34165
|
end?: string | undefined;
|
|
34098
34166
|
start?: string | undefined;
|
|
34099
34167
|
statsPeriod?: string | undefined;
|
|
34168
|
+
allowAggregateConditions?: boolean | undefined;
|
|
34100
34169
|
};
|
|
34101
34170
|
path: {
|
|
34102
34171
|
organization_id_or_slug: string;
|
|
@@ -46261,6 +46330,8 @@ export declare const zRetrieveACountOfReplaysForAGivenIssueOrTransactionData: z.
|
|
|
46261
46330
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
46262
46331
|
project_id_or_slug: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
46263
46332
|
query: z.ZodOptional<z.ZodString>;
|
|
46333
|
+
data_source: z.ZodOptional<z.ZodEnum<["discover", "events", "search_issues", "transactions"]>>;
|
|
46334
|
+
returnIds: z.ZodOptional<z.ZodBoolean>;
|
|
46264
46335
|
}, "strip", z.ZodTypeAny, {
|
|
46265
46336
|
query?: string | undefined;
|
|
46266
46337
|
environment?: string[] | undefined;
|
|
@@ -46268,6 +46339,8 @@ export declare const zRetrieveACountOfReplaysForAGivenIssueOrTransactionData: z.
|
|
|
46268
46339
|
start?: string | undefined;
|
|
46269
46340
|
statsPeriod?: string | undefined;
|
|
46270
46341
|
project_id_or_slug?: string[] | undefined;
|
|
46342
|
+
data_source?: "discover" | "transactions" | "events" | "search_issues" | undefined;
|
|
46343
|
+
returnIds?: boolean | undefined;
|
|
46271
46344
|
}, {
|
|
46272
46345
|
query?: string | undefined;
|
|
46273
46346
|
environment?: string[] | undefined;
|
|
@@ -46275,6 +46348,8 @@ export declare const zRetrieveACountOfReplaysForAGivenIssueOrTransactionData: z.
|
|
|
46275
46348
|
start?: string | undefined;
|
|
46276
46349
|
statsPeriod?: string | undefined;
|
|
46277
46350
|
project_id_or_slug?: string[] | undefined;
|
|
46351
|
+
data_source?: "discover" | "transactions" | "events" | "search_issues" | undefined;
|
|
46352
|
+
returnIds?: boolean | undefined;
|
|
46278
46353
|
}>>;
|
|
46279
46354
|
}, "strip", z.ZodTypeAny, {
|
|
46280
46355
|
path: {
|
|
@@ -46287,6 +46362,8 @@ export declare const zRetrieveACountOfReplaysForAGivenIssueOrTransactionData: z.
|
|
|
46287
46362
|
start?: string | undefined;
|
|
46288
46363
|
statsPeriod?: string | undefined;
|
|
46289
46364
|
project_id_or_slug?: string[] | undefined;
|
|
46365
|
+
data_source?: "discover" | "transactions" | "events" | "search_issues" | undefined;
|
|
46366
|
+
returnIds?: boolean | undefined;
|
|
46290
46367
|
} | undefined;
|
|
46291
46368
|
body?: undefined;
|
|
46292
46369
|
}, {
|
|
@@ -46300,6 +46377,8 @@ export declare const zRetrieveACountOfReplaysForAGivenIssueOrTransactionData: z.
|
|
|
46300
46377
|
start?: string | undefined;
|
|
46301
46378
|
statsPeriod?: string | undefined;
|
|
46302
46379
|
project_id_or_slug?: string[] | undefined;
|
|
46380
|
+
data_source?: "discover" | "transactions" | "events" | "search_issues" | undefined;
|
|
46381
|
+
returnIds?: boolean | undefined;
|
|
46303
46382
|
} | undefined;
|
|
46304
46383
|
body?: undefined;
|
|
46305
46384
|
}>;
|
|
@@ -49233,6 +49312,7 @@ export declare const zRetrieveTheCustomIntegrationsCreatedByAnOrganizationRespon
|
|
|
49233
49312
|
}>>;
|
|
49234
49313
|
}, "strip", z.ZodTypeAny, {
|
|
49235
49314
|
name: string;
|
|
49315
|
+
events: string[];
|
|
49236
49316
|
status: string;
|
|
49237
49317
|
uuid: string;
|
|
49238
49318
|
slug: string;
|
|
@@ -49246,7 +49326,6 @@ export declare const zRetrieveTheCustomIntegrationsCreatedByAnOrganizationRespon
|
|
|
49246
49326
|
color: boolean;
|
|
49247
49327
|
photoType: string;
|
|
49248
49328
|
}[];
|
|
49249
|
-
events: string[];
|
|
49250
49329
|
featureData: string[];
|
|
49251
49330
|
isAlertable: boolean;
|
|
49252
49331
|
schema: string;
|
|
@@ -49266,6 +49345,7 @@ export declare const zRetrieveTheCustomIntegrationsCreatedByAnOrganizationRespon
|
|
|
49266
49345
|
clientId?: string | undefined;
|
|
49267
49346
|
}, {
|
|
49268
49347
|
name: string;
|
|
49348
|
+
events: string[];
|
|
49269
49349
|
status: string;
|
|
49270
49350
|
uuid: string;
|
|
49271
49351
|
slug: string;
|
|
@@ -49279,7 +49359,6 @@ export declare const zRetrieveTheCustomIntegrationsCreatedByAnOrganizationRespon
|
|
|
49279
49359
|
color: boolean;
|
|
49280
49360
|
photoType: string;
|
|
49281
49361
|
}[];
|
|
49282
|
-
events: string[];
|
|
49283
49362
|
featureData: string[];
|
|
49284
49363
|
isAlertable: boolean;
|
|
49285
49364
|
schema: string;
|
|
@@ -50571,6 +50650,133 @@ export declare const zRetrieveEventCountsForAnOrganizationV2Response: z.ZodObjec
|
|
|
50571
50650
|
}[];
|
|
50572
50651
|
intervals: string[];
|
|
50573
50652
|
}>;
|
|
50653
|
+
export declare const zListAnOrganizationSTagsData: z.ZodObject<{
|
|
50654
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
50655
|
+
path: z.ZodObject<{
|
|
50656
|
+
organization_id_or_slug: z.ZodString;
|
|
50657
|
+
}, "strip", z.ZodTypeAny, {
|
|
50658
|
+
organization_id_or_slug: string;
|
|
50659
|
+
}, {
|
|
50660
|
+
organization_id_or_slug: string;
|
|
50661
|
+
}>;
|
|
50662
|
+
query: z.ZodOptional<z.ZodObject<{
|
|
50663
|
+
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
50664
|
+
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50665
|
+
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
50666
|
+
start: z.ZodOptional<z.ZodString>;
|
|
50667
|
+
end: z.ZodOptional<z.ZodString>;
|
|
50668
|
+
dataset: z.ZodOptional<z.ZodEnum<["discover", "events", "replays", "search_issues"]>>;
|
|
50669
|
+
use_cache: z.ZodOptional<z.ZodEnum<["0", "1"]>>;
|
|
50670
|
+
useFlagsBackend: z.ZodOptional<z.ZodEnum<["0", "1"]>>;
|
|
50671
|
+
}, "strip", z.ZodTypeAny, {
|
|
50672
|
+
environment?: string[] | undefined;
|
|
50673
|
+
project?: number[] | undefined;
|
|
50674
|
+
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
50675
|
+
end?: string | undefined;
|
|
50676
|
+
start?: string | undefined;
|
|
50677
|
+
statsPeriod?: string | undefined;
|
|
50678
|
+
use_cache?: "0" | "1" | undefined;
|
|
50679
|
+
useFlagsBackend?: "0" | "1" | undefined;
|
|
50680
|
+
}, {
|
|
50681
|
+
environment?: string[] | undefined;
|
|
50682
|
+
project?: number[] | undefined;
|
|
50683
|
+
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
50684
|
+
end?: string | undefined;
|
|
50685
|
+
start?: string | undefined;
|
|
50686
|
+
statsPeriod?: string | undefined;
|
|
50687
|
+
use_cache?: "0" | "1" | undefined;
|
|
50688
|
+
useFlagsBackend?: "0" | "1" | undefined;
|
|
50689
|
+
}>>;
|
|
50690
|
+
}, "strip", z.ZodTypeAny, {
|
|
50691
|
+
path: {
|
|
50692
|
+
organization_id_or_slug: string;
|
|
50693
|
+
};
|
|
50694
|
+
query?: {
|
|
50695
|
+
environment?: string[] | undefined;
|
|
50696
|
+
project?: number[] | undefined;
|
|
50697
|
+
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
50698
|
+
end?: string | undefined;
|
|
50699
|
+
start?: string | undefined;
|
|
50700
|
+
statsPeriod?: string | undefined;
|
|
50701
|
+
use_cache?: "0" | "1" | undefined;
|
|
50702
|
+
useFlagsBackend?: "0" | "1" | undefined;
|
|
50703
|
+
} | undefined;
|
|
50704
|
+
body?: undefined;
|
|
50705
|
+
}, {
|
|
50706
|
+
path: {
|
|
50707
|
+
organization_id_or_slug: string;
|
|
50708
|
+
};
|
|
50709
|
+
query?: {
|
|
50710
|
+
environment?: string[] | undefined;
|
|
50711
|
+
project?: number[] | undefined;
|
|
50712
|
+
dataset?: "discover" | "events" | "search_issues" | "replays" | undefined;
|
|
50713
|
+
end?: string | undefined;
|
|
50714
|
+
start?: string | undefined;
|
|
50715
|
+
statsPeriod?: string | undefined;
|
|
50716
|
+
use_cache?: "0" | "1" | undefined;
|
|
50717
|
+
useFlagsBackend?: "0" | "1" | undefined;
|
|
50718
|
+
} | undefined;
|
|
50719
|
+
body?: undefined;
|
|
50720
|
+
}>;
|
|
50721
|
+
export declare const zListAnOrganizationSTagsResponse: z.ZodArray<z.ZodObject<{
|
|
50722
|
+
uniqueValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
50723
|
+
totalValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
50724
|
+
topValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
50725
|
+
query: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
50726
|
+
key: z.ZodString;
|
|
50727
|
+
name: z.ZodString;
|
|
50728
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50729
|
+
count: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
50730
|
+
lastSeen: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50731
|
+
firstSeen: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50732
|
+
}, "strip", z.ZodTypeAny, {
|
|
50733
|
+
name: string;
|
|
50734
|
+
value: string | null;
|
|
50735
|
+
key: string;
|
|
50736
|
+
count: number | null;
|
|
50737
|
+
firstSeen: string | null;
|
|
50738
|
+
lastSeen: string | null;
|
|
50739
|
+
query?: string | null | undefined;
|
|
50740
|
+
}, {
|
|
50741
|
+
name: string;
|
|
50742
|
+
value: string | null;
|
|
50743
|
+
key: string;
|
|
50744
|
+
count: number | null;
|
|
50745
|
+
firstSeen: string | null;
|
|
50746
|
+
lastSeen: string | null;
|
|
50747
|
+
query?: string | null | undefined;
|
|
50748
|
+
}>, "many">, z.ZodNull]>>;
|
|
50749
|
+
key: z.ZodString;
|
|
50750
|
+
name: z.ZodString;
|
|
50751
|
+
}, "strip", z.ZodTypeAny, {
|
|
50752
|
+
name: string;
|
|
50753
|
+
key: string;
|
|
50754
|
+
uniqueValues?: number | null | undefined;
|
|
50755
|
+
totalValues?: number | null | undefined;
|
|
50756
|
+
topValues?: {
|
|
50757
|
+
name: string;
|
|
50758
|
+
value: string | null;
|
|
50759
|
+
key: string;
|
|
50760
|
+
count: number | null;
|
|
50761
|
+
firstSeen: string | null;
|
|
50762
|
+
lastSeen: string | null;
|
|
50763
|
+
query?: string | null | undefined;
|
|
50764
|
+
}[] | null | undefined;
|
|
50765
|
+
}, {
|
|
50766
|
+
name: string;
|
|
50767
|
+
key: string;
|
|
50768
|
+
uniqueValues?: number | null | undefined;
|
|
50769
|
+
totalValues?: number | null | undefined;
|
|
50770
|
+
topValues?: {
|
|
50771
|
+
name: string;
|
|
50772
|
+
value: string | null;
|
|
50773
|
+
key: string;
|
|
50774
|
+
count: number | null;
|
|
50775
|
+
firstSeen: string | null;
|
|
50776
|
+
lastSeen: string | null;
|
|
50777
|
+
query?: string | null | undefined;
|
|
50778
|
+
}[] | null | undefined;
|
|
50779
|
+
}>, "many">;
|
|
50574
50780
|
export declare const zListAnOrganizationSTeamsData: z.ZodObject<{
|
|
50575
50781
|
body: z.ZodOptional<z.ZodNever>;
|
|
50576
50782
|
path: z.ZodObject<{
|
|
@@ -64967,6 +65173,7 @@ export declare const zRetrieveACustomIntegrationByIdOrSlugResponse: z.ZodObject<
|
|
|
64967
65173
|
}>>;
|
|
64968
65174
|
}, "strip", z.ZodTypeAny, {
|
|
64969
65175
|
name: string;
|
|
65176
|
+
events: string[];
|
|
64970
65177
|
status: string;
|
|
64971
65178
|
uuid: string;
|
|
64972
65179
|
slug: string;
|
|
@@ -64980,7 +65187,6 @@ export declare const zRetrieveACustomIntegrationByIdOrSlugResponse: z.ZodObject<
|
|
|
64980
65187
|
color: boolean;
|
|
64981
65188
|
photoType: string;
|
|
64982
65189
|
}[];
|
|
64983
|
-
events: string[];
|
|
64984
65190
|
featureData: string[];
|
|
64985
65191
|
isAlertable: boolean;
|
|
64986
65192
|
schema: string;
|
|
@@ -65000,6 +65206,7 @@ export declare const zRetrieveACustomIntegrationByIdOrSlugResponse: z.ZodObject<
|
|
|
65000
65206
|
clientId?: string | undefined;
|
|
65001
65207
|
}, {
|
|
65002
65208
|
name: string;
|
|
65209
|
+
events: string[];
|
|
65003
65210
|
status: string;
|
|
65004
65211
|
uuid: string;
|
|
65005
65212
|
slug: string;
|
|
@@ -65013,7 +65220,6 @@ export declare const zRetrieveACustomIntegrationByIdOrSlugResponse: z.ZodObject<
|
|
|
65013
65220
|
color: boolean;
|
|
65014
65221
|
photoType: string;
|
|
65015
65222
|
}[];
|
|
65016
|
-
events: string[];
|
|
65017
65223
|
featureData: string[];
|
|
65018
65224
|
isAlertable: boolean;
|
|
65019
65225
|
schema: string;
|
|
@@ -65052,9 +65258,9 @@ export declare const zUpdateAnExistingCustomIntegrationData: z.ZodObject<{
|
|
|
65052
65258
|
scopes: string[] | null;
|
|
65053
65259
|
isAlertable: boolean;
|
|
65054
65260
|
verifyInstall: boolean;
|
|
65261
|
+
events?: string[] | null | undefined;
|
|
65055
65262
|
author?: string | null | undefined;
|
|
65056
65263
|
allowedOrigins?: string[] | undefined;
|
|
65057
|
-
events?: string[] | null | undefined;
|
|
65058
65264
|
schema?: Record<string, unknown> | null | undefined;
|
|
65059
65265
|
overview?: string | null | undefined;
|
|
65060
65266
|
redirectUrl?: string | null | undefined;
|
|
@@ -65062,10 +65268,10 @@ export declare const zUpdateAnExistingCustomIntegrationData: z.ZodObject<{
|
|
|
65062
65268
|
}, {
|
|
65063
65269
|
name: string;
|
|
65064
65270
|
scopes: string[] | null;
|
|
65271
|
+
events?: string[] | null | undefined;
|
|
65065
65272
|
author?: string | null | undefined;
|
|
65066
65273
|
isInternal?: boolean | undefined;
|
|
65067
65274
|
allowedOrigins?: string[] | undefined;
|
|
65068
|
-
events?: string[] | null | undefined;
|
|
65069
65275
|
isAlertable?: boolean | undefined;
|
|
65070
65276
|
schema?: Record<string, unknown> | null | undefined;
|
|
65071
65277
|
verifyInstall?: boolean | undefined;
|
|
@@ -65088,9 +65294,9 @@ export declare const zUpdateAnExistingCustomIntegrationData: z.ZodObject<{
|
|
|
65088
65294
|
scopes: string[] | null;
|
|
65089
65295
|
isAlertable: boolean;
|
|
65090
65296
|
verifyInstall: boolean;
|
|
65297
|
+
events?: string[] | null | undefined;
|
|
65091
65298
|
author?: string | null | undefined;
|
|
65092
65299
|
allowedOrigins?: string[] | undefined;
|
|
65093
|
-
events?: string[] | null | undefined;
|
|
65094
65300
|
schema?: Record<string, unknown> | null | undefined;
|
|
65095
65301
|
overview?: string | null | undefined;
|
|
65096
65302
|
redirectUrl?: string | null | undefined;
|
|
@@ -65104,10 +65310,10 @@ export declare const zUpdateAnExistingCustomIntegrationData: z.ZodObject<{
|
|
|
65104
65310
|
body: {
|
|
65105
65311
|
name: string;
|
|
65106
65312
|
scopes: string[] | null;
|
|
65313
|
+
events?: string[] | null | undefined;
|
|
65107
65314
|
author?: string | null | undefined;
|
|
65108
65315
|
isInternal?: boolean | undefined;
|
|
65109
65316
|
allowedOrigins?: string[] | undefined;
|
|
65110
|
-
events?: string[] | null | undefined;
|
|
65111
65317
|
isAlertable?: boolean | undefined;
|
|
65112
65318
|
schema?: Record<string, unknown> | null | undefined;
|
|
65113
65319
|
verifyInstall?: boolean | undefined;
|
|
@@ -65173,6 +65379,7 @@ export declare const zUpdateAnExistingCustomIntegrationResponse: z.ZodObject<{
|
|
|
65173
65379
|
}>>;
|
|
65174
65380
|
}, "strip", z.ZodTypeAny, {
|
|
65175
65381
|
name: string;
|
|
65382
|
+
events: string[];
|
|
65176
65383
|
status: string;
|
|
65177
65384
|
uuid: string;
|
|
65178
65385
|
slug: string;
|
|
@@ -65186,7 +65393,6 @@ export declare const zUpdateAnExistingCustomIntegrationResponse: z.ZodObject<{
|
|
|
65186
65393
|
color: boolean;
|
|
65187
65394
|
photoType: string;
|
|
65188
65395
|
}[];
|
|
65189
|
-
events: string[];
|
|
65190
65396
|
featureData: string[];
|
|
65191
65397
|
isAlertable: boolean;
|
|
65192
65398
|
schema: string;
|
|
@@ -65206,6 +65412,7 @@ export declare const zUpdateAnExistingCustomIntegrationResponse: z.ZodObject<{
|
|
|
65206
65412
|
clientId?: string | undefined;
|
|
65207
65413
|
}, {
|
|
65208
65414
|
name: string;
|
|
65415
|
+
events: string[];
|
|
65209
65416
|
status: string;
|
|
65210
65417
|
uuid: string;
|
|
65211
65418
|
slug: string;
|
|
@@ -65219,7 +65426,6 @@ export declare const zUpdateAnExistingCustomIntegrationResponse: z.ZodObject<{
|
|
|
65219
65426
|
color: boolean;
|
|
65220
65427
|
photoType: string;
|
|
65221
65428
|
}[];
|
|
65222
|
-
events: string[];
|
|
65223
65429
|
featureData: string[];
|
|
65224
65430
|
isAlertable: boolean;
|
|
65225
65431
|
schema: string;
|
|
@@ -68006,18 +68212,18 @@ export declare const zListAProjectSServiceHooksResponse: z.ZodArray<z.ZodObject<
|
|
|
68006
68212
|
url: z.ZodString;
|
|
68007
68213
|
}, "strip", z.ZodTypeAny, {
|
|
68008
68214
|
url: string;
|
|
68215
|
+
events: string[];
|
|
68009
68216
|
id: string;
|
|
68010
68217
|
status: string;
|
|
68011
68218
|
dateCreated: string;
|
|
68012
68219
|
secret: string;
|
|
68013
|
-
events: string[];
|
|
68014
68220
|
}, {
|
|
68015
68221
|
url: string;
|
|
68222
|
+
events: string[];
|
|
68016
68223
|
id: string;
|
|
68017
68224
|
status: string;
|
|
68018
68225
|
dateCreated: string;
|
|
68019
68226
|
secret: string;
|
|
68020
|
-
events: string[];
|
|
68021
68227
|
}>, "many">;
|
|
68022
68228
|
export declare const zRegisterANewServiceHookData: z.ZodObject<{
|
|
68023
68229
|
body: z.ZodObject<{
|
|
@@ -68074,18 +68280,18 @@ export declare const zRegisterANewServiceHookResponse: z.ZodObject<{
|
|
|
68074
68280
|
url: z.ZodString;
|
|
68075
68281
|
}, "strip", z.ZodTypeAny, {
|
|
68076
68282
|
url: string;
|
|
68283
|
+
events: string[];
|
|
68077
68284
|
id: string;
|
|
68078
68285
|
status: string;
|
|
68079
68286
|
dateCreated: string;
|
|
68080
68287
|
secret: string;
|
|
68081
|
-
events: string[];
|
|
68082
68288
|
}, {
|
|
68083
68289
|
url: string;
|
|
68290
|
+
events: string[];
|
|
68084
68291
|
id: string;
|
|
68085
68292
|
status: string;
|
|
68086
68293
|
dateCreated: string;
|
|
68087
68294
|
secret: string;
|
|
68088
|
-
events: string[];
|
|
68089
68295
|
}>;
|
|
68090
68296
|
export declare const zRemoveAServiceHookData: z.ZodObject<{
|
|
68091
68297
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -68169,18 +68375,18 @@ export declare const zRetrieveAServiceHookResponse: z.ZodObject<{
|
|
|
68169
68375
|
url: z.ZodString;
|
|
68170
68376
|
}, "strip", z.ZodTypeAny, {
|
|
68171
68377
|
url: string;
|
|
68378
|
+
events: string[];
|
|
68172
68379
|
id: string;
|
|
68173
68380
|
status: string;
|
|
68174
68381
|
dateCreated: string;
|
|
68175
68382
|
secret: string;
|
|
68176
|
-
events: string[];
|
|
68177
68383
|
}, {
|
|
68178
68384
|
url: string;
|
|
68385
|
+
events: string[];
|
|
68179
68386
|
id: string;
|
|
68180
68387
|
status: string;
|
|
68181
68388
|
dateCreated: string;
|
|
68182
68389
|
secret: string;
|
|
68183
|
-
events: string[];
|
|
68184
68390
|
}>;
|
|
68185
68391
|
export declare const zUpdateAServiceHookData: z.ZodObject<{
|
|
68186
68392
|
body: z.ZodOptional<z.ZodObject<{
|
|
@@ -68242,18 +68448,18 @@ export declare const zUpdateAServiceHookResponse: z.ZodObject<{
|
|
|
68242
68448
|
url: z.ZodString;
|
|
68243
68449
|
}, "strip", z.ZodTypeAny, {
|
|
68244
68450
|
url: string;
|
|
68451
|
+
events: string[];
|
|
68245
68452
|
id: string;
|
|
68246
68453
|
status: string;
|
|
68247
68454
|
dateCreated: string;
|
|
68248
68455
|
secret: string;
|
|
68249
|
-
events: string[];
|
|
68250
68456
|
}, {
|
|
68251
68457
|
url: string;
|
|
68458
|
+
events: string[];
|
|
68252
68459
|
id: string;
|
|
68253
68460
|
status: string;
|
|
68254
68461
|
dateCreated: string;
|
|
68255
68462
|
secret: string;
|
|
68256
|
-
events: string[];
|
|
68257
68463
|
}>;
|
|
68258
68464
|
export declare const zBulkRemoveAListOfIssuesData: z.ZodObject<{
|
|
68259
68465
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -68670,17 +68876,17 @@ export declare const zBulkMutateAListOfIssuesResponse: z.ZodObject<{
|
|
|
68670
68876
|
export declare const zListATagSValuesForAnIssueData: z.ZodObject<{
|
|
68671
68877
|
body: z.ZodOptional<z.ZodNever>;
|
|
68672
68878
|
path: z.ZodObject<{
|
|
68673
|
-
issue_id: z.
|
|
68879
|
+
issue_id: z.ZodString;
|
|
68674
68880
|
organization_id_or_slug: z.ZodString;
|
|
68675
68881
|
key: z.ZodString;
|
|
68676
68882
|
}, "strip", z.ZodTypeAny, {
|
|
68677
68883
|
key: string;
|
|
68678
68884
|
organization_id_or_slug: string;
|
|
68679
|
-
issue_id:
|
|
68885
|
+
issue_id: string;
|
|
68680
68886
|
}, {
|
|
68681
68887
|
key: string;
|
|
68682
68888
|
organization_id_or_slug: string;
|
|
68683
|
-
issue_id:
|
|
68889
|
+
issue_id: string;
|
|
68684
68890
|
}>;
|
|
68685
68891
|
query: z.ZodOptional<z.ZodObject<{
|
|
68686
68892
|
sort: z.ZodOptional<z.ZodEnum<["age", "count", "date", "id"]>>;
|
|
@@ -68696,7 +68902,7 @@ export declare const zListATagSValuesForAnIssueData: z.ZodObject<{
|
|
|
68696
68902
|
path: {
|
|
68697
68903
|
key: string;
|
|
68698
68904
|
organization_id_or_slug: string;
|
|
68699
|
-
issue_id:
|
|
68905
|
+
issue_id: string;
|
|
68700
68906
|
};
|
|
68701
68907
|
query?: {
|
|
68702
68908
|
sort?: "date" | "id" | "age" | "count" | undefined;
|
|
@@ -68707,7 +68913,7 @@ export declare const zListATagSValuesForAnIssueData: z.ZodObject<{
|
|
|
68707
68913
|
path: {
|
|
68708
68914
|
key: string;
|
|
68709
68915
|
organization_id_or_slug: string;
|
|
68710
|
-
issue_id:
|
|
68916
|
+
issue_id: string;
|
|
68711
68917
|
};
|
|
68712
68918
|
query?: {
|
|
68713
68919
|
sort?: "date" | "id" | "age" | "count" | undefined;
|
|
@@ -70298,26 +70504,26 @@ export declare const zRemoveAnIssueData: z.ZodObject<{
|
|
|
70298
70504
|
body: z.ZodOptional<z.ZodNever>;
|
|
70299
70505
|
path: z.ZodObject<{
|
|
70300
70506
|
organization_id_or_slug: z.ZodString;
|
|
70301
|
-
issue_id: z.
|
|
70507
|
+
issue_id: z.ZodString;
|
|
70302
70508
|
}, "strip", z.ZodTypeAny, {
|
|
70303
70509
|
organization_id_or_slug: string;
|
|
70304
|
-
issue_id:
|
|
70510
|
+
issue_id: string;
|
|
70305
70511
|
}, {
|
|
70306
70512
|
organization_id_or_slug: string;
|
|
70307
|
-
issue_id:
|
|
70513
|
+
issue_id: string;
|
|
70308
70514
|
}>;
|
|
70309
70515
|
query: z.ZodOptional<z.ZodNever>;
|
|
70310
70516
|
}, "strip", z.ZodTypeAny, {
|
|
70311
70517
|
path: {
|
|
70312
70518
|
organization_id_or_slug: string;
|
|
70313
|
-
issue_id:
|
|
70519
|
+
issue_id: string;
|
|
70314
70520
|
};
|
|
70315
70521
|
query?: undefined;
|
|
70316
70522
|
body?: undefined;
|
|
70317
70523
|
}, {
|
|
70318
70524
|
path: {
|
|
70319
70525
|
organization_id_or_slug: string;
|
|
70320
|
-
issue_id:
|
|
70526
|
+
issue_id: string;
|
|
70321
70527
|
};
|
|
70322
70528
|
query?: undefined;
|
|
70323
70529
|
body?: undefined;
|
|
@@ -70326,13 +70532,13 @@ export declare const zRetrieveAnIssueData: z.ZodObject<{
|
|
|
70326
70532
|
body: z.ZodOptional<z.ZodNever>;
|
|
70327
70533
|
path: z.ZodObject<{
|
|
70328
70534
|
organization_id_or_slug: z.ZodString;
|
|
70329
|
-
issue_id: z.
|
|
70535
|
+
issue_id: z.ZodString;
|
|
70330
70536
|
}, "strip", z.ZodTypeAny, {
|
|
70331
70537
|
organization_id_or_slug: string;
|
|
70332
|
-
issue_id:
|
|
70538
|
+
issue_id: string;
|
|
70333
70539
|
}, {
|
|
70334
70540
|
organization_id_or_slug: string;
|
|
70335
|
-
issue_id:
|
|
70541
|
+
issue_id: string;
|
|
70336
70542
|
}>;
|
|
70337
70543
|
query: z.ZodOptional<z.ZodObject<{
|
|
70338
70544
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -70350,7 +70556,7 @@ export declare const zRetrieveAnIssueData: z.ZodObject<{
|
|
|
70350
70556
|
}, "strip", z.ZodTypeAny, {
|
|
70351
70557
|
path: {
|
|
70352
70558
|
organization_id_or_slug: string;
|
|
70353
|
-
issue_id:
|
|
70559
|
+
issue_id: string;
|
|
70354
70560
|
};
|
|
70355
70561
|
query?: {
|
|
70356
70562
|
environment?: string[] | undefined;
|
|
@@ -70361,7 +70567,7 @@ export declare const zRetrieveAnIssueData: z.ZodObject<{
|
|
|
70361
70567
|
}, {
|
|
70362
70568
|
path: {
|
|
70363
70569
|
organization_id_or_slug: string;
|
|
70364
|
-
issue_id:
|
|
70570
|
+
issue_id: string;
|
|
70365
70571
|
};
|
|
70366
70572
|
query?: {
|
|
70367
70573
|
environment?: string[] | undefined;
|
|
@@ -71139,13 +71345,13 @@ export declare const zUpdateAnIssueData: z.ZodObject<{
|
|
|
71139
71345
|
}>;
|
|
71140
71346
|
path: z.ZodObject<{
|
|
71141
71347
|
organization_id_or_slug: z.ZodString;
|
|
71142
|
-
issue_id: z.
|
|
71348
|
+
issue_id: z.ZodString;
|
|
71143
71349
|
}, "strip", z.ZodTypeAny, {
|
|
71144
71350
|
organization_id_or_slug: string;
|
|
71145
|
-
issue_id:
|
|
71351
|
+
issue_id: string;
|
|
71146
71352
|
}, {
|
|
71147
71353
|
organization_id_or_slug: string;
|
|
71148
|
-
issue_id:
|
|
71354
|
+
issue_id: string;
|
|
71149
71355
|
}>;
|
|
71150
71356
|
query: z.ZodOptional<z.ZodNever>;
|
|
71151
71357
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -71177,7 +71383,7 @@ export declare const zUpdateAnIssueData: z.ZodObject<{
|
|
|
71177
71383
|
};
|
|
71178
71384
|
path: {
|
|
71179
71385
|
organization_id_or_slug: string;
|
|
71180
|
-
issue_id:
|
|
71386
|
+
issue_id: string;
|
|
71181
71387
|
};
|
|
71182
71388
|
query?: undefined;
|
|
71183
71389
|
}, {
|
|
@@ -71209,7 +71415,7 @@ export declare const zUpdateAnIssueData: z.ZodObject<{
|
|
|
71209
71415
|
};
|
|
71210
71416
|
path: {
|
|
71211
71417
|
organization_id_or_slug: string;
|
|
71212
|
-
issue_id:
|
|
71418
|
+
issue_id: string;
|
|
71213
71419
|
};
|
|
71214
71420
|
query?: undefined;
|
|
71215
71421
|
}>;
|
|
@@ -71826,26 +72032,26 @@ export declare const zRetrieveSeerIssueFixStateData: z.ZodObject<{
|
|
|
71826
72032
|
body: z.ZodOptional<z.ZodNever>;
|
|
71827
72033
|
path: z.ZodObject<{
|
|
71828
72034
|
organization_id_or_slug: z.ZodString;
|
|
71829
|
-
issue_id: z.
|
|
72035
|
+
issue_id: z.ZodString;
|
|
71830
72036
|
}, "strip", z.ZodTypeAny, {
|
|
71831
72037
|
organization_id_or_slug: string;
|
|
71832
|
-
issue_id:
|
|
72038
|
+
issue_id: string;
|
|
71833
72039
|
}, {
|
|
71834
72040
|
organization_id_or_slug: string;
|
|
71835
|
-
issue_id:
|
|
72041
|
+
issue_id: string;
|
|
71836
72042
|
}>;
|
|
71837
72043
|
query: z.ZodOptional<z.ZodNever>;
|
|
71838
72044
|
}, "strip", z.ZodTypeAny, {
|
|
71839
72045
|
path: {
|
|
71840
72046
|
organization_id_or_slug: string;
|
|
71841
|
-
issue_id:
|
|
72047
|
+
issue_id: string;
|
|
71842
72048
|
};
|
|
71843
72049
|
query?: undefined;
|
|
71844
72050
|
body?: undefined;
|
|
71845
72051
|
}, {
|
|
71846
72052
|
path: {
|
|
71847
72053
|
organization_id_or_slug: string;
|
|
71848
|
-
issue_id:
|
|
72054
|
+
issue_id: string;
|
|
71849
72055
|
};
|
|
71850
72056
|
query?: undefined;
|
|
71851
72057
|
body?: undefined;
|
|
@@ -71894,19 +72100,19 @@ export declare const zStartSeerIssueFixData: z.ZodObject<{
|
|
|
71894
72100
|
}>>;
|
|
71895
72101
|
path: z.ZodObject<{
|
|
71896
72102
|
organization_id_or_slug: z.ZodString;
|
|
71897
|
-
issue_id: z.
|
|
72103
|
+
issue_id: z.ZodString;
|
|
71898
72104
|
}, "strip", z.ZodTypeAny, {
|
|
71899
72105
|
organization_id_or_slug: string;
|
|
71900
|
-
issue_id:
|
|
72106
|
+
issue_id: string;
|
|
71901
72107
|
}, {
|
|
71902
72108
|
organization_id_or_slug: string;
|
|
71903
|
-
issue_id:
|
|
72109
|
+
issue_id: string;
|
|
71904
72110
|
}>;
|
|
71905
72111
|
query: z.ZodOptional<z.ZodNever>;
|
|
71906
72112
|
}, "strip", z.ZodTypeAny, {
|
|
71907
72113
|
path: {
|
|
71908
72114
|
organization_id_or_slug: string;
|
|
71909
|
-
issue_id:
|
|
72115
|
+
issue_id: string;
|
|
71910
72116
|
};
|
|
71911
72117
|
query?: undefined;
|
|
71912
72118
|
body?: {
|
|
@@ -71923,7 +72129,7 @@ export declare const zStartSeerIssueFixData: z.ZodObject<{
|
|
|
71923
72129
|
}, {
|
|
71924
72130
|
path: {
|
|
71925
72131
|
organization_id_or_slug: string;
|
|
71926
|
-
issue_id:
|
|
72132
|
+
issue_id: string;
|
|
71927
72133
|
};
|
|
71928
72134
|
query?: undefined;
|
|
71929
72135
|
body?: {
|
|
@@ -71952,13 +72158,13 @@ export declare const zListAnIssueSEventsData: z.ZodObject<{
|
|
|
71952
72158
|
body: z.ZodOptional<z.ZodNever>;
|
|
71953
72159
|
path: z.ZodObject<{
|
|
71954
72160
|
organization_id_or_slug: z.ZodString;
|
|
71955
|
-
issue_id: z.
|
|
72161
|
+
issue_id: z.ZodString;
|
|
71956
72162
|
}, "strip", z.ZodTypeAny, {
|
|
71957
72163
|
organization_id_or_slug: string;
|
|
71958
|
-
issue_id:
|
|
72164
|
+
issue_id: string;
|
|
71959
72165
|
}, {
|
|
71960
72166
|
organization_id_or_slug: string;
|
|
71961
|
-
issue_id:
|
|
72167
|
+
issue_id: string;
|
|
71962
72168
|
}>;
|
|
71963
72169
|
query: z.ZodOptional<z.ZodObject<{
|
|
71964
72170
|
start: z.ZodOptional<z.ZodString>;
|
|
@@ -71991,7 +72197,7 @@ export declare const zListAnIssueSEventsData: z.ZodObject<{
|
|
|
71991
72197
|
}, "strip", z.ZodTypeAny, {
|
|
71992
72198
|
path: {
|
|
71993
72199
|
organization_id_or_slug: string;
|
|
71994
|
-
issue_id:
|
|
72200
|
+
issue_id: string;
|
|
71995
72201
|
};
|
|
71996
72202
|
query?: {
|
|
71997
72203
|
full: boolean;
|
|
@@ -72007,7 +72213,7 @@ export declare const zListAnIssueSEventsData: z.ZodObject<{
|
|
|
72007
72213
|
}, {
|
|
72008
72214
|
path: {
|
|
72009
72215
|
organization_id_or_slug: string;
|
|
72010
|
-
issue_id:
|
|
72216
|
+
issue_id: string;
|
|
72011
72217
|
};
|
|
72012
72218
|
query?: {
|
|
72013
72219
|
query?: string | undefined;
|
|
@@ -72134,16 +72340,16 @@ export declare const zRetrieveAnIssueEventData: z.ZodObject<{
|
|
|
72134
72340
|
body: z.ZodOptional<z.ZodNever>;
|
|
72135
72341
|
path: z.ZodObject<{
|
|
72136
72342
|
organization_id_or_slug: z.ZodString;
|
|
72137
|
-
issue_id: z.
|
|
72343
|
+
issue_id: z.ZodString;
|
|
72138
72344
|
event_id: z.ZodEnum<["latest", "oldest", "recommended"]>;
|
|
72139
72345
|
}, "strip", z.ZodTypeAny, {
|
|
72140
72346
|
organization_id_or_slug: string;
|
|
72141
72347
|
event_id: "latest" | "recommended" | "oldest";
|
|
72142
|
-
issue_id:
|
|
72348
|
+
issue_id: string;
|
|
72143
72349
|
}, {
|
|
72144
72350
|
organization_id_or_slug: string;
|
|
72145
72351
|
event_id: "latest" | "recommended" | "oldest";
|
|
72146
|
-
issue_id:
|
|
72352
|
+
issue_id: string;
|
|
72147
72353
|
}>;
|
|
72148
72354
|
query: z.ZodOptional<z.ZodObject<{
|
|
72149
72355
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -72156,7 +72362,7 @@ export declare const zRetrieveAnIssueEventData: z.ZodObject<{
|
|
|
72156
72362
|
path: {
|
|
72157
72363
|
organization_id_or_slug: string;
|
|
72158
72364
|
event_id: "latest" | "recommended" | "oldest";
|
|
72159
|
-
issue_id:
|
|
72365
|
+
issue_id: string;
|
|
72160
72366
|
};
|
|
72161
72367
|
query?: {
|
|
72162
72368
|
environment?: string[] | undefined;
|
|
@@ -72166,7 +72372,7 @@ export declare const zRetrieveAnIssueEventData: z.ZodObject<{
|
|
|
72166
72372
|
path: {
|
|
72167
72373
|
organization_id_or_slug: string;
|
|
72168
72374
|
event_id: "latest" | "recommended" | "oldest";
|
|
72169
|
-
issue_id:
|
|
72375
|
+
issue_id: string;
|
|
72170
72376
|
};
|
|
72171
72377
|
query?: {
|
|
72172
72378
|
environment?: string[] | undefined;
|
|
@@ -72629,26 +72835,26 @@ export declare const zRetrieveCustomIntegrationIssueLinksForTheGivenSentryIssueD
|
|
|
72629
72835
|
body: z.ZodOptional<z.ZodNever>;
|
|
72630
72836
|
path: z.ZodObject<{
|
|
72631
72837
|
organization_id_or_slug: z.ZodString;
|
|
72632
|
-
issue_id: z.
|
|
72838
|
+
issue_id: z.ZodString;
|
|
72633
72839
|
}, "strip", z.ZodTypeAny, {
|
|
72634
72840
|
organization_id_or_slug: string;
|
|
72635
|
-
issue_id:
|
|
72841
|
+
issue_id: string;
|
|
72636
72842
|
}, {
|
|
72637
72843
|
organization_id_or_slug: string;
|
|
72638
|
-
issue_id:
|
|
72844
|
+
issue_id: string;
|
|
72639
72845
|
}>;
|
|
72640
72846
|
query: z.ZodOptional<z.ZodNever>;
|
|
72641
72847
|
}, "strip", z.ZodTypeAny, {
|
|
72642
72848
|
path: {
|
|
72643
72849
|
organization_id_or_slug: string;
|
|
72644
|
-
issue_id:
|
|
72850
|
+
issue_id: string;
|
|
72645
72851
|
};
|
|
72646
72852
|
query?: undefined;
|
|
72647
72853
|
body?: undefined;
|
|
72648
72854
|
}, {
|
|
72649
72855
|
path: {
|
|
72650
72856
|
organization_id_or_slug: string;
|
|
72651
|
-
issue_id:
|
|
72857
|
+
issue_id: string;
|
|
72652
72858
|
};
|
|
72653
72859
|
query?: undefined;
|
|
72654
72860
|
body?: undefined;
|
|
@@ -72676,13 +72882,13 @@ export declare const zListAnIssueSHashesData: z.ZodObject<{
|
|
|
72676
72882
|
body: z.ZodOptional<z.ZodNever>;
|
|
72677
72883
|
path: z.ZodObject<{
|
|
72678
72884
|
organization_id_or_slug: z.ZodString;
|
|
72679
|
-
issue_id: z.
|
|
72885
|
+
issue_id: z.ZodString;
|
|
72680
72886
|
}, "strip", z.ZodTypeAny, {
|
|
72681
72887
|
organization_id_or_slug: string;
|
|
72682
|
-
issue_id:
|
|
72888
|
+
issue_id: string;
|
|
72683
72889
|
}, {
|
|
72684
72890
|
organization_id_or_slug: string;
|
|
72685
|
-
issue_id:
|
|
72891
|
+
issue_id: string;
|
|
72686
72892
|
}>;
|
|
72687
72893
|
query: z.ZodOptional<z.ZodObject<{
|
|
72688
72894
|
full: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -72697,7 +72903,7 @@ export declare const zListAnIssueSHashesData: z.ZodObject<{
|
|
|
72697
72903
|
}, "strip", z.ZodTypeAny, {
|
|
72698
72904
|
path: {
|
|
72699
72905
|
organization_id_or_slug: string;
|
|
72700
|
-
issue_id:
|
|
72906
|
+
issue_id: string;
|
|
72701
72907
|
};
|
|
72702
72908
|
query?: {
|
|
72703
72909
|
full: boolean;
|
|
@@ -72707,7 +72913,7 @@ export declare const zListAnIssueSHashesData: z.ZodObject<{
|
|
|
72707
72913
|
}, {
|
|
72708
72914
|
path: {
|
|
72709
72915
|
organization_id_or_slug: string;
|
|
72710
|
-
issue_id:
|
|
72916
|
+
issue_id: string;
|
|
72711
72917
|
};
|
|
72712
72918
|
query?: {
|
|
72713
72919
|
full?: boolean | undefined;
|
|
@@ -73144,17 +73350,17 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
73144
73350
|
export declare const zRetrieveTagDetailsData: z.ZodObject<{
|
|
73145
73351
|
body: z.ZodOptional<z.ZodNever>;
|
|
73146
73352
|
path: z.ZodObject<{
|
|
73147
|
-
issue_id: z.
|
|
73353
|
+
issue_id: z.ZodString;
|
|
73148
73354
|
organization_id_or_slug: z.ZodString;
|
|
73149
73355
|
key: z.ZodString;
|
|
73150
73356
|
}, "strip", z.ZodTypeAny, {
|
|
73151
73357
|
key: string;
|
|
73152
73358
|
organization_id_or_slug: string;
|
|
73153
|
-
issue_id:
|
|
73359
|
+
issue_id: string;
|
|
73154
73360
|
}, {
|
|
73155
73361
|
key: string;
|
|
73156
73362
|
organization_id_or_slug: string;
|
|
73157
|
-
issue_id:
|
|
73363
|
+
issue_id: string;
|
|
73158
73364
|
}>;
|
|
73159
73365
|
query: z.ZodOptional<z.ZodObject<{
|
|
73160
73366
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -73167,7 +73373,7 @@ export declare const zRetrieveTagDetailsData: z.ZodObject<{
|
|
|
73167
73373
|
path: {
|
|
73168
73374
|
key: string;
|
|
73169
73375
|
organization_id_or_slug: string;
|
|
73170
|
-
issue_id:
|
|
73376
|
+
issue_id: string;
|
|
73171
73377
|
};
|
|
73172
73378
|
query?: {
|
|
73173
73379
|
environment?: string[] | undefined;
|
|
@@ -73177,7 +73383,7 @@ export declare const zRetrieveTagDetailsData: z.ZodObject<{
|
|
|
73177
73383
|
path: {
|
|
73178
73384
|
key: string;
|
|
73179
73385
|
organization_id_or_slug: string;
|
|
73180
|
-
issue_id:
|
|
73386
|
+
issue_id: string;
|
|
73181
73387
|
};
|
|
73182
73388
|
query?: {
|
|
73183
73389
|
environment?: string[] | undefined;
|