@sentry/api 0.192.0 → 0.194.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 +668 -668
- package/dist/pagination.gen.d.ts +585 -585
- package/dist/sdk.gen.d.ts +217 -217
- package/dist/types.gen.d.ts +845 -845
- package/dist/zod.gen.d.ts +424 -424
- package/dist/zod.js +849 -849
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -26227,7 +26227,7 @@ export declare const zOrganizationMemberRequestWritable: z.ZodObject<{
|
|
|
26227
26227
|
reinvite?: boolean | undefined;
|
|
26228
26228
|
sendInvite?: boolean | undefined;
|
|
26229
26229
|
}>;
|
|
26230
|
-
export declare const
|
|
26230
|
+
export declare const zListOrganizationsData: z.ZodObject<{
|
|
26231
26231
|
body: z.ZodOptional<z.ZodNever>;
|
|
26232
26232
|
path: z.ZodOptional<z.ZodNever>;
|
|
26233
26233
|
query: z.ZodOptional<z.ZodObject<{
|
|
@@ -26270,7 +26270,7 @@ export declare const zListYourOrganizationsData: z.ZodObject<{
|
|
|
26270
26270
|
body?: undefined;
|
|
26271
26271
|
path?: undefined;
|
|
26272
26272
|
}>;
|
|
26273
|
-
export declare const
|
|
26273
|
+
export declare const zListOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
26274
26274
|
features: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26275
26275
|
extraOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
26276
26276
|
access: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -26405,7 +26405,7 @@ export declare const zListYourOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
26405
26405
|
data?: unknown;
|
|
26406
26406
|
}[] | undefined;
|
|
26407
26407
|
}>, "many">;
|
|
26408
|
-
export declare const
|
|
26408
|
+
export declare const zGetOrganizationData: z.ZodObject<{
|
|
26409
26409
|
body: z.ZodOptional<z.ZodNever>;
|
|
26410
26410
|
path: z.ZodObject<{
|
|
26411
26411
|
organization_id_or_slug: z.ZodString;
|
|
@@ -26438,7 +26438,7 @@ export declare const zRetrieveAnOrganizationData: z.ZodObject<{
|
|
|
26438
26438
|
} | undefined;
|
|
26439
26439
|
body?: undefined;
|
|
26440
26440
|
}>;
|
|
26441
|
-
export declare const
|
|
26441
|
+
export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
26442
26442
|
features: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26443
26443
|
extraOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
26444
26444
|
access: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -26573,7 +26573,7 @@ export declare const zRetrieveAnOrganizationResponse: z.ZodObject<{
|
|
|
26573
26573
|
data?: unknown;
|
|
26574
26574
|
}[] | undefined;
|
|
26575
26575
|
}>;
|
|
26576
|
-
export declare const
|
|
26576
|
+
export declare const zUpdateOrganizationData: z.ZodObject<{
|
|
26577
26577
|
body: z.ZodOptional<z.ZodObject<{
|
|
26578
26578
|
slug: z.ZodOptional<z.ZodString>;
|
|
26579
26579
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -26751,7 +26751,7 @@ export declare const zUpdateAnOrganizationData: z.ZodObject<{
|
|
|
26751
26751
|
cancelDeletion?: boolean | undefined;
|
|
26752
26752
|
} | undefined;
|
|
26753
26753
|
}>;
|
|
26754
|
-
export declare const
|
|
26754
|
+
export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
26755
26755
|
features: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
26756
26756
|
extraOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
26757
26757
|
access: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -28211,7 +28211,7 @@ export declare const zUpdateAnOrganizationResponse: z.ZodObject<{
|
|
|
28211
28211
|
planSampleRate?: number | undefined;
|
|
28212
28212
|
desiredSampleRate?: number | undefined;
|
|
28213
28213
|
}>;
|
|
28214
|
-
export declare const
|
|
28214
|
+
export declare const zListOrganizationConfigIntegrationsData: z.ZodObject<{
|
|
28215
28215
|
body: z.ZodOptional<z.ZodNever>;
|
|
28216
28216
|
path: z.ZodObject<{
|
|
28217
28217
|
organization_id_or_slug: z.ZodString;
|
|
@@ -28244,7 +28244,7 @@ export declare const zGetIntegrationProviderInformationData: z.ZodObject<{
|
|
|
28244
28244
|
} | undefined;
|
|
28245
28245
|
body?: undefined;
|
|
28246
28246
|
}>;
|
|
28247
|
-
export declare const
|
|
28247
|
+
export declare const zListOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
28248
28248
|
providers: z.ZodArray<z.ZodObject<{
|
|
28249
28249
|
key: z.ZodString;
|
|
28250
28250
|
slug: z.ZodString;
|
|
@@ -28296,7 +28296,7 @@ export declare const zGetIntegrationProviderInformationResponse: z.ZodObject<{
|
|
|
28296
28296
|
metadata?: unknown;
|
|
28297
28297
|
}[];
|
|
28298
28298
|
}>;
|
|
28299
|
-
export declare const
|
|
28299
|
+
export declare const zListOrganizationDashboardsData: z.ZodObject<{
|
|
28300
28300
|
body: z.ZodOptional<z.ZodNever>;
|
|
28301
28301
|
path: z.ZodObject<{
|
|
28302
28302
|
organization_id_or_slug: z.ZodString;
|
|
@@ -28334,7 +28334,7 @@ export declare const zListAnOrganizationSCustomDashboardsData: z.ZodObject<{
|
|
|
28334
28334
|
} | undefined;
|
|
28335
28335
|
body?: undefined;
|
|
28336
28336
|
}>;
|
|
28337
|
-
export declare const
|
|
28337
|
+
export declare const zListOrganizationDashboardsResponse: z.ZodArray<z.ZodObject<{
|
|
28338
28338
|
id: z.ZodString;
|
|
28339
28339
|
title: z.ZodString;
|
|
28340
28340
|
dateCreated: z.ZodString;
|
|
@@ -28681,7 +28681,7 @@ export declare const zListAnOrganizationSCustomDashboardsResponse: z.ZodArray<z.
|
|
|
28681
28681
|
widgetDisplay: string[];
|
|
28682
28682
|
widgetPreview: Record<string, string>[];
|
|
28683
28683
|
}>, "many">;
|
|
28684
|
-
export declare const
|
|
28684
|
+
export declare const zCreateOrganizationDashboardData: z.ZodObject<{
|
|
28685
28685
|
body: z.ZodObject<{
|
|
28686
28686
|
title: z.ZodString;
|
|
28687
28687
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -29127,7 +29127,7 @@ export declare const zCreateANewDashboardForAnOrganizationData: z.ZodObject<{
|
|
|
29127
29127
|
};
|
|
29128
29128
|
query?: undefined;
|
|
29129
29129
|
}>;
|
|
29130
|
-
export declare const
|
|
29130
|
+
export declare const zCreateOrganizationDashboardResponse: z.ZodObject<{
|
|
29131
29131
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
29132
29132
|
period: z.ZodOptional<z.ZodString>;
|
|
29133
29133
|
utc: z.ZodOptional<z.ZodString>;
|
|
@@ -29790,7 +29790,7 @@ export declare const zCreateANewDashboardForAnOrganizationResponse: z.ZodObject<
|
|
|
29790
29790
|
utc?: string | undefined;
|
|
29791
29791
|
expired?: boolean | undefined;
|
|
29792
29792
|
}>;
|
|
29793
|
-
export declare const
|
|
29793
|
+
export declare const zDeleteOrganizationDashboardData: z.ZodObject<{
|
|
29794
29794
|
body: z.ZodOptional<z.ZodNever>;
|
|
29795
29795
|
path: z.ZodObject<{
|
|
29796
29796
|
organization_id_or_slug: z.ZodString;
|
|
@@ -29821,8 +29821,8 @@ export declare const zDeleteAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
29821
29821
|
/**
|
|
29822
29822
|
* No Content
|
|
29823
29823
|
*/
|
|
29824
|
-
export declare const
|
|
29825
|
-
export declare const
|
|
29824
|
+
export declare const zDeleteOrganizationDashboardResponse: z.ZodVoid;
|
|
29825
|
+
export declare const zGetOrganizationDashboardData: z.ZodObject<{
|
|
29826
29826
|
body: z.ZodOptional<z.ZodNever>;
|
|
29827
29827
|
path: z.ZodObject<{
|
|
29828
29828
|
organization_id_or_slug: z.ZodString;
|
|
@@ -29850,7 +29850,7 @@ export declare const zRetrieveAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
29850
29850
|
query?: undefined;
|
|
29851
29851
|
body?: undefined;
|
|
29852
29852
|
}>;
|
|
29853
|
-
export declare const
|
|
29853
|
+
export declare const zGetOrganizationDashboardResponse: z.ZodObject<{
|
|
29854
29854
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
29855
29855
|
period: z.ZodOptional<z.ZodString>;
|
|
29856
29856
|
utc: z.ZodOptional<z.ZodString>;
|
|
@@ -30513,7 +30513,7 @@ export declare const zRetrieveAnOrganizationSCustomDashboardResponse: z.ZodObjec
|
|
|
30513
30513
|
utc?: string | undefined;
|
|
30514
30514
|
expired?: boolean | undefined;
|
|
30515
30515
|
}>;
|
|
30516
|
-
export declare const
|
|
30516
|
+
export declare const zUpdateOrganizationDashboardData: z.ZodObject<{
|
|
30517
30517
|
body: z.ZodOptional<z.ZodObject<{
|
|
30518
30518
|
id: z.ZodOptional<z.ZodString>;
|
|
30519
30519
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -30959,7 +30959,7 @@ export declare const zEditAnOrganizationSCustomDashboardData: z.ZodObject<{
|
|
|
30959
30959
|
} | null | undefined;
|
|
30960
30960
|
} | undefined;
|
|
30961
30961
|
}>;
|
|
30962
|
-
export declare const
|
|
30962
|
+
export declare const zUpdateOrganizationDashboardResponse: z.ZodObject<{
|
|
30963
30963
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
30964
30964
|
period: z.ZodOptional<z.ZodString>;
|
|
30965
30965
|
utc: z.ZodOptional<z.ZodString>;
|
|
@@ -31622,7 +31622,7 @@ export declare const zEditAnOrganizationSCustomDashboardResponse: z.ZodObject<{
|
|
|
31622
31622
|
utc?: string | undefined;
|
|
31623
31623
|
expired?: boolean | undefined;
|
|
31624
31624
|
}>;
|
|
31625
|
-
export declare const
|
|
31625
|
+
export declare const zDeleteOrganizationDetectorsData: z.ZodObject<{
|
|
31626
31626
|
body: z.ZodOptional<z.ZodNever>;
|
|
31627
31627
|
path: z.ZodObject<{
|
|
31628
31628
|
organization_id_or_slug: z.ZodString;
|
|
@@ -31670,8 +31670,8 @@ export declare const zBulkDeleteMonitorsData: z.ZodObject<{
|
|
|
31670
31670
|
} | undefined;
|
|
31671
31671
|
body?: undefined;
|
|
31672
31672
|
}>;
|
|
31673
|
-
export declare const
|
|
31674
|
-
export declare const
|
|
31673
|
+
export declare const zDeleteOrganizationDetectorsResponse: z.ZodUnion<[z.ZodUnknown, z.ZodVoid]>;
|
|
31674
|
+
export declare const zListOrganizationDetectorsData: z.ZodObject<{
|
|
31675
31675
|
body: z.ZodOptional<z.ZodNever>;
|
|
31676
31676
|
path: z.ZodObject<{
|
|
31677
31677
|
organization_id_or_slug: z.ZodString;
|
|
@@ -31719,7 +31719,7 @@ export declare const zFetchAnOrganizationSMonitorsData: z.ZodObject<{
|
|
|
31719
31719
|
} | undefined;
|
|
31720
31720
|
body?: undefined;
|
|
31721
31721
|
}>;
|
|
31722
|
-
export declare const
|
|
31722
|
+
export declare const zListOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<{
|
|
31723
31723
|
owner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
31724
31724
|
type: z.ZodEnum<["user", "team"]>;
|
|
31725
31725
|
id: z.ZodString;
|
|
@@ -31793,7 +31793,7 @@ export declare const zFetchAnOrganizationSMonitorsResponse: z.ZodArray<z.ZodObje
|
|
|
31793
31793
|
createdBy?: string | null | undefined;
|
|
31794
31794
|
latestGroup?: Record<string, unknown> | null | undefined;
|
|
31795
31795
|
}>, "many">;
|
|
31796
|
-
export declare const
|
|
31796
|
+
export declare const zUpdateOrganizationDetectorsData: z.ZodObject<{
|
|
31797
31797
|
body: z.ZodObject<{
|
|
31798
31798
|
enabled: z.ZodBoolean;
|
|
31799
31799
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31846,7 +31846,7 @@ export declare const zMutateAnOrganizationSMonitorsData: z.ZodObject<{
|
|
|
31846
31846
|
project?: number[] | undefined;
|
|
31847
31847
|
} | undefined;
|
|
31848
31848
|
}>;
|
|
31849
|
-
export declare const
|
|
31849
|
+
export declare const zUpdateOrganizationDetectorsResponse: z.ZodArray<z.ZodObject<{
|
|
31850
31850
|
owner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
31851
31851
|
type: z.ZodEnum<["user", "team"]>;
|
|
31852
31852
|
id: z.ZodString;
|
|
@@ -31920,7 +31920,7 @@ export declare const zMutateAnOrganizationSMonitorsResponse: z.ZodArray<z.ZodObj
|
|
|
31920
31920
|
createdBy?: string | null | undefined;
|
|
31921
31921
|
latestGroup?: Record<string, unknown> | null | undefined;
|
|
31922
31922
|
}>, "many">;
|
|
31923
|
-
export declare const
|
|
31923
|
+
export declare const zDeleteOrganizationDetectorData: z.ZodObject<{
|
|
31924
31924
|
body: z.ZodOptional<z.ZodNever>;
|
|
31925
31925
|
path: z.ZodObject<{
|
|
31926
31926
|
organization_id_or_slug: z.ZodString;
|
|
@@ -31951,8 +31951,8 @@ export declare const zDeleteAMonitorData: z.ZodObject<{
|
|
|
31951
31951
|
/**
|
|
31952
31952
|
* No Content
|
|
31953
31953
|
*/
|
|
31954
|
-
export declare const
|
|
31955
|
-
export declare const
|
|
31954
|
+
export declare const zDeleteOrganizationDetectorResponse: z.ZodVoid;
|
|
31955
|
+
export declare const zGetOrganizationDetectorData: z.ZodObject<{
|
|
31956
31956
|
body: z.ZodOptional<z.ZodNever>;
|
|
31957
31957
|
path: z.ZodObject<{
|
|
31958
31958
|
organization_id_or_slug: z.ZodString;
|
|
@@ -31980,7 +31980,7 @@ export declare const zFetchAMonitorData: z.ZodObject<{
|
|
|
31980
31980
|
query?: undefined;
|
|
31981
31981
|
body?: undefined;
|
|
31982
31982
|
}>;
|
|
31983
|
-
export declare const
|
|
31983
|
+
export declare const zGetOrganizationDetectorResponse: z.ZodObject<{
|
|
31984
31984
|
owner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
31985
31985
|
type: z.ZodEnum<["user", "team"]>;
|
|
31986
31986
|
id: z.ZodString;
|
|
@@ -32054,7 +32054,7 @@ export declare const zFetchAMonitorResponse: z.ZodObject<{
|
|
|
32054
32054
|
createdBy?: string | null | undefined;
|
|
32055
32055
|
latestGroup?: Record<string, unknown> | null | undefined;
|
|
32056
32056
|
}>;
|
|
32057
|
-
export declare const
|
|
32057
|
+
export declare const zUpdateOrganizationDetectorData: z.ZodObject<{
|
|
32058
32058
|
body: z.ZodObject<{
|
|
32059
32059
|
name: z.ZodString;
|
|
32060
32060
|
type: z.ZodString;
|
|
@@ -32160,7 +32160,7 @@ export declare const zUpdateAMonitorByIdData: z.ZodObject<{
|
|
|
32160
32160
|
};
|
|
32161
32161
|
query?: undefined;
|
|
32162
32162
|
}>;
|
|
32163
|
-
export declare const
|
|
32163
|
+
export declare const zUpdateOrganizationDetectorResponse: z.ZodObject<{
|
|
32164
32164
|
owner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
32165
32165
|
type: z.ZodEnum<["user", "team"]>;
|
|
32166
32166
|
id: z.ZodString;
|
|
@@ -32234,7 +32234,7 @@ export declare const zUpdateAMonitorByIdResponse: z.ZodObject<{
|
|
|
32234
32234
|
createdBy?: string | null | undefined;
|
|
32235
32235
|
latestGroup?: Record<string, unknown> | null | undefined;
|
|
32236
32236
|
}>;
|
|
32237
|
-
export declare const
|
|
32237
|
+
export declare const zListOrganizationDiscoverSavedData: z.ZodObject<{
|
|
32238
32238
|
body: z.ZodOptional<z.ZodNever>;
|
|
32239
32239
|
path: z.ZodObject<{
|
|
32240
32240
|
organization_id_or_slug: z.ZodString;
|
|
@@ -32282,7 +32282,7 @@ export declare const zListAnOrganizationSDiscoverSavedQueriesData: z.ZodObject<{
|
|
|
32282
32282
|
} | undefined;
|
|
32283
32283
|
body?: undefined;
|
|
32284
32284
|
}>;
|
|
32285
|
-
export declare const
|
|
32285
|
+
export declare const zListOrganizationDiscoverSavedResponse: z.ZodArray<z.ZodObject<{
|
|
32286
32286
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
32287
32287
|
query: z.ZodOptional<z.ZodString>;
|
|
32288
32288
|
fields: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -32633,7 +32633,7 @@ export declare const zListAnOrganizationSDiscoverSavedQueriesResponse: z.ZodArra
|
|
|
32633
32633
|
aggregations?: string[] | undefined;
|
|
32634
32634
|
exploreQuery?: Record<string, unknown> | undefined;
|
|
32635
32635
|
}>, "many">;
|
|
32636
|
-
export declare const
|
|
32636
|
+
export declare const zCreateOrganizationDiscoverSavedData: z.ZodObject<{
|
|
32637
32637
|
body: z.ZodObject<{
|
|
32638
32638
|
name: z.ZodString;
|
|
32639
32639
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
@@ -32731,7 +32731,7 @@ export declare const zCreateANewSavedQueryData: z.ZodObject<{
|
|
|
32731
32731
|
};
|
|
32732
32732
|
query?: undefined;
|
|
32733
32733
|
}>;
|
|
32734
|
-
export declare const
|
|
32734
|
+
export declare const zCreateOrganizationDiscoverSavedResponse: z.ZodObject<{
|
|
32735
32735
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
32736
32736
|
query: z.ZodOptional<z.ZodString>;
|
|
32737
32737
|
fields: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -33082,7 +33082,7 @@ export declare const zCreateANewSavedQueryResponse: z.ZodObject<{
|
|
|
33082
33082
|
aggregations?: string[] | undefined;
|
|
33083
33083
|
exploreQuery?: Record<string, unknown> | undefined;
|
|
33084
33084
|
}>;
|
|
33085
|
-
export declare const
|
|
33085
|
+
export declare const zDeleteOrganizationDiscoverSavedData: z.ZodObject<{
|
|
33086
33086
|
body: z.ZodOptional<z.ZodNever>;
|
|
33087
33087
|
path: z.ZodObject<{
|
|
33088
33088
|
organization_id_or_slug: z.ZodString;
|
|
@@ -33113,8 +33113,8 @@ export declare const zDeleteAnOrganizationSDiscoverSavedQueryData: z.ZodObject<{
|
|
|
33113
33113
|
/**
|
|
33114
33114
|
* No Content
|
|
33115
33115
|
*/
|
|
33116
|
-
export declare const
|
|
33117
|
-
export declare const
|
|
33116
|
+
export declare const zDeleteOrganizationDiscoverSavedResponse: z.ZodVoid;
|
|
33117
|
+
export declare const zGetOrganizationDiscoverSavedData: z.ZodObject<{
|
|
33118
33118
|
body: z.ZodOptional<z.ZodNever>;
|
|
33119
33119
|
path: z.ZodObject<{
|
|
33120
33120
|
organization_id_or_slug: z.ZodString;
|
|
@@ -33142,7 +33142,7 @@ export declare const zRetrieveAnOrganizationSDiscoverSavedQueryData: z.ZodObject
|
|
|
33142
33142
|
query?: undefined;
|
|
33143
33143
|
body?: undefined;
|
|
33144
33144
|
}>;
|
|
33145
|
-
export declare const
|
|
33145
|
+
export declare const zGetOrganizationDiscoverSavedResponse: z.ZodObject<{
|
|
33146
33146
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
33147
33147
|
query: z.ZodOptional<z.ZodString>;
|
|
33148
33148
|
fields: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -33493,7 +33493,7 @@ export declare const zRetrieveAnOrganizationSDiscoverSavedQueryResponse: z.ZodOb
|
|
|
33493
33493
|
aggregations?: string[] | undefined;
|
|
33494
33494
|
exploreQuery?: Record<string, unknown> | undefined;
|
|
33495
33495
|
}>;
|
|
33496
|
-
export declare const
|
|
33496
|
+
export declare const zUpdateOrganizationDiscoverSavedData: z.ZodObject<{
|
|
33497
33497
|
body: z.ZodObject<{
|
|
33498
33498
|
name: z.ZodString;
|
|
33499
33499
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
@@ -33596,7 +33596,7 @@ export declare const zEditAnOrganizationSDiscoverSavedQueryData: z.ZodObject<{
|
|
|
33596
33596
|
};
|
|
33597
33597
|
query?: undefined;
|
|
33598
33598
|
}>;
|
|
33599
|
-
export declare const
|
|
33599
|
+
export declare const zUpdateOrganizationDiscoverSavedResponse: z.ZodObject<{
|
|
33600
33600
|
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
33601
33601
|
query: z.ZodOptional<z.ZodString>;
|
|
33602
33602
|
fields: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -33947,7 +33947,7 @@ export declare const zEditAnOrganizationSDiscoverSavedQueryResponse: z.ZodObject
|
|
|
33947
33947
|
aggregations?: string[] | undefined;
|
|
33948
33948
|
exploreQuery?: Record<string, unknown> | undefined;
|
|
33949
33949
|
}>;
|
|
33950
|
-
export declare const
|
|
33950
|
+
export declare const zListOrganizationEnvironmentsData: z.ZodObject<{
|
|
33951
33951
|
body: z.ZodOptional<z.ZodNever>;
|
|
33952
33952
|
path: z.ZodObject<{
|
|
33953
33953
|
organization_id_or_slug: z.ZodString;
|
|
@@ -33980,7 +33980,7 @@ export declare const zListAnOrganizationSEnvironmentsData: z.ZodObject<{
|
|
|
33980
33980
|
} | undefined;
|
|
33981
33981
|
body?: undefined;
|
|
33982
33982
|
}>;
|
|
33983
|
-
export declare const
|
|
33983
|
+
export declare const zListOrganizationEnvironmentsResponse: z.ZodArray<z.ZodObject<{
|
|
33984
33984
|
id: z.ZodString;
|
|
33985
33985
|
name: z.ZodString;
|
|
33986
33986
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33990,7 +33990,7 @@ export declare const zListAnOrganizationSEnvironmentsResponse: z.ZodArray<z.ZodO
|
|
|
33990
33990
|
name: string;
|
|
33991
33991
|
id: string;
|
|
33992
33992
|
}>, "many">;
|
|
33993
|
-
export declare const
|
|
33993
|
+
export declare const zGetOrganizationEventidData: z.ZodObject<{
|
|
33994
33994
|
body: z.ZodOptional<z.ZodNever>;
|
|
33995
33995
|
path: z.ZodObject<{
|
|
33996
33996
|
organization_id_or_slug: z.ZodString;
|
|
@@ -34018,7 +34018,7 @@ export declare const zResolveAnEventIdData: z.ZodObject<{
|
|
|
34018
34018
|
query?: undefined;
|
|
34019
34019
|
body?: undefined;
|
|
34020
34020
|
}>;
|
|
34021
|
-
export declare const
|
|
34021
|
+
export declare const zGetOrganizationEventidResponse: z.ZodObject<{
|
|
34022
34022
|
organizationSlug: z.ZodString;
|
|
34023
34023
|
projectSlug: z.ZodString;
|
|
34024
34024
|
groupId: z.ZodString;
|
|
@@ -34286,7 +34286,7 @@ export declare const zResolveAnEventIdResponse: z.ZodObject<{
|
|
|
34286
34286
|
breakdowns?: unknown;
|
|
34287
34287
|
};
|
|
34288
34288
|
}>;
|
|
34289
|
-
export declare const
|
|
34289
|
+
export declare const zListOrganizationEventsData: z.ZodObject<{
|
|
34290
34290
|
body: z.ZodOptional<z.ZodNever>;
|
|
34291
34291
|
path: z.ZodObject<{
|
|
34292
34292
|
organization_id_or_slug: z.ZodString;
|
|
@@ -34374,7 +34374,7 @@ export declare const zQueryExploreEventsInTableFormatData: z.ZodObject<{
|
|
|
34374
34374
|
};
|
|
34375
34375
|
body?: undefined;
|
|
34376
34376
|
}>;
|
|
34377
|
-
export declare const
|
|
34377
|
+
export declare const zListOrganizationEventsResponse: z.ZodObject<{
|
|
34378
34378
|
data: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
34379
34379
|
meta: z.ZodObject<{
|
|
34380
34380
|
fields: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -34409,7 +34409,7 @@ export declare const zQueryExploreEventsInTableFormatResponse: z.ZodObject<{
|
|
|
34409
34409
|
isMetricsExtractedData?: boolean | undefined;
|
|
34410
34410
|
};
|
|
34411
34411
|
}>;
|
|
34412
|
-
export declare const
|
|
34412
|
+
export declare const zListOrganizationEventsTimeseriesData: z.ZodObject<{
|
|
34413
34413
|
body: z.ZodOptional<z.ZodNever>;
|
|
34414
34414
|
path: z.ZodObject<{
|
|
34415
34415
|
organization_id_or_slug: z.ZodString;
|
|
@@ -34517,7 +34517,7 @@ export declare const zQueryExploreEventsInTimeseriesFormatData: z.ZodObject<{
|
|
|
34517
34517
|
};
|
|
34518
34518
|
body?: undefined;
|
|
34519
34519
|
}>;
|
|
34520
|
-
export declare const
|
|
34520
|
+
export declare const zListOrganizationEventsTimeseriesResponse: z.ZodObject<{
|
|
34521
34521
|
meta: z.ZodOptional<z.ZodObject<{
|
|
34522
34522
|
dataset: z.ZodString;
|
|
34523
34523
|
start: z.ZodNumber;
|
|
@@ -34705,7 +34705,7 @@ export declare const zQueryExploreEventsInTimeseriesFormatResponse: z.ZodObject<
|
|
|
34705
34705
|
start: number;
|
|
34706
34706
|
} | undefined;
|
|
34707
34707
|
}>;
|
|
34708
|
-
export declare const
|
|
34708
|
+
export declare const zCreateOrganizationExternalUserData: z.ZodObject<{
|
|
34709
34709
|
body: z.ZodObject<{
|
|
34710
34710
|
user_id: z.ZodNumber;
|
|
34711
34711
|
external_name: z.ZodString;
|
|
@@ -34763,7 +34763,7 @@ export declare const zCreateAnExternalUserData: z.ZodObject<{
|
|
|
34763
34763
|
};
|
|
34764
34764
|
query?: undefined;
|
|
34765
34765
|
}>;
|
|
34766
|
-
export declare const
|
|
34766
|
+
export declare const zCreateOrganizationExternalUserResponse: z.ZodUnion<[z.ZodObject<{
|
|
34767
34767
|
externalId: z.ZodOptional<z.ZodString>;
|
|
34768
34768
|
userId: z.ZodOptional<z.ZodString>;
|
|
34769
34769
|
teamId: z.ZodOptional<z.ZodString>;
|
|
@@ -34812,7 +34812,7 @@ export declare const zCreateAnExternalUserResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
34812
34812
|
userId?: string | undefined;
|
|
34813
34813
|
teamId?: string | undefined;
|
|
34814
34814
|
}>]>;
|
|
34815
|
-
export declare const
|
|
34815
|
+
export declare const zDeleteOrganizationExternalUserData: z.ZodObject<{
|
|
34816
34816
|
body: z.ZodOptional<z.ZodNever>;
|
|
34817
34817
|
path: z.ZodObject<{
|
|
34818
34818
|
organization_id_or_slug: z.ZodString;
|
|
@@ -34843,8 +34843,8 @@ export declare const zDeleteAnExternalUserData: z.ZodObject<{
|
|
|
34843
34843
|
/**
|
|
34844
34844
|
* No Content
|
|
34845
34845
|
*/
|
|
34846
|
-
export declare const
|
|
34847
|
-
export declare const
|
|
34846
|
+
export declare const zDeleteOrganizationExternalUserResponse: z.ZodVoid;
|
|
34847
|
+
export declare const zUpdateOrganizationExternalUserData: z.ZodObject<{
|
|
34848
34848
|
body: z.ZodObject<{
|
|
34849
34849
|
user_id: z.ZodNumber;
|
|
34850
34850
|
external_name: z.ZodString;
|
|
@@ -34907,7 +34907,7 @@ export declare const zUpdateAnExternalUserData: z.ZodObject<{
|
|
|
34907
34907
|
};
|
|
34908
34908
|
query?: undefined;
|
|
34909
34909
|
}>;
|
|
34910
|
-
export declare const
|
|
34910
|
+
export declare const zUpdateOrganizationExternalUserResponse: z.ZodObject<{
|
|
34911
34911
|
externalId: z.ZodOptional<z.ZodString>;
|
|
34912
34912
|
userId: z.ZodOptional<z.ZodString>;
|
|
34913
34913
|
teamId: z.ZodOptional<z.ZodString>;
|
|
@@ -34932,7 +34932,7 @@ export declare const zUpdateAnExternalUserResponse: z.ZodObject<{
|
|
|
34932
34932
|
userId?: string | undefined;
|
|
34933
34933
|
teamId?: string | undefined;
|
|
34934
34934
|
}>;
|
|
34935
|
-
export declare const
|
|
34935
|
+
export declare const zListOrganizationForwardingData: z.ZodObject<{
|
|
34936
34936
|
body: z.ZodOptional<z.ZodNever>;
|
|
34937
34937
|
path: z.ZodObject<{
|
|
34938
34938
|
organization_id_or_slug: z.ZodString;
|
|
@@ -34955,7 +34955,7 @@ export declare const zRetrieveDataForwardersForAnOrganizationData: z.ZodObject<{
|
|
|
34955
34955
|
query?: undefined;
|
|
34956
34956
|
body?: undefined;
|
|
34957
34957
|
}>;
|
|
34958
|
-
export declare const
|
|
34958
|
+
export declare const zListOrganizationForwardingResponse: z.ZodArray<z.ZodObject<{
|
|
34959
34959
|
id: z.ZodString;
|
|
34960
34960
|
organizationId: z.ZodString;
|
|
34961
34961
|
isEnabled: z.ZodBoolean;
|
|
@@ -35082,7 +35082,7 @@ export declare const zRetrieveDataForwardersForAnOrganizationResponse: z.ZodArra
|
|
|
35082
35082
|
effectiveConfig: Record<string, string>;
|
|
35083
35083
|
}[];
|
|
35084
35084
|
}>, "many">;
|
|
35085
|
-
export declare const
|
|
35085
|
+
export declare const zCreateOrganizationForwardingData: z.ZodObject<{
|
|
35086
35086
|
body: z.ZodObject<{
|
|
35087
35087
|
organization_id: z.ZodNumber;
|
|
35088
35088
|
provider: z.ZodEnum<["segment", "sqs", "splunk"]>;
|
|
@@ -35140,7 +35140,7 @@ export declare const zCreateADataForwarderForAnOrganizationData: z.ZodObject<{
|
|
|
35140
35140
|
};
|
|
35141
35141
|
query?: undefined;
|
|
35142
35142
|
}>;
|
|
35143
|
-
export declare const
|
|
35143
|
+
export declare const zCreateOrganizationForwardingResponse: z.ZodObject<{
|
|
35144
35144
|
id: z.ZodString;
|
|
35145
35145
|
organizationId: z.ZodString;
|
|
35146
35146
|
isEnabled: z.ZodBoolean;
|
|
@@ -35267,7 +35267,7 @@ export declare const zCreateADataForwarderForAnOrganizationResponse: z.ZodObject
|
|
|
35267
35267
|
effectiveConfig: Record<string, string>;
|
|
35268
35268
|
}[];
|
|
35269
35269
|
}>;
|
|
35270
|
-
export declare const
|
|
35270
|
+
export declare const zDeleteOrganizationForwardingData: z.ZodObject<{
|
|
35271
35271
|
body: z.ZodOptional<z.ZodNever>;
|
|
35272
35272
|
path: z.ZodObject<{
|
|
35273
35273
|
organization_id_or_slug: z.ZodString;
|
|
@@ -35298,8 +35298,8 @@ export declare const zDeleteADataForwarderForAnOrganizationData: z.ZodObject<{
|
|
|
35298
35298
|
/**
|
|
35299
35299
|
* No Content
|
|
35300
35300
|
*/
|
|
35301
|
-
export declare const
|
|
35302
|
-
export declare const
|
|
35301
|
+
export declare const zDeleteOrganizationForwardingResponse: z.ZodVoid;
|
|
35302
|
+
export declare const zUpdateOrganizationForwardingData: z.ZodObject<{
|
|
35303
35303
|
body: z.ZodObject<{
|
|
35304
35304
|
organization_id: z.ZodNumber;
|
|
35305
35305
|
provider: z.ZodEnum<["segment", "sqs", "splunk"]>;
|
|
@@ -35362,7 +35362,7 @@ export declare const zUpdateADataForwarderForAnOrganizationData: z.ZodObject<{
|
|
|
35362
35362
|
};
|
|
35363
35363
|
query?: undefined;
|
|
35364
35364
|
}>;
|
|
35365
|
-
export declare const
|
|
35365
|
+
export declare const zUpdateOrganizationForwardingResponse: z.ZodObject<{
|
|
35366
35366
|
id: z.ZodString;
|
|
35367
35367
|
organizationId: z.ZodString;
|
|
35368
35368
|
isEnabled: z.ZodBoolean;
|
|
@@ -35489,7 +35489,7 @@ export declare const zUpdateADataForwarderForAnOrganizationResponse: z.ZodObject
|
|
|
35489
35489
|
effectiveConfig: Record<string, string>;
|
|
35490
35490
|
}[];
|
|
35491
35491
|
}>;
|
|
35492
|
-
export declare const
|
|
35492
|
+
export declare const zListOrganizationIntegrationsData: z.ZodObject<{
|
|
35493
35493
|
body: z.ZodOptional<z.ZodNever>;
|
|
35494
35494
|
path: z.ZodObject<{
|
|
35495
35495
|
organization_id_or_slug: z.ZodString;
|
|
@@ -35537,7 +35537,7 @@ export declare const zListAnOrganizationSAvailableIntegrationsData: z.ZodObject<
|
|
|
35537
35537
|
} | undefined;
|
|
35538
35538
|
body?: undefined;
|
|
35539
35539
|
}>;
|
|
35540
|
-
export declare const
|
|
35540
|
+
export declare const zListOrganizationIntegrationsResponse: z.ZodArray<z.ZodObject<{
|
|
35541
35541
|
id: z.ZodString;
|
|
35542
35542
|
name: z.ZodString;
|
|
35543
35543
|
icon: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -35583,7 +35583,7 @@ export declare const zListAnOrganizationSAvailableIntegrationsResponse: z.ZodArr
|
|
|
35583
35583
|
configOrganization?: unknown;
|
|
35584
35584
|
configData?: unknown;
|
|
35585
35585
|
}>, "many">;
|
|
35586
|
-
export declare const
|
|
35586
|
+
export declare const zDeleteOrganizationIntegrationData: z.ZodObject<{
|
|
35587
35587
|
body: z.ZodOptional<z.ZodNever>;
|
|
35588
35588
|
path: z.ZodObject<{
|
|
35589
35589
|
organization_id_or_slug: z.ZodString;
|
|
@@ -35614,8 +35614,8 @@ export declare const zDeleteAnIntegrationForAnOrganizationData: z.ZodObject<{
|
|
|
35614
35614
|
/**
|
|
35615
35615
|
* No Content
|
|
35616
35616
|
*/
|
|
35617
|
-
export declare const
|
|
35618
|
-
export declare const
|
|
35617
|
+
export declare const zDeleteOrganizationIntegrationResponse: z.ZodVoid;
|
|
35618
|
+
export declare const zGetOrganizationIntegrationData: z.ZodObject<{
|
|
35619
35619
|
body: z.ZodOptional<z.ZodNever>;
|
|
35620
35620
|
path: z.ZodObject<{
|
|
35621
35621
|
organization_id_or_slug: z.ZodString;
|
|
@@ -35643,7 +35643,7 @@ export declare const zRetrieveAnIntegrationForAnOrganizationData: z.ZodObject<{
|
|
|
35643
35643
|
query?: undefined;
|
|
35644
35644
|
body?: undefined;
|
|
35645
35645
|
}>;
|
|
35646
|
-
export declare const
|
|
35646
|
+
export declare const zGetOrganizationIntegrationResponse: z.ZodObject<{
|
|
35647
35647
|
id: z.ZodString;
|
|
35648
35648
|
name: z.ZodString;
|
|
35649
35649
|
icon: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -35689,7 +35689,7 @@ export declare const zRetrieveAnIntegrationForAnOrganizationResponse: z.ZodObjec
|
|
|
35689
35689
|
configOrganization?: unknown;
|
|
35690
35690
|
configData?: unknown;
|
|
35691
35691
|
}>;
|
|
35692
|
-
export declare const
|
|
35692
|
+
export declare const zDeleteOrganizationIssuesData: z.ZodObject<{
|
|
35693
35693
|
body: z.ZodOptional<z.ZodNever>;
|
|
35694
35694
|
path: z.ZodObject<{
|
|
35695
35695
|
organization_id_or_slug: z.ZodString;
|
|
@@ -35755,8 +35755,8 @@ export declare const zBulkRemoveAnOrganizationSissuesData: z.ZodObject<{
|
|
|
35755
35755
|
/**
|
|
35756
35756
|
* No Content
|
|
35757
35757
|
*/
|
|
35758
|
-
export declare const
|
|
35759
|
-
export declare const
|
|
35758
|
+
export declare const zDeleteOrganizationIssuesResponse: z.ZodVoid;
|
|
35759
|
+
export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
35760
35760
|
body: z.ZodOptional<z.ZodNever>;
|
|
35761
35761
|
path: z.ZodObject<{
|
|
35762
35762
|
organization_id_or_slug: z.ZodString;
|
|
@@ -35854,7 +35854,7 @@ export declare const zListAnOrganizationSissuesData: z.ZodObject<{
|
|
|
35854
35854
|
} | undefined;
|
|
35855
35855
|
body?: undefined;
|
|
35856
35856
|
}>;
|
|
35857
|
-
export declare const
|
|
35857
|
+
export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
35858
35858
|
id: z.ZodString;
|
|
35859
35859
|
shareId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
35860
35860
|
shortId: z.ZodString;
|
|
@@ -36614,7 +36614,7 @@ export declare const zListAnOrganizationSissuesResponse: z.ZodArray<z.ZodObject<
|
|
|
36614
36614
|
matchingEventId: string | null;
|
|
36615
36615
|
matchingEventEnvironment: string | null;
|
|
36616
36616
|
}>, "many">;
|
|
36617
|
-
export declare const
|
|
36617
|
+
export declare const zUpdateOrganizationIssuesData: z.ZodObject<{
|
|
36618
36618
|
body: z.ZodObject<{
|
|
36619
36619
|
inbox: z.ZodBoolean;
|
|
36620
36620
|
status: z.ZodEnum<["resolved", "unresolved", "ignored", "resolvedInNextRelease", "muted"]>;
|
|
@@ -36832,7 +36832,7 @@ export declare const zBulkMutateAnOrganizationSissuesData: z.ZodObject<{
|
|
|
36832
36832
|
limit?: number | undefined;
|
|
36833
36833
|
} | undefined;
|
|
36834
36834
|
}>;
|
|
36835
|
-
export declare const
|
|
36835
|
+
export declare const zUpdateOrganizationIssuesResponse: z.ZodUnion<[z.ZodObject<{
|
|
36836
36836
|
assignedTo: z.ZodOptional<z.ZodObject<{
|
|
36837
36837
|
type: z.ZodEnum<["user", "team"]>;
|
|
36838
36838
|
id: z.ZodString;
|
|
@@ -36999,7 +36999,7 @@ export declare const zBulkMutateAnOrganizationSissuesResponse: z.ZodUnion<[z.Zod
|
|
|
36999
36999
|
} | undefined;
|
|
37000
37000
|
discard?: boolean | undefined;
|
|
37001
37001
|
}>, z.ZodVoid]>;
|
|
37002
|
-
export declare const
|
|
37002
|
+
export declare const zListOrganizationMembersData: z.ZodObject<{
|
|
37003
37003
|
body: z.ZodOptional<z.ZodNever>;
|
|
37004
37004
|
path: z.ZodObject<{
|
|
37005
37005
|
organization_id_or_slug: z.ZodString;
|
|
@@ -37032,7 +37032,7 @@ export declare const zListAnOrganizationSMembersData: z.ZodObject<{
|
|
|
37032
37032
|
} | undefined;
|
|
37033
37033
|
body?: undefined;
|
|
37034
37034
|
}>;
|
|
37035
|
-
export declare const
|
|
37035
|
+
export declare const zListOrganizationMembersResponse: z.ZodArray<z.ZodObject<{
|
|
37036
37036
|
externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37037
37037
|
externalId: z.ZodOptional<z.ZodString>;
|
|
37038
37038
|
userId: z.ZodOptional<z.ZodString>;
|
|
@@ -37416,7 +37416,7 @@ export declare const zListAnOrganizationSMembersResponse: z.ZodArray<z.ZodObject
|
|
|
37416
37416
|
teamId?: string | undefined;
|
|
37417
37417
|
}[] | undefined;
|
|
37418
37418
|
}>, "many">;
|
|
37419
|
-
export declare const
|
|
37419
|
+
export declare const zCreateOrganizationMemberData: z.ZodObject<{
|
|
37420
37420
|
body: z.ZodObject<{
|
|
37421
37421
|
email: z.ZodString;
|
|
37422
37422
|
orgRole: z.ZodOptional<z.ZodEnum<["billing", "member", "manager", "owner", "admin"]>>;
|
|
@@ -37469,7 +37469,7 @@ export declare const zAddAMemberToAnOrganizationData: z.ZodObject<{
|
|
|
37469
37469
|
};
|
|
37470
37470
|
query?: undefined;
|
|
37471
37471
|
}>;
|
|
37472
|
-
export declare const
|
|
37472
|
+
export declare const zCreateOrganizationMemberResponse: z.ZodObject<{
|
|
37473
37473
|
externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37474
37474
|
externalId: z.ZodOptional<z.ZodString>;
|
|
37475
37475
|
userId: z.ZodOptional<z.ZodString>;
|
|
@@ -37853,7 +37853,7 @@ export declare const zAddAMemberToAnOrganizationResponse: z.ZodObject<{
|
|
|
37853
37853
|
teamId?: string | undefined;
|
|
37854
37854
|
}[] | undefined;
|
|
37855
37855
|
}>;
|
|
37856
|
-
export declare const
|
|
37856
|
+
export declare const zDeleteOrganizationMemberData: z.ZodObject<{
|
|
37857
37857
|
body: z.ZodOptional<z.ZodNever>;
|
|
37858
37858
|
path: z.ZodObject<{
|
|
37859
37859
|
organization_id_or_slug: z.ZodString;
|
|
@@ -37884,8 +37884,8 @@ export declare const zDeleteAnOrganizationMemberData: z.ZodObject<{
|
|
|
37884
37884
|
/**
|
|
37885
37885
|
* No Content
|
|
37886
37886
|
*/
|
|
37887
|
-
export declare const
|
|
37888
|
-
export declare const
|
|
37887
|
+
export declare const zDeleteOrganizationMemberResponse: z.ZodVoid;
|
|
37888
|
+
export declare const zGetOrganizationMemberData: z.ZodObject<{
|
|
37889
37889
|
body: z.ZodOptional<z.ZodNever>;
|
|
37890
37890
|
path: z.ZodObject<{
|
|
37891
37891
|
organization_id_or_slug: z.ZodString;
|
|
@@ -37913,7 +37913,7 @@ export declare const zRetrieveAnOrganizationMemberData: z.ZodObject<{
|
|
|
37913
37913
|
query?: undefined;
|
|
37914
37914
|
body?: undefined;
|
|
37915
37915
|
}>;
|
|
37916
|
-
export declare const
|
|
37916
|
+
export declare const zGetOrganizationMemberResponse: z.ZodObject<{
|
|
37917
37917
|
externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37918
37918
|
externalId: z.ZodOptional<z.ZodString>;
|
|
37919
37919
|
userId: z.ZodOptional<z.ZodString>;
|
|
@@ -38446,7 +38446,7 @@ export declare const zRetrieveAnOrganizationMemberResponse: z.ZodObject<{
|
|
|
38446
38446
|
role?: string | undefined;
|
|
38447
38447
|
roleName?: string | undefined;
|
|
38448
38448
|
}>;
|
|
38449
|
-
export declare const
|
|
38449
|
+
export declare const zUpdateOrganizationMemberData: z.ZodObject<{
|
|
38450
38450
|
body: z.ZodOptional<z.ZodObject<{
|
|
38451
38451
|
orgRole: z.ZodOptional<z.ZodEnum<["billing", "member", "manager", "owner", "admin"]>>;
|
|
38452
38452
|
teamRoles: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">, z.ZodNull]>>;
|
|
@@ -38489,7 +38489,7 @@ export declare const zUpdateAnOrganizationMemberSRolesData: z.ZodObject<{
|
|
|
38489
38489
|
teamRoles?: Record<string, unknown>[] | null | undefined;
|
|
38490
38490
|
} | undefined;
|
|
38491
38491
|
}>;
|
|
38492
|
-
export declare const
|
|
38492
|
+
export declare const zUpdateOrganizationMemberResponse: z.ZodObject<{
|
|
38493
38493
|
externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38494
38494
|
externalId: z.ZodOptional<z.ZodString>;
|
|
38495
38495
|
userId: z.ZodOptional<z.ZodString>;
|
|
@@ -39022,7 +39022,7 @@ export declare const zUpdateAnOrganizationMemberSRolesResponse: z.ZodObject<{
|
|
|
39022
39022
|
role?: string | undefined;
|
|
39023
39023
|
roleName?: string | undefined;
|
|
39024
39024
|
}>;
|
|
39025
|
-
export declare const
|
|
39025
|
+
export declare const zDeleteOrganizationMemberTeamData: z.ZodObject<{
|
|
39026
39026
|
body: z.ZodOptional<z.ZodNever>;
|
|
39027
39027
|
path: z.ZodObject<{
|
|
39028
39028
|
organization_id_or_slug: z.ZodString;
|
|
@@ -39055,7 +39055,7 @@ export declare const zDeleteAnOrganizationMemberFromATeamData: z.ZodObject<{
|
|
|
39055
39055
|
query?: undefined;
|
|
39056
39056
|
body?: undefined;
|
|
39057
39057
|
}>;
|
|
39058
|
-
export declare const
|
|
39058
|
+
export declare const zDeleteOrganizationMemberTeamResponse: z.ZodObject<{
|
|
39059
39059
|
id: z.ZodString;
|
|
39060
39060
|
slug: z.ZodString;
|
|
39061
39061
|
name: z.ZodString;
|
|
@@ -39115,7 +39115,7 @@ export declare const zDeleteAnOrganizationMemberFromATeamResponse: z.ZodObject<{
|
|
|
39115
39115
|
avatarUrl?: string | null | undefined;
|
|
39116
39116
|
};
|
|
39117
39117
|
}>;
|
|
39118
|
-
export declare const
|
|
39118
|
+
export declare const zCreateOrganizationMemberTeamData: z.ZodObject<{
|
|
39119
39119
|
body: z.ZodOptional<z.ZodNever>;
|
|
39120
39120
|
path: z.ZodObject<{
|
|
39121
39121
|
organization_id_or_slug: z.ZodString;
|
|
@@ -39148,7 +39148,7 @@ export declare const zAddAnOrganizationMemberToATeamData: z.ZodObject<{
|
|
|
39148
39148
|
query?: undefined;
|
|
39149
39149
|
body?: undefined;
|
|
39150
39150
|
}>;
|
|
39151
|
-
export declare const
|
|
39151
|
+
export declare const zCreateOrganizationMemberTeamResponse: z.ZodUnion<[z.ZodObject<{
|
|
39152
39152
|
id: z.ZodString;
|
|
39153
39153
|
slug: z.ZodString;
|
|
39154
39154
|
name: z.ZodString;
|
|
@@ -39208,7 +39208,7 @@ export declare const zAddAnOrganizationMemberToATeamResponse: z.ZodUnion<[z.ZodO
|
|
|
39208
39208
|
avatarUrl?: string | null | undefined;
|
|
39209
39209
|
};
|
|
39210
39210
|
}>, z.ZodUnknown, z.ZodVoid]>;
|
|
39211
|
-
export declare const
|
|
39211
|
+
export declare const zUpdateOrganizationMemberTeamData: z.ZodObject<{
|
|
39212
39212
|
body: z.ZodOptional<z.ZodObject<{
|
|
39213
39213
|
teamRole: z.ZodOptional<z.ZodEnum<["contributor", "admin"]>>;
|
|
39214
39214
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39251,7 +39251,7 @@ export declare const zUpdateAnOrganizationMemberSTeamRoleData: z.ZodObject<{
|
|
|
39251
39251
|
teamRole?: "admin" | "contributor" | undefined;
|
|
39252
39252
|
} | undefined;
|
|
39253
39253
|
}>;
|
|
39254
|
-
export declare const
|
|
39254
|
+
export declare const zUpdateOrganizationMemberTeamResponse: z.ZodObject<{
|
|
39255
39255
|
isActive: z.ZodBoolean;
|
|
39256
39256
|
teamRole: z.ZodEnum<["contributor", "admin"]>;
|
|
39257
39257
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39261,7 +39261,7 @@ export declare const zUpdateAnOrganizationMemberSTeamRoleResponse: z.ZodObject<{
|
|
|
39261
39261
|
teamRole: "admin" | "contributor";
|
|
39262
39262
|
isActive: boolean;
|
|
39263
39263
|
}>;
|
|
39264
|
-
export declare const
|
|
39264
|
+
export declare const zListOrganizationMonitorsData: z.ZodObject<{
|
|
39265
39265
|
body: z.ZodOptional<z.ZodNever>;
|
|
39266
39266
|
path: z.ZodObject<{
|
|
39267
39267
|
organization_id_or_slug: z.ZodString;
|
|
@@ -39309,7 +39309,7 @@ export declare const zRetrieveMonitorsForAnOrganizationData: z.ZodObject<{
|
|
|
39309
39309
|
} | undefined;
|
|
39310
39310
|
body?: undefined;
|
|
39311
39311
|
}>;
|
|
39312
|
-
export declare const
|
|
39312
|
+
export declare const zListOrganizationMonitorsResponse: z.ZodArray<z.ZodObject<{
|
|
39313
39313
|
alertRule: z.ZodOptional<z.ZodObject<{
|
|
39314
39314
|
targets: z.ZodArray<z.ZodObject<{
|
|
39315
39315
|
targetIdentifier: z.ZodNumber;
|
|
@@ -39788,7 +39788,7 @@ export declare const zRetrieveMonitorsForAnOrganizationResponse: z.ZodArray<z.Zo
|
|
|
39788
39788
|
}[];
|
|
39789
39789
|
} | undefined;
|
|
39790
39790
|
}>, "many">;
|
|
39791
|
-
export declare const
|
|
39791
|
+
export declare const zCreateOrganizationMonitorData: z.ZodObject<{
|
|
39792
39792
|
body: z.ZodObject<{
|
|
39793
39793
|
project: z.ZodString;
|
|
39794
39794
|
name: z.ZodString;
|
|
@@ -39907,7 +39907,7 @@ export declare const zCreateAMonitorData: z.ZodObject<{
|
|
|
39907
39907
|
};
|
|
39908
39908
|
query?: undefined;
|
|
39909
39909
|
}>;
|
|
39910
|
-
export declare const
|
|
39910
|
+
export declare const zCreateOrganizationMonitorResponse: z.ZodObject<{
|
|
39911
39911
|
alertRule: z.ZodOptional<z.ZodObject<{
|
|
39912
39912
|
targets: z.ZodArray<z.ZodObject<{
|
|
39913
39913
|
targetIdentifier: z.ZodNumber;
|
|
@@ -40386,7 +40386,7 @@ export declare const zCreateAMonitorResponse: z.ZodObject<{
|
|
|
40386
40386
|
}[];
|
|
40387
40387
|
} | undefined;
|
|
40388
40388
|
}>;
|
|
40389
|
-
export declare const
|
|
40389
|
+
export declare const zDeleteOrganizationMonitorData: z.ZodObject<{
|
|
40390
40390
|
body: z.ZodOptional<z.ZodNever>;
|
|
40391
40391
|
path: z.ZodObject<{
|
|
40392
40392
|
organization_id_or_slug: z.ZodString;
|
|
@@ -40424,7 +40424,7 @@ export declare const zDeleteAMonitorOrMonitorEnvironmentsData: z.ZodObject<{
|
|
|
40424
40424
|
} | undefined;
|
|
40425
40425
|
body?: undefined;
|
|
40426
40426
|
}>;
|
|
40427
|
-
export declare const
|
|
40427
|
+
export declare const zGetOrganizationMonitorData: z.ZodObject<{
|
|
40428
40428
|
body: z.ZodOptional<z.ZodNever>;
|
|
40429
40429
|
path: z.ZodObject<{
|
|
40430
40430
|
organization_id_or_slug: z.ZodString;
|
|
@@ -40462,7 +40462,7 @@ export declare const zRetrieveAMonitorData: z.ZodObject<{
|
|
|
40462
40462
|
} | undefined;
|
|
40463
40463
|
body?: undefined;
|
|
40464
40464
|
}>;
|
|
40465
|
-
export declare const
|
|
40465
|
+
export declare const zGetOrganizationMonitorResponse: z.ZodObject<{
|
|
40466
40466
|
alertRule: z.ZodOptional<z.ZodObject<{
|
|
40467
40467
|
targets: z.ZodArray<z.ZodObject<{
|
|
40468
40468
|
targetIdentifier: z.ZodNumber;
|
|
@@ -40941,7 +40941,7 @@ export declare const zRetrieveAMonitorResponse: z.ZodObject<{
|
|
|
40941
40941
|
}[];
|
|
40942
40942
|
} | undefined;
|
|
40943
40943
|
}>;
|
|
40944
|
-
export declare const
|
|
40944
|
+
export declare const zUpdateOrganizationMonitorData: z.ZodObject<{
|
|
40945
40945
|
body: z.ZodObject<{
|
|
40946
40946
|
project: z.ZodString;
|
|
40947
40947
|
name: z.ZodString;
|
|
@@ -41065,7 +41065,7 @@ export declare const zUpdateAMonitorData: z.ZodObject<{
|
|
|
41065
41065
|
};
|
|
41066
41066
|
query?: undefined;
|
|
41067
41067
|
}>;
|
|
41068
|
-
export declare const
|
|
41068
|
+
export declare const zUpdateOrganizationMonitorResponse: z.ZodObject<{
|
|
41069
41069
|
alertRule: z.ZodOptional<z.ZodObject<{
|
|
41070
41070
|
targets: z.ZodArray<z.ZodObject<{
|
|
41071
41071
|
targetIdentifier: z.ZodNumber;
|
|
@@ -41544,7 +41544,7 @@ export declare const zUpdateAMonitorResponse: z.ZodObject<{
|
|
|
41544
41544
|
}[];
|
|
41545
41545
|
} | undefined;
|
|
41546
41546
|
}>;
|
|
41547
|
-
export declare const
|
|
41547
|
+
export declare const zListOrganizationMonitorCheckinsData: z.ZodObject<{
|
|
41548
41548
|
body: z.ZodOptional<z.ZodNever>;
|
|
41549
41549
|
path: z.ZodObject<{
|
|
41550
41550
|
organization_id_or_slug: z.ZodString;
|
|
@@ -41582,7 +41582,7 @@ export declare const zRetrieveCheckInsForAMonitorData: z.ZodObject<{
|
|
|
41582
41582
|
} | undefined;
|
|
41583
41583
|
body?: undefined;
|
|
41584
41584
|
}>;
|
|
41585
|
-
export declare const
|
|
41585
|
+
export declare const zListOrganizationMonitorCheckinsResponse: z.ZodArray<z.ZodObject<{
|
|
41586
41586
|
groups: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
41587
41587
|
id: z.ZodString;
|
|
41588
41588
|
environment: z.ZodString;
|
|
@@ -41667,7 +41667,7 @@ export declare const zRetrieveCheckInsForAMonitorResponse: z.ZodArray<z.ZodObjec
|
|
|
41667
41667
|
};
|
|
41668
41668
|
groups?: string[] | undefined;
|
|
41669
41669
|
}>, "many">;
|
|
41670
|
-
export declare const
|
|
41670
|
+
export declare const zListOrganizationNotificationsActionsData: z.ZodObject<{
|
|
41671
41671
|
body: z.ZodOptional<z.ZodNever>;
|
|
41672
41672
|
path: z.ZodObject<{
|
|
41673
41673
|
organization_id_or_slug: z.ZodString;
|
|
@@ -41710,8 +41710,8 @@ export declare const zListSpikeProtectionNotificationsData: z.ZodObject<{
|
|
|
41710
41710
|
} | undefined;
|
|
41711
41711
|
body?: undefined;
|
|
41712
41712
|
}>;
|
|
41713
|
-
export declare const
|
|
41714
|
-
export declare const
|
|
41713
|
+
export declare const zListOrganizationNotificationsActionsResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
41714
|
+
export declare const zCreateOrganizationNotificationsActionData: z.ZodObject<{
|
|
41715
41715
|
body: z.ZodObject<{
|
|
41716
41716
|
trigger_type: z.ZodString;
|
|
41717
41717
|
service_type: z.ZodString;
|
|
@@ -41769,8 +41769,8 @@ export declare const zCreateASpikeProtectionNotificationActionData: z.ZodObject<
|
|
|
41769
41769
|
};
|
|
41770
41770
|
query?: undefined;
|
|
41771
41771
|
}>;
|
|
41772
|
-
export declare const
|
|
41773
|
-
export declare const
|
|
41772
|
+
export declare const zCreateOrganizationNotificationsActionResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
41773
|
+
export declare const zDeleteOrganizationNotificationsActionData: z.ZodObject<{
|
|
41774
41774
|
body: z.ZodOptional<z.ZodNever>;
|
|
41775
41775
|
path: z.ZodObject<{
|
|
41776
41776
|
organization_id_or_slug: z.ZodString;
|
|
@@ -41801,8 +41801,8 @@ export declare const zDeleteASpikeProtectionNotificationActionData: z.ZodObject<
|
|
|
41801
41801
|
/**
|
|
41802
41802
|
* No Content
|
|
41803
41803
|
*/
|
|
41804
|
-
export declare const
|
|
41805
|
-
export declare const
|
|
41804
|
+
export declare const zDeleteOrganizationNotificationsActionResponse: z.ZodVoid;
|
|
41805
|
+
export declare const zGetOrganizationNotificationsActionData: z.ZodObject<{
|
|
41806
41806
|
body: z.ZodOptional<z.ZodNever>;
|
|
41807
41807
|
path: z.ZodObject<{
|
|
41808
41808
|
organization_id_or_slug: z.ZodString;
|
|
@@ -41830,8 +41830,8 @@ export declare const zRetrieveASpikeProtectionNotificationActionData: z.ZodObjec
|
|
|
41830
41830
|
query?: undefined;
|
|
41831
41831
|
body?: undefined;
|
|
41832
41832
|
}>;
|
|
41833
|
-
export declare const
|
|
41834
|
-
export declare const
|
|
41833
|
+
export declare const zGetOrganizationNotificationsActionResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
41834
|
+
export declare const zUpdateOrganizationNotificationsActionData: z.ZodObject<{
|
|
41835
41835
|
body: z.ZodObject<{
|
|
41836
41836
|
trigger_type: z.ZodString;
|
|
41837
41837
|
service_type: z.ZodString;
|
|
@@ -41894,8 +41894,8 @@ export declare const zUpdateASpikeProtectionNotificationActionData: z.ZodObject<
|
|
|
41894
41894
|
};
|
|
41895
41895
|
query?: undefined;
|
|
41896
41896
|
}>;
|
|
41897
|
-
export declare const
|
|
41898
|
-
export declare const
|
|
41897
|
+
export declare const zUpdateOrganizationNotificationsActionResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
41898
|
+
export declare const zListOrganizationPreprodartifactInstallDetailsData: z.ZodObject<{
|
|
41899
41899
|
body: z.ZodOptional<z.ZodNever>;
|
|
41900
41900
|
path: z.ZodObject<{
|
|
41901
41901
|
organization_id_or_slug: z.ZodString;
|
|
@@ -41923,7 +41923,7 @@ export declare const zRetrieveInstallInfoForAGivenArtifactData: z.ZodObject<{
|
|
|
41923
41923
|
query?: undefined;
|
|
41924
41924
|
body?: undefined;
|
|
41925
41925
|
}>;
|
|
41926
|
-
export declare const
|
|
41926
|
+
export declare const zListOrganizationPreprodartifactInstallDetailsResponse: z.ZodObject<{
|
|
41927
41927
|
buildId: z.ZodString;
|
|
41928
41928
|
state: z.ZodString;
|
|
41929
41929
|
appInfo: z.ZodObject<{
|
|
@@ -42063,7 +42063,7 @@ export declare const zRetrieveInstallInfoForAGivenArtifactResponse: z.ZodObject<
|
|
|
42063
42063
|
isCodeSignatureValid: boolean | null;
|
|
42064
42064
|
profileName: string | null;
|
|
42065
42065
|
}>;
|
|
42066
|
-
export declare const
|
|
42066
|
+
export declare const zListOrganizationPreprodartifactSizeAnalysisData: z.ZodObject<{
|
|
42067
42067
|
body: z.ZodOptional<z.ZodNever>;
|
|
42068
42068
|
path: z.ZodObject<{
|
|
42069
42069
|
organization_id_or_slug: z.ZodString;
|
|
@@ -42101,7 +42101,7 @@ export declare const zRetrieveSizeAnalysisResultsForAGivenArtifactData: z.ZodObj
|
|
|
42101
42101
|
} | undefined;
|
|
42102
42102
|
body?: undefined;
|
|
42103
42103
|
}>;
|
|
42104
|
-
export declare const
|
|
42104
|
+
export declare const zListOrganizationPreprodartifactSizeAnalysisResponse: z.ZodObject<{
|
|
42105
42105
|
buildId: z.ZodString;
|
|
42106
42106
|
state: z.ZodString;
|
|
42107
42107
|
appInfo: z.ZodObject<{
|
|
@@ -42646,7 +42646,7 @@ export declare const zRetrieveSizeAnalysisResultsForAGivenArtifactResponse: z.Zo
|
|
|
42646
42646
|
}[] | null;
|
|
42647
42647
|
}[] | null;
|
|
42648
42648
|
}>;
|
|
42649
|
-
export declare const
|
|
42649
|
+
export declare const zDeleteOrganizationPreprodartifactsSnapshotData: z.ZodObject<{
|
|
42650
42650
|
body: z.ZodOptional<z.ZodNever>;
|
|
42651
42651
|
path: z.ZodObject<{
|
|
42652
42652
|
organization_id_or_slug: z.ZodString;
|
|
@@ -42677,8 +42677,8 @@ export declare const zDeleteASnapshotData: z.ZodObject<{
|
|
|
42677
42677
|
/**
|
|
42678
42678
|
* No response body
|
|
42679
42679
|
*/
|
|
42680
|
-
export declare const
|
|
42681
|
-
export declare const
|
|
42680
|
+
export declare const zDeleteOrganizationPreprodartifactsSnapshotResponse: z.ZodVoid;
|
|
42681
|
+
export declare const zGetOrganizationPreprodartifactsSnapshotData: z.ZodObject<{
|
|
42682
42682
|
body: z.ZodOptional<z.ZodNever>;
|
|
42683
42683
|
path: z.ZodObject<{
|
|
42684
42684
|
organization_id_or_slug: z.ZodString;
|
|
@@ -42716,7 +42716,7 @@ export declare const zRetrieveSnapshotDetailsData: z.ZodObject<{
|
|
|
42716
42716
|
} | undefined;
|
|
42717
42717
|
body?: undefined;
|
|
42718
42718
|
}>;
|
|
42719
|
-
export declare const
|
|
42719
|
+
export declare const zGetOrganizationPreprodartifactsSnapshotResponse: z.ZodObject<{
|
|
42720
42720
|
head_artifact_id: z.ZodOptional<z.ZodString>;
|
|
42721
42721
|
base_artifact_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
42722
42722
|
project_id: z.ZodOptional<z.ZodString>;
|
|
@@ -43436,7 +43436,7 @@ export declare const zRetrieveSnapshotDetailsResponse: z.ZodObject<{
|
|
|
43436
43436
|
approved_at?: string | null | undefined;
|
|
43437
43437
|
}[] | undefined;
|
|
43438
43438
|
}>;
|
|
43439
|
-
export declare const
|
|
43439
|
+
export declare const zListOrganizationPreprodartifactsSnapshotDownloadData: z.ZodObject<{
|
|
43440
43440
|
body: z.ZodOptional<z.ZodNever>;
|
|
43441
43441
|
path: z.ZodObject<{
|
|
43442
43442
|
organization_id_or_slug: z.ZodString;
|
|
@@ -43464,7 +43464,7 @@ export declare const zDownloadSnapshotImagesAsZipData: z.ZodObject<{
|
|
|
43464
43464
|
query?: undefined;
|
|
43465
43465
|
body?: undefined;
|
|
43466
43466
|
}>;
|
|
43467
|
-
export declare const
|
|
43467
|
+
export declare const zGetOrganizationPreprodartifactsSnapshotImageData: z.ZodObject<{
|
|
43468
43468
|
body: z.ZodOptional<z.ZodNever>;
|
|
43469
43469
|
path: z.ZodObject<{
|
|
43470
43470
|
organization_id_or_slug: z.ZodString;
|
|
@@ -43497,7 +43497,7 @@ export declare const zRetrieveSnapshotImageDetailData: z.ZodObject<{
|
|
|
43497
43497
|
query?: undefined;
|
|
43498
43498
|
body?: undefined;
|
|
43499
43499
|
}>;
|
|
43500
|
-
export declare const
|
|
43500
|
+
export declare const zGetOrganizationPreprodartifactsSnapshotImageResponse: z.ZodObject<{
|
|
43501
43501
|
image_file_name: z.ZodOptional<z.ZodString>;
|
|
43502
43502
|
comparison_status: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
43503
43503
|
head_image: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -43632,7 +43632,7 @@ export declare const zRetrieveSnapshotImageDetailResponse: z.ZodObject<{
|
|
|
43632
43632
|
diff_percentage?: number | null | undefined;
|
|
43633
43633
|
previous_image_file_name?: string | null | undefined;
|
|
43634
43634
|
}>;
|
|
43635
|
-
export declare const
|
|
43635
|
+
export declare const zListOrganizationPreprodartifactsSnapshotsLatestBaseData: z.ZodObject<{
|
|
43636
43636
|
body: z.ZodOptional<z.ZodNever>;
|
|
43637
43637
|
path: z.ZodObject<{
|
|
43638
43638
|
organization_id_or_slug: z.ZodString;
|
|
@@ -43680,7 +43680,7 @@ export declare const zRetrieveLatestBaseSnapshotData: z.ZodObject<{
|
|
|
43680
43680
|
};
|
|
43681
43681
|
body?: undefined;
|
|
43682
43682
|
}>;
|
|
43683
|
-
export declare const
|
|
43683
|
+
export declare const zListOrganizationPreprodartifactsSnapshotsLatestBaseResponse: z.ZodObject<{
|
|
43684
43684
|
head_artifact_id: z.ZodOptional<z.ZodString>;
|
|
43685
43685
|
project_id: z.ZodOptional<z.ZodString>;
|
|
43686
43686
|
project_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -43786,7 +43786,7 @@ export declare const zRetrieveLatestBaseSnapshotResponse: z.ZodObject<{
|
|
|
43786
43786
|
pr_number?: number | null | undefined;
|
|
43787
43787
|
} | undefined;
|
|
43788
43788
|
}>;
|
|
43789
|
-
export declare const
|
|
43789
|
+
export declare const zListOrganizationProfilingChunksData: z.ZodObject<{
|
|
43790
43790
|
body: z.ZodOptional<z.ZodNever>;
|
|
43791
43791
|
path: z.ZodObject<{
|
|
43792
43792
|
organization_id_or_slug: z.ZodString;
|
|
@@ -43839,8 +43839,8 @@ export declare const zRetrieveProfileChunksForAnOrganizationData: z.ZodObject<{
|
|
|
43839
43839
|
};
|
|
43840
43840
|
body?: undefined;
|
|
43841
43841
|
}>;
|
|
43842
|
-
export declare const
|
|
43843
|
-
export declare const
|
|
43842
|
+
export declare const zListOrganizationProfilingChunksResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
43843
|
+
export declare const zListOrganizationProfilingFlamegraphData: z.ZodObject<{
|
|
43844
43844
|
body: z.ZodOptional<z.ZodNever>;
|
|
43845
43845
|
path: z.ZodObject<{
|
|
43846
43846
|
organization_id_or_slug: z.ZodString;
|
|
@@ -43913,8 +43913,8 @@ export declare const zRetrieveAFlamegraphForAnOrganizationData: z.ZodObject<{
|
|
|
43913
43913
|
} | undefined;
|
|
43914
43914
|
body?: undefined;
|
|
43915
43915
|
}>;
|
|
43916
|
-
export declare const
|
|
43917
|
-
export declare const
|
|
43916
|
+
export declare const zListOrganizationProfilingFlamegraphResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
43917
|
+
export declare const zListOrganizationProjectKeysData: z.ZodObject<{
|
|
43918
43918
|
body: z.ZodOptional<z.ZodNever>;
|
|
43919
43919
|
path: z.ZodObject<{
|
|
43920
43920
|
organization_id_or_slug: z.ZodString;
|
|
@@ -43957,7 +43957,7 @@ export declare const zListAnOrganizationSClientKeysData: z.ZodObject<{
|
|
|
43957
43957
|
} | undefined;
|
|
43958
43958
|
body?: undefined;
|
|
43959
43959
|
}>;
|
|
43960
|
-
export declare const
|
|
43960
|
+
export declare const zListOrganizationProjectKeysResponse: z.ZodArray<z.ZodObject<{
|
|
43961
43961
|
id: z.ZodString;
|
|
43962
43962
|
name: z.ZodString;
|
|
43963
43963
|
label: z.ZodString;
|
|
@@ -44128,7 +44128,7 @@ export declare const zListAnOrganizationSClientKeysResponse: z.ZodArray<z.ZodObj
|
|
|
44128
44128
|
};
|
|
44129
44129
|
useCase?: string | undefined;
|
|
44130
44130
|
}>, "many">;
|
|
44131
|
-
export declare const
|
|
44131
|
+
export declare const zListOrganizationProjectsData: z.ZodObject<{
|
|
44132
44132
|
body: z.ZodOptional<z.ZodNever>;
|
|
44133
44133
|
path: z.ZodObject<{
|
|
44134
44134
|
organization_id_or_slug: z.ZodString;
|
|
@@ -44171,7 +44171,7 @@ export declare const zListAnOrganizationSProjectsData: z.ZodObject<{
|
|
|
44171
44171
|
} | undefined;
|
|
44172
44172
|
body?: undefined;
|
|
44173
44173
|
}>;
|
|
44174
|
-
export declare const
|
|
44174
|
+
export declare const zListOrganizationProjectsResponse: z.ZodArray<z.ZodObject<{
|
|
44175
44175
|
latestDeploys: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>, z.ZodNull]>>;
|
|
44176
44176
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
44177
44177
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -44354,7 +44354,7 @@ export declare const zListAnOrganizationSProjectsResponse: z.ZodArray<z.ZodObjec
|
|
|
44354
44354
|
sessionStats?: unknown;
|
|
44355
44355
|
latestDeploys?: Record<string, Record<string, string>> | null | undefined;
|
|
44356
44356
|
}>, "many">;
|
|
44357
|
-
export declare const
|
|
44357
|
+
export declare const zCreateOrganizationProjectData: z.ZodObject<{
|
|
44358
44358
|
body: z.ZodObject<{
|
|
44359
44359
|
name: z.ZodString;
|
|
44360
44360
|
slug: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -44402,7 +44402,7 @@ export declare const zCreateAProjectForAnOrganizationData: z.ZodObject<{
|
|
|
44402
44402
|
};
|
|
44403
44403
|
query?: undefined;
|
|
44404
44404
|
}>;
|
|
44405
|
-
export declare const
|
|
44405
|
+
export declare const zCreateOrganizationProjectResponse: z.ZodObject<{
|
|
44406
44406
|
latestDeploys: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>, z.ZodNull]>>;
|
|
44407
44407
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
44408
44408
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -44585,7 +44585,7 @@ export declare const zCreateAProjectForAnOrganizationResponse: z.ZodObject<{
|
|
|
44585
44585
|
sessionStats?: unknown;
|
|
44586
44586
|
latestDeploys?: Record<string, Record<string, string>> | null | undefined;
|
|
44587
44587
|
}>;
|
|
44588
|
-
export declare const
|
|
44588
|
+
export declare const zCreateOrganizationProjectDetectorData: z.ZodObject<{
|
|
44589
44589
|
body: z.ZodObject<{
|
|
44590
44590
|
name: z.ZodString;
|
|
44591
44591
|
type: z.ZodString;
|
|
@@ -44691,7 +44691,7 @@ export declare const zCreateAMonitorForAProjectData: z.ZodObject<{
|
|
|
44691
44691
|
};
|
|
44692
44692
|
query?: undefined;
|
|
44693
44693
|
}>;
|
|
44694
|
-
export declare const
|
|
44694
|
+
export declare const zCreateOrganizationProjectDetectorResponse: z.ZodObject<{
|
|
44695
44695
|
owner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
44696
44696
|
type: z.ZodEnum<["user", "team"]>;
|
|
44697
44697
|
id: z.ZodString;
|
|
@@ -44765,7 +44765,7 @@ export declare const zCreateAMonitorForAProjectResponse: z.ZodObject<{
|
|
|
44765
44765
|
createdBy?: string | null | undefined;
|
|
44766
44766
|
latestGroup?: Record<string, unknown> | null | undefined;
|
|
44767
44767
|
}>;
|
|
44768
|
-
export declare const
|
|
44768
|
+
export declare const zListOrganizationRelayUsageData: z.ZodObject<{
|
|
44769
44769
|
body: z.ZodOptional<z.ZodNever>;
|
|
44770
44770
|
path: z.ZodObject<{
|
|
44771
44771
|
organization_id_or_slug: z.ZodString;
|
|
@@ -44788,7 +44788,7 @@ export declare const zListAnOrganizationSTrustedRelaysData: z.ZodObject<{
|
|
|
44788
44788
|
query?: undefined;
|
|
44789
44789
|
body?: undefined;
|
|
44790
44790
|
}>;
|
|
44791
|
-
export declare const
|
|
44791
|
+
export declare const zListOrganizationRelayUsageResponse: z.ZodArray<z.ZodObject<{
|
|
44792
44792
|
relayId: z.ZodString;
|
|
44793
44793
|
version: z.ZodString;
|
|
44794
44794
|
publicKey: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -44807,7 +44807,7 @@ export declare const zListAnOrganizationSTrustedRelaysResponse: z.ZodArray<z.Zod
|
|
|
44807
44807
|
relayId: string;
|
|
44808
44808
|
publicKey: string | null;
|
|
44809
44809
|
}>, "many">;
|
|
44810
|
-
export declare const
|
|
44810
|
+
export declare const zListOrganizationReleaseThresholdStatusesData: z.ZodObject<{
|
|
44811
44811
|
body: z.ZodOptional<z.ZodNever>;
|
|
44812
44812
|
path: z.ZodObject<{
|
|
44813
44813
|
organization_id_or_slug: z.ZodString;
|
|
@@ -44860,7 +44860,7 @@ export declare const zRetrieveStatusesOfReleaseThresholdsAlphaData: z.ZodObject<
|
|
|
44860
44860
|
};
|
|
44861
44861
|
body?: undefined;
|
|
44862
44862
|
}>;
|
|
44863
|
-
export declare const
|
|
44863
|
+
export declare const zListOrganizationReleaseThresholdStatusesResponse: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
44864
44864
|
id: z.ZodOptional<z.ZodString>;
|
|
44865
44865
|
date: z.ZodOptional<z.ZodString>;
|
|
44866
44866
|
environment: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
@@ -44912,7 +44912,7 @@ export declare const zRetrieveStatusesOfReleaseThresholdsAlphaResponse: z.ZodRec
|
|
|
44912
44912
|
threshold_type?: number | undefined;
|
|
44913
44913
|
window_in_seconds?: number | undefined;
|
|
44914
44914
|
}>, "many">>;
|
|
44915
|
-
export declare const
|
|
44915
|
+
export declare const zDeleteOrganizationReleaseData: z.ZodObject<{
|
|
44916
44916
|
body: z.ZodOptional<z.ZodNever>;
|
|
44917
44917
|
path: z.ZodObject<{
|
|
44918
44918
|
organization_id_or_slug: z.ZodString;
|
|
@@ -44943,8 +44943,8 @@ export declare const zDeleteAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
44943
44943
|
/**
|
|
44944
44944
|
* No Content
|
|
44945
44945
|
*/
|
|
44946
|
-
export declare const
|
|
44947
|
-
export declare const
|
|
44946
|
+
export declare const zDeleteOrganizationReleaseResponse: z.ZodVoid;
|
|
44947
|
+
export declare const zGetOrganizationReleaseData: z.ZodObject<{
|
|
44948
44948
|
body: z.ZodOptional<z.ZodNever>;
|
|
44949
44949
|
path: z.ZodObject<{
|
|
44950
44950
|
organization_id_or_slug: z.ZodString;
|
|
@@ -45017,7 +45017,7 @@ export declare const zRetrieveAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
45017
45017
|
} | undefined;
|
|
45018
45018
|
body?: undefined;
|
|
45019
45019
|
}>;
|
|
45020
|
-
export declare const
|
|
45020
|
+
export declare const zGetOrganizationReleaseResponse: z.ZodObject<{
|
|
45021
45021
|
ref: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
45022
45022
|
url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
45023
45023
|
dateReleased: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -45616,7 +45616,7 @@ export declare const zRetrieveAnOrganizationSReleaseResponse: z.ZodObject<{
|
|
|
45616
45616
|
lastEvent?: string | null | undefined;
|
|
45617
45617
|
currentProjectMeta?: Record<string, unknown> | null | undefined;
|
|
45618
45618
|
}>;
|
|
45619
|
-
export declare const
|
|
45619
|
+
export declare const zUpdateOrganizationReleaseData: z.ZodObject<{
|
|
45620
45620
|
body: z.ZodOptional<z.ZodObject<{
|
|
45621
45621
|
ref: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
45622
45622
|
url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -45785,7 +45785,7 @@ export declare const zUpdateAnOrganizationSReleaseData: z.ZodObject<{
|
|
|
45785
45785
|
}[] | undefined;
|
|
45786
45786
|
} | undefined;
|
|
45787
45787
|
}>;
|
|
45788
|
-
export declare const
|
|
45788
|
+
export declare const zUpdateOrganizationReleaseResponse: z.ZodObject<{
|
|
45789
45789
|
ref: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
45790
45790
|
url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
45791
45791
|
dateReleased: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -46384,7 +46384,7 @@ export declare const zUpdateAnOrganizationSReleaseResponse: z.ZodObject<{
|
|
|
46384
46384
|
lastEvent?: string | null | undefined;
|
|
46385
46385
|
currentProjectMeta?: Record<string, unknown> | null | undefined;
|
|
46386
46386
|
}>;
|
|
46387
|
-
export declare const
|
|
46387
|
+
export declare const zListOrganizationReleaseDeploysData: z.ZodObject<{
|
|
46388
46388
|
body: z.ZodOptional<z.ZodNever>;
|
|
46389
46389
|
path: z.ZodObject<{
|
|
46390
46390
|
organization_id_or_slug: z.ZodString;
|
|
@@ -46422,7 +46422,7 @@ export declare const zListAReleaseSDeploysData: z.ZodObject<{
|
|
|
46422
46422
|
} | undefined;
|
|
46423
46423
|
body?: undefined;
|
|
46424
46424
|
}>;
|
|
46425
|
-
export declare const
|
|
46425
|
+
export declare const zListOrganizationReleaseDeploysResponse: z.ZodArray<z.ZodObject<{
|
|
46426
46426
|
id: z.ZodString;
|
|
46427
46427
|
environment: z.ZodString;
|
|
46428
46428
|
dateStarted: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -46444,7 +46444,7 @@ export declare const zListAReleaseSDeploysResponse: z.ZodArray<z.ZodObject<{
|
|
|
46444
46444
|
dateStarted: string | null;
|
|
46445
46445
|
dateFinished: string;
|
|
46446
46446
|
}>, "many">;
|
|
46447
|
-
export declare const
|
|
46447
|
+
export declare const zCreateOrganizationReleaseDeployData: z.ZodObject<{
|
|
46448
46448
|
body: z.ZodObject<{
|
|
46449
46449
|
environment: z.ZodString;
|
|
46450
46450
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -46510,7 +46510,7 @@ export declare const zCreateADeployData: z.ZodObject<{
|
|
|
46510
46510
|
/**
|
|
46511
46511
|
* Serializer for Deploy response objects
|
|
46512
46512
|
*/
|
|
46513
|
-
export declare const
|
|
46513
|
+
export declare const zCreateOrganizationReleaseDeployResponse: z.ZodObject<{
|
|
46514
46514
|
id: z.ZodString;
|
|
46515
46515
|
environment: z.ZodString;
|
|
46516
46516
|
dateStarted: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -46532,7 +46532,7 @@ export declare const zCreateADeployResponse: z.ZodObject<{
|
|
|
46532
46532
|
dateStarted: string | null;
|
|
46533
46533
|
dateFinished: string;
|
|
46534
46534
|
}>;
|
|
46535
|
-
export declare const
|
|
46535
|
+
export declare const zListOrganizationReplayCountData: z.ZodObject<{
|
|
46536
46536
|
body: z.ZodOptional<z.ZodNever>;
|
|
46537
46537
|
path: z.ZodObject<{
|
|
46538
46538
|
organization_id_or_slug: z.ZodString;
|
|
@@ -46605,8 +46605,8 @@ export declare const zRetrieveACountOfReplaysForAGivenIssueOrTransactionData: z.
|
|
|
46605
46605
|
} | undefined;
|
|
46606
46606
|
body?: undefined;
|
|
46607
46607
|
}>;
|
|
46608
|
-
export declare const
|
|
46609
|
-
export declare const
|
|
46608
|
+
export declare const zListOrganizationReplayCountResponse: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
46609
|
+
export declare const zListOrganizationReplaySelectorsData: z.ZodObject<{
|
|
46610
46610
|
body: z.ZodOptional<z.ZodNever>;
|
|
46611
46611
|
path: z.ZodObject<{
|
|
46612
46612
|
organization_id_or_slug: z.ZodString;
|
|
@@ -46694,7 +46694,7 @@ export declare const zListAnOrganizationSSelectorsData: z.ZodObject<{
|
|
|
46694
46694
|
} | undefined;
|
|
46695
46695
|
body?: undefined;
|
|
46696
46696
|
}>;
|
|
46697
|
-
export declare const
|
|
46697
|
+
export declare const zListOrganizationReplaySelectorsResponse: z.ZodObject<{
|
|
46698
46698
|
data: z.ZodArray<z.ZodObject<{
|
|
46699
46699
|
count_dead_clicks: z.ZodOptional<z.ZodNumber>;
|
|
46700
46700
|
count_rage_clicks: z.ZodOptional<z.ZodNumber>;
|
|
@@ -46801,7 +46801,7 @@ export declare const zListAnOrganizationSSelectorsResponse: z.ZodObject<{
|
|
|
46801
46801
|
} | undefined;
|
|
46802
46802
|
}[];
|
|
46803
46803
|
}>;
|
|
46804
|
-
export declare const
|
|
46804
|
+
export declare const zListOrganizationReplaysData: z.ZodObject<{
|
|
46805
46805
|
body: z.ZodOptional<z.ZodNever>;
|
|
46806
46806
|
path: z.ZodObject<{
|
|
46807
46807
|
organization_id_or_slug: z.ZodString;
|
|
@@ -46894,7 +46894,7 @@ export declare const zListAnOrganizationSReplaysData: z.ZodObject<{
|
|
|
46894
46894
|
} | undefined;
|
|
46895
46895
|
body?: undefined;
|
|
46896
46896
|
}>;
|
|
46897
|
-
export declare const
|
|
46897
|
+
export declare const zListOrganizationReplaysResponse: z.ZodArray<z.ZodObject<{
|
|
46898
46898
|
id: z.ZodOptional<z.ZodString>;
|
|
46899
46899
|
project_id: z.ZodOptional<z.ZodString>;
|
|
46900
46900
|
trace_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -47151,7 +47151,7 @@ export declare const zListAnOrganizationSReplaysResponse: z.ZodArray<z.ZodObject
|
|
|
47151
47151
|
} | undefined;
|
|
47152
47152
|
replay_type?: string | undefined;
|
|
47153
47153
|
}>, "many">;
|
|
47154
|
-
export declare const
|
|
47154
|
+
export declare const zGetOrganizationReplayData: z.ZodObject<{
|
|
47155
47155
|
body: z.ZodOptional<z.ZodNever>;
|
|
47156
47156
|
path: z.ZodObject<{
|
|
47157
47157
|
organization_id_or_slug: z.ZodString;
|
|
@@ -47249,7 +47249,7 @@ export declare const zRetrieveAReplayInstanceData: z.ZodObject<{
|
|
|
47249
47249
|
} | undefined;
|
|
47250
47250
|
body?: undefined;
|
|
47251
47251
|
}>;
|
|
47252
|
-
export declare const
|
|
47252
|
+
export declare const zGetOrganizationReplayResponse: z.ZodObject<{
|
|
47253
47253
|
data: z.ZodObject<{
|
|
47254
47254
|
id: z.ZodOptional<z.ZodString>;
|
|
47255
47255
|
project_id: z.ZodOptional<z.ZodString>;
|
|
@@ -47636,7 +47636,7 @@ export declare const zRetrieveAReplayInstanceResponse: z.ZodObject<{
|
|
|
47636
47636
|
replay_type?: string | undefined;
|
|
47637
47637
|
};
|
|
47638
47638
|
}>;
|
|
47639
|
-
export declare const
|
|
47639
|
+
export declare const zListOrganizationReposData: z.ZodObject<{
|
|
47640
47640
|
body: z.ZodOptional<z.ZodNever>;
|
|
47641
47641
|
path: z.ZodObject<{
|
|
47642
47642
|
organization_id_or_slug: z.ZodString;
|
|
@@ -47689,7 +47689,7 @@ export declare const zListAnOrganizationSRepositoriesData: z.ZodObject<{
|
|
|
47689
47689
|
} | undefined;
|
|
47690
47690
|
body?: undefined;
|
|
47691
47691
|
}>;
|
|
47692
|
-
export declare const
|
|
47692
|
+
export declare const zListOrganizationReposResponse: z.ZodArray<z.ZodObject<{
|
|
47693
47693
|
url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47694
47694
|
provider: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
47695
47695
|
status: z.ZodOptional<z.ZodString>;
|
|
@@ -47738,7 +47738,7 @@ export declare const zListAnOrganizationSRepositoriesResponse: z.ZodArray<z.ZodO
|
|
|
47738
47738
|
codeReviewTriggers: string[];
|
|
47739
47739
|
} | null | undefined;
|
|
47740
47740
|
}>, "many">;
|
|
47741
|
-
export declare const
|
|
47741
|
+
export declare const zListOrganizationRepoCommitsData: z.ZodObject<{
|
|
47742
47742
|
body: z.ZodOptional<z.ZodNever>;
|
|
47743
47743
|
path: z.ZodObject<{
|
|
47744
47744
|
organization_id_or_slug: z.ZodString;
|
|
@@ -47776,7 +47776,7 @@ export declare const zListARepositorySCommitsData: z.ZodObject<{
|
|
|
47776
47776
|
} | undefined;
|
|
47777
47777
|
body?: undefined;
|
|
47778
47778
|
}>;
|
|
47779
|
-
export declare const
|
|
47779
|
+
export declare const zListOrganizationRepoCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
47780
47780
|
id: z.ZodString;
|
|
47781
47781
|
message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
47782
47782
|
dateCreated: z.ZodString;
|
|
@@ -48681,7 +48681,7 @@ export declare const zListARepositorySCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
|
48681
48681
|
email: string;
|
|
48682
48682
|
} | undefined;
|
|
48683
48683
|
}>, "many">;
|
|
48684
|
-
export declare const
|
|
48684
|
+
export declare const zListOrganizationScimV2GroupsData: z.ZodObject<{
|
|
48685
48685
|
body: z.ZodOptional<z.ZodNever>;
|
|
48686
48686
|
path: z.ZodObject<{
|
|
48687
48687
|
organization_id_or_slug: z.ZodString;
|
|
@@ -48729,7 +48729,7 @@ export declare const zListAnOrganizationSPaginatedTeamsData: z.ZodObject<{
|
|
|
48729
48729
|
} | undefined;
|
|
48730
48730
|
body?: undefined;
|
|
48731
48731
|
}>;
|
|
48732
|
-
export declare const
|
|
48732
|
+
export declare const zListOrganizationScimV2GroupsResponse: z.ZodObject<{
|
|
48733
48733
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
48734
48734
|
totalResults: z.ZodNumber;
|
|
48735
48735
|
startIndex: z.ZodNumber;
|
|
@@ -48813,7 +48813,7 @@ export declare const zListAnOrganizationSPaginatedTeamsResponse: z.ZodObject<{
|
|
|
48813
48813
|
}[] | undefined;
|
|
48814
48814
|
}[];
|
|
48815
48815
|
}>;
|
|
48816
|
-
export declare const
|
|
48816
|
+
export declare const zCreateOrganizationScimV2GroupData: z.ZodObject<{
|
|
48817
48817
|
body: z.ZodObject<{
|
|
48818
48818
|
displayName: z.ZodString;
|
|
48819
48819
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -48846,7 +48846,7 @@ export declare const zProvisionANewTeamData: z.ZodObject<{
|
|
|
48846
48846
|
};
|
|
48847
48847
|
query?: undefined;
|
|
48848
48848
|
}>;
|
|
48849
|
-
export declare const
|
|
48849
|
+
export declare const zCreateOrganizationScimV2GroupResponse: z.ZodObject<{
|
|
48850
48850
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
48851
48851
|
id: z.ZodString;
|
|
48852
48852
|
displayName: z.ZodString;
|
|
@@ -48890,7 +48890,7 @@ export declare const zProvisionANewTeamResponse: z.ZodObject<{
|
|
|
48890
48890
|
display: string;
|
|
48891
48891
|
}[] | undefined;
|
|
48892
48892
|
}>;
|
|
48893
|
-
export declare const
|
|
48893
|
+
export declare const zDeleteOrganizationScimV2GroupData: z.ZodObject<{
|
|
48894
48894
|
body: z.ZodOptional<z.ZodNever>;
|
|
48895
48895
|
path: z.ZodObject<{
|
|
48896
48896
|
organization_id_or_slug: z.ZodString;
|
|
@@ -48921,8 +48921,8 @@ export declare const zDeleteAnIndividualTeamData: z.ZodObject<{
|
|
|
48921
48921
|
/**
|
|
48922
48922
|
* Success
|
|
48923
48923
|
*/
|
|
48924
|
-
export declare const
|
|
48925
|
-
export declare const
|
|
48924
|
+
export declare const zDeleteOrganizationScimV2GroupResponse: z.ZodVoid;
|
|
48925
|
+
export declare const zGetOrganizationScimV2GroupData: z.ZodObject<{
|
|
48926
48926
|
body: z.ZodOptional<z.ZodNever>;
|
|
48927
48927
|
path: z.ZodObject<{
|
|
48928
48928
|
team_id_or_slug: z.ZodString;
|
|
@@ -48950,7 +48950,7 @@ export declare const zQueryAnIndividualTeamData: z.ZodObject<{
|
|
|
48950
48950
|
query?: undefined;
|
|
48951
48951
|
body?: undefined;
|
|
48952
48952
|
}>;
|
|
48953
|
-
export declare const
|
|
48953
|
+
export declare const zGetOrganizationScimV2GroupResponse: z.ZodObject<{
|
|
48954
48954
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
48955
48955
|
id: z.ZodString;
|
|
48956
48956
|
displayName: z.ZodString;
|
|
@@ -48994,7 +48994,7 @@ export declare const zQueryAnIndividualTeamResponse: z.ZodObject<{
|
|
|
48994
48994
|
display: string;
|
|
48995
48995
|
}[] | undefined;
|
|
48996
48996
|
}>;
|
|
48997
|
-
export declare const
|
|
48997
|
+
export declare const zUpdateOrganizationScimV2GroupData: z.ZodObject<{
|
|
48998
48998
|
body: z.ZodObject<{
|
|
48999
48999
|
Operations: z.ZodArray<z.ZodObject<{
|
|
49000
49000
|
op: z.ZodString;
|
|
@@ -49063,8 +49063,8 @@ export declare const zUpdateATeamSAttributesData: z.ZodObject<{
|
|
|
49063
49063
|
/**
|
|
49064
49064
|
* Success
|
|
49065
49065
|
*/
|
|
49066
|
-
export declare const
|
|
49067
|
-
export declare const
|
|
49066
|
+
export declare const zUpdateOrganizationScimV2GroupResponse: z.ZodVoid;
|
|
49067
|
+
export declare const zListOrganizationScimV2UsersData: z.ZodObject<{
|
|
49068
49068
|
body: z.ZodOptional<z.ZodNever>;
|
|
49069
49069
|
path: z.ZodObject<{
|
|
49070
49070
|
organization_id_or_slug: z.ZodString;
|
|
@@ -49112,7 +49112,7 @@ export declare const zListAnOrganizationSScimMembersData: z.ZodObject<{
|
|
|
49112
49112
|
} | undefined;
|
|
49113
49113
|
body?: undefined;
|
|
49114
49114
|
}>;
|
|
49115
|
-
export declare const
|
|
49115
|
+
export declare const zListOrganizationScimV2UsersResponse: z.ZodObject<{
|
|
49116
49116
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
49117
49117
|
totalResults: z.ZodNumber;
|
|
49118
49118
|
startIndex: z.ZodNumber;
|
|
@@ -49239,7 +49239,7 @@ export declare const zListAnOrganizationSScimMembersResponse: z.ZodObject<{
|
|
|
49239
49239
|
active?: boolean | undefined;
|
|
49240
49240
|
}[];
|
|
49241
49241
|
}>;
|
|
49242
|
-
export declare const
|
|
49242
|
+
export declare const zCreateOrganizationScimV2UserData: z.ZodObject<{
|
|
49243
49243
|
body: z.ZodObject<{
|
|
49244
49244
|
userName: z.ZodString;
|
|
49245
49245
|
sentryOrgRole: z.ZodOptional<z.ZodEnum<["billing", "member", "manager", "admin"]>>;
|
|
@@ -49281,7 +49281,7 @@ export declare const zProvisionANewOrganizationMemberData: z.ZodObject<{
|
|
|
49281
49281
|
* Conforming to the SCIM RFC, this represents a Sentry Org Member
|
|
49282
49282
|
* as a SCIM user object.
|
|
49283
49283
|
*/
|
|
49284
|
-
export declare const
|
|
49284
|
+
export declare const zCreateOrganizationScimV2UserResponse: z.ZodObject<{
|
|
49285
49285
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
49286
49286
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
49287
49287
|
id: z.ZodString;
|
|
@@ -49354,7 +49354,7 @@ export declare const zProvisionANewOrganizationMemberResponse: z.ZodObject<{
|
|
|
49354
49354
|
sentryOrgRole: string;
|
|
49355
49355
|
active?: boolean | undefined;
|
|
49356
49356
|
}>;
|
|
49357
|
-
export declare const
|
|
49357
|
+
export declare const zDeleteOrganizationScimV2UserData: z.ZodObject<{
|
|
49358
49358
|
body: z.ZodOptional<z.ZodNever>;
|
|
49359
49359
|
path: z.ZodObject<{
|
|
49360
49360
|
organization_id_or_slug: z.ZodString;
|
|
@@ -49385,8 +49385,8 @@ export declare const zDeleteAnOrganizationMemberViaScimData: z.ZodObject<{
|
|
|
49385
49385
|
/**
|
|
49386
49386
|
* Success
|
|
49387
49387
|
*/
|
|
49388
|
-
export declare const
|
|
49389
|
-
export declare const
|
|
49388
|
+
export declare const zDeleteOrganizationScimV2UserResponse: z.ZodVoid;
|
|
49389
|
+
export declare const zGetOrganizationScimV2UserData: z.ZodObject<{
|
|
49390
49390
|
body: z.ZodOptional<z.ZodNever>;
|
|
49391
49391
|
path: z.ZodObject<{
|
|
49392
49392
|
organization_id_or_slug: z.ZodString;
|
|
@@ -49418,7 +49418,7 @@ export declare const zQueryAnIndividualOrganizationMemberData: z.ZodObject<{
|
|
|
49418
49418
|
* Conforming to the SCIM RFC, this represents a Sentry Org Member
|
|
49419
49419
|
* as a SCIM user object.
|
|
49420
49420
|
*/
|
|
49421
|
-
export declare const
|
|
49421
|
+
export declare const zGetOrganizationScimV2UserResponse: z.ZodObject<{
|
|
49422
49422
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
49423
49423
|
schemas: z.ZodArray<z.ZodString, "many">;
|
|
49424
49424
|
id: z.ZodString;
|
|
@@ -49491,7 +49491,7 @@ export declare const zQueryAnIndividualOrganizationMemberResponse: z.ZodObject<{
|
|
|
49491
49491
|
sentryOrgRole: string;
|
|
49492
49492
|
active?: boolean | undefined;
|
|
49493
49493
|
}>;
|
|
49494
|
-
export declare const
|
|
49494
|
+
export declare const zUpdateOrganizationScimV2UserData: z.ZodObject<{
|
|
49495
49495
|
body: z.ZodObject<{
|
|
49496
49496
|
Operations: z.ZodArray<z.ZodObject<{
|
|
49497
49497
|
op: z.ZodString;
|
|
@@ -49560,8 +49560,8 @@ export declare const zUpdateAnOrganizationMemberSAttributesData: z.ZodObject<{
|
|
|
49560
49560
|
/**
|
|
49561
49561
|
* Success
|
|
49562
49562
|
*/
|
|
49563
|
-
export declare const
|
|
49564
|
-
export declare const
|
|
49563
|
+
export declare const zUpdateOrganizationScimV2UserResponse: z.ZodVoid;
|
|
49564
|
+
export declare const zListOrganizationSentryAppsData: z.ZodObject<{
|
|
49565
49565
|
body: z.ZodOptional<z.ZodNever>;
|
|
49566
49566
|
path: z.ZodObject<{
|
|
49567
49567
|
organization_id_or_slug: z.ZodString;
|
|
@@ -49584,7 +49584,7 @@ export declare const zRetrieveTheCustomIntegrationsCreatedByAnOrganizationData:
|
|
|
49584
49584
|
query?: undefined;
|
|
49585
49585
|
body?: undefined;
|
|
49586
49586
|
}>;
|
|
49587
|
-
export declare const
|
|
49587
|
+
export declare const zListOrganizationSentryAppsResponse: z.ZodArray<z.ZodObject<{
|
|
49588
49588
|
allowedOrigins: z.ZodArray<z.ZodString, "many">;
|
|
49589
49589
|
avatars: z.ZodArray<z.ZodObject<{
|
|
49590
49590
|
avatarType: z.ZodString;
|
|
@@ -49702,7 +49702,7 @@ export declare const zRetrieveTheCustomIntegrationsCreatedByAnOrganizationRespon
|
|
|
49702
49702
|
datePublished?: string | undefined;
|
|
49703
49703
|
clientId?: string | undefined;
|
|
49704
49704
|
}>, "many">;
|
|
49705
|
-
export declare const
|
|
49705
|
+
export declare const zListOrganizationSessionsData: z.ZodObject<{
|
|
49706
49706
|
body: z.ZodOptional<z.ZodNever>;
|
|
49707
49707
|
path: z.ZodObject<{
|
|
49708
49708
|
organization_id_or_slug: z.ZodString;
|
|
@@ -49795,7 +49795,7 @@ export declare const zRetrieveReleaseHealthSessionStatisticsData: z.ZodObject<{
|
|
|
49795
49795
|
};
|
|
49796
49796
|
body?: undefined;
|
|
49797
49797
|
}>;
|
|
49798
|
-
export declare const
|
|
49798
|
+
export declare const zListOrganizationSessionsResponse: z.ZodObject<{
|
|
49799
49799
|
start: z.ZodString;
|
|
49800
49800
|
end: z.ZodString;
|
|
49801
49801
|
intervals: z.ZodArray<z.ZodString, "many">;
|
|
@@ -49869,7 +49869,7 @@ export declare const zRetrieveReleaseHealthSessionStatisticsResponse: z.ZodObjec
|
|
|
49869
49869
|
}[];
|
|
49870
49870
|
intervals: string[];
|
|
49871
49871
|
}>;
|
|
49872
|
-
export declare const
|
|
49872
|
+
export declare const zGetOrganizationShortidData: z.ZodObject<{
|
|
49873
49873
|
body: z.ZodOptional<z.ZodNever>;
|
|
49874
49874
|
path: z.ZodObject<{
|
|
49875
49875
|
organization_id_or_slug: z.ZodString;
|
|
@@ -49907,7 +49907,7 @@ export declare const zResolveAShortIdData: z.ZodObject<{
|
|
|
49907
49907
|
} | undefined;
|
|
49908
49908
|
body?: undefined;
|
|
49909
49909
|
}>;
|
|
49910
|
-
export declare const
|
|
49910
|
+
export declare const zGetOrganizationShortidResponse: z.ZodObject<{
|
|
49911
49911
|
organizationSlug: z.ZodString;
|
|
49912
49912
|
projectSlug: z.ZodString;
|
|
49913
49913
|
groupId: z.ZodString;
|
|
@@ -50750,7 +50750,7 @@ export declare const zResolveAShortIdResponse: z.ZodObject<{
|
|
|
50750
50750
|
lastSeen?: string | null | undefined;
|
|
50751
50751
|
};
|
|
50752
50752
|
}>;
|
|
50753
|
-
export declare const
|
|
50753
|
+
export declare const zListOrganizationStatsSummaryData: z.ZodObject<{
|
|
50754
50754
|
body: z.ZodOptional<z.ZodNever>;
|
|
50755
50755
|
path: z.ZodObject<{
|
|
50756
50756
|
organization_id_or_slug: z.ZodString;
|
|
@@ -50828,7 +50828,7 @@ export declare const zRetrieveAnOrganizationSEventsCountByProjectData: z.ZodObje
|
|
|
50828
50828
|
};
|
|
50829
50829
|
body?: undefined;
|
|
50830
50830
|
}>;
|
|
50831
|
-
export declare const
|
|
50831
|
+
export declare const zListOrganizationStatsSummaryResponse: z.ZodObject<{
|
|
50832
50832
|
start: z.ZodString;
|
|
50833
50833
|
end: z.ZodString;
|
|
50834
50834
|
projects: z.ZodArray<z.ZodObject<{
|
|
@@ -50861,7 +50861,7 @@ export declare const zRetrieveAnOrganizationSEventsCountByProjectResponse: z.Zod
|
|
|
50861
50861
|
slug: string;
|
|
50862
50862
|
}[];
|
|
50863
50863
|
}>;
|
|
50864
|
-
export declare const
|
|
50864
|
+
export declare const zListOrganizationStatsV2Data: z.ZodObject<{
|
|
50865
50865
|
body: z.ZodOptional<z.ZodNever>;
|
|
50866
50866
|
path: z.ZodObject<{
|
|
50867
50867
|
organization_id_or_slug: z.ZodString;
|
|
@@ -50939,7 +50939,7 @@ export declare const zRetrieveEventCountsForAnOrganizationV2Data: z.ZodObject<{
|
|
|
50939
50939
|
};
|
|
50940
50940
|
body?: undefined;
|
|
50941
50941
|
}>;
|
|
50942
|
-
export declare const
|
|
50942
|
+
export declare const zListOrganizationStatsV2Response: z.ZodObject<{
|
|
50943
50943
|
start: z.ZodString;
|
|
50944
50944
|
end: z.ZodString;
|
|
50945
50945
|
intervals: z.ZodArray<z.ZodString, "many">;
|
|
@@ -50975,7 +50975,7 @@ export declare const zRetrieveEventCountsForAnOrganizationV2Response: z.ZodObjec
|
|
|
50975
50975
|
}[];
|
|
50976
50976
|
intervals: string[];
|
|
50977
50977
|
}>;
|
|
50978
|
-
export declare const
|
|
50978
|
+
export declare const zListOrganizationTagsData: z.ZodObject<{
|
|
50979
50979
|
body: z.ZodOptional<z.ZodNever>;
|
|
50980
50980
|
path: z.ZodObject<{
|
|
50981
50981
|
organization_id_or_slug: z.ZodString;
|
|
@@ -51043,7 +51043,7 @@ export declare const zListAnOrganizationSTagsData: z.ZodObject<{
|
|
|
51043
51043
|
} | undefined;
|
|
51044
51044
|
body?: undefined;
|
|
51045
51045
|
}>;
|
|
51046
|
-
export declare const
|
|
51046
|
+
export declare const zListOrganizationTagsResponse2: z.ZodArray<z.ZodObject<{
|
|
51047
51047
|
uniqueValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
51048
51048
|
totalValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
51049
51049
|
topValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
@@ -51102,7 +51102,7 @@ export declare const zListAnOrganizationSTagsResponse: z.ZodArray<z.ZodObject<{
|
|
|
51102
51102
|
query?: string | null | undefined;
|
|
51103
51103
|
}[] | null | undefined;
|
|
51104
51104
|
}>, "many">;
|
|
51105
|
-
export declare const
|
|
51105
|
+
export declare const zListOrganizationTeamsData: z.ZodObject<{
|
|
51106
51106
|
body: z.ZodOptional<z.ZodNever>;
|
|
51107
51107
|
path: z.ZodObject<{
|
|
51108
51108
|
organization_id_or_slug: z.ZodString;
|
|
@@ -51150,7 +51150,7 @@ export declare const zListAnOrganizationSTeamsData: z.ZodObject<{
|
|
|
51150
51150
|
} | undefined;
|
|
51151
51151
|
body?: undefined;
|
|
51152
51152
|
}>;
|
|
51153
|
-
export declare const
|
|
51153
|
+
export declare const zListOrganizationTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
51154
51154
|
id: z.ZodString;
|
|
51155
51155
|
slug: z.ZodString;
|
|
51156
51156
|
name: z.ZodString;
|
|
@@ -51694,7 +51694,7 @@ export declare const zListAnOrganizationSTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
|
51694
51694
|
teamId?: string | undefined;
|
|
51695
51695
|
}[] | undefined;
|
|
51696
51696
|
}>, "many">;
|
|
51697
|
-
export declare const
|
|
51697
|
+
export declare const zCreateOrganizationTeamData: z.ZodObject<{
|
|
51698
51698
|
body: z.ZodOptional<z.ZodObject<{
|
|
51699
51699
|
slug: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
51700
51700
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -51732,7 +51732,7 @@ export declare const zCreateANewTeamData: z.ZodObject<{
|
|
|
51732
51732
|
slug?: string | null | undefined;
|
|
51733
51733
|
} | undefined;
|
|
51734
51734
|
}>;
|
|
51735
|
-
export declare const
|
|
51735
|
+
export declare const zCreateOrganizationTeamResponse: z.ZodObject<{
|
|
51736
51736
|
id: z.ZodString;
|
|
51737
51737
|
slug: z.ZodString;
|
|
51738
51738
|
name: z.ZodString;
|
|
@@ -52276,7 +52276,7 @@ export declare const zCreateANewTeamResponse: z.ZodObject<{
|
|
|
52276
52276
|
teamId?: string | undefined;
|
|
52277
52277
|
}[] | undefined;
|
|
52278
52278
|
}>;
|
|
52279
|
-
export declare const
|
|
52279
|
+
export declare const zListOrganizationTraceItemsAttributesData: z.ZodObject<{
|
|
52280
52280
|
body: z.ZodOptional<z.ZodNever>;
|
|
52281
52281
|
path: z.ZodObject<{
|
|
52282
52282
|
organization_id_or_slug: z.ZodString;
|
|
@@ -52349,7 +52349,7 @@ export declare const zListTraceItemAttributesData: z.ZodObject<{
|
|
|
52349
52349
|
} | undefined;
|
|
52350
52350
|
body?: undefined;
|
|
52351
52351
|
}>;
|
|
52352
|
-
export declare const
|
|
52352
|
+
export declare const zListOrganizationTraceItemsAttributesResponse: z.ZodArray<z.ZodObject<{
|
|
52353
52353
|
key: z.ZodString;
|
|
52354
52354
|
name: z.ZodString;
|
|
52355
52355
|
secondaryAliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -52383,7 +52383,7 @@ export declare const zListTraceItemAttributesResponse2: z.ZodArray<z.ZodObject<{
|
|
|
52383
52383
|
};
|
|
52384
52384
|
secondaryAliases?: string[] | undefined;
|
|
52385
52385
|
}>, "many">;
|
|
52386
|
-
export declare const
|
|
52386
|
+
export declare const zGetOrganizationTraceMetaData: z.ZodObject<{
|
|
52387
52387
|
body: z.ZodOptional<z.ZodNever>;
|
|
52388
52388
|
path: z.ZodObject<{
|
|
52389
52389
|
organization_id_or_slug: z.ZodString;
|
|
@@ -52436,7 +52436,7 @@ export declare const zRetrieveTraceMetadataData: z.ZodObject<{
|
|
|
52436
52436
|
} | undefined;
|
|
52437
52437
|
body?: undefined;
|
|
52438
52438
|
}>;
|
|
52439
|
-
export declare const
|
|
52439
|
+
export declare const zGetOrganizationTraceMetaResponse: z.ZodObject<{
|
|
52440
52440
|
uptimeCount: z.ZodOptional<z.ZodNumber>;
|
|
52441
52441
|
errorsCount: z.ZodNumber;
|
|
52442
52442
|
logsCount: z.ZodNumber;
|
|
@@ -52464,7 +52464,7 @@ export declare const zRetrieveTraceMetadataResponse: z.ZodObject<{
|
|
|
52464
52464
|
spansCountMap: Record<string, number>;
|
|
52465
52465
|
uptimeCount?: number | undefined;
|
|
52466
52466
|
}>;
|
|
52467
|
-
export declare const
|
|
52467
|
+
export declare const zGetOrganizationTraceData: z.ZodObject<{
|
|
52468
52468
|
body: z.ZodOptional<z.ZodNever>;
|
|
52469
52469
|
path: z.ZodObject<{
|
|
52470
52470
|
organization_id_or_slug: z.ZodString;
|
|
@@ -52532,7 +52532,7 @@ export declare const zRetrieveATraceData: z.ZodObject<{
|
|
|
52532
52532
|
} | undefined;
|
|
52533
52533
|
body?: undefined;
|
|
52534
52534
|
}>;
|
|
52535
|
-
export declare const
|
|
52535
|
+
export declare const zGetOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
52536
52536
|
description: z.ZodString;
|
|
52537
52537
|
event_id: z.ZodString;
|
|
52538
52538
|
event_type: z.ZodString;
|
|
@@ -53048,7 +53048,7 @@ export declare const zRetrieveATraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObject
|
|
|
53048
53048
|
transaction_id: string;
|
|
53049
53049
|
region_name: string;
|
|
53050
53050
|
}>]>, "many">;
|
|
53051
|
-
export declare const
|
|
53051
|
+
export declare const zListOrganizationUserTeamsData: z.ZodObject<{
|
|
53052
53052
|
body: z.ZodOptional<z.ZodNever>;
|
|
53053
53053
|
path: z.ZodObject<{
|
|
53054
53054
|
organization_id_or_slug: z.ZodString;
|
|
@@ -53071,7 +53071,7 @@ export declare const zListAuserSTeamsForAnOrganizationData: z.ZodObject<{
|
|
|
53071
53071
|
query?: undefined;
|
|
53072
53072
|
body?: undefined;
|
|
53073
53073
|
}>;
|
|
53074
|
-
export declare const
|
|
53074
|
+
export declare const zListOrganizationUserTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
53075
53075
|
id: z.ZodString;
|
|
53076
53076
|
slug: z.ZodString;
|
|
53077
53077
|
name: z.ZodString;
|
|
@@ -53615,7 +53615,7 @@ export declare const zListAuserSTeamsForAnOrganizationResponse: z.ZodArray<z.Zod
|
|
|
53615
53615
|
teamId?: string | undefined;
|
|
53616
53616
|
}[] | undefined;
|
|
53617
53617
|
}>, "many">;
|
|
53618
|
-
export declare const
|
|
53618
|
+
export declare const zDeleteOrganizationWorkflowsData: z.ZodObject<{
|
|
53619
53619
|
body: z.ZodOptional<z.ZodNever>;
|
|
53620
53620
|
path: z.ZodObject<{
|
|
53621
53621
|
organization_id_or_slug: z.ZodString;
|
|
@@ -53658,8 +53658,8 @@ export declare const zBulkDeleteAlertsData: z.ZodObject<{
|
|
|
53658
53658
|
} | undefined;
|
|
53659
53659
|
body?: undefined;
|
|
53660
53660
|
}>;
|
|
53661
|
-
export declare const
|
|
53662
|
-
export declare const
|
|
53661
|
+
export declare const zDeleteOrganizationWorkflowsResponse: z.ZodUnion<[z.ZodUnknown, z.ZodVoid]>;
|
|
53662
|
+
export declare const zListOrganizationWorkflowsData: z.ZodObject<{
|
|
53663
53663
|
body: z.ZodOptional<z.ZodNever>;
|
|
53664
53664
|
path: z.ZodObject<{
|
|
53665
53665
|
organization_id_or_slug: z.ZodString;
|
|
@@ -53707,7 +53707,7 @@ export declare const zFetchAlertsData: z.ZodObject<{
|
|
|
53707
53707
|
} | undefined;
|
|
53708
53708
|
body?: undefined;
|
|
53709
53709
|
}>;
|
|
53710
|
-
export declare const
|
|
53710
|
+
export declare const zListOrganizationWorkflowsResponse: z.ZodArray<z.ZodObject<{
|
|
53711
53711
|
id: z.ZodString;
|
|
53712
53712
|
name: z.ZodString;
|
|
53713
53713
|
organizationId: z.ZodString;
|
|
@@ -53981,7 +53981,7 @@ export declare const zFetchAlertsResponse: z.ZodArray<z.ZodObject<{
|
|
|
53981
53981
|
detectorIds: string[] | null;
|
|
53982
53982
|
lastTriggered: string | null;
|
|
53983
53983
|
}>, "many">;
|
|
53984
|
-
export declare const
|
|
53984
|
+
export declare const zCreateOrganizationWorkflowData: z.ZodObject<{
|
|
53985
53985
|
body: z.ZodObject<{
|
|
53986
53986
|
name: z.ZodString;
|
|
53987
53987
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -54082,7 +54082,7 @@ export declare const zCreateAnAlertForAnOrganizationData: z.ZodObject<{
|
|
|
54082
54082
|
};
|
|
54083
54083
|
query?: undefined;
|
|
54084
54084
|
}>;
|
|
54085
|
-
export declare const
|
|
54085
|
+
export declare const zCreateOrganizationWorkflowResponse: z.ZodObject<{
|
|
54086
54086
|
id: z.ZodString;
|
|
54087
54087
|
name: z.ZodString;
|
|
54088
54088
|
organizationId: z.ZodString;
|
|
@@ -54356,7 +54356,7 @@ export declare const zCreateAnAlertForAnOrganizationResponse: z.ZodObject<{
|
|
|
54356
54356
|
detectorIds: string[] | null;
|
|
54357
54357
|
lastTriggered: string | null;
|
|
54358
54358
|
}>;
|
|
54359
|
-
export declare const
|
|
54359
|
+
export declare const zUpdateOrganizationWorkflowsData: z.ZodObject<{
|
|
54360
54360
|
body: z.ZodObject<{
|
|
54361
54361
|
enabled: z.ZodBoolean;
|
|
54362
54362
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -54409,7 +54409,7 @@ export declare const zMutateAnOrganizationSAlertsData: z.ZodObject<{
|
|
|
54409
54409
|
project?: number[] | undefined;
|
|
54410
54410
|
} | undefined;
|
|
54411
54411
|
}>;
|
|
54412
|
-
export declare const
|
|
54412
|
+
export declare const zUpdateOrganizationWorkflowsResponse: z.ZodArray<z.ZodObject<{
|
|
54413
54413
|
id: z.ZodString;
|
|
54414
54414
|
name: z.ZodString;
|
|
54415
54415
|
organizationId: z.ZodString;
|
|
@@ -54683,7 +54683,7 @@ export declare const zMutateAnOrganizationSAlertsResponse: z.ZodArray<z.ZodObjec
|
|
|
54683
54683
|
detectorIds: string[] | null;
|
|
54684
54684
|
lastTriggered: string | null;
|
|
54685
54685
|
}>, "many">;
|
|
54686
|
-
export declare const
|
|
54686
|
+
export declare const zDeleteOrganizationWorkflowData: z.ZodObject<{
|
|
54687
54687
|
body: z.ZodOptional<z.ZodNever>;
|
|
54688
54688
|
path: z.ZodObject<{
|
|
54689
54689
|
organization_id_or_slug: z.ZodString;
|
|
@@ -54714,8 +54714,8 @@ export declare const zDeleteAnAlertData: z.ZodObject<{
|
|
|
54714
54714
|
/**
|
|
54715
54715
|
* No Content
|
|
54716
54716
|
*/
|
|
54717
|
-
export declare const
|
|
54718
|
-
export declare const
|
|
54717
|
+
export declare const zDeleteOrganizationWorkflowResponse: z.ZodVoid;
|
|
54718
|
+
export declare const zGetOrganizationWorkflowData: z.ZodObject<{
|
|
54719
54719
|
body: z.ZodOptional<z.ZodNever>;
|
|
54720
54720
|
path: z.ZodObject<{
|
|
54721
54721
|
organization_id_or_slug: z.ZodString;
|
|
@@ -54743,7 +54743,7 @@ export declare const zFetchAnAlertData: z.ZodObject<{
|
|
|
54743
54743
|
query?: undefined;
|
|
54744
54744
|
body?: undefined;
|
|
54745
54745
|
}>;
|
|
54746
|
-
export declare const
|
|
54746
|
+
export declare const zGetOrganizationWorkflowResponse: z.ZodObject<{
|
|
54747
54747
|
id: z.ZodString;
|
|
54748
54748
|
name: z.ZodString;
|
|
54749
54749
|
organizationId: z.ZodString;
|
|
@@ -55017,7 +55017,7 @@ export declare const zFetchAnAlertResponse: z.ZodObject<{
|
|
|
55017
55017
|
detectorIds: string[] | null;
|
|
55018
55018
|
lastTriggered: string | null;
|
|
55019
55019
|
}>;
|
|
55020
|
-
export declare const
|
|
55020
|
+
export declare const zUpdateOrganizationWorkflowData: z.ZodObject<{
|
|
55021
55021
|
body: z.ZodObject<{
|
|
55022
55022
|
name: z.ZodString;
|
|
55023
55023
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -55123,7 +55123,7 @@ export declare const zUpdateAnAlertByIdData: z.ZodObject<{
|
|
|
55123
55123
|
};
|
|
55124
55124
|
query?: undefined;
|
|
55125
55125
|
}>;
|
|
55126
|
-
export declare const
|
|
55126
|
+
export declare const zUpdateOrganizationWorkflowResponse: z.ZodObject<{
|
|
55127
55127
|
id: z.ZodString;
|
|
55128
55128
|
name: z.ZodString;
|
|
55129
55129
|
organizationId: z.ZodString;
|
|
@@ -55397,7 +55397,7 @@ export declare const zUpdateAnAlertByIdResponse: z.ZodObject<{
|
|
|
55397
55397
|
detectorIds: string[] | null;
|
|
55398
55398
|
lastTriggered: string | null;
|
|
55399
55399
|
}>;
|
|
55400
|
-
export declare const
|
|
55400
|
+
export declare const zDeleteProjectData: z.ZodObject<{
|
|
55401
55401
|
body: z.ZodOptional<z.ZodNever>;
|
|
55402
55402
|
path: z.ZodObject<{
|
|
55403
55403
|
organization_id_or_slug: z.ZodString;
|
|
@@ -55428,8 +55428,8 @@ export declare const zDeleteAProjectData: z.ZodObject<{
|
|
|
55428
55428
|
/**
|
|
55429
55429
|
* No Content
|
|
55430
55430
|
*/
|
|
55431
|
-
export declare const
|
|
55432
|
-
export declare const
|
|
55431
|
+
export declare const zDeleteProjectResponse: z.ZodVoid;
|
|
55432
|
+
export declare const zGetProjectData: z.ZodObject<{
|
|
55433
55433
|
body: z.ZodOptional<z.ZodNever>;
|
|
55434
55434
|
path: z.ZodObject<{
|
|
55435
55435
|
organization_id_or_slug: z.ZodString;
|
|
@@ -55457,7 +55457,7 @@ export declare const zRetrieveAProjectData: z.ZodObject<{
|
|
|
55457
55457
|
query?: undefined;
|
|
55458
55458
|
body?: undefined;
|
|
55459
55459
|
}>;
|
|
55460
|
-
export declare const
|
|
55460
|
+
export declare const zGetProjectResponse: z.ZodObject<{
|
|
55461
55461
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
55462
55462
|
transactionStats: z.ZodOptional<z.ZodUnknown>;
|
|
55463
55463
|
sessionStats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -56133,7 +56133,7 @@ export declare const zRetrieveAProjectResponse: z.ZodObject<{
|
|
|
56133
56133
|
sessionStats?: unknown;
|
|
56134
56134
|
seerNightshiftTweaks?: unknown;
|
|
56135
56135
|
}>;
|
|
56136
|
-
export declare const
|
|
56136
|
+
export declare const zUpdateProjectData: z.ZodObject<{
|
|
56137
56137
|
body: z.ZodOptional<z.ZodObject<{
|
|
56138
56138
|
isBookmarked: z.ZodOptional<z.ZodBoolean>;
|
|
56139
56139
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -56216,7 +56216,7 @@ export declare const zUpdateAProjectData: z.ZodObject<{
|
|
|
56216
56216
|
scmSourceContextEnabled?: boolean | undefined;
|
|
56217
56217
|
} | undefined;
|
|
56218
56218
|
}>;
|
|
56219
|
-
export declare const
|
|
56219
|
+
export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
56220
56220
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
56221
56221
|
transactionStats: z.ZodOptional<z.ZodUnknown>;
|
|
56222
56222
|
sessionStats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -56892,7 +56892,7 @@ export declare const zUpdateAProjectResponse: z.ZodObject<{
|
|
|
56892
56892
|
sessionStats?: unknown;
|
|
56893
56893
|
seerNightshiftTweaks?: unknown;
|
|
56894
56894
|
}>;
|
|
56895
|
-
export declare const
|
|
56895
|
+
export declare const zListProjectEnvironmentsData: z.ZodObject<{
|
|
56896
56896
|
body: z.ZodOptional<z.ZodNever>;
|
|
56897
56897
|
path: z.ZodObject<{
|
|
56898
56898
|
organization_id_or_slug: z.ZodString;
|
|
@@ -56930,7 +56930,7 @@ export declare const zListAProjectSEnvironmentsData: z.ZodObject<{
|
|
|
56930
56930
|
} | undefined;
|
|
56931
56931
|
body?: undefined;
|
|
56932
56932
|
}>;
|
|
56933
|
-
export declare const
|
|
56933
|
+
export declare const zListProjectEnvironmentsResponse: z.ZodArray<z.ZodObject<{
|
|
56934
56934
|
id: z.ZodString;
|
|
56935
56935
|
name: z.ZodString;
|
|
56936
56936
|
isHidden: z.ZodBoolean;
|
|
@@ -56943,7 +56943,7 @@ export declare const zListAProjectSEnvironmentsResponse: z.ZodArray<z.ZodObject<
|
|
|
56943
56943
|
id: string;
|
|
56944
56944
|
isHidden: boolean;
|
|
56945
56945
|
}>, "many">;
|
|
56946
|
-
export declare const
|
|
56946
|
+
export declare const zGetProjectEnvironmentData: z.ZodObject<{
|
|
56947
56947
|
body: z.ZodOptional<z.ZodNever>;
|
|
56948
56948
|
path: z.ZodObject<{
|
|
56949
56949
|
organization_id_or_slug: z.ZodString;
|
|
@@ -56976,7 +56976,7 @@ export declare const zRetrieveAProjectEnvironmentData: z.ZodObject<{
|
|
|
56976
56976
|
query?: undefined;
|
|
56977
56977
|
body?: undefined;
|
|
56978
56978
|
}>;
|
|
56979
|
-
export declare const
|
|
56979
|
+
export declare const zGetProjectEnvironmentResponse: z.ZodObject<{
|
|
56980
56980
|
id: z.ZodString;
|
|
56981
56981
|
name: z.ZodString;
|
|
56982
56982
|
isHidden: z.ZodBoolean;
|
|
@@ -56989,7 +56989,7 @@ export declare const zRetrieveAProjectEnvironmentResponse: z.ZodObject<{
|
|
|
56989
56989
|
id: string;
|
|
56990
56990
|
isHidden: boolean;
|
|
56991
56991
|
}>;
|
|
56992
|
-
export declare const
|
|
56992
|
+
export declare const zUpdateProjectEnvironmentData: z.ZodObject<{
|
|
56993
56993
|
body: z.ZodObject<{
|
|
56994
56994
|
isHidden: z.ZodBoolean;
|
|
56995
56995
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57032,7 +57032,7 @@ export declare const zUpdateAProjectEnvironmentData: z.ZodObject<{
|
|
|
57032
57032
|
};
|
|
57033
57033
|
query?: undefined;
|
|
57034
57034
|
}>;
|
|
57035
|
-
export declare const
|
|
57035
|
+
export declare const zUpdateProjectEnvironmentResponse: z.ZodObject<{
|
|
57036
57036
|
id: z.ZodString;
|
|
57037
57037
|
name: z.ZodString;
|
|
57038
57038
|
isHidden: z.ZodBoolean;
|
|
@@ -57045,7 +57045,7 @@ export declare const zUpdateAProjectEnvironmentResponse: z.ZodObject<{
|
|
|
57045
57045
|
id: string;
|
|
57046
57046
|
isHidden: boolean;
|
|
57047
57047
|
}>;
|
|
57048
|
-
export declare const
|
|
57048
|
+
export declare const zListProjectEventsData: z.ZodObject<{
|
|
57049
57049
|
body: z.ZodOptional<z.ZodNever>;
|
|
57050
57050
|
path: z.ZodObject<{
|
|
57051
57051
|
organization_id_or_slug: z.ZodString;
|
|
@@ -57108,7 +57108,7 @@ export declare const zListAProjectSErrorEventsData: z.ZodObject<{
|
|
|
57108
57108
|
} | undefined;
|
|
57109
57109
|
body?: undefined;
|
|
57110
57110
|
}>;
|
|
57111
|
-
export declare const
|
|
57111
|
+
export declare const zListProjectEventsResponse: z.ZodArray<z.ZodObject<{
|
|
57112
57112
|
id: z.ZodString;
|
|
57113
57113
|
'event.type': z.ZodString;
|
|
57114
57114
|
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -57217,7 +57217,7 @@ export declare const zListAProjectSErrorEventsResponse: z.ZodArray<z.ZodObject<{
|
|
|
57217
57217
|
culprit: string | null;
|
|
57218
57218
|
'event.type': string;
|
|
57219
57219
|
}>, "many">;
|
|
57220
|
-
export declare const
|
|
57220
|
+
export declare const zGetProjectEventData: z.ZodObject<{
|
|
57221
57221
|
body: z.ZodOptional<z.ZodNever>;
|
|
57222
57222
|
path: z.ZodObject<{
|
|
57223
57223
|
organization_id_or_slug: z.ZodString;
|
|
@@ -57260,7 +57260,7 @@ export declare const zRetrieveAnEventForAProjectData: z.ZodObject<{
|
|
|
57260
57260
|
} | undefined;
|
|
57261
57261
|
body?: undefined;
|
|
57262
57262
|
}>;
|
|
57263
|
-
export declare const
|
|
57263
|
+
export declare const zGetProjectEventResponse: z.ZodObject<{
|
|
57264
57264
|
id: z.ZodString;
|
|
57265
57265
|
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
57266
57266
|
eventID: z.ZodString;
|
|
@@ -57712,7 +57712,7 @@ export declare const zRetrieveAnEventForAProjectResponse: z.ZodObject<{
|
|
|
57712
57712
|
measurements?: unknown;
|
|
57713
57713
|
breakdowns?: unknown;
|
|
57714
57714
|
}>;
|
|
57715
|
-
export declare const
|
|
57715
|
+
export declare const zListProjectEventAttachmentsData: z.ZodObject<{
|
|
57716
57716
|
body: z.ZodOptional<z.ZodNever>;
|
|
57717
57717
|
path: z.ZodObject<{
|
|
57718
57718
|
organization_id_or_slug: z.ZodString;
|
|
@@ -57760,7 +57760,7 @@ export declare const zListAnEventSAttachmentsData: z.ZodObject<{
|
|
|
57760
57760
|
} | undefined;
|
|
57761
57761
|
body?: undefined;
|
|
57762
57762
|
}>;
|
|
57763
|
-
export declare const
|
|
57763
|
+
export declare const zListProjectEventAttachmentsResponse: z.ZodArray<z.ZodObject<{
|
|
57764
57764
|
id: z.ZodString;
|
|
57765
57765
|
event_id: z.ZodString;
|
|
57766
57766
|
type: z.ZodString;
|
|
@@ -57791,7 +57791,7 @@ export declare const zListAnEventSAttachmentsResponse: z.ZodArray<z.ZodObject<{
|
|
|
57791
57791
|
size: number;
|
|
57792
57792
|
sha1: string | null;
|
|
57793
57793
|
}>, "many">;
|
|
57794
|
-
export declare const
|
|
57794
|
+
export declare const zGetProjectEventAttachmentData: z.ZodObject<{
|
|
57795
57795
|
body: z.ZodOptional<z.ZodNever>;
|
|
57796
57796
|
path: z.ZodObject<{
|
|
57797
57797
|
organization_id_or_slug: z.ZodString;
|
|
@@ -57829,7 +57829,7 @@ export declare const zRetrieveAnEventAttachmentData: z.ZodObject<{
|
|
|
57829
57829
|
query?: undefined;
|
|
57830
57830
|
body?: undefined;
|
|
57831
57831
|
}>;
|
|
57832
|
-
export declare const
|
|
57832
|
+
export declare const zGetProjectEventAttachmentResponse: z.ZodObject<{
|
|
57833
57833
|
id: z.ZodString;
|
|
57834
57834
|
event_id: z.ZodString;
|
|
57835
57835
|
type: z.ZodString;
|
|
@@ -57860,7 +57860,7 @@ export declare const zRetrieveAnEventAttachmentResponse: z.ZodObject<{
|
|
|
57860
57860
|
size: number;
|
|
57861
57861
|
sha1: string | null;
|
|
57862
57862
|
}>;
|
|
57863
|
-
export declare const
|
|
57863
|
+
export declare const zListProjectEventSourceMapDebugData: z.ZodObject<{
|
|
57864
57864
|
body: z.ZodOptional<z.ZodNever>;
|
|
57865
57865
|
path: z.ZodObject<{
|
|
57866
57866
|
organization_id_or_slug: z.ZodString;
|
|
@@ -57893,7 +57893,7 @@ export declare const zGetDebugInformationRelatedToSourceMapsForAGivenEventData:
|
|
|
57893
57893
|
query?: undefined;
|
|
57894
57894
|
body?: undefined;
|
|
57895
57895
|
}>;
|
|
57896
|
-
export declare const
|
|
57896
|
+
export declare const zListProjectEventSourceMapDebugResponse: z.ZodObject<{
|
|
57897
57897
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
57898
57898
|
release: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
57899
57899
|
exceptions: z.ZodArray<z.ZodObject<{
|
|
@@ -58336,7 +58336,7 @@ export declare const zGetDebugInformationRelatedToSourceMapsForAGivenEventRespon
|
|
|
58336
58336
|
sdk_debug_id_support: "full" | "not-supported" | "unofficial-sdk" | "needs-upgrade";
|
|
58337
58337
|
has_scraping_data: boolean;
|
|
58338
58338
|
}>;
|
|
58339
|
-
export declare const
|
|
58339
|
+
export declare const zListProjectFilesDsymsData: z.ZodObject<{
|
|
58340
58340
|
body: z.ZodOptional<z.ZodNever>;
|
|
58341
58341
|
path: z.ZodObject<{
|
|
58342
58342
|
organization_id_or_slug: z.ZodString;
|
|
@@ -58394,7 +58394,7 @@ export declare const zListAProjectSDebugInformationFilesData: z.ZodObject<{
|
|
|
58394
58394
|
} | undefined;
|
|
58395
58395
|
body?: undefined;
|
|
58396
58396
|
}>;
|
|
58397
|
-
export declare const
|
|
58397
|
+
export declare const zListProjectFilesDsymsResponse: z.ZodArray<z.ZodObject<{
|
|
58398
58398
|
id: z.ZodString;
|
|
58399
58399
|
uuid: z.ZodString;
|
|
58400
58400
|
debugId: z.ZodString;
|
|
@@ -58434,7 +58434,7 @@ export declare const zListAProjectSDebugInformationFilesResponse: z.ZodArray<z.Z
|
|
|
58434
58434
|
objectName: string;
|
|
58435
58435
|
symbolType: string;
|
|
58436
58436
|
}>, "many">;
|
|
58437
|
-
export declare const
|
|
58437
|
+
export declare const zListProjectFiltersData: z.ZodObject<{
|
|
58438
58438
|
body: z.ZodOptional<z.ZodNever>;
|
|
58439
58439
|
path: z.ZodObject<{
|
|
58440
58440
|
organization_id_or_slug: z.ZodString;
|
|
@@ -58462,7 +58462,7 @@ export declare const zListAProjectSDataFiltersData: z.ZodObject<{
|
|
|
58462
58462
|
query?: undefined;
|
|
58463
58463
|
body?: undefined;
|
|
58464
58464
|
}>;
|
|
58465
|
-
export declare const
|
|
58465
|
+
export declare const zListProjectFiltersResponse: z.ZodArray<z.ZodObject<{
|
|
58466
58466
|
id: z.ZodString;
|
|
58467
58467
|
active: z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>;
|
|
58468
58468
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -58472,7 +58472,7 @@ export declare const zListAProjectSDataFiltersResponse: z.ZodArray<z.ZodObject<{
|
|
|
58472
58472
|
active: boolean | string[];
|
|
58473
58473
|
id: string;
|
|
58474
58474
|
}>, "many">;
|
|
58475
|
-
export declare const
|
|
58475
|
+
export declare const zUpdateProjectFilterData: z.ZodObject<{
|
|
58476
58476
|
body: z.ZodOptional<z.ZodObject<{
|
|
58477
58477
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
58478
58478
|
subfilters: z.ZodOptional<z.ZodArray<z.ZodEnum<["ie", "edge", "safari", "firefox", "chrome", "opera", "android", "opera_mini", "ie_pre_9", "ie9", "ie10", "ie11", "opera_pre_15", "android_pre_4", "safari_pre_6", "opera_mini_pre_8", "edge_pre_79"]>, "many">>;
|
|
@@ -58523,8 +58523,8 @@ export declare const zUpdateAnInboundDataFilterData: z.ZodObject<{
|
|
|
58523
58523
|
/**
|
|
58524
58524
|
* No Content
|
|
58525
58525
|
*/
|
|
58526
|
-
export declare const
|
|
58527
|
-
export declare const
|
|
58526
|
+
export declare const zUpdateProjectFilterResponse: z.ZodVoid;
|
|
58527
|
+
export declare const zListProjectKeysData: z.ZodObject<{
|
|
58528
58528
|
body: z.ZodOptional<z.ZodNever>;
|
|
58529
58529
|
path: z.ZodObject<{
|
|
58530
58530
|
organization_id_or_slug: z.ZodString;
|
|
@@ -58567,7 +58567,7 @@ export declare const zListAProjectSClientKeysData: z.ZodObject<{
|
|
|
58567
58567
|
} | undefined;
|
|
58568
58568
|
body?: undefined;
|
|
58569
58569
|
}>;
|
|
58570
|
-
export declare const
|
|
58570
|
+
export declare const zListProjectKeysResponse: z.ZodArray<z.ZodObject<{
|
|
58571
58571
|
id: z.ZodString;
|
|
58572
58572
|
name: z.ZodString;
|
|
58573
58573
|
label: z.ZodString;
|
|
@@ -58738,7 +58738,7 @@ export declare const zListAProjectSClientKeysResponse: z.ZodArray<z.ZodObject<{
|
|
|
58738
58738
|
};
|
|
58739
58739
|
useCase?: string | undefined;
|
|
58740
58740
|
}>, "many">;
|
|
58741
|
-
export declare const
|
|
58741
|
+
export declare const zCreateProjectKeyData: z.ZodObject<{
|
|
58742
58742
|
body: z.ZodOptional<z.ZodObject<{
|
|
58743
58743
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
58744
58744
|
rateLimit: z.ZodOptional<z.ZodObject<{
|
|
@@ -58810,7 +58810,7 @@ export declare const zCreateANewClientKeyData: z.ZodObject<{
|
|
|
58810
58810
|
/**
|
|
58811
58811
|
* This represents a Sentry Project Client Key.
|
|
58812
58812
|
*/
|
|
58813
|
-
export declare const
|
|
58813
|
+
export declare const zCreateProjectKeyResponse: z.ZodObject<{
|
|
58814
58814
|
id: z.ZodString;
|
|
58815
58815
|
name: z.ZodString;
|
|
58816
58816
|
label: z.ZodString;
|
|
@@ -58981,7 +58981,7 @@ export declare const zCreateANewClientKeyResponse: z.ZodObject<{
|
|
|
58981
58981
|
};
|
|
58982
58982
|
useCase?: string | undefined;
|
|
58983
58983
|
}>;
|
|
58984
|
-
export declare const
|
|
58984
|
+
export declare const zDeleteProjectKeyData: z.ZodObject<{
|
|
58985
58985
|
body: z.ZodOptional<z.ZodNever>;
|
|
58986
58986
|
path: z.ZodObject<{
|
|
58987
58987
|
organization_id_or_slug: z.ZodString;
|
|
@@ -59017,8 +59017,8 @@ export declare const zDeleteAClientKeyData: z.ZodObject<{
|
|
|
59017
59017
|
/**
|
|
59018
59018
|
* No Content
|
|
59019
59019
|
*/
|
|
59020
|
-
export declare const
|
|
59021
|
-
export declare const
|
|
59020
|
+
export declare const zDeleteProjectKeyResponse: z.ZodVoid;
|
|
59021
|
+
export declare const zGetProjectKeyData: z.ZodObject<{
|
|
59022
59022
|
body: z.ZodOptional<z.ZodNever>;
|
|
59023
59023
|
path: z.ZodObject<{
|
|
59024
59024
|
organization_id_or_slug: z.ZodString;
|
|
@@ -59054,7 +59054,7 @@ export declare const zRetrieveAClientKeyData: z.ZodObject<{
|
|
|
59054
59054
|
/**
|
|
59055
59055
|
* This represents a Sentry Project Client Key.
|
|
59056
59056
|
*/
|
|
59057
|
-
export declare const
|
|
59057
|
+
export declare const zGetProjectKeyResponse: z.ZodObject<{
|
|
59058
59058
|
id: z.ZodString;
|
|
59059
59059
|
name: z.ZodString;
|
|
59060
59060
|
label: z.ZodString;
|
|
@@ -59225,7 +59225,7 @@ export declare const zRetrieveAClientKeyResponse: z.ZodObject<{
|
|
|
59225
59225
|
};
|
|
59226
59226
|
useCase?: string | undefined;
|
|
59227
59227
|
}>;
|
|
59228
|
-
export declare const
|
|
59228
|
+
export declare const zUpdateProjectKeyData: z.ZodObject<{
|
|
59229
59229
|
body: z.ZodOptional<z.ZodObject<{
|
|
59230
59230
|
name: z.ZodOptional<z.ZodString>;
|
|
59231
59231
|
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -59354,7 +59354,7 @@ export declare const zUpdateAClientKeyData: z.ZodObject<{
|
|
|
59354
59354
|
/**
|
|
59355
59355
|
* This represents a Sentry Project Client Key.
|
|
59356
59356
|
*/
|
|
59357
|
-
export declare const
|
|
59357
|
+
export declare const zUpdateProjectKeyResponse: z.ZodObject<{
|
|
59358
59358
|
id: z.ZodString;
|
|
59359
59359
|
name: z.ZodString;
|
|
59360
59360
|
label: z.ZodString;
|
|
@@ -59525,7 +59525,7 @@ export declare const zUpdateAClientKeyResponse: z.ZodObject<{
|
|
|
59525
59525
|
};
|
|
59526
59526
|
useCase?: string | undefined;
|
|
59527
59527
|
}>;
|
|
59528
|
-
export declare const
|
|
59528
|
+
export declare const zListProjectMembersData: z.ZodObject<{
|
|
59529
59529
|
body: z.ZodOptional<z.ZodNever>;
|
|
59530
59530
|
path: z.ZodObject<{
|
|
59531
59531
|
organization_id_or_slug: z.ZodString;
|
|
@@ -59553,7 +59553,7 @@ export declare const zListAProjectSOrganizationMembersData: z.ZodObject<{
|
|
|
59553
59553
|
query?: undefined;
|
|
59554
59554
|
body?: undefined;
|
|
59555
59555
|
}>;
|
|
59556
|
-
export declare const
|
|
59556
|
+
export declare const zListProjectMembersResponse: z.ZodArray<z.ZodObject<{
|
|
59557
59557
|
externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
59558
59558
|
externalId: z.ZodOptional<z.ZodString>;
|
|
59559
59559
|
userId: z.ZodOptional<z.ZodString>;
|
|
@@ -59937,7 +59937,7 @@ export declare const zListAProjectSOrganizationMembersResponse: z.ZodArray<z.Zod
|
|
|
59937
59937
|
teamId?: string | undefined;
|
|
59938
59938
|
}[] | undefined;
|
|
59939
59939
|
}>, "many">;
|
|
59940
|
-
export declare const
|
|
59940
|
+
export declare const zDeleteProjectMonitorData: z.ZodObject<{
|
|
59941
59941
|
body: z.ZodOptional<z.ZodNever>;
|
|
59942
59942
|
path: z.ZodObject<{
|
|
59943
59943
|
organization_id_or_slug: z.ZodString;
|
|
@@ -59980,7 +59980,7 @@ export declare const zDeleteAMonitorOrMonitorEnvironmentsForAProjectData: z.ZodO
|
|
|
59980
59980
|
} | undefined;
|
|
59981
59981
|
body?: undefined;
|
|
59982
59982
|
}>;
|
|
59983
|
-
export declare const
|
|
59983
|
+
export declare const zGetProjectMonitorData: z.ZodObject<{
|
|
59984
59984
|
body: z.ZodOptional<z.ZodNever>;
|
|
59985
59985
|
path: z.ZodObject<{
|
|
59986
59986
|
organization_id_or_slug: z.ZodString;
|
|
@@ -60013,7 +60013,7 @@ export declare const zRetrieveAMonitorForAProjectData: z.ZodObject<{
|
|
|
60013
60013
|
query?: undefined;
|
|
60014
60014
|
body?: undefined;
|
|
60015
60015
|
}>;
|
|
60016
|
-
export declare const
|
|
60016
|
+
export declare const zGetProjectMonitorResponse: z.ZodObject<{
|
|
60017
60017
|
alertRule: z.ZodOptional<z.ZodObject<{
|
|
60018
60018
|
targets: z.ZodArray<z.ZodObject<{
|
|
60019
60019
|
targetIdentifier: z.ZodNumber;
|
|
@@ -60492,7 +60492,7 @@ export declare const zRetrieveAMonitorForAProjectResponse: z.ZodObject<{
|
|
|
60492
60492
|
}[];
|
|
60493
60493
|
} | undefined;
|
|
60494
60494
|
}>;
|
|
60495
|
-
export declare const
|
|
60495
|
+
export declare const zUpdateProjectMonitorData: z.ZodObject<{
|
|
60496
60496
|
body: z.ZodObject<{
|
|
60497
60497
|
project: z.ZodString;
|
|
60498
60498
|
name: z.ZodString;
|
|
@@ -60621,7 +60621,7 @@ export declare const zUpdateAMonitorForAProjectData: z.ZodObject<{
|
|
|
60621
60621
|
};
|
|
60622
60622
|
query?: undefined;
|
|
60623
60623
|
}>;
|
|
60624
|
-
export declare const
|
|
60624
|
+
export declare const zUpdateProjectMonitorResponse: z.ZodObject<{
|
|
60625
60625
|
alertRule: z.ZodOptional<z.ZodObject<{
|
|
60626
60626
|
targets: z.ZodArray<z.ZodObject<{
|
|
60627
60627
|
targetIdentifier: z.ZodNumber;
|
|
@@ -61100,7 +61100,7 @@ export declare const zUpdateAMonitorForAProjectResponse: z.ZodObject<{
|
|
|
61100
61100
|
}[];
|
|
61101
61101
|
} | undefined;
|
|
61102
61102
|
}>;
|
|
61103
|
-
export declare const
|
|
61103
|
+
export declare const zListProjectMonitorCheckinsData: z.ZodObject<{
|
|
61104
61104
|
body: z.ZodOptional<z.ZodNever>;
|
|
61105
61105
|
path: z.ZodObject<{
|
|
61106
61106
|
organization_id_or_slug: z.ZodString;
|
|
@@ -61133,7 +61133,7 @@ export declare const zRetrieveCheckInsForAMonitorByProjectData: z.ZodObject<{
|
|
|
61133
61133
|
query?: undefined;
|
|
61134
61134
|
body?: undefined;
|
|
61135
61135
|
}>;
|
|
61136
|
-
export declare const
|
|
61136
|
+
export declare const zListProjectMonitorCheckinsResponse: z.ZodArray<z.ZodObject<{
|
|
61137
61137
|
groups: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
61138
61138
|
id: z.ZodString;
|
|
61139
61139
|
environment: z.ZodString;
|
|
@@ -61218,7 +61218,7 @@ export declare const zRetrieveCheckInsForAMonitorByProjectResponse: z.ZodArray<z
|
|
|
61218
61218
|
};
|
|
61219
61219
|
groups?: string[] | undefined;
|
|
61220
61220
|
}>, "many">;
|
|
61221
|
-
export declare const
|
|
61221
|
+
export declare const zListProjectOwnershipData: z.ZodObject<{
|
|
61222
61222
|
body: z.ZodOptional<z.ZodNever>;
|
|
61223
61223
|
path: z.ZodObject<{
|
|
61224
61224
|
organization_id_or_slug: z.ZodString;
|
|
@@ -61246,7 +61246,7 @@ export declare const zRetrieveOwnershipConfigurationForAProjectData: z.ZodObject
|
|
|
61246
61246
|
query?: undefined;
|
|
61247
61247
|
body?: undefined;
|
|
61248
61248
|
}>;
|
|
61249
|
-
export declare const
|
|
61249
|
+
export declare const zListProjectOwnershipResponse: z.ZodObject<{
|
|
61250
61250
|
schema: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
61251
61251
|
$version: z.ZodNumber;
|
|
61252
61252
|
rules: z.ZodArray<z.ZodObject<{
|
|
@@ -61373,7 +61373,7 @@ export declare const zRetrieveOwnershipConfigurationForAProjectResponse: z.ZodOb
|
|
|
61373
61373
|
}[];
|
|
61374
61374
|
} | null | undefined;
|
|
61375
61375
|
}>;
|
|
61376
|
-
export declare const
|
|
61376
|
+
export declare const zUpdateProjectOwnershipData: z.ZodObject<{
|
|
61377
61377
|
body: z.ZodOptional<z.ZodObject<{
|
|
61378
61378
|
raw: z.ZodOptional<z.ZodString>;
|
|
61379
61379
|
fallthrough: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -61426,7 +61426,7 @@ export declare const zUpdateOwnershipConfigurationForAProjectData: z.ZodObject<{
|
|
|
61426
61426
|
codeownersAutoSync?: boolean | undefined;
|
|
61427
61427
|
} | undefined;
|
|
61428
61428
|
}>;
|
|
61429
|
-
export declare const
|
|
61429
|
+
export declare const zUpdateProjectOwnershipResponse: z.ZodObject<{
|
|
61430
61430
|
schema: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
61431
61431
|
$version: z.ZodNumber;
|
|
61432
61432
|
rules: z.ZodArray<z.ZodObject<{
|
|
@@ -61553,7 +61553,7 @@ export declare const zUpdateOwnershipConfigurationForAProjectResponse: z.ZodObje
|
|
|
61553
61553
|
}[];
|
|
61554
61554
|
} | null | undefined;
|
|
61555
61555
|
}>;
|
|
61556
|
-
export declare const
|
|
61556
|
+
export declare const zListProjectPreprodSizeAnalysisStatusCheckRulesData: z.ZodObject<{
|
|
61557
61557
|
body: z.ZodOptional<z.ZodNever>;
|
|
61558
61558
|
path: z.ZodObject<{
|
|
61559
61559
|
organization_id_or_slug: z.ZodString;
|
|
@@ -61581,7 +61581,7 @@ export declare const zRetrieveSizeAnalysisStatusCheckRulesForAProjectData: z.Zod
|
|
|
61581
61581
|
query?: undefined;
|
|
61582
61582
|
body?: undefined;
|
|
61583
61583
|
}>;
|
|
61584
|
-
export declare const
|
|
61584
|
+
export declare const zListProjectPreprodSizeAnalysisStatusCheckRulesResponse: z.ZodObject<{
|
|
61585
61585
|
enabled: z.ZodBoolean;
|
|
61586
61586
|
rules: z.ZodArray<z.ZodObject<{
|
|
61587
61587
|
id: z.ZodString;
|
|
@@ -61679,7 +61679,7 @@ export declare const zRetrieveSizeAnalysisStatusCheckRulesForAProjectResponse: z
|
|
|
61679
61679
|
filterQuery: string;
|
|
61680
61680
|
}[];
|
|
61681
61681
|
}>;
|
|
61682
|
-
export declare const
|
|
61682
|
+
export declare const zListProjectPreprodSnapshotsStatusCheckRulesData: z.ZodObject<{
|
|
61683
61683
|
body: z.ZodOptional<z.ZodNever>;
|
|
61684
61684
|
path: z.ZodObject<{
|
|
61685
61685
|
organization_id_or_slug: z.ZodString;
|
|
@@ -61707,7 +61707,7 @@ export declare const zRetrieveSnapshotStatusCheckRulesForAProjectData: z.ZodObje
|
|
|
61707
61707
|
query?: undefined;
|
|
61708
61708
|
body?: undefined;
|
|
61709
61709
|
}>;
|
|
61710
|
-
export declare const
|
|
61710
|
+
export declare const zListProjectPreprodSnapshotsStatusCheckRulesResponse: z.ZodObject<{
|
|
61711
61711
|
enabled: z.ZodBoolean;
|
|
61712
61712
|
rules: z.ZodObject<{
|
|
61713
61713
|
failOnAdded: z.ZodBoolean;
|
|
@@ -61742,7 +61742,7 @@ export declare const zRetrieveSnapshotStatusCheckRulesForAProjectResponse: z.Zod
|
|
|
61742
61742
|
failOnRenamed: boolean;
|
|
61743
61743
|
};
|
|
61744
61744
|
}>;
|
|
61745
|
-
export declare const
|
|
61745
|
+
export declare const zListProjectPreprodartifactsBuildDistributionLatestData: z.ZodObject<{
|
|
61746
61746
|
body: z.ZodOptional<z.ZodNever>;
|
|
61747
61747
|
path: z.ZodObject<{
|
|
61748
61748
|
organization_id_or_slug: z.ZodString;
|
|
@@ -61815,7 +61815,7 @@ export declare const zGetTheLatestInstallableBuildForAProjectData: z.ZodObject<{
|
|
|
61815
61815
|
};
|
|
61816
61816
|
body?: undefined;
|
|
61817
61817
|
}>;
|
|
61818
|
-
export declare const
|
|
61818
|
+
export declare const zListProjectPreprodartifactsBuildDistributionLatestResponse: z.ZodObject<{
|
|
61819
61819
|
latestArtifact: z.ZodUnion<[z.ZodObject<{
|
|
61820
61820
|
buildId: z.ZodString;
|
|
61821
61821
|
state: z.ZodString;
|
|
@@ -62243,7 +62243,7 @@ export declare const zGetTheLatestInstallableBuildForAProjectResponse: z.ZodObje
|
|
|
62243
62243
|
profileName: string | null;
|
|
62244
62244
|
} | null;
|
|
62245
62245
|
}>;
|
|
62246
|
-
export declare const
|
|
62246
|
+
export declare const zCreateProjectPreprodartifactsSnapshotData: z.ZodObject<{
|
|
62247
62247
|
body: z.ZodOptional<z.ZodNever>;
|
|
62248
62248
|
path: z.ZodObject<{
|
|
62249
62249
|
organization_id_or_slug: z.ZodString;
|
|
@@ -62271,7 +62271,7 @@ export declare const zUploadASnapshotData: z.ZodObject<{
|
|
|
62271
62271
|
query?: undefined;
|
|
62272
62272
|
body?: undefined;
|
|
62273
62273
|
}>;
|
|
62274
|
-
export declare const
|
|
62274
|
+
export declare const zCreateProjectPreprodartifactsSnapshotResponse: z.ZodObject<{
|
|
62275
62275
|
artifactId: z.ZodString;
|
|
62276
62276
|
snapshotMetricsId: z.ZodString;
|
|
62277
62277
|
imageCount: z.ZodNumber;
|
|
@@ -62287,7 +62287,7 @@ export declare const zUploadASnapshotResponse: z.ZodObject<{
|
|
|
62287
62287
|
imageCount: number;
|
|
62288
62288
|
snapshotUrl: string;
|
|
62289
62289
|
}>;
|
|
62290
|
-
export declare const
|
|
62290
|
+
export declare const zGetProjectProfilingProfileData: z.ZodObject<{
|
|
62291
62291
|
body: z.ZodOptional<z.ZodNever>;
|
|
62292
62292
|
path: z.ZodObject<{
|
|
62293
62293
|
organization_id_or_slug: z.ZodString;
|
|
@@ -62320,8 +62320,8 @@ export declare const zRetrieveAProfileData: z.ZodObject<{
|
|
|
62320
62320
|
query?: undefined;
|
|
62321
62321
|
body?: undefined;
|
|
62322
62322
|
}>;
|
|
62323
|
-
export declare const
|
|
62324
|
-
export declare const
|
|
62323
|
+
export declare const zGetProjectProfilingProfileResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
62324
|
+
export declare const zListProjectReleasesData: z.ZodObject<{
|
|
62325
62325
|
body: z.ZodOptional<z.ZodNever>;
|
|
62326
62326
|
path: z.ZodObject<{
|
|
62327
62327
|
organization_id_or_slug: z.ZodString;
|
|
@@ -62369,7 +62369,7 @@ export declare const zListAProjectSReleasesData: z.ZodObject<{
|
|
|
62369
62369
|
} | undefined;
|
|
62370
62370
|
body?: undefined;
|
|
62371
62371
|
}>;
|
|
62372
|
-
export declare const
|
|
62372
|
+
export declare const zListProjectReleasesResponse2: z.ZodArray<z.ZodObject<{
|
|
62373
62373
|
ref: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
62374
62374
|
url: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
62375
62375
|
dateReleased: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -62968,7 +62968,7 @@ export declare const zListAProjectSReleasesResponse: z.ZodArray<z.ZodObject<{
|
|
|
62968
62968
|
lastEvent?: string | null | undefined;
|
|
62969
62969
|
currentProjectMeta?: Record<string, unknown> | null | undefined;
|
|
62970
62970
|
}>, "many">;
|
|
62971
|
-
export declare const
|
|
62971
|
+
export declare const zDeleteProjectReplayData: z.ZodObject<{
|
|
62972
62972
|
body: z.ZodOptional<z.ZodNever>;
|
|
62973
62973
|
path: z.ZodObject<{
|
|
62974
62974
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63004,8 +63004,8 @@ export declare const zDeleteAReplayInstanceData: z.ZodObject<{
|
|
|
63004
63004
|
/**
|
|
63005
63005
|
* No Content
|
|
63006
63006
|
*/
|
|
63007
|
-
export declare const
|
|
63008
|
-
export declare const
|
|
63007
|
+
export declare const zDeleteProjectReplayResponse: z.ZodVoid;
|
|
63008
|
+
export declare const zListProjectReplayClicksData: z.ZodObject<{
|
|
63009
63009
|
body: z.ZodOptional<z.ZodNever>;
|
|
63010
63010
|
path: z.ZodObject<{
|
|
63011
63011
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63063,7 +63063,7 @@ export declare const zListClickedNodesData: z.ZodObject<{
|
|
|
63063
63063
|
} | undefined;
|
|
63064
63064
|
body?: undefined;
|
|
63065
63065
|
}>;
|
|
63066
|
-
export declare const
|
|
63066
|
+
export declare const zListProjectReplayClicksResponse: z.ZodObject<{
|
|
63067
63067
|
data: z.ZodArray<z.ZodObject<{
|
|
63068
63068
|
node_id: z.ZodNumber;
|
|
63069
63069
|
timestamp: z.ZodString;
|
|
@@ -63085,7 +63085,7 @@ export declare const zListClickedNodesResponse: z.ZodObject<{
|
|
|
63085
63085
|
node_id: number;
|
|
63086
63086
|
}[];
|
|
63087
63087
|
}>;
|
|
63088
|
-
export declare const
|
|
63088
|
+
export declare const zListProjectReplayRecordingSegmentsData: z.ZodObject<{
|
|
63089
63089
|
body: z.ZodOptional<z.ZodNever>;
|
|
63090
63090
|
path: z.ZodObject<{
|
|
63091
63091
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63133,8 +63133,8 @@ export declare const zListRecordingSegmentsData: z.ZodObject<{
|
|
|
63133
63133
|
} | undefined;
|
|
63134
63134
|
body?: undefined;
|
|
63135
63135
|
}>;
|
|
63136
|
-
export declare const
|
|
63137
|
-
export declare const
|
|
63136
|
+
export declare const zListProjectReplayRecordingSegmentsResponse: z.ZodArray<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">, "many">;
|
|
63137
|
+
export declare const zGetProjectReplayRecordingSegmentData: z.ZodObject<{
|
|
63138
63138
|
body: z.ZodOptional<z.ZodNever>;
|
|
63139
63139
|
path: z.ZodObject<{
|
|
63140
63140
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63172,8 +63172,8 @@ export declare const zRetrieveARecordingSegmentData: z.ZodObject<{
|
|
|
63172
63172
|
query?: undefined;
|
|
63173
63173
|
body?: undefined;
|
|
63174
63174
|
}>;
|
|
63175
|
-
export declare const
|
|
63176
|
-
export declare const
|
|
63175
|
+
export declare const zGetProjectReplayRecordingSegmentResponse: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
63176
|
+
export declare const zListProjectReplayViewedByData: z.ZodObject<{
|
|
63177
63177
|
body: z.ZodOptional<z.ZodNever>;
|
|
63178
63178
|
path: z.ZodObject<{
|
|
63179
63179
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63206,7 +63206,7 @@ export declare const zListUsersWhoHaveViewedAReplayData: z.ZodObject<{
|
|
|
63206
63206
|
query?: undefined;
|
|
63207
63207
|
body?: undefined;
|
|
63208
63208
|
}>;
|
|
63209
|
-
export declare const
|
|
63209
|
+
export declare const zListProjectReplayViewedByResponse: z.ZodObject<{
|
|
63210
63210
|
data: z.ZodObject<{
|
|
63211
63211
|
viewed_by: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
63212
63212
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -63223,7 +63223,7 @@ export declare const zListUsersWhoHaveViewedAReplayResponse: z.ZodObject<{
|
|
|
63223
63223
|
viewed_by: Record<string, unknown>[];
|
|
63224
63224
|
};
|
|
63225
63225
|
}>;
|
|
63226
|
-
export declare const
|
|
63226
|
+
export declare const zListProjectReplaysJobsDeleteData: z.ZodObject<{
|
|
63227
63227
|
body: z.ZodOptional<z.ZodNever>;
|
|
63228
63228
|
path: z.ZodObject<{
|
|
63229
63229
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63251,7 +63251,7 @@ export declare const zListReplayBatchDeletionJobsData: z.ZodObject<{
|
|
|
63251
63251
|
query?: undefined;
|
|
63252
63252
|
body?: undefined;
|
|
63253
63253
|
}>;
|
|
63254
|
-
export declare const
|
|
63254
|
+
export declare const zListProjectReplaysJobsDeleteResponse: z.ZodObject<{
|
|
63255
63255
|
data: z.ZodArray<z.ZodObject<{
|
|
63256
63256
|
id: z.ZodNumber;
|
|
63257
63257
|
dateCreated: z.ZodString;
|
|
@@ -63308,7 +63308,7 @@ export declare const zListReplayBatchDeletionJobsResponse: z.ZodObject<{
|
|
|
63308
63308
|
countDeleted: number;
|
|
63309
63309
|
}[];
|
|
63310
63310
|
}>;
|
|
63311
|
-
export declare const
|
|
63311
|
+
export declare const zCreateProjectReplaysJobsDeleteData: z.ZodObject<{
|
|
63312
63312
|
body: z.ZodObject<{
|
|
63313
63313
|
data: z.ZodObject<{
|
|
63314
63314
|
rangeStart: z.ZodString;
|
|
@@ -63381,7 +63381,7 @@ export declare const zCreateReplayBatchDeletionJobData: z.ZodObject<{
|
|
|
63381
63381
|
};
|
|
63382
63382
|
query?: undefined;
|
|
63383
63383
|
}>;
|
|
63384
|
-
export declare const
|
|
63384
|
+
export declare const zCreateProjectReplaysJobsDeleteResponse: z.ZodObject<{
|
|
63385
63385
|
data: z.ZodObject<{
|
|
63386
63386
|
id: z.ZodNumber;
|
|
63387
63387
|
dateCreated: z.ZodString;
|
|
@@ -63438,7 +63438,7 @@ export declare const zCreateReplayBatchDeletionJobResponse: z.ZodObject<{
|
|
|
63438
63438
|
countDeleted: number;
|
|
63439
63439
|
};
|
|
63440
63440
|
}>;
|
|
63441
|
-
export declare const
|
|
63441
|
+
export declare const zGetProjectReplaysJobsDeleteData: z.ZodObject<{
|
|
63442
63442
|
body: z.ZodOptional<z.ZodNever>;
|
|
63443
63443
|
path: z.ZodObject<{
|
|
63444
63444
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63471,7 +63471,7 @@ export declare const zRetrieveAReplayBatchDeletionJobData: z.ZodObject<{
|
|
|
63471
63471
|
query?: undefined;
|
|
63472
63472
|
body?: undefined;
|
|
63473
63473
|
}>;
|
|
63474
|
-
export declare const
|
|
63474
|
+
export declare const zGetProjectReplaysJobsDeleteResponse: z.ZodObject<{
|
|
63475
63475
|
data: z.ZodObject<{
|
|
63476
63476
|
id: z.ZodNumber;
|
|
63477
63477
|
dateCreated: z.ZodString;
|
|
@@ -63528,7 +63528,7 @@ export declare const zRetrieveAReplayBatchDeletionJobResponse: z.ZodObject<{
|
|
|
63528
63528
|
countDeleted: number;
|
|
63529
63529
|
};
|
|
63530
63530
|
}>;
|
|
63531
|
-
export declare const
|
|
63531
|
+
export declare const zCreateProjectRepoData: z.ZodObject<{
|
|
63532
63532
|
body: z.ZodObject<{
|
|
63533
63533
|
repositoryId: z.ZodNumber;
|
|
63534
63534
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -63566,7 +63566,7 @@ export declare const zLinkARepositoryToAProjectData: z.ZodObject<{
|
|
|
63566
63566
|
};
|
|
63567
63567
|
query?: undefined;
|
|
63568
63568
|
}>;
|
|
63569
|
-
export declare const
|
|
63569
|
+
export declare const zCreateProjectRepoResponse: z.ZodObject<{
|
|
63570
63570
|
id: z.ZodString;
|
|
63571
63571
|
projectId: z.ZodString;
|
|
63572
63572
|
repositoryId: z.ZodString;
|
|
@@ -63585,7 +63585,7 @@ export declare const zLinkARepositoryToAProjectResponse: z.ZodObject<{
|
|
|
63585
63585
|
repositoryId: string;
|
|
63586
63586
|
source: string;
|
|
63587
63587
|
}>;
|
|
63588
|
-
export declare const
|
|
63588
|
+
export declare const zListProjectStatsData: z.ZodObject<{
|
|
63589
63589
|
body: z.ZodOptional<z.ZodNever>;
|
|
63590
63590
|
path: z.ZodObject<{
|
|
63591
63591
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63638,8 +63638,8 @@ export declare const zRetrieveEventCountsForAProjectData: z.ZodObject<{
|
|
|
63638
63638
|
} | undefined;
|
|
63639
63639
|
body?: undefined;
|
|
63640
63640
|
}>;
|
|
63641
|
-
export declare const
|
|
63642
|
-
export declare const
|
|
63641
|
+
export declare const zListProjectStatsResponse: z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">;
|
|
63642
|
+
export declare const zDeleteProjectSymbolSourcesData: z.ZodObject<{
|
|
63643
63643
|
body: z.ZodOptional<z.ZodNever>;
|
|
63644
63644
|
path: z.ZodObject<{
|
|
63645
63645
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63680,8 +63680,8 @@ export declare const zDeleteASymbolSourceFromAProjectData: z.ZodObject<{
|
|
|
63680
63680
|
/**
|
|
63681
63681
|
* No Content
|
|
63682
63682
|
*/
|
|
63683
|
-
export declare const
|
|
63684
|
-
export declare const
|
|
63683
|
+
export declare const zDeleteProjectSymbolSourcesResponse: z.ZodVoid;
|
|
63684
|
+
export declare const zListProjectSymbolSourcesData: z.ZodObject<{
|
|
63685
63685
|
body: z.ZodOptional<z.ZodNever>;
|
|
63686
63686
|
path: z.ZodObject<{
|
|
63687
63687
|
organization_id_or_slug: z.ZodString;
|
|
@@ -63719,7 +63719,7 @@ export declare const zRetrieveAProjectSSymbolSourcesData: z.ZodObject<{
|
|
|
63719
63719
|
} | undefined;
|
|
63720
63720
|
body?: undefined;
|
|
63721
63721
|
}>;
|
|
63722
|
-
export declare const
|
|
63722
|
+
export declare const zListProjectSymbolSourcesResponse: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
63723
63723
|
type: z.ZodEnum<["http"]>;
|
|
63724
63724
|
url: z.ZodString;
|
|
63725
63725
|
username: z.ZodOptional<z.ZodString>;
|
|
@@ -64002,7 +64002,7 @@ export declare const zRetrieveAProjectSSymbolSourcesResponse: z.ZodArray<z.ZodUn
|
|
|
64002
64002
|
appName: string;
|
|
64003
64003
|
bundleId: string;
|
|
64004
64004
|
}>]>, "many">;
|
|
64005
|
-
export declare const
|
|
64005
|
+
export declare const zCreateProjectSymbolSourceData: z.ZodObject<{
|
|
64006
64006
|
body: z.ZodObject<{
|
|
64007
64007
|
type: z.ZodEnum<["http", "gcs", "s3"]>;
|
|
64008
64008
|
name: z.ZodString;
|
|
@@ -64159,7 +64159,7 @@ export declare const zAddASymbolSourceToAProjectData: z.ZodObject<{
|
|
|
64159
64159
|
};
|
|
64160
64160
|
query?: undefined;
|
|
64161
64161
|
}>;
|
|
64162
|
-
export declare const
|
|
64162
|
+
export declare const zCreateProjectSymbolSourceResponse: z.ZodUnion<[z.ZodObject<{
|
|
64163
64163
|
type: z.ZodEnum<["http"]>;
|
|
64164
64164
|
url: z.ZodString;
|
|
64165
64165
|
username: z.ZodOptional<z.ZodString>;
|
|
@@ -64442,7 +64442,7 @@ export declare const zAddASymbolSourceToAProjectResponse: z.ZodUnion<[z.ZodObjec
|
|
|
64442
64442
|
appName: string;
|
|
64443
64443
|
bundleId: string;
|
|
64444
64444
|
}>]>;
|
|
64445
|
-
export declare const
|
|
64445
|
+
export declare const zUpdateProjectSymbolSourcesData: z.ZodObject<{
|
|
64446
64446
|
body: z.ZodObject<{
|
|
64447
64447
|
type: z.ZodEnum<["http", "gcs", "s3"]>;
|
|
64448
64448
|
name: z.ZodString;
|
|
@@ -64609,7 +64609,7 @@ export declare const zUpdateAProjectSSymbolSourceData: z.ZodObject<{
|
|
|
64609
64609
|
project_id_or_slug: string;
|
|
64610
64610
|
};
|
|
64611
64611
|
}>;
|
|
64612
|
-
export declare const
|
|
64612
|
+
export declare const zUpdateProjectSymbolSourcesResponse: z.ZodUnion<[z.ZodObject<{
|
|
64613
64613
|
type: z.ZodEnum<["http"]>;
|
|
64614
64614
|
url: z.ZodString;
|
|
64615
64615
|
username: z.ZodOptional<z.ZodString>;
|
|
@@ -64892,7 +64892,7 @@ export declare const zUpdateAProjectSSymbolSourceResponse: z.ZodUnion<[z.ZodObje
|
|
|
64892
64892
|
appName: string;
|
|
64893
64893
|
bundleId: string;
|
|
64894
64894
|
}>]>;
|
|
64895
|
-
export declare const
|
|
64895
|
+
export declare const zListProjectTeamsData: z.ZodObject<{
|
|
64896
64896
|
body: z.ZodOptional<z.ZodNever>;
|
|
64897
64897
|
path: z.ZodObject<{
|
|
64898
64898
|
organization_id_or_slug: z.ZodString;
|
|
@@ -64930,7 +64930,7 @@ export declare const zListAProjectSTeamsData: z.ZodObject<{
|
|
|
64930
64930
|
} | undefined;
|
|
64931
64931
|
body?: undefined;
|
|
64932
64932
|
}>;
|
|
64933
|
-
export declare const
|
|
64933
|
+
export declare const zListProjectTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
64934
64934
|
id: z.ZodString;
|
|
64935
64935
|
slug: z.ZodString;
|
|
64936
64936
|
name: z.ZodString;
|
|
@@ -64990,7 +64990,7 @@ export declare const zListAProjectSTeamsResponse: z.ZodArray<z.ZodObject<{
|
|
|
64990
64990
|
avatarUrl?: string | null | undefined;
|
|
64991
64991
|
};
|
|
64992
64992
|
}>, "many">;
|
|
64993
|
-
export declare const
|
|
64993
|
+
export declare const zDeleteProjectTeamData: z.ZodObject<{
|
|
64994
64994
|
body: z.ZodOptional<z.ZodNever>;
|
|
64995
64995
|
path: z.ZodObject<{
|
|
64996
64996
|
organization_id_or_slug: z.ZodString;
|
|
@@ -65023,7 +65023,7 @@ export declare const zDeleteATeamFromAProjectData: z.ZodObject<{
|
|
|
65023
65023
|
query?: undefined;
|
|
65024
65024
|
body?: undefined;
|
|
65025
65025
|
}>;
|
|
65026
|
-
export declare const
|
|
65026
|
+
export declare const zDeleteProjectTeamResponse: z.ZodObject<{
|
|
65027
65027
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
65028
65028
|
transactionStats: z.ZodOptional<z.ZodUnknown>;
|
|
65029
65029
|
sessionStats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -65213,7 +65213,7 @@ export declare const zDeleteATeamFromAProjectResponse: z.ZodObject<{
|
|
|
65213
65213
|
transactionStats?: unknown;
|
|
65214
65214
|
sessionStats?: unknown;
|
|
65215
65215
|
}>;
|
|
65216
|
-
export declare const
|
|
65216
|
+
export declare const zCreateProjectTeamData: z.ZodObject<{
|
|
65217
65217
|
body: z.ZodOptional<z.ZodNever>;
|
|
65218
65218
|
path: z.ZodObject<{
|
|
65219
65219
|
organization_id_or_slug: z.ZodString;
|
|
@@ -65246,7 +65246,7 @@ export declare const zAddATeamToAProjectData: z.ZodObject<{
|
|
|
65246
65246
|
query?: undefined;
|
|
65247
65247
|
body?: undefined;
|
|
65248
65248
|
}>;
|
|
65249
|
-
export declare const
|
|
65249
|
+
export declare const zCreateProjectTeamResponse: z.ZodObject<{
|
|
65250
65250
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
65251
65251
|
transactionStats: z.ZodOptional<z.ZodUnknown>;
|
|
65252
65252
|
sessionStats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -65436,7 +65436,7 @@ export declare const zAddATeamToAProjectResponse: z.ZodObject<{
|
|
|
65436
65436
|
transactionStats?: unknown;
|
|
65437
65437
|
sessionStats?: unknown;
|
|
65438
65438
|
}>;
|
|
65439
|
-
export declare const
|
|
65439
|
+
export declare const zListProjectUsersData: z.ZodObject<{
|
|
65440
65440
|
body: z.ZodOptional<z.ZodNever>;
|
|
65441
65441
|
path: z.ZodObject<{
|
|
65442
65442
|
organization_id_or_slug: z.ZodString;
|
|
@@ -65479,7 +65479,7 @@ export declare const zListAProjectSusersData: z.ZodObject<{
|
|
|
65479
65479
|
} | undefined;
|
|
65480
65480
|
body?: undefined;
|
|
65481
65481
|
}>;
|
|
65482
|
-
export declare const
|
|
65482
|
+
export declare const zListProjectUsersResponse2: z.ZodArray<z.ZodObject<{
|
|
65483
65483
|
id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
65484
65484
|
tagValue: z.ZodString;
|
|
65485
65485
|
identifier: z.ZodString;
|
|
@@ -65513,7 +65513,7 @@ export declare const zListAProjectSusersResponse: z.ZodArray<z.ZodObject<{
|
|
|
65513
65513
|
identifier: string;
|
|
65514
65514
|
hash: string;
|
|
65515
65515
|
}>, "many">;
|
|
65516
|
-
export declare const
|
|
65516
|
+
export declare const zListSeerModelsData: z.ZodObject<{
|
|
65517
65517
|
body: z.ZodOptional<z.ZodNever>;
|
|
65518
65518
|
path: z.ZodOptional<z.ZodNever>;
|
|
65519
65519
|
query: z.ZodOptional<z.ZodNever>;
|
|
@@ -65529,14 +65529,14 @@ export declare const zListSeerAiModelsData: z.ZodObject<{
|
|
|
65529
65529
|
/**
|
|
65530
65530
|
* Response containing list of actively used LLM model names from Seer.
|
|
65531
65531
|
*/
|
|
65532
|
-
export declare const
|
|
65532
|
+
export declare const zListSeerModelsResponse: z.ZodObject<{
|
|
65533
65533
|
models: z.ZodArray<z.ZodString, "many">;
|
|
65534
65534
|
}, "strip", z.ZodTypeAny, {
|
|
65535
65535
|
models: string[];
|
|
65536
65536
|
}, {
|
|
65537
65537
|
models: string[];
|
|
65538
65538
|
}>;
|
|
65539
|
-
export declare const
|
|
65539
|
+
export declare const zDeleteSentryAppData: z.ZodObject<{
|
|
65540
65540
|
body: z.ZodOptional<z.ZodNever>;
|
|
65541
65541
|
path: z.ZodObject<{
|
|
65542
65542
|
sentry_app_id_or_slug: z.ZodString;
|
|
@@ -65562,8 +65562,8 @@ export declare const zDeleteACustomIntegrationData: z.ZodObject<{
|
|
|
65562
65562
|
/**
|
|
65563
65563
|
* No Content
|
|
65564
65564
|
*/
|
|
65565
|
-
export declare const
|
|
65566
|
-
export declare const
|
|
65565
|
+
export declare const zDeleteSentryAppResponse: z.ZodVoid;
|
|
65566
|
+
export declare const zGetSentryAppData: z.ZodObject<{
|
|
65567
65567
|
body: z.ZodOptional<z.ZodNever>;
|
|
65568
65568
|
path: z.ZodObject<{
|
|
65569
65569
|
sentry_app_id_or_slug: z.ZodString;
|
|
@@ -65586,7 +65586,7 @@ export declare const zRetrieveACustomIntegrationByIdOrSlugData: z.ZodObject<{
|
|
|
65586
65586
|
query?: undefined;
|
|
65587
65587
|
body?: undefined;
|
|
65588
65588
|
}>;
|
|
65589
|
-
export declare const
|
|
65589
|
+
export declare const zGetSentryAppResponse: z.ZodObject<{
|
|
65590
65590
|
allowedOrigins: z.ZodArray<z.ZodString, "many">;
|
|
65591
65591
|
avatars: z.ZodArray<z.ZodObject<{
|
|
65592
65592
|
avatarType: z.ZodString;
|
|
@@ -65704,7 +65704,7 @@ export declare const zRetrieveACustomIntegrationByIdOrSlugResponse: z.ZodObject<
|
|
|
65704
65704
|
datePublished?: string | undefined;
|
|
65705
65705
|
clientId?: string | undefined;
|
|
65706
65706
|
}>;
|
|
65707
|
-
export declare const
|
|
65707
|
+
export declare const zUpdateSentryAppData: z.ZodObject<{
|
|
65708
65708
|
body: z.ZodObject<{
|
|
65709
65709
|
name: z.ZodString;
|
|
65710
65710
|
scopes: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNull]>;
|
|
@@ -65792,7 +65792,7 @@ export declare const zUpdateAnExistingCustomIntegrationData: z.ZodObject<{
|
|
|
65792
65792
|
};
|
|
65793
65793
|
query?: undefined;
|
|
65794
65794
|
}>;
|
|
65795
|
-
export declare const
|
|
65795
|
+
export declare const zUpdateSentryAppResponse: z.ZodObject<{
|
|
65796
65796
|
allowedOrigins: z.ZodArray<z.ZodString, "many">;
|
|
65797
65797
|
avatars: z.ZodArray<z.ZodObject<{
|
|
65798
65798
|
avatarType: z.ZodString;
|
|
@@ -65910,7 +65910,7 @@ export declare const zUpdateAnExistingCustomIntegrationResponse: z.ZodObject<{
|
|
|
65910
65910
|
datePublished?: string | undefined;
|
|
65911
65911
|
clientId?: string | undefined;
|
|
65912
65912
|
}>;
|
|
65913
|
-
export declare const
|
|
65913
|
+
export declare const zDeleteTeamData: z.ZodObject<{
|
|
65914
65914
|
body: z.ZodOptional<z.ZodNever>;
|
|
65915
65915
|
path: z.ZodObject<{
|
|
65916
65916
|
organization_id_or_slug: z.ZodString;
|
|
@@ -65941,8 +65941,8 @@ export declare const zDeleteATeamData: z.ZodObject<{
|
|
|
65941
65941
|
/**
|
|
65942
65942
|
* No Content
|
|
65943
65943
|
*/
|
|
65944
|
-
export declare const
|
|
65945
|
-
export declare const
|
|
65944
|
+
export declare const zDeleteTeamResponse: z.ZodVoid;
|
|
65945
|
+
export declare const zGetTeamData: z.ZodObject<{
|
|
65946
65946
|
body: z.ZodOptional<z.ZodNever>;
|
|
65947
65947
|
path: z.ZodObject<{
|
|
65948
65948
|
organization_id_or_slug: z.ZodString;
|
|
@@ -65985,7 +65985,7 @@ export declare const zRetrieveATeamData: z.ZodObject<{
|
|
|
65985
65985
|
} | undefined;
|
|
65986
65986
|
body?: undefined;
|
|
65987
65987
|
}>;
|
|
65988
|
-
export declare const
|
|
65988
|
+
export declare const zGetTeamResponse: z.ZodObject<{
|
|
65989
65989
|
id: z.ZodString;
|
|
65990
65990
|
slug: z.ZodString;
|
|
65991
65991
|
name: z.ZodString;
|
|
@@ -66529,7 +66529,7 @@ export declare const zRetrieveATeamResponse: z.ZodObject<{
|
|
|
66529
66529
|
teamId?: string | undefined;
|
|
66530
66530
|
}[] | undefined;
|
|
66531
66531
|
}>;
|
|
66532
|
-
export declare const
|
|
66532
|
+
export declare const zUpdateTeamData: z.ZodObject<{
|
|
66533
66533
|
body: z.ZodObject<{
|
|
66534
66534
|
slug: z.ZodString;
|
|
66535
66535
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -66567,7 +66567,7 @@ export declare const zUpdateATeamData: z.ZodObject<{
|
|
|
66567
66567
|
};
|
|
66568
66568
|
query?: undefined;
|
|
66569
66569
|
}>;
|
|
66570
|
-
export declare const
|
|
66570
|
+
export declare const zUpdateTeamResponse: z.ZodObject<{
|
|
66571
66571
|
id: z.ZodString;
|
|
66572
66572
|
slug: z.ZodString;
|
|
66573
66573
|
name: z.ZodString;
|
|
@@ -67111,7 +67111,7 @@ export declare const zUpdateATeamResponse: z.ZodObject<{
|
|
|
67111
67111
|
teamId?: string | undefined;
|
|
67112
67112
|
}[] | undefined;
|
|
67113
67113
|
}>;
|
|
67114
|
-
export declare const
|
|
67114
|
+
export declare const zCreateTeamExternalTeamData: z.ZodObject<{
|
|
67115
67115
|
body: z.ZodObject<{
|
|
67116
67116
|
external_name: z.ZodString;
|
|
67117
67117
|
provider: z.ZodEnum<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"]>;
|
|
@@ -67164,7 +67164,7 @@ export declare const zCreateAnExternalTeamData: z.ZodObject<{
|
|
|
67164
67164
|
};
|
|
67165
67165
|
query?: undefined;
|
|
67166
67166
|
}>;
|
|
67167
|
-
export declare const
|
|
67167
|
+
export declare const zCreateTeamExternalTeamResponse: z.ZodUnion<[z.ZodObject<{
|
|
67168
67168
|
externalId: z.ZodOptional<z.ZodString>;
|
|
67169
67169
|
userId: z.ZodOptional<z.ZodString>;
|
|
67170
67170
|
teamId: z.ZodOptional<z.ZodString>;
|
|
@@ -67213,7 +67213,7 @@ export declare const zCreateAnExternalTeamResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
67213
67213
|
userId?: string | undefined;
|
|
67214
67214
|
teamId?: string | undefined;
|
|
67215
67215
|
}>]>;
|
|
67216
|
-
export declare const
|
|
67216
|
+
export declare const zDeleteTeamExternalTeamData: z.ZodObject<{
|
|
67217
67217
|
body: z.ZodOptional<z.ZodNever>;
|
|
67218
67218
|
path: z.ZodObject<{
|
|
67219
67219
|
organization_id_or_slug: z.ZodString;
|
|
@@ -67249,8 +67249,8 @@ export declare const zDeleteAnExternalTeamData: z.ZodObject<{
|
|
|
67249
67249
|
/**
|
|
67250
67250
|
* No Content
|
|
67251
67251
|
*/
|
|
67252
|
-
export declare const
|
|
67253
|
-
export declare const
|
|
67252
|
+
export declare const zDeleteTeamExternalTeamResponse: z.ZodVoid;
|
|
67253
|
+
export declare const zUpdateTeamExternalTeamData: z.ZodObject<{
|
|
67254
67254
|
body: z.ZodObject<{
|
|
67255
67255
|
external_name: z.ZodString;
|
|
67256
67256
|
provider: z.ZodEnum<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"]>;
|
|
@@ -67308,7 +67308,7 @@ export declare const zUpdateAnExternalTeamData: z.ZodObject<{
|
|
|
67308
67308
|
};
|
|
67309
67309
|
query?: undefined;
|
|
67310
67310
|
}>;
|
|
67311
|
-
export declare const
|
|
67311
|
+
export declare const zUpdateTeamExternalTeamResponse: z.ZodObject<{
|
|
67312
67312
|
externalId: z.ZodOptional<z.ZodString>;
|
|
67313
67313
|
userId: z.ZodOptional<z.ZodString>;
|
|
67314
67314
|
teamId: z.ZodOptional<z.ZodString>;
|
|
@@ -67333,7 +67333,7 @@ export declare const zUpdateAnExternalTeamResponse: z.ZodObject<{
|
|
|
67333
67333
|
userId?: string | undefined;
|
|
67334
67334
|
teamId?: string | undefined;
|
|
67335
67335
|
}>;
|
|
67336
|
-
export declare const
|
|
67336
|
+
export declare const zListTeamMembersData: z.ZodObject<{
|
|
67337
67337
|
body: z.ZodOptional<z.ZodNever>;
|
|
67338
67338
|
path: z.ZodObject<{
|
|
67339
67339
|
organization_id_or_slug: z.ZodString;
|
|
@@ -67371,7 +67371,7 @@ export declare const zListATeamSMembersData: z.ZodObject<{
|
|
|
67371
67371
|
} | undefined;
|
|
67372
67372
|
body?: undefined;
|
|
67373
67373
|
}>;
|
|
67374
|
-
export declare const
|
|
67374
|
+
export declare const zListTeamMembersResponse: z.ZodArray<z.ZodObject<{
|
|
67375
67375
|
externalUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
67376
67376
|
externalId: z.ZodOptional<z.ZodString>;
|
|
67377
67377
|
userId: z.ZodOptional<z.ZodString>;
|
|
@@ -67767,7 +67767,7 @@ export declare const zListATeamSMembersResponse: z.ZodArray<z.ZodObject<{
|
|
|
67767
67767
|
role?: string | undefined;
|
|
67768
67768
|
roleName?: string | undefined;
|
|
67769
67769
|
}>, "many">;
|
|
67770
|
-
export declare const
|
|
67770
|
+
export declare const zListTeamProjectsData: z.ZodObject<{
|
|
67771
67771
|
body: z.ZodOptional<z.ZodNever>;
|
|
67772
67772
|
path: z.ZodObject<{
|
|
67773
67773
|
organization_id_or_slug: z.ZodString;
|
|
@@ -67805,7 +67805,7 @@ export declare const zListATeamSProjectsData: z.ZodObject<{
|
|
|
67805
67805
|
} | undefined;
|
|
67806
67806
|
body?: undefined;
|
|
67807
67807
|
}>;
|
|
67808
|
-
export declare const
|
|
67808
|
+
export declare const zListTeamProjectsResponse: z.ZodArray<z.ZodObject<{
|
|
67809
67809
|
latestDeploys: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>, z.ZodNull]>>;
|
|
67810
67810
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
67811
67811
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -67988,7 +67988,7 @@ export declare const zListATeamSProjectsResponse: z.ZodArray<z.ZodObject<{
|
|
|
67988
67988
|
sessionStats?: unknown;
|
|
67989
67989
|
latestDeploys?: Record<string, Record<string, string>> | null | undefined;
|
|
67990
67990
|
}>, "many">;
|
|
67991
|
-
export declare const
|
|
67991
|
+
export declare const zCreateTeamProjectData: z.ZodObject<{
|
|
67992
67992
|
body: z.ZodObject<{
|
|
67993
67993
|
name: z.ZodString;
|
|
67994
67994
|
slug: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -68041,7 +68041,7 @@ export declare const zCreateANewProjectData: z.ZodObject<{
|
|
|
68041
68041
|
};
|
|
68042
68042
|
query?: undefined;
|
|
68043
68043
|
}>;
|
|
68044
|
-
export declare const
|
|
68044
|
+
export declare const zCreateTeamProjectResponse: z.ZodObject<{
|
|
68045
68045
|
latestDeploys: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>, z.ZodNull]>>;
|
|
68046
68046
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
68047
68047
|
stats: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -68224,7 +68224,7 @@ export declare const zCreateANewProjectResponse: z.ZodObject<{
|
|
|
68224
68224
|
sessionStats?: unknown;
|
|
68225
68225
|
latestDeploys?: Record<string, Record<string, string>> | null | undefined;
|
|
68226
68226
|
}>;
|
|
68227
|
-
export declare const
|
|
68227
|
+
export declare const zListProjectTagValuesData: z.ZodObject<{
|
|
68228
68228
|
body: z.ZodOptional<z.ZodNever>;
|
|
68229
68229
|
path: z.ZodObject<{
|
|
68230
68230
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68270,14 +68270,14 @@ export declare const zListATagSValuesData: z.ZodObject<{
|
|
|
68270
68270
|
/**
|
|
68271
68271
|
* Success
|
|
68272
68272
|
*/
|
|
68273
|
-
export declare const
|
|
68273
|
+
export declare const zListProjectTagValuesResponse: z.ZodArray<z.ZodObject<{
|
|
68274
68274
|
name: z.ZodString;
|
|
68275
68275
|
}, "strip", z.ZodTypeAny, {
|
|
68276
68276
|
name: string;
|
|
68277
68277
|
}, {
|
|
68278
68278
|
name: string;
|
|
68279
68279
|
}>, "many">;
|
|
68280
|
-
export declare const
|
|
68280
|
+
export declare const zListProjectUserFeedbackData: z.ZodObject<{
|
|
68281
68281
|
body: z.ZodOptional<z.ZodNever>;
|
|
68282
68282
|
path: z.ZodObject<{
|
|
68283
68283
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68318,7 +68318,7 @@ export declare const zListAProjectSuserFeedbackData: z.ZodObject<{
|
|
|
68318
68318
|
/**
|
|
68319
68319
|
* Success
|
|
68320
68320
|
*/
|
|
68321
|
-
export declare const
|
|
68321
|
+
export declare const zListProjectUserFeedbackResponse: z.ZodArray<z.ZodObject<{
|
|
68322
68322
|
comments: z.ZodString;
|
|
68323
68323
|
dateCreated: z.ZodString;
|
|
68324
68324
|
email: z.ZodString;
|
|
@@ -68364,7 +68364,7 @@ export declare const zListAProjectSuserFeedbackResponse: z.ZodArray<z.ZodObject<
|
|
|
68364
68364
|
eventID: string;
|
|
68365
68365
|
comments: string;
|
|
68366
68366
|
}>, "many">;
|
|
68367
|
-
export declare const
|
|
68367
|
+
export declare const zCreateProjectUserFeedbackData: z.ZodObject<{
|
|
68368
68368
|
body: z.ZodOptional<z.ZodObject<{
|
|
68369
68369
|
event_id: z.ZodString;
|
|
68370
68370
|
name: z.ZodString;
|
|
@@ -68420,7 +68420,7 @@ export declare const zSubmitUserFeedbackData: z.ZodObject<{
|
|
|
68420
68420
|
/**
|
|
68421
68421
|
* Success
|
|
68422
68422
|
*/
|
|
68423
|
-
export declare const
|
|
68423
|
+
export declare const zCreateProjectUserFeedbackResponse: z.ZodObject<{
|
|
68424
68424
|
comments: z.ZodString;
|
|
68425
68425
|
dateCreated: z.ZodString;
|
|
68426
68426
|
email: z.ZodString;
|
|
@@ -68466,7 +68466,7 @@ export declare const zSubmitUserFeedbackResponse: z.ZodObject<{
|
|
|
68466
68466
|
eventID: string;
|
|
68467
68467
|
comments: string;
|
|
68468
68468
|
}>;
|
|
68469
|
-
export declare const
|
|
68469
|
+
export declare const zListProjectHooksData: z.ZodObject<{
|
|
68470
68470
|
body: z.ZodOptional<z.ZodNever>;
|
|
68471
68471
|
path: z.ZodObject<{
|
|
68472
68472
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68507,7 +68507,7 @@ export declare const zListAProjectSServiceHooksData: z.ZodObject<{
|
|
|
68507
68507
|
/**
|
|
68508
68508
|
* Success
|
|
68509
68509
|
*/
|
|
68510
|
-
export declare const
|
|
68510
|
+
export declare const zListProjectHooksResponse: z.ZodArray<z.ZodObject<{
|
|
68511
68511
|
dateCreated: z.ZodString;
|
|
68512
68512
|
events: z.ZodArray<z.ZodString, "many">;
|
|
68513
68513
|
id: z.ZodString;
|
|
@@ -68529,7 +68529,7 @@ export declare const zListAProjectSServiceHooksResponse: z.ZodArray<z.ZodObject<
|
|
|
68529
68529
|
dateCreated: string;
|
|
68530
68530
|
secret: string;
|
|
68531
68531
|
}>, "many">;
|
|
68532
|
-
export declare const
|
|
68532
|
+
export declare const zCreateProjectHookData: z.ZodObject<{
|
|
68533
68533
|
body: z.ZodObject<{
|
|
68534
68534
|
url: z.ZodString;
|
|
68535
68535
|
events: z.ZodArray<z.ZodString, "many">;
|
|
@@ -68575,7 +68575,7 @@ export declare const zRegisterANewServiceHookData: z.ZodObject<{
|
|
|
68575
68575
|
/**
|
|
68576
68576
|
* Success
|
|
68577
68577
|
*/
|
|
68578
|
-
export declare const
|
|
68578
|
+
export declare const zCreateProjectHookResponse: z.ZodObject<{
|
|
68579
68579
|
dateCreated: z.ZodString;
|
|
68580
68580
|
events: z.ZodArray<z.ZodString, "many">;
|
|
68581
68581
|
id: z.ZodString;
|
|
@@ -68597,7 +68597,7 @@ export declare const zRegisterANewServiceHookResponse: z.ZodObject<{
|
|
|
68597
68597
|
dateCreated: string;
|
|
68598
68598
|
secret: string;
|
|
68599
68599
|
}>;
|
|
68600
|
-
export declare const
|
|
68600
|
+
export declare const zDeleteProjectHookData: z.ZodObject<{
|
|
68601
68601
|
body: z.ZodOptional<z.ZodNever>;
|
|
68602
68602
|
path: z.ZodObject<{
|
|
68603
68603
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68633,8 +68633,8 @@ export declare const zRemoveAServiceHookData: z.ZodObject<{
|
|
|
68633
68633
|
/**
|
|
68634
68634
|
* Success
|
|
68635
68635
|
*/
|
|
68636
|
-
export declare const
|
|
68637
|
-
export declare const
|
|
68636
|
+
export declare const zDeleteProjectHookResponse: z.ZodVoid;
|
|
68637
|
+
export declare const zGetProjectHookData: z.ZodObject<{
|
|
68638
68638
|
body: z.ZodOptional<z.ZodNever>;
|
|
68639
68639
|
path: z.ZodObject<{
|
|
68640
68640
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68670,7 +68670,7 @@ export declare const zRetrieveAServiceHookData: z.ZodObject<{
|
|
|
68670
68670
|
/**
|
|
68671
68671
|
* Success
|
|
68672
68672
|
*/
|
|
68673
|
-
export declare const
|
|
68673
|
+
export declare const zGetProjectHookResponse: z.ZodObject<{
|
|
68674
68674
|
dateCreated: z.ZodString;
|
|
68675
68675
|
events: z.ZodArray<z.ZodString, "many">;
|
|
68676
68676
|
id: z.ZodString;
|
|
@@ -68692,7 +68692,7 @@ export declare const zRetrieveAServiceHookResponse: z.ZodObject<{
|
|
|
68692
68692
|
dateCreated: string;
|
|
68693
68693
|
secret: string;
|
|
68694
68694
|
}>;
|
|
68695
|
-
export declare const
|
|
68695
|
+
export declare const zUpdateProjectHookData: z.ZodObject<{
|
|
68696
68696
|
body: z.ZodOptional<z.ZodObject<{
|
|
68697
68697
|
url: z.ZodString;
|
|
68698
68698
|
events: z.ZodArray<z.ZodString, "many">;
|
|
@@ -68743,7 +68743,7 @@ export declare const zUpdateAServiceHookData: z.ZodObject<{
|
|
|
68743
68743
|
/**
|
|
68744
68744
|
* Success
|
|
68745
68745
|
*/
|
|
68746
|
-
export declare const
|
|
68746
|
+
export declare const zUpdateProjectHookResponse: z.ZodObject<{
|
|
68747
68747
|
dateCreated: z.ZodString;
|
|
68748
68748
|
events: z.ZodArray<z.ZodString, "many">;
|
|
68749
68749
|
id: z.ZodString;
|
|
@@ -68765,7 +68765,7 @@ export declare const zUpdateAServiceHookResponse: z.ZodObject<{
|
|
|
68765
68765
|
dateCreated: string;
|
|
68766
68766
|
secret: string;
|
|
68767
68767
|
}>;
|
|
68768
|
-
export declare const
|
|
68768
|
+
export declare const zDeleteProjectIssuesData: z.ZodObject<{
|
|
68769
68769
|
body: z.ZodOptional<z.ZodNever>;
|
|
68770
68770
|
path: z.ZodObject<{
|
|
68771
68771
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68806,8 +68806,8 @@ export declare const zBulkRemoveAListOfIssuesData: z.ZodObject<{
|
|
|
68806
68806
|
/**
|
|
68807
68807
|
* Success
|
|
68808
68808
|
*/
|
|
68809
|
-
export declare const
|
|
68810
|
-
export declare const
|
|
68809
|
+
export declare const zDeleteProjectIssuesResponse: z.ZodVoid;
|
|
68810
|
+
export declare const zListProjectIssuesData: z.ZodObject<{
|
|
68811
68811
|
body: z.ZodOptional<z.ZodNever>;
|
|
68812
68812
|
path: z.ZodObject<{
|
|
68813
68813
|
organization_id_or_slug: z.ZodString;
|
|
@@ -68868,7 +68868,7 @@ export declare const zListAProjectSissuesData: z.ZodObject<{
|
|
|
68868
68868
|
/**
|
|
68869
68869
|
* Success
|
|
68870
68870
|
*/
|
|
68871
|
-
export declare const
|
|
68871
|
+
export declare const zListProjectIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
68872
68872
|
annotations: z.ZodArray<z.ZodString, "many">;
|
|
68873
68873
|
assignedTo: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
68874
68874
|
count: z.ZodString;
|
|
@@ -69010,7 +69010,7 @@ export declare const zListAProjectSissuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
69010
69010
|
hasSeen: boolean;
|
|
69011
69011
|
annotations: string[];
|
|
69012
69012
|
}>, "many">;
|
|
69013
|
-
export declare const
|
|
69013
|
+
export declare const zUpdateProjectIssuesData: z.ZodObject<{
|
|
69014
69014
|
body: z.ZodObject<{
|
|
69015
69015
|
status: z.ZodOptional<z.ZodString>;
|
|
69016
69016
|
statusDetails: z.ZodOptional<z.ZodObject<{
|
|
@@ -69164,7 +69164,7 @@ export declare const zBulkMutateAListOfIssuesData: z.ZodObject<{
|
|
|
69164
69164
|
/**
|
|
69165
69165
|
* Success
|
|
69166
69166
|
*/
|
|
69167
|
-
export declare const
|
|
69167
|
+
export declare const zUpdateProjectIssuesResponse: z.ZodObject<{
|
|
69168
69168
|
isPublic: z.ZodBoolean;
|
|
69169
69169
|
status: z.ZodEnum<["resolved", "unresolved", "ignored"]>;
|
|
69170
69170
|
statusDetails: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -69177,7 +69177,7 @@ export declare const zBulkMutateAListOfIssuesResponse: z.ZodObject<{
|
|
|
69177
69177
|
isPublic: boolean;
|
|
69178
69178
|
statusDetails: Record<string, unknown>;
|
|
69179
69179
|
}>;
|
|
69180
|
-
export declare const
|
|
69180
|
+
export declare const zListOrganizationIssueTagValuesData: z.ZodObject<{
|
|
69181
69181
|
body: z.ZodOptional<z.ZodNever>;
|
|
69182
69182
|
path: z.ZodObject<{
|
|
69183
69183
|
issue_id: z.ZodString;
|
|
@@ -69225,7 +69225,7 @@ export declare const zListATagSValuesForAnIssueData: z.ZodObject<{
|
|
|
69225
69225
|
} | undefined;
|
|
69226
69226
|
body?: undefined;
|
|
69227
69227
|
}>;
|
|
69228
|
-
export declare const
|
|
69228
|
+
export declare const zListOrganizationIssueTagValuesResponse: z.ZodArray<z.ZodObject<{
|
|
69229
69229
|
query: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
69230
69230
|
key: z.ZodString;
|
|
69231
69231
|
name: z.ZodString;
|
|
@@ -69250,7 +69250,7 @@ export declare const zListATagSValuesForAnIssueResponse: z.ZodArray<z.ZodObject<
|
|
|
69250
69250
|
lastSeen: string | null;
|
|
69251
69251
|
query?: string | null | undefined;
|
|
69252
69252
|
}>, "many">;
|
|
69253
|
-
export declare const
|
|
69253
|
+
export declare const zListOrganizationReleasesData: z.ZodObject<{
|
|
69254
69254
|
body: z.ZodOptional<z.ZodNever>;
|
|
69255
69255
|
path: z.ZodObject<{
|
|
69256
69256
|
organization_id_or_slug: z.ZodString;
|
|
@@ -69291,7 +69291,7 @@ export declare const zListAnOrganizationSReleasesData: z.ZodObject<{
|
|
|
69291
69291
|
/**
|
|
69292
69292
|
* Success
|
|
69293
69293
|
*/
|
|
69294
|
-
export declare const
|
|
69294
|
+
export declare const zListOrganizationReleasesResponse: z.ZodArray<z.ZodObject<{
|
|
69295
69295
|
id: z.ZodOptional<z.ZodNumber>;
|
|
69296
69296
|
authors: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
69297
69297
|
commitCount: z.ZodBigInt;
|
|
@@ -69399,7 +69399,7 @@ export declare const zListAnOrganizationSReleasesResponse: z.ZodArray<z.ZodObjec
|
|
|
69399
69399
|
authors: Record<string, unknown>[];
|
|
69400
69400
|
id?: number | undefined;
|
|
69401
69401
|
}>, "many">;
|
|
69402
|
-
export declare const
|
|
69402
|
+
export declare const zCreateOrganizationReleaseData: z.ZodObject<{
|
|
69403
69403
|
body: z.ZodOptional<z.ZodObject<{
|
|
69404
69404
|
version: z.ZodString;
|
|
69405
69405
|
projects: z.ZodArray<z.ZodString, "many">;
|
|
@@ -69576,7 +69576,7 @@ export declare const zCreateANewReleaseForAnOrganizationData: z.ZodObject<{
|
|
|
69576
69576
|
/**
|
|
69577
69577
|
* Success
|
|
69578
69578
|
*/
|
|
69579
|
-
export declare const
|
|
69579
|
+
export declare const zCreateOrganizationReleaseResponse: z.ZodObject<{
|
|
69580
69580
|
id: z.ZodOptional<z.ZodNumber>;
|
|
69581
69581
|
authors: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
69582
69582
|
commitCount: z.ZodBigInt;
|
|
@@ -69684,7 +69684,7 @@ export declare const zCreateANewReleaseForAnOrganizationResponse: z.ZodObject<{
|
|
|
69684
69684
|
authors: Record<string, unknown>[];
|
|
69685
69685
|
id?: number | undefined;
|
|
69686
69686
|
}>;
|
|
69687
|
-
export declare const
|
|
69687
|
+
export declare const zListOrganizationReleaseFilesData: z.ZodObject<{
|
|
69688
69688
|
body: z.ZodOptional<z.ZodNever>;
|
|
69689
69689
|
path: z.ZodObject<{
|
|
69690
69690
|
organization_id_or_slug: z.ZodString;
|
|
@@ -69725,7 +69725,7 @@ export declare const zListAnOrganizationSReleaseFilesData: z.ZodObject<{
|
|
|
69725
69725
|
/**
|
|
69726
69726
|
* Success
|
|
69727
69727
|
*/
|
|
69728
|
-
export declare const
|
|
69728
|
+
export declare const zListOrganizationReleaseFilesResponse: z.ZodArray<z.ZodObject<{
|
|
69729
69729
|
sha1: z.ZodString;
|
|
69730
69730
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
69731
69731
|
name: z.ZodString;
|
|
@@ -69760,7 +69760,7 @@ export declare const zListAnOrganizationSReleaseFilesResponse: z.ZodArray<z.ZodO
|
|
|
69760
69760
|
size: number;
|
|
69761
69761
|
sha1: string;
|
|
69762
69762
|
}>, "many">;
|
|
69763
|
-
export declare const
|
|
69763
|
+
export declare const zCreateOrganizationReleaseFileData: z.ZodObject<{
|
|
69764
69764
|
body: z.ZodOptional<z.ZodObject<{
|
|
69765
69765
|
file: z.ZodString;
|
|
69766
69766
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -69813,7 +69813,7 @@ export declare const zUploadANewOrganizationReleaseFileData: z.ZodObject<{
|
|
|
69813
69813
|
dist?: string | undefined;
|
|
69814
69814
|
} | undefined;
|
|
69815
69815
|
}>;
|
|
69816
|
-
export declare const
|
|
69816
|
+
export declare const zListProjectReleaseFilesData: z.ZodObject<{
|
|
69817
69817
|
body: z.ZodOptional<z.ZodNever>;
|
|
69818
69818
|
path: z.ZodObject<{
|
|
69819
69819
|
organization_id_or_slug: z.ZodString;
|
|
@@ -69859,7 +69859,7 @@ export declare const zListAProjectSReleaseFilesData: z.ZodObject<{
|
|
|
69859
69859
|
/**
|
|
69860
69860
|
* Success
|
|
69861
69861
|
*/
|
|
69862
|
-
export declare const
|
|
69862
|
+
export declare const zListProjectReleaseFilesResponse: z.ZodArray<z.ZodObject<{
|
|
69863
69863
|
sha1: z.ZodString;
|
|
69864
69864
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
69865
69865
|
name: z.ZodString;
|
|
@@ -69894,7 +69894,7 @@ export declare const zListAProjectSReleaseFilesResponse: z.ZodArray<z.ZodObject<
|
|
|
69894
69894
|
size: number;
|
|
69895
69895
|
sha1: string;
|
|
69896
69896
|
}>, "many">;
|
|
69897
|
-
export declare const
|
|
69897
|
+
export declare const zCreateProjectReleaseFileData: z.ZodObject<{
|
|
69898
69898
|
body: z.ZodOptional<z.ZodObject<{
|
|
69899
69899
|
file: z.ZodString;
|
|
69900
69900
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -69955,7 +69955,7 @@ export declare const zUploadANewProjectReleaseFileData: z.ZodObject<{
|
|
|
69955
69955
|
/**
|
|
69956
69956
|
* Success
|
|
69957
69957
|
*/
|
|
69958
|
-
export declare const
|
|
69958
|
+
export declare const zCreateProjectReleaseFileResponse: z.ZodObject<{
|
|
69959
69959
|
sha1: z.ZodString;
|
|
69960
69960
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
69961
69961
|
name: z.ZodString;
|
|
@@ -69990,7 +69990,7 @@ export declare const zUploadANewProjectReleaseFileResponse: z.ZodObject<{
|
|
|
69990
69990
|
size: number;
|
|
69991
69991
|
sha1: string;
|
|
69992
69992
|
}>;
|
|
69993
|
-
export declare const
|
|
69993
|
+
export declare const zDeleteOrganizationReleaseFileData: z.ZodObject<{
|
|
69994
69994
|
body: z.ZodOptional<z.ZodNever>;
|
|
69995
69995
|
path: z.ZodObject<{
|
|
69996
69996
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70026,8 +70026,8 @@ export declare const zDeleteAnOrganizationReleaseSFileData: z.ZodObject<{
|
|
|
70026
70026
|
/**
|
|
70027
70027
|
* Success
|
|
70028
70028
|
*/
|
|
70029
|
-
export declare const
|
|
70030
|
-
export declare const
|
|
70029
|
+
export declare const zDeleteOrganizationReleaseFileResponse: z.ZodVoid;
|
|
70030
|
+
export declare const zGetOrganizationReleaseFileData: z.ZodObject<{
|
|
70031
70031
|
body: z.ZodOptional<z.ZodNever>;
|
|
70032
70032
|
path: z.ZodObject<{
|
|
70033
70033
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70073,7 +70073,7 @@ export declare const zRetrieveAnOrganizationReleaseSFileData: z.ZodObject<{
|
|
|
70073
70073
|
/**
|
|
70074
70074
|
* Success
|
|
70075
70075
|
*/
|
|
70076
|
-
export declare const
|
|
70076
|
+
export declare const zGetOrganizationReleaseFileResponse: z.ZodObject<{
|
|
70077
70077
|
sha1: z.ZodString;
|
|
70078
70078
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70079
70079
|
name: z.ZodString;
|
|
@@ -70108,7 +70108,7 @@ export declare const zRetrieveAnOrganizationReleaseSFileResponse: z.ZodObject<{
|
|
|
70108
70108
|
size: number;
|
|
70109
70109
|
sha1: string;
|
|
70110
70110
|
}>;
|
|
70111
|
-
export declare const
|
|
70111
|
+
export declare const zUpdateOrganizationReleaseFileData: z.ZodObject<{
|
|
70112
70112
|
body: z.ZodOptional<z.ZodObject<{
|
|
70113
70113
|
name: z.ZodOptional<z.ZodString>;
|
|
70114
70114
|
dist: z.ZodOptional<z.ZodString>;
|
|
@@ -70159,7 +70159,7 @@ export declare const zUpdateAnOrganizationReleaseFileData: z.ZodObject<{
|
|
|
70159
70159
|
/**
|
|
70160
70160
|
* Success
|
|
70161
70161
|
*/
|
|
70162
|
-
export declare const
|
|
70162
|
+
export declare const zUpdateOrganizationReleaseFileResponse: z.ZodObject<{
|
|
70163
70163
|
sha1: z.ZodString;
|
|
70164
70164
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70165
70165
|
name: z.ZodString;
|
|
@@ -70194,7 +70194,7 @@ export declare const zUpdateAnOrganizationReleaseFileResponse: z.ZodObject<{
|
|
|
70194
70194
|
size: number;
|
|
70195
70195
|
sha1: string;
|
|
70196
70196
|
}>;
|
|
70197
|
-
export declare const
|
|
70197
|
+
export declare const zDeleteProjectReleaseFileData: z.ZodObject<{
|
|
70198
70198
|
body: z.ZodOptional<z.ZodNever>;
|
|
70199
70199
|
path: z.ZodObject<{
|
|
70200
70200
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70235,8 +70235,8 @@ export declare const zDeleteAProjectReleaseSFileData: z.ZodObject<{
|
|
|
70235
70235
|
/**
|
|
70236
70236
|
* Success
|
|
70237
70237
|
*/
|
|
70238
|
-
export declare const
|
|
70239
|
-
export declare const
|
|
70238
|
+
export declare const zDeleteProjectReleaseFileResponse: z.ZodVoid;
|
|
70239
|
+
export declare const zGetProjectReleaseFileData: z.ZodObject<{
|
|
70240
70240
|
body: z.ZodOptional<z.ZodNever>;
|
|
70241
70241
|
path: z.ZodObject<{
|
|
70242
70242
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70287,7 +70287,7 @@ export declare const zRetrieveAProjectReleaseSFileData: z.ZodObject<{
|
|
|
70287
70287
|
/**
|
|
70288
70288
|
* Success
|
|
70289
70289
|
*/
|
|
70290
|
-
export declare const
|
|
70290
|
+
export declare const zGetProjectReleaseFileResponse: z.ZodObject<{
|
|
70291
70291
|
sha1: z.ZodString;
|
|
70292
70292
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70293
70293
|
name: z.ZodString;
|
|
@@ -70322,7 +70322,7 @@ export declare const zRetrieveAProjectReleaseSFileResponse: z.ZodObject<{
|
|
|
70322
70322
|
size: number;
|
|
70323
70323
|
sha1: string;
|
|
70324
70324
|
}>;
|
|
70325
|
-
export declare const
|
|
70325
|
+
export declare const zUpdateProjectReleaseFileData: z.ZodObject<{
|
|
70326
70326
|
body: z.ZodOptional<z.ZodObject<{
|
|
70327
70327
|
name: z.ZodOptional<z.ZodString>;
|
|
70328
70328
|
dist: z.ZodOptional<z.ZodString>;
|
|
@@ -70378,7 +70378,7 @@ export declare const zUpdateAProjectReleaseFileData: z.ZodObject<{
|
|
|
70378
70378
|
/**
|
|
70379
70379
|
* Success
|
|
70380
70380
|
*/
|
|
70381
|
-
export declare const
|
|
70381
|
+
export declare const zUpdateProjectReleaseFileResponse: z.ZodObject<{
|
|
70382
70382
|
sha1: z.ZodString;
|
|
70383
70383
|
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70384
70384
|
name: z.ZodString;
|
|
@@ -70413,7 +70413,7 @@ export declare const zUpdateAProjectReleaseFileResponse: z.ZodObject<{
|
|
|
70413
70413
|
size: number;
|
|
70414
70414
|
sha1: string;
|
|
70415
70415
|
}>;
|
|
70416
|
-
export declare const
|
|
70416
|
+
export declare const zListOrganizationReleaseCommitsData: z.ZodObject<{
|
|
70417
70417
|
body: z.ZodOptional<z.ZodNever>;
|
|
70418
70418
|
path: z.ZodObject<{
|
|
70419
70419
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70454,7 +70454,7 @@ export declare const zListAnOrganizationReleaseSCommitsData: z.ZodObject<{
|
|
|
70454
70454
|
/**
|
|
70455
70455
|
* Success
|
|
70456
70456
|
*/
|
|
70457
|
-
export declare const
|
|
70457
|
+
export declare const zListOrganizationReleaseCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
70458
70458
|
dateCreated: z.ZodString;
|
|
70459
70459
|
id: z.ZodString;
|
|
70460
70460
|
message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -70467,7 +70467,7 @@ export declare const zListAnOrganizationReleaseSCommitsResponse: z.ZodArray<z.Zo
|
|
|
70467
70467
|
message: string | null;
|
|
70468
70468
|
dateCreated: string;
|
|
70469
70469
|
}>, "many">;
|
|
70470
|
-
export declare const
|
|
70470
|
+
export declare const zListProjectReleaseCommitsData: z.ZodObject<{
|
|
70471
70471
|
body: z.ZodOptional<z.ZodNever>;
|
|
70472
70472
|
path: z.ZodObject<{
|
|
70473
70473
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70513,7 +70513,7 @@ export declare const zListAProjectReleaseSCommitsData: z.ZodObject<{
|
|
|
70513
70513
|
/**
|
|
70514
70514
|
* Success
|
|
70515
70515
|
*/
|
|
70516
|
-
export declare const
|
|
70516
|
+
export declare const zListProjectReleaseCommitsResponse: z.ZodArray<z.ZodObject<{
|
|
70517
70517
|
dateCreated: z.ZodString;
|
|
70518
70518
|
id: z.ZodString;
|
|
70519
70519
|
message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -70526,7 +70526,7 @@ export declare const zListAProjectReleaseSCommitsResponse: z.ZodArray<z.ZodObjec
|
|
|
70526
70526
|
message: string | null;
|
|
70527
70527
|
dateCreated: string;
|
|
70528
70528
|
}>, "many">;
|
|
70529
|
-
export declare const
|
|
70529
|
+
export declare const zListOrganizationReleaseCommitfilesData: z.ZodObject<{
|
|
70530
70530
|
body: z.ZodOptional<z.ZodNever>;
|
|
70531
70531
|
path: z.ZodObject<{
|
|
70532
70532
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70554,7 +70554,7 @@ export declare const zRetrieveFilesChangedInAReleaseSCommitsData: z.ZodObject<{
|
|
|
70554
70554
|
query?: undefined;
|
|
70555
70555
|
body?: undefined;
|
|
70556
70556
|
}>;
|
|
70557
|
-
export declare const
|
|
70557
|
+
export declare const zListOrganizationSentryAppInstallationsData: z.ZodObject<{
|
|
70558
70558
|
body: z.ZodOptional<z.ZodNever>;
|
|
70559
70559
|
path: z.ZodObject<{
|
|
70560
70560
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70590,7 +70590,7 @@ export declare const zListAnOrganizationSIntegrationPlatformInstallationsData: z
|
|
|
70590
70590
|
/**
|
|
70591
70591
|
* Success
|
|
70592
70592
|
*/
|
|
70593
|
-
export declare const
|
|
70593
|
+
export declare const zListOrganizationSentryAppInstallationsResponse: z.ZodArray<z.ZodObject<{
|
|
70594
70594
|
app: z.ZodObject<{
|
|
70595
70595
|
uuid: z.ZodString;
|
|
70596
70596
|
slug: z.ZodString;
|
|
@@ -70636,7 +70636,7 @@ export declare const zListAnOrganizationSIntegrationPlatformInstallationsRespons
|
|
|
70636
70636
|
sentryAppId: number;
|
|
70637
70637
|
};
|
|
70638
70638
|
}>, "many">;
|
|
70639
|
-
export declare const
|
|
70639
|
+
export declare const zCreateSentryAppInstallationExternalIssueData: z.ZodObject<{
|
|
70640
70640
|
body: z.ZodObject<{
|
|
70641
70641
|
issueId: z.ZodNumber;
|
|
70642
70642
|
webUrl: z.ZodString;
|
|
@@ -70687,7 +70687,7 @@ export declare const zCreateOrUpdateAnExternalIssueData: z.ZodObject<{
|
|
|
70687
70687
|
/**
|
|
70688
70688
|
* Success
|
|
70689
70689
|
*/
|
|
70690
|
-
export declare const
|
|
70690
|
+
export declare const zCreateSentryAppInstallationExternalIssueResponse: z.ZodObject<{
|
|
70691
70691
|
id: z.ZodString;
|
|
70692
70692
|
issueId: z.ZodString;
|
|
70693
70693
|
serviceType: z.ZodString;
|
|
@@ -70706,7 +70706,7 @@ export declare const zCreateOrUpdateAnExternalIssueResponse: z.ZodObject<{
|
|
|
70706
70706
|
serviceType: string;
|
|
70707
70707
|
webUrl: string;
|
|
70708
70708
|
}>;
|
|
70709
|
-
export declare const
|
|
70709
|
+
export declare const zDeleteSentryAppInstallationExternalIssueData: z.ZodObject<{
|
|
70710
70710
|
body: z.ZodOptional<z.ZodNever>;
|
|
70711
70711
|
path: z.ZodObject<{
|
|
70712
70712
|
uuid: z.ZodString;
|
|
@@ -70737,8 +70737,8 @@ export declare const zDeleteAnExternalIssueData: z.ZodObject<{
|
|
|
70737
70737
|
/**
|
|
70738
70738
|
* Success
|
|
70739
70739
|
*/
|
|
70740
|
-
export declare const
|
|
70741
|
-
export declare const
|
|
70740
|
+
export declare const zDeleteSentryAppInstallationExternalIssueResponse: z.ZodVoid;
|
|
70741
|
+
export declare const zDeleteOrganizationSpikeProtectionsData: z.ZodObject<{
|
|
70742
70742
|
body: z.ZodObject<{
|
|
70743
70743
|
projects: z.ZodArray<z.ZodString, "many">;
|
|
70744
70744
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -70771,7 +70771,7 @@ export declare const zDisableSpikeProtectionData: z.ZodObject<{
|
|
|
70771
70771
|
};
|
|
70772
70772
|
query?: undefined;
|
|
70773
70773
|
}>;
|
|
70774
|
-
export declare const
|
|
70774
|
+
export declare const zCreateOrganizationSpikeProtectionData: z.ZodObject<{
|
|
70775
70775
|
body: z.ZodObject<{
|
|
70776
70776
|
projects: z.ZodArray<z.ZodString, "many">;
|
|
70777
70777
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -70804,7 +70804,7 @@ export declare const zEnableSpikeProtectionData: z.ZodObject<{
|
|
|
70804
70804
|
};
|
|
70805
70805
|
query?: undefined;
|
|
70806
70806
|
}>;
|
|
70807
|
-
export declare const
|
|
70807
|
+
export declare const zDeleteOrganizationIssueData: z.ZodObject<{
|
|
70808
70808
|
body: z.ZodOptional<z.ZodNever>;
|
|
70809
70809
|
path: z.ZodObject<{
|
|
70810
70810
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70832,7 +70832,7 @@ export declare const zRemoveAnIssueData: z.ZodObject<{
|
|
|
70832
70832
|
query?: undefined;
|
|
70833
70833
|
body?: undefined;
|
|
70834
70834
|
}>;
|
|
70835
|
-
export declare const
|
|
70835
|
+
export declare const zGetOrganizationIssueData: z.ZodObject<{
|
|
70836
70836
|
body: z.ZodOptional<z.ZodNever>;
|
|
70837
70837
|
path: z.ZodObject<{
|
|
70838
70838
|
organization_id_or_slug: z.ZodString;
|
|
@@ -70880,7 +70880,7 @@ export declare const zRetrieveAnIssueData: z.ZodObject<{
|
|
|
70880
70880
|
} | undefined;
|
|
70881
70881
|
body?: undefined;
|
|
70882
70882
|
}>;
|
|
70883
|
-
export declare const
|
|
70883
|
+
export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
70884
70884
|
isUnhandled: z.ZodOptional<z.ZodBoolean>;
|
|
70885
70885
|
count: z.ZodOptional<z.ZodString>;
|
|
70886
70886
|
userCount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -71652,7 +71652,7 @@ export declare const zRetrieveAnIssueResponse: z.ZodObject<{
|
|
|
71652
71652
|
firstRelease?: Record<string, unknown> | null | undefined;
|
|
71653
71653
|
lastRelease?: Record<string, unknown> | null | undefined;
|
|
71654
71654
|
}>;
|
|
71655
|
-
export declare const
|
|
71655
|
+
export declare const zUpdateOrganizationIssueData: z.ZodObject<{
|
|
71656
71656
|
body: z.ZodObject<{
|
|
71657
71657
|
inbox: z.ZodBoolean;
|
|
71658
71658
|
status: z.ZodEnum<["resolved", "unresolved", "ignored", "resolvedInNextRelease", "muted"]>;
|
|
@@ -71835,7 +71835,7 @@ export declare const zUpdateAnIssueData: z.ZodObject<{
|
|
|
71835
71835
|
};
|
|
71836
71836
|
query?: undefined;
|
|
71837
71837
|
}>;
|
|
71838
|
-
export declare const
|
|
71838
|
+
export declare const zUpdateOrganizationIssueResponse: z.ZodObject<{
|
|
71839
71839
|
isUnhandled: z.ZodOptional<z.ZodBoolean>;
|
|
71840
71840
|
count: z.ZodOptional<z.ZodString>;
|
|
71841
71841
|
userCount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -72444,7 +72444,7 @@ export declare const zUpdateAnIssueResponse: z.ZodObject<{
|
|
|
72444
72444
|
firstSeen?: string | null | undefined;
|
|
72445
72445
|
lastSeen?: string | null | undefined;
|
|
72446
72446
|
}>;
|
|
72447
|
-
export declare const
|
|
72447
|
+
export declare const zListOrganizationIssueAutofixData: z.ZodObject<{
|
|
72448
72448
|
body: z.ZodOptional<z.ZodNever>;
|
|
72449
72449
|
path: z.ZodObject<{
|
|
72450
72450
|
organization_id_or_slug: z.ZodString;
|
|
@@ -72475,14 +72475,14 @@ export declare const zRetrieveSeerIssueFixStateData: z.ZodObject<{
|
|
|
72475
72475
|
/**
|
|
72476
72476
|
* Response type for the GET endpoint
|
|
72477
72477
|
*/
|
|
72478
|
-
export declare const
|
|
72478
|
+
export declare const zListOrganizationIssueAutofixResponse: z.ZodObject<{
|
|
72479
72479
|
autofix: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
72480
72480
|
}, "strip", z.ZodTypeAny, {
|
|
72481
72481
|
autofix: Record<string, unknown> | null;
|
|
72482
72482
|
}, {
|
|
72483
72483
|
autofix: Record<string, unknown> | null;
|
|
72484
72484
|
}>;
|
|
72485
|
-
export declare const
|
|
72485
|
+
export declare const zCreateOrganizationIssueAutofixData: z.ZodObject<{
|
|
72486
72486
|
body: z.ZodOptional<z.ZodObject<{
|
|
72487
72487
|
step: z.ZodOptional<z.ZodEnum<["root_cause", "solution", "code_changes", "open_pr", "coding_agent_handoff"]>>;
|
|
72488
72488
|
stopping_point: z.ZodOptional<z.ZodEnum<["root_cause", "solution", "code_changes", "open_pr"]>>;
|
|
@@ -72563,14 +72563,14 @@ export declare const zStartSeerIssueFixData: z.ZodObject<{
|
|
|
72563
72563
|
/**
|
|
72564
72564
|
* Response type for the POST endpoint
|
|
72565
72565
|
*/
|
|
72566
|
-
export declare const
|
|
72566
|
+
export declare const zCreateOrganizationIssueAutofixResponse: z.ZodObject<{
|
|
72567
72567
|
run_id: z.ZodNumber;
|
|
72568
72568
|
}, "strip", z.ZodTypeAny, {
|
|
72569
72569
|
run_id: number;
|
|
72570
72570
|
}, {
|
|
72571
72571
|
run_id: number;
|
|
72572
72572
|
}>;
|
|
72573
|
-
export declare const
|
|
72573
|
+
export declare const zListOrganizationIssueEventsData: z.ZodObject<{
|
|
72574
72574
|
body: z.ZodOptional<z.ZodNever>;
|
|
72575
72575
|
path: z.ZodObject<{
|
|
72576
72576
|
organization_id_or_slug: z.ZodString;
|
|
@@ -72643,7 +72643,7 @@ export declare const zListAnIssueSEventsData: z.ZodObject<{
|
|
|
72643
72643
|
} | undefined;
|
|
72644
72644
|
body?: undefined;
|
|
72645
72645
|
}>;
|
|
72646
|
-
export declare const
|
|
72646
|
+
export declare const zListOrganizationIssueEventsResponse: z.ZodArray<z.ZodObject<{
|
|
72647
72647
|
id: z.ZodString;
|
|
72648
72648
|
'event.type': z.ZodString;
|
|
72649
72649
|
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -72752,7 +72752,7 @@ export declare const zListAnIssueSEventsResponse: z.ZodArray<z.ZodObject<{
|
|
|
72752
72752
|
culprit: string | null;
|
|
72753
72753
|
'event.type': string;
|
|
72754
72754
|
}>, "many">;
|
|
72755
|
-
export declare const
|
|
72755
|
+
export declare const zGetOrganizationIssueEventData: z.ZodObject<{
|
|
72756
72756
|
body: z.ZodOptional<z.ZodNever>;
|
|
72757
72757
|
path: z.ZodObject<{
|
|
72758
72758
|
organization_id_or_slug: z.ZodString;
|
|
@@ -72795,7 +72795,7 @@ export declare const zRetrieveAnIssueEventData: z.ZodObject<{
|
|
|
72795
72795
|
} | undefined;
|
|
72796
72796
|
body?: undefined;
|
|
72797
72797
|
}>;
|
|
72798
|
-
export declare const
|
|
72798
|
+
export declare const zGetOrganizationIssueEventResponse: z.ZodObject<{
|
|
72799
72799
|
id: z.ZodString;
|
|
72800
72800
|
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
72801
72801
|
eventID: z.ZodString;
|
|
@@ -73247,7 +73247,7 @@ export declare const zRetrieveAnIssueEventResponse: z.ZodObject<{
|
|
|
73247
73247
|
measurements?: unknown;
|
|
73248
73248
|
breakdowns?: unknown;
|
|
73249
73249
|
}>;
|
|
73250
|
-
export declare const
|
|
73250
|
+
export declare const zListOrganizationIssueExternalIssuesData: z.ZodObject<{
|
|
73251
73251
|
body: z.ZodOptional<z.ZodNever>;
|
|
73252
73252
|
path: z.ZodObject<{
|
|
73253
73253
|
organization_id_or_slug: z.ZodString;
|
|
@@ -73275,7 +73275,7 @@ export declare const zRetrieveCustomIntegrationIssueLinksForTheGivenSentryIssueD
|
|
|
73275
73275
|
query?: undefined;
|
|
73276
73276
|
body?: undefined;
|
|
73277
73277
|
}>;
|
|
73278
|
-
export declare const
|
|
73278
|
+
export declare const zListOrganizationIssueExternalIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
73279
73279
|
id: z.ZodString;
|
|
73280
73280
|
issueId: z.ZodString;
|
|
73281
73281
|
serviceType: z.ZodString;
|
|
@@ -73294,7 +73294,7 @@ export declare const zRetrieveCustomIntegrationIssueLinksForTheGivenSentryIssueR
|
|
|
73294
73294
|
serviceType: string;
|
|
73295
73295
|
webUrl: string;
|
|
73296
73296
|
}>, "many">;
|
|
73297
|
-
export declare const
|
|
73297
|
+
export declare const zListOrganizationIssueHashesData: z.ZodObject<{
|
|
73298
73298
|
body: z.ZodOptional<z.ZodNever>;
|
|
73299
73299
|
path: z.ZodObject<{
|
|
73300
73300
|
organization_id_or_slug: z.ZodString;
|
|
@@ -73337,7 +73337,7 @@ export declare const zListAnIssueSHashesData: z.ZodObject<{
|
|
|
73337
73337
|
} | undefined;
|
|
73338
73338
|
body?: undefined;
|
|
73339
73339
|
}>;
|
|
73340
|
-
export declare const
|
|
73340
|
+
export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObject<{
|
|
73341
73341
|
id: z.ZodString;
|
|
73342
73342
|
latestEvent: z.ZodUnion<[z.ZodObject<{
|
|
73343
73343
|
id: z.ZodString;
|
|
@@ -73763,7 +73763,7 @@ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
73763
73763
|
} | null;
|
|
73764
73764
|
mergedBySeer: boolean;
|
|
73765
73765
|
}>, "many">;
|
|
73766
|
-
export declare const
|
|
73766
|
+
export declare const zGetOrganizationIssueTagData: z.ZodObject<{
|
|
73767
73767
|
body: z.ZodOptional<z.ZodNever>;
|
|
73768
73768
|
path: z.ZodObject<{
|
|
73769
73769
|
issue_id: z.ZodString;
|
|
@@ -73806,7 +73806,7 @@ export declare const zRetrieveTagDetailsData: z.ZodObject<{
|
|
|
73806
73806
|
} | undefined;
|
|
73807
73807
|
body?: undefined;
|
|
73808
73808
|
}>;
|
|
73809
|
-
export declare const
|
|
73809
|
+
export declare const zGetOrganizationIssueTagResponse: z.ZodObject<{
|
|
73810
73810
|
uniqueValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
73811
73811
|
totalValues: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
73812
73812
|
topValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|