@sentry/api 0.162.0 → 0.164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -0
- package/dist/sdk.gen.d.ts +9 -1
- package/dist/types.gen.d.ts +332 -0
- package/dist/zod.gen.d.ts +1100 -0
- package/dist/zod.js +345 -0
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -17702,6 +17702,522 @@ export declare const zOrganizationTraceMetaResponse: z.ZodObject<{
|
|
|
17702
17702
|
spansCountMap: Record<string, number>;
|
|
17703
17703
|
uptimeCount?: number | undefined;
|
|
17704
17704
|
}>;
|
|
17705
|
+
export declare const zOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
17706
|
+
description: z.ZodString;
|
|
17707
|
+
event_id: z.ZodString;
|
|
17708
|
+
event_type: z.ZodString;
|
|
17709
|
+
project_id: z.ZodNumber;
|
|
17710
|
+
project_slug: z.ZodString;
|
|
17711
|
+
transaction: z.ZodString;
|
|
17712
|
+
children: z.ZodArray<z.ZodObject<{
|
|
17713
|
+
description: z.ZodString;
|
|
17714
|
+
event_id: z.ZodString;
|
|
17715
|
+
event_type: z.ZodString;
|
|
17716
|
+
project_id: z.ZodNumber;
|
|
17717
|
+
project_slug: z.ZodString;
|
|
17718
|
+
transaction: z.ZodString;
|
|
17719
|
+
}, "strip", z.ZodTypeAny, {
|
|
17720
|
+
project_id: number;
|
|
17721
|
+
transaction: string;
|
|
17722
|
+
event_id: string;
|
|
17723
|
+
description: string;
|
|
17724
|
+
project_slug: string;
|
|
17725
|
+
event_type: string;
|
|
17726
|
+
}, {
|
|
17727
|
+
project_id: number;
|
|
17728
|
+
transaction: string;
|
|
17729
|
+
event_id: string;
|
|
17730
|
+
description: string;
|
|
17731
|
+
project_slug: string;
|
|
17732
|
+
event_type: string;
|
|
17733
|
+
}>, "many">;
|
|
17734
|
+
errors: z.ZodArray<z.ZodObject<{
|
|
17735
|
+
description: z.ZodString;
|
|
17736
|
+
event_id: z.ZodString;
|
|
17737
|
+
event_type: z.ZodString;
|
|
17738
|
+
project_id: z.ZodNumber;
|
|
17739
|
+
project_slug: z.ZodString;
|
|
17740
|
+
transaction: z.ZodString;
|
|
17741
|
+
issue_id: z.ZodNumber;
|
|
17742
|
+
level: z.ZodString;
|
|
17743
|
+
start_timestamp: z.ZodNumber;
|
|
17744
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
17745
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17746
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17747
|
+
issue_type: z.ZodNumber;
|
|
17748
|
+
}, "strip", z.ZodTypeAny, {
|
|
17749
|
+
project_id: number;
|
|
17750
|
+
transaction: string;
|
|
17751
|
+
event_id: string;
|
|
17752
|
+
issue_id: number;
|
|
17753
|
+
description: string;
|
|
17754
|
+
culprit: string | null;
|
|
17755
|
+
level: string;
|
|
17756
|
+
project_slug: string;
|
|
17757
|
+
event_type: string;
|
|
17758
|
+
start_timestamp: number;
|
|
17759
|
+
short_id: string | null;
|
|
17760
|
+
issue_type: number;
|
|
17761
|
+
end_timestamp?: number | undefined;
|
|
17762
|
+
}, {
|
|
17763
|
+
project_id: number;
|
|
17764
|
+
transaction: string;
|
|
17765
|
+
event_id: string;
|
|
17766
|
+
issue_id: number;
|
|
17767
|
+
description: string;
|
|
17768
|
+
culprit: string | null;
|
|
17769
|
+
level: string;
|
|
17770
|
+
project_slug: string;
|
|
17771
|
+
event_type: string;
|
|
17772
|
+
start_timestamp: number;
|
|
17773
|
+
short_id: string | null;
|
|
17774
|
+
issue_type: number;
|
|
17775
|
+
end_timestamp?: number | undefined;
|
|
17776
|
+
}>, "many">;
|
|
17777
|
+
occurrences: z.ZodArray<z.ZodObject<{
|
|
17778
|
+
description: z.ZodString;
|
|
17779
|
+
event_id: z.ZodString;
|
|
17780
|
+
event_type: z.ZodString;
|
|
17781
|
+
project_id: z.ZodNumber;
|
|
17782
|
+
project_slug: z.ZodString;
|
|
17783
|
+
transaction: z.ZodString;
|
|
17784
|
+
issue_id: z.ZodNumber;
|
|
17785
|
+
level: z.ZodString;
|
|
17786
|
+
start_timestamp: z.ZodNumber;
|
|
17787
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
17788
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17789
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17790
|
+
issue_type: z.ZodNumber;
|
|
17791
|
+
}, "strip", z.ZodTypeAny, {
|
|
17792
|
+
project_id: number;
|
|
17793
|
+
transaction: string;
|
|
17794
|
+
event_id: string;
|
|
17795
|
+
issue_id: number;
|
|
17796
|
+
description: string;
|
|
17797
|
+
culprit: string | null;
|
|
17798
|
+
level: string;
|
|
17799
|
+
project_slug: string;
|
|
17800
|
+
event_type: string;
|
|
17801
|
+
start_timestamp: number;
|
|
17802
|
+
short_id: string | null;
|
|
17803
|
+
issue_type: number;
|
|
17804
|
+
end_timestamp?: number | undefined;
|
|
17805
|
+
}, {
|
|
17806
|
+
project_id: number;
|
|
17807
|
+
transaction: string;
|
|
17808
|
+
event_id: string;
|
|
17809
|
+
issue_id: number;
|
|
17810
|
+
description: string;
|
|
17811
|
+
culprit: string | null;
|
|
17812
|
+
level: string;
|
|
17813
|
+
project_slug: string;
|
|
17814
|
+
event_type: string;
|
|
17815
|
+
start_timestamp: number;
|
|
17816
|
+
short_id: string | null;
|
|
17817
|
+
issue_type: number;
|
|
17818
|
+
end_timestamp?: number | undefined;
|
|
17819
|
+
}>, "many">;
|
|
17820
|
+
duration: z.ZodNumber;
|
|
17821
|
+
end_timestamp: z.ZodString;
|
|
17822
|
+
measurements: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
17823
|
+
op: z.ZodString;
|
|
17824
|
+
name: z.ZodString;
|
|
17825
|
+
parent_span_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17826
|
+
profile_id: z.ZodString;
|
|
17827
|
+
profiler_id: z.ZodString;
|
|
17828
|
+
sdk_name: z.ZodString;
|
|
17829
|
+
start_timestamp: z.ZodString;
|
|
17830
|
+
is_transaction: z.ZodBoolean;
|
|
17831
|
+
transaction_id: z.ZodString;
|
|
17832
|
+
additional_attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
17833
|
+
}, "strip", z.ZodTypeAny, {
|
|
17834
|
+
name: string;
|
|
17835
|
+
errors: {
|
|
17836
|
+
project_id: number;
|
|
17837
|
+
transaction: string;
|
|
17838
|
+
event_id: string;
|
|
17839
|
+
issue_id: number;
|
|
17840
|
+
description: string;
|
|
17841
|
+
culprit: string | null;
|
|
17842
|
+
level: string;
|
|
17843
|
+
project_slug: string;
|
|
17844
|
+
event_type: string;
|
|
17845
|
+
start_timestamp: number;
|
|
17846
|
+
short_id: string | null;
|
|
17847
|
+
issue_type: number;
|
|
17848
|
+
end_timestamp?: number | undefined;
|
|
17849
|
+
}[];
|
|
17850
|
+
duration: number;
|
|
17851
|
+
project_id: number;
|
|
17852
|
+
transaction: string;
|
|
17853
|
+
event_id: string;
|
|
17854
|
+
profile_id: string;
|
|
17855
|
+
description: string;
|
|
17856
|
+
measurements: Record<string, unknown>;
|
|
17857
|
+
project_slug: string;
|
|
17858
|
+
children: {
|
|
17859
|
+
project_id: number;
|
|
17860
|
+
transaction: string;
|
|
17861
|
+
event_id: string;
|
|
17862
|
+
description: string;
|
|
17863
|
+
project_slug: string;
|
|
17864
|
+
event_type: string;
|
|
17865
|
+
}[];
|
|
17866
|
+
event_type: string;
|
|
17867
|
+
start_timestamp: string;
|
|
17868
|
+
end_timestamp: string;
|
|
17869
|
+
occurrences: {
|
|
17870
|
+
project_id: number;
|
|
17871
|
+
transaction: string;
|
|
17872
|
+
event_id: string;
|
|
17873
|
+
issue_id: number;
|
|
17874
|
+
description: string;
|
|
17875
|
+
culprit: string | null;
|
|
17876
|
+
level: string;
|
|
17877
|
+
project_slug: string;
|
|
17878
|
+
event_type: string;
|
|
17879
|
+
start_timestamp: number;
|
|
17880
|
+
short_id: string | null;
|
|
17881
|
+
issue_type: number;
|
|
17882
|
+
end_timestamp?: number | undefined;
|
|
17883
|
+
}[];
|
|
17884
|
+
op: string;
|
|
17885
|
+
parent_span_id: string | null;
|
|
17886
|
+
profiler_id: string;
|
|
17887
|
+
sdk_name: string;
|
|
17888
|
+
is_transaction: boolean;
|
|
17889
|
+
transaction_id: string;
|
|
17890
|
+
additional_attributes?: Record<string, unknown> | undefined;
|
|
17891
|
+
}, {
|
|
17892
|
+
name: string;
|
|
17893
|
+
errors: {
|
|
17894
|
+
project_id: number;
|
|
17895
|
+
transaction: string;
|
|
17896
|
+
event_id: string;
|
|
17897
|
+
issue_id: number;
|
|
17898
|
+
description: string;
|
|
17899
|
+
culprit: string | null;
|
|
17900
|
+
level: string;
|
|
17901
|
+
project_slug: string;
|
|
17902
|
+
event_type: string;
|
|
17903
|
+
start_timestamp: number;
|
|
17904
|
+
short_id: string | null;
|
|
17905
|
+
issue_type: number;
|
|
17906
|
+
end_timestamp?: number | undefined;
|
|
17907
|
+
}[];
|
|
17908
|
+
duration: number;
|
|
17909
|
+
project_id: number;
|
|
17910
|
+
transaction: string;
|
|
17911
|
+
event_id: string;
|
|
17912
|
+
profile_id: string;
|
|
17913
|
+
description: string;
|
|
17914
|
+
measurements: Record<string, unknown>;
|
|
17915
|
+
project_slug: string;
|
|
17916
|
+
children: {
|
|
17917
|
+
project_id: number;
|
|
17918
|
+
transaction: string;
|
|
17919
|
+
event_id: string;
|
|
17920
|
+
description: string;
|
|
17921
|
+
project_slug: string;
|
|
17922
|
+
event_type: string;
|
|
17923
|
+
}[];
|
|
17924
|
+
event_type: string;
|
|
17925
|
+
start_timestamp: string;
|
|
17926
|
+
end_timestamp: string;
|
|
17927
|
+
occurrences: {
|
|
17928
|
+
project_id: number;
|
|
17929
|
+
transaction: string;
|
|
17930
|
+
event_id: string;
|
|
17931
|
+
issue_id: number;
|
|
17932
|
+
description: string;
|
|
17933
|
+
culprit: string | null;
|
|
17934
|
+
level: string;
|
|
17935
|
+
project_slug: string;
|
|
17936
|
+
event_type: string;
|
|
17937
|
+
start_timestamp: number;
|
|
17938
|
+
short_id: string | null;
|
|
17939
|
+
issue_type: number;
|
|
17940
|
+
end_timestamp?: number | undefined;
|
|
17941
|
+
}[];
|
|
17942
|
+
op: string;
|
|
17943
|
+
parent_span_id: string | null;
|
|
17944
|
+
profiler_id: string;
|
|
17945
|
+
sdk_name: string;
|
|
17946
|
+
is_transaction: boolean;
|
|
17947
|
+
transaction_id: string;
|
|
17948
|
+
additional_attributes?: Record<string, unknown> | undefined;
|
|
17949
|
+
}>, z.ZodObject<{
|
|
17950
|
+
description: z.ZodString;
|
|
17951
|
+
event_id: z.ZodString;
|
|
17952
|
+
event_type: z.ZodString;
|
|
17953
|
+
project_id: z.ZodNumber;
|
|
17954
|
+
project_slug: z.ZodString;
|
|
17955
|
+
transaction: z.ZodString;
|
|
17956
|
+
issue_id: z.ZodNumber;
|
|
17957
|
+
level: z.ZodString;
|
|
17958
|
+
start_timestamp: z.ZodNumber;
|
|
17959
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
17960
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17961
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
17962
|
+
issue_type: z.ZodNumber;
|
|
17963
|
+
}, "strip", z.ZodTypeAny, {
|
|
17964
|
+
project_id: number;
|
|
17965
|
+
transaction: string;
|
|
17966
|
+
event_id: string;
|
|
17967
|
+
issue_id: number;
|
|
17968
|
+
description: string;
|
|
17969
|
+
culprit: string | null;
|
|
17970
|
+
level: string;
|
|
17971
|
+
project_slug: string;
|
|
17972
|
+
event_type: string;
|
|
17973
|
+
start_timestamp: number;
|
|
17974
|
+
short_id: string | null;
|
|
17975
|
+
issue_type: number;
|
|
17976
|
+
end_timestamp?: number | undefined;
|
|
17977
|
+
}, {
|
|
17978
|
+
project_id: number;
|
|
17979
|
+
transaction: string;
|
|
17980
|
+
event_id: string;
|
|
17981
|
+
issue_id: number;
|
|
17982
|
+
description: string;
|
|
17983
|
+
culprit: string | null;
|
|
17984
|
+
level: string;
|
|
17985
|
+
project_slug: string;
|
|
17986
|
+
event_type: string;
|
|
17987
|
+
start_timestamp: number;
|
|
17988
|
+
short_id: string | null;
|
|
17989
|
+
issue_type: number;
|
|
17990
|
+
end_timestamp?: number | undefined;
|
|
17991
|
+
}>, z.ZodObject<{
|
|
17992
|
+
description: z.ZodString;
|
|
17993
|
+
event_id: z.ZodString;
|
|
17994
|
+
event_type: z.ZodString;
|
|
17995
|
+
project_id: z.ZodNumber;
|
|
17996
|
+
project_slug: z.ZodString;
|
|
17997
|
+
transaction: z.ZodString;
|
|
17998
|
+
children: z.ZodArray<z.ZodObject<{
|
|
17999
|
+
description: z.ZodString;
|
|
18000
|
+
event_id: z.ZodString;
|
|
18001
|
+
event_type: z.ZodString;
|
|
18002
|
+
project_id: z.ZodNumber;
|
|
18003
|
+
project_slug: z.ZodString;
|
|
18004
|
+
transaction: z.ZodString;
|
|
18005
|
+
}, "strip", z.ZodTypeAny, {
|
|
18006
|
+
project_id: number;
|
|
18007
|
+
transaction: string;
|
|
18008
|
+
event_id: string;
|
|
18009
|
+
description: string;
|
|
18010
|
+
project_slug: string;
|
|
18011
|
+
event_type: string;
|
|
18012
|
+
}, {
|
|
18013
|
+
project_id: number;
|
|
18014
|
+
transaction: string;
|
|
18015
|
+
event_id: string;
|
|
18016
|
+
description: string;
|
|
18017
|
+
project_slug: string;
|
|
18018
|
+
event_type: string;
|
|
18019
|
+
}>, "many">;
|
|
18020
|
+
errors: z.ZodArray<z.ZodObject<{
|
|
18021
|
+
description: z.ZodString;
|
|
18022
|
+
event_id: z.ZodString;
|
|
18023
|
+
event_type: z.ZodString;
|
|
18024
|
+
project_id: z.ZodNumber;
|
|
18025
|
+
project_slug: z.ZodString;
|
|
18026
|
+
transaction: z.ZodString;
|
|
18027
|
+
issue_id: z.ZodNumber;
|
|
18028
|
+
level: z.ZodString;
|
|
18029
|
+
start_timestamp: z.ZodNumber;
|
|
18030
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
18031
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
18032
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
18033
|
+
issue_type: z.ZodNumber;
|
|
18034
|
+
}, "strip", z.ZodTypeAny, {
|
|
18035
|
+
project_id: number;
|
|
18036
|
+
transaction: string;
|
|
18037
|
+
event_id: string;
|
|
18038
|
+
issue_id: number;
|
|
18039
|
+
description: string;
|
|
18040
|
+
culprit: string | null;
|
|
18041
|
+
level: string;
|
|
18042
|
+
project_slug: string;
|
|
18043
|
+
event_type: string;
|
|
18044
|
+
start_timestamp: number;
|
|
18045
|
+
short_id: string | null;
|
|
18046
|
+
issue_type: number;
|
|
18047
|
+
end_timestamp?: number | undefined;
|
|
18048
|
+
}, {
|
|
18049
|
+
project_id: number;
|
|
18050
|
+
transaction: string;
|
|
18051
|
+
event_id: string;
|
|
18052
|
+
issue_id: number;
|
|
18053
|
+
description: string;
|
|
18054
|
+
culprit: string | null;
|
|
18055
|
+
level: string;
|
|
18056
|
+
project_slug: string;
|
|
18057
|
+
event_type: string;
|
|
18058
|
+
start_timestamp: number;
|
|
18059
|
+
short_id: string | null;
|
|
18060
|
+
issue_type: number;
|
|
18061
|
+
end_timestamp?: number | undefined;
|
|
18062
|
+
}>, "many">;
|
|
18063
|
+
occurrences: z.ZodArray<z.ZodObject<{
|
|
18064
|
+
description: z.ZodString;
|
|
18065
|
+
event_id: z.ZodString;
|
|
18066
|
+
event_type: z.ZodString;
|
|
18067
|
+
project_id: z.ZodNumber;
|
|
18068
|
+
project_slug: z.ZodString;
|
|
18069
|
+
transaction: z.ZodString;
|
|
18070
|
+
issue_id: z.ZodNumber;
|
|
18071
|
+
level: z.ZodString;
|
|
18072
|
+
start_timestamp: z.ZodNumber;
|
|
18073
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
18074
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
18075
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
18076
|
+
issue_type: z.ZodNumber;
|
|
18077
|
+
}, "strip", z.ZodTypeAny, {
|
|
18078
|
+
project_id: number;
|
|
18079
|
+
transaction: string;
|
|
18080
|
+
event_id: string;
|
|
18081
|
+
issue_id: number;
|
|
18082
|
+
description: string;
|
|
18083
|
+
culprit: string | null;
|
|
18084
|
+
level: string;
|
|
18085
|
+
project_slug: string;
|
|
18086
|
+
event_type: string;
|
|
18087
|
+
start_timestamp: number;
|
|
18088
|
+
short_id: string | null;
|
|
18089
|
+
issue_type: number;
|
|
18090
|
+
end_timestamp?: number | undefined;
|
|
18091
|
+
}, {
|
|
18092
|
+
project_id: number;
|
|
18093
|
+
transaction: string;
|
|
18094
|
+
event_id: string;
|
|
18095
|
+
issue_id: number;
|
|
18096
|
+
description: string;
|
|
18097
|
+
culprit: string | null;
|
|
18098
|
+
level: string;
|
|
18099
|
+
project_slug: string;
|
|
18100
|
+
event_type: string;
|
|
18101
|
+
start_timestamp: number;
|
|
18102
|
+
short_id: string | null;
|
|
18103
|
+
issue_type: number;
|
|
18104
|
+
end_timestamp?: number | undefined;
|
|
18105
|
+
}>, "many">;
|
|
18106
|
+
transaction_id: z.ZodString;
|
|
18107
|
+
op: z.ZodString;
|
|
18108
|
+
start_timestamp: z.ZodNumber;
|
|
18109
|
+
end_timestamp: z.ZodNumber;
|
|
18110
|
+
duration: z.ZodNumber;
|
|
18111
|
+
name: z.ZodString;
|
|
18112
|
+
region_name: z.ZodString;
|
|
18113
|
+
additional_attributes: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18114
|
+
}, "strip", z.ZodTypeAny, {
|
|
18115
|
+
name: string;
|
|
18116
|
+
errors: {
|
|
18117
|
+
project_id: number;
|
|
18118
|
+
transaction: string;
|
|
18119
|
+
event_id: string;
|
|
18120
|
+
issue_id: number;
|
|
18121
|
+
description: string;
|
|
18122
|
+
culprit: string | null;
|
|
18123
|
+
level: string;
|
|
18124
|
+
project_slug: string;
|
|
18125
|
+
event_type: string;
|
|
18126
|
+
start_timestamp: number;
|
|
18127
|
+
short_id: string | null;
|
|
18128
|
+
issue_type: number;
|
|
18129
|
+
end_timestamp?: number | undefined;
|
|
18130
|
+
}[];
|
|
18131
|
+
duration: number;
|
|
18132
|
+
project_id: number;
|
|
18133
|
+
transaction: string;
|
|
18134
|
+
event_id: string;
|
|
18135
|
+
additional_attributes: Record<string, unknown>;
|
|
18136
|
+
description: string;
|
|
18137
|
+
project_slug: string;
|
|
18138
|
+
children: {
|
|
18139
|
+
project_id: number;
|
|
18140
|
+
transaction: string;
|
|
18141
|
+
event_id: string;
|
|
18142
|
+
description: string;
|
|
18143
|
+
project_slug: string;
|
|
18144
|
+
event_type: string;
|
|
18145
|
+
}[];
|
|
18146
|
+
event_type: string;
|
|
18147
|
+
start_timestamp: number;
|
|
18148
|
+
end_timestamp: number;
|
|
18149
|
+
occurrences: {
|
|
18150
|
+
project_id: number;
|
|
18151
|
+
transaction: string;
|
|
18152
|
+
event_id: string;
|
|
18153
|
+
issue_id: number;
|
|
18154
|
+
description: string;
|
|
18155
|
+
culprit: string | null;
|
|
18156
|
+
level: string;
|
|
18157
|
+
project_slug: string;
|
|
18158
|
+
event_type: string;
|
|
18159
|
+
start_timestamp: number;
|
|
18160
|
+
short_id: string | null;
|
|
18161
|
+
issue_type: number;
|
|
18162
|
+
end_timestamp?: number | undefined;
|
|
18163
|
+
}[];
|
|
18164
|
+
op: string;
|
|
18165
|
+
transaction_id: string;
|
|
18166
|
+
region_name: string;
|
|
18167
|
+
}, {
|
|
18168
|
+
name: string;
|
|
18169
|
+
errors: {
|
|
18170
|
+
project_id: number;
|
|
18171
|
+
transaction: string;
|
|
18172
|
+
event_id: string;
|
|
18173
|
+
issue_id: number;
|
|
18174
|
+
description: string;
|
|
18175
|
+
culprit: string | null;
|
|
18176
|
+
level: string;
|
|
18177
|
+
project_slug: string;
|
|
18178
|
+
event_type: string;
|
|
18179
|
+
start_timestamp: number;
|
|
18180
|
+
short_id: string | null;
|
|
18181
|
+
issue_type: number;
|
|
18182
|
+
end_timestamp?: number | undefined;
|
|
18183
|
+
}[];
|
|
18184
|
+
duration: number;
|
|
18185
|
+
project_id: number;
|
|
18186
|
+
transaction: string;
|
|
18187
|
+
event_id: string;
|
|
18188
|
+
additional_attributes: Record<string, unknown>;
|
|
18189
|
+
description: string;
|
|
18190
|
+
project_slug: string;
|
|
18191
|
+
children: {
|
|
18192
|
+
project_id: number;
|
|
18193
|
+
transaction: string;
|
|
18194
|
+
event_id: string;
|
|
18195
|
+
description: string;
|
|
18196
|
+
project_slug: string;
|
|
18197
|
+
event_type: string;
|
|
18198
|
+
}[];
|
|
18199
|
+
event_type: string;
|
|
18200
|
+
start_timestamp: number;
|
|
18201
|
+
end_timestamp: number;
|
|
18202
|
+
occurrences: {
|
|
18203
|
+
project_id: number;
|
|
18204
|
+
transaction: string;
|
|
18205
|
+
event_id: string;
|
|
18206
|
+
issue_id: number;
|
|
18207
|
+
description: string;
|
|
18208
|
+
culprit: string | null;
|
|
18209
|
+
level: string;
|
|
18210
|
+
project_slug: string;
|
|
18211
|
+
event_type: string;
|
|
18212
|
+
start_timestamp: number;
|
|
18213
|
+
short_id: string | null;
|
|
18214
|
+
issue_type: number;
|
|
18215
|
+
end_timestamp?: number | undefined;
|
|
18216
|
+
}[];
|
|
18217
|
+
op: string;
|
|
18218
|
+
transaction_id: string;
|
|
18219
|
+
region_name: string;
|
|
18220
|
+
}>]>, "many">;
|
|
17705
18221
|
export declare const zOrganizationWithProjectsAndTeams: z.ZodObject<{
|
|
17706
18222
|
features: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
17707
18223
|
extraOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -50909,6 +51425,590 @@ export declare const zRetrieveTraceMetadataResponse: z.ZodObject<{
|
|
|
50909
51425
|
spansCountMap: Record<string, number>;
|
|
50910
51426
|
uptimeCount?: number | undefined;
|
|
50911
51427
|
}>;
|
|
51428
|
+
export declare const zRetrieveATraceData: z.ZodObject<{
|
|
51429
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
51430
|
+
path: z.ZodObject<{
|
|
51431
|
+
organization_id_or_slug: z.ZodString;
|
|
51432
|
+
trace_id: z.ZodString;
|
|
51433
|
+
}, "strip", z.ZodTypeAny, {
|
|
51434
|
+
organization_id_or_slug: string;
|
|
51435
|
+
trace_id: string;
|
|
51436
|
+
}, {
|
|
51437
|
+
organization_id_or_slug: string;
|
|
51438
|
+
trace_id: string;
|
|
51439
|
+
}>;
|
|
51440
|
+
query: z.ZodOptional<z.ZodObject<{
|
|
51441
|
+
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
51442
|
+
start: z.ZodOptional<z.ZodString>;
|
|
51443
|
+
end: z.ZodOptional<z.ZodString>;
|
|
51444
|
+
referrer: z.ZodOptional<z.ZodString>;
|
|
51445
|
+
errorId: z.ZodOptional<z.ZodString>;
|
|
51446
|
+
additional_attributes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
51447
|
+
include_uptime: z.ZodOptional<z.ZodEnum<["0", "1"]>>;
|
|
51448
|
+
}, "strip", z.ZodTypeAny, {
|
|
51449
|
+
referrer?: string | undefined;
|
|
51450
|
+
end?: string | undefined;
|
|
51451
|
+
start?: string | undefined;
|
|
51452
|
+
statsPeriod?: string | undefined;
|
|
51453
|
+
include_uptime?: "1" | "0" | undefined;
|
|
51454
|
+
errorId?: string | undefined;
|
|
51455
|
+
additional_attributes?: string[] | undefined;
|
|
51456
|
+
}, {
|
|
51457
|
+
referrer?: string | undefined;
|
|
51458
|
+
end?: string | undefined;
|
|
51459
|
+
start?: string | undefined;
|
|
51460
|
+
statsPeriod?: string | undefined;
|
|
51461
|
+
include_uptime?: "1" | "0" | undefined;
|
|
51462
|
+
errorId?: string | undefined;
|
|
51463
|
+
additional_attributes?: string[] | undefined;
|
|
51464
|
+
}>>;
|
|
51465
|
+
}, "strip", z.ZodTypeAny, {
|
|
51466
|
+
path: {
|
|
51467
|
+
organization_id_or_slug: string;
|
|
51468
|
+
trace_id: string;
|
|
51469
|
+
};
|
|
51470
|
+
query?: {
|
|
51471
|
+
referrer?: string | undefined;
|
|
51472
|
+
end?: string | undefined;
|
|
51473
|
+
start?: string | undefined;
|
|
51474
|
+
statsPeriod?: string | undefined;
|
|
51475
|
+
include_uptime?: "1" | "0" | undefined;
|
|
51476
|
+
errorId?: string | undefined;
|
|
51477
|
+
additional_attributes?: string[] | undefined;
|
|
51478
|
+
} | undefined;
|
|
51479
|
+
body?: undefined;
|
|
51480
|
+
}, {
|
|
51481
|
+
path: {
|
|
51482
|
+
organization_id_or_slug: string;
|
|
51483
|
+
trace_id: string;
|
|
51484
|
+
};
|
|
51485
|
+
query?: {
|
|
51486
|
+
referrer?: string | undefined;
|
|
51487
|
+
end?: string | undefined;
|
|
51488
|
+
start?: string | undefined;
|
|
51489
|
+
statsPeriod?: string | undefined;
|
|
51490
|
+
include_uptime?: "1" | "0" | undefined;
|
|
51491
|
+
errorId?: string | undefined;
|
|
51492
|
+
additional_attributes?: string[] | undefined;
|
|
51493
|
+
} | undefined;
|
|
51494
|
+
body?: undefined;
|
|
51495
|
+
}>;
|
|
51496
|
+
export declare const zRetrieveATraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
51497
|
+
description: z.ZodString;
|
|
51498
|
+
event_id: z.ZodString;
|
|
51499
|
+
event_type: z.ZodString;
|
|
51500
|
+
project_id: z.ZodNumber;
|
|
51501
|
+
project_slug: z.ZodString;
|
|
51502
|
+
transaction: z.ZodString;
|
|
51503
|
+
children: z.ZodArray<z.ZodObject<{
|
|
51504
|
+
description: z.ZodString;
|
|
51505
|
+
event_id: z.ZodString;
|
|
51506
|
+
event_type: z.ZodString;
|
|
51507
|
+
project_id: z.ZodNumber;
|
|
51508
|
+
project_slug: z.ZodString;
|
|
51509
|
+
transaction: z.ZodString;
|
|
51510
|
+
}, "strip", z.ZodTypeAny, {
|
|
51511
|
+
project_id: number;
|
|
51512
|
+
transaction: string;
|
|
51513
|
+
event_id: string;
|
|
51514
|
+
description: string;
|
|
51515
|
+
project_slug: string;
|
|
51516
|
+
event_type: string;
|
|
51517
|
+
}, {
|
|
51518
|
+
project_id: number;
|
|
51519
|
+
transaction: string;
|
|
51520
|
+
event_id: string;
|
|
51521
|
+
description: string;
|
|
51522
|
+
project_slug: string;
|
|
51523
|
+
event_type: string;
|
|
51524
|
+
}>, "many">;
|
|
51525
|
+
errors: z.ZodArray<z.ZodObject<{
|
|
51526
|
+
description: z.ZodString;
|
|
51527
|
+
event_id: z.ZodString;
|
|
51528
|
+
event_type: z.ZodString;
|
|
51529
|
+
project_id: z.ZodNumber;
|
|
51530
|
+
project_slug: z.ZodString;
|
|
51531
|
+
transaction: z.ZodString;
|
|
51532
|
+
issue_id: z.ZodNumber;
|
|
51533
|
+
level: z.ZodString;
|
|
51534
|
+
start_timestamp: z.ZodNumber;
|
|
51535
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
51536
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51537
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51538
|
+
issue_type: z.ZodNumber;
|
|
51539
|
+
}, "strip", z.ZodTypeAny, {
|
|
51540
|
+
project_id: number;
|
|
51541
|
+
transaction: string;
|
|
51542
|
+
event_id: string;
|
|
51543
|
+
issue_id: number;
|
|
51544
|
+
description: string;
|
|
51545
|
+
culprit: string | null;
|
|
51546
|
+
level: string;
|
|
51547
|
+
project_slug: string;
|
|
51548
|
+
event_type: string;
|
|
51549
|
+
start_timestamp: number;
|
|
51550
|
+
short_id: string | null;
|
|
51551
|
+
issue_type: number;
|
|
51552
|
+
end_timestamp?: number | undefined;
|
|
51553
|
+
}, {
|
|
51554
|
+
project_id: number;
|
|
51555
|
+
transaction: string;
|
|
51556
|
+
event_id: string;
|
|
51557
|
+
issue_id: number;
|
|
51558
|
+
description: string;
|
|
51559
|
+
culprit: string | null;
|
|
51560
|
+
level: string;
|
|
51561
|
+
project_slug: string;
|
|
51562
|
+
event_type: string;
|
|
51563
|
+
start_timestamp: number;
|
|
51564
|
+
short_id: string | null;
|
|
51565
|
+
issue_type: number;
|
|
51566
|
+
end_timestamp?: number | undefined;
|
|
51567
|
+
}>, "many">;
|
|
51568
|
+
occurrences: z.ZodArray<z.ZodObject<{
|
|
51569
|
+
description: z.ZodString;
|
|
51570
|
+
event_id: z.ZodString;
|
|
51571
|
+
event_type: z.ZodString;
|
|
51572
|
+
project_id: z.ZodNumber;
|
|
51573
|
+
project_slug: z.ZodString;
|
|
51574
|
+
transaction: z.ZodString;
|
|
51575
|
+
issue_id: z.ZodNumber;
|
|
51576
|
+
level: z.ZodString;
|
|
51577
|
+
start_timestamp: z.ZodNumber;
|
|
51578
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
51579
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51580
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51581
|
+
issue_type: z.ZodNumber;
|
|
51582
|
+
}, "strip", z.ZodTypeAny, {
|
|
51583
|
+
project_id: number;
|
|
51584
|
+
transaction: string;
|
|
51585
|
+
event_id: string;
|
|
51586
|
+
issue_id: number;
|
|
51587
|
+
description: string;
|
|
51588
|
+
culprit: string | null;
|
|
51589
|
+
level: string;
|
|
51590
|
+
project_slug: string;
|
|
51591
|
+
event_type: string;
|
|
51592
|
+
start_timestamp: number;
|
|
51593
|
+
short_id: string | null;
|
|
51594
|
+
issue_type: number;
|
|
51595
|
+
end_timestamp?: number | undefined;
|
|
51596
|
+
}, {
|
|
51597
|
+
project_id: number;
|
|
51598
|
+
transaction: string;
|
|
51599
|
+
event_id: string;
|
|
51600
|
+
issue_id: number;
|
|
51601
|
+
description: string;
|
|
51602
|
+
culprit: string | null;
|
|
51603
|
+
level: string;
|
|
51604
|
+
project_slug: string;
|
|
51605
|
+
event_type: string;
|
|
51606
|
+
start_timestamp: number;
|
|
51607
|
+
short_id: string | null;
|
|
51608
|
+
issue_type: number;
|
|
51609
|
+
end_timestamp?: number | undefined;
|
|
51610
|
+
}>, "many">;
|
|
51611
|
+
duration: z.ZodNumber;
|
|
51612
|
+
end_timestamp: z.ZodString;
|
|
51613
|
+
measurements: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
51614
|
+
op: z.ZodString;
|
|
51615
|
+
name: z.ZodString;
|
|
51616
|
+
parent_span_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51617
|
+
profile_id: z.ZodString;
|
|
51618
|
+
profiler_id: z.ZodString;
|
|
51619
|
+
sdk_name: z.ZodString;
|
|
51620
|
+
start_timestamp: z.ZodString;
|
|
51621
|
+
is_transaction: z.ZodBoolean;
|
|
51622
|
+
transaction_id: z.ZodString;
|
|
51623
|
+
additional_attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
51624
|
+
}, "strip", z.ZodTypeAny, {
|
|
51625
|
+
name: string;
|
|
51626
|
+
errors: {
|
|
51627
|
+
project_id: number;
|
|
51628
|
+
transaction: string;
|
|
51629
|
+
event_id: string;
|
|
51630
|
+
issue_id: number;
|
|
51631
|
+
description: string;
|
|
51632
|
+
culprit: string | null;
|
|
51633
|
+
level: string;
|
|
51634
|
+
project_slug: string;
|
|
51635
|
+
event_type: string;
|
|
51636
|
+
start_timestamp: number;
|
|
51637
|
+
short_id: string | null;
|
|
51638
|
+
issue_type: number;
|
|
51639
|
+
end_timestamp?: number | undefined;
|
|
51640
|
+
}[];
|
|
51641
|
+
duration: number;
|
|
51642
|
+
project_id: number;
|
|
51643
|
+
transaction: string;
|
|
51644
|
+
event_id: string;
|
|
51645
|
+
profile_id: string;
|
|
51646
|
+
description: string;
|
|
51647
|
+
measurements: Record<string, unknown>;
|
|
51648
|
+
project_slug: string;
|
|
51649
|
+
children: {
|
|
51650
|
+
project_id: number;
|
|
51651
|
+
transaction: string;
|
|
51652
|
+
event_id: string;
|
|
51653
|
+
description: string;
|
|
51654
|
+
project_slug: string;
|
|
51655
|
+
event_type: string;
|
|
51656
|
+
}[];
|
|
51657
|
+
event_type: string;
|
|
51658
|
+
start_timestamp: string;
|
|
51659
|
+
end_timestamp: string;
|
|
51660
|
+
occurrences: {
|
|
51661
|
+
project_id: number;
|
|
51662
|
+
transaction: string;
|
|
51663
|
+
event_id: string;
|
|
51664
|
+
issue_id: number;
|
|
51665
|
+
description: string;
|
|
51666
|
+
culprit: string | null;
|
|
51667
|
+
level: string;
|
|
51668
|
+
project_slug: string;
|
|
51669
|
+
event_type: string;
|
|
51670
|
+
start_timestamp: number;
|
|
51671
|
+
short_id: string | null;
|
|
51672
|
+
issue_type: number;
|
|
51673
|
+
end_timestamp?: number | undefined;
|
|
51674
|
+
}[];
|
|
51675
|
+
op: string;
|
|
51676
|
+
parent_span_id: string | null;
|
|
51677
|
+
profiler_id: string;
|
|
51678
|
+
sdk_name: string;
|
|
51679
|
+
is_transaction: boolean;
|
|
51680
|
+
transaction_id: string;
|
|
51681
|
+
additional_attributes?: Record<string, unknown> | undefined;
|
|
51682
|
+
}, {
|
|
51683
|
+
name: string;
|
|
51684
|
+
errors: {
|
|
51685
|
+
project_id: number;
|
|
51686
|
+
transaction: string;
|
|
51687
|
+
event_id: string;
|
|
51688
|
+
issue_id: number;
|
|
51689
|
+
description: string;
|
|
51690
|
+
culprit: string | null;
|
|
51691
|
+
level: string;
|
|
51692
|
+
project_slug: string;
|
|
51693
|
+
event_type: string;
|
|
51694
|
+
start_timestamp: number;
|
|
51695
|
+
short_id: string | null;
|
|
51696
|
+
issue_type: number;
|
|
51697
|
+
end_timestamp?: number | undefined;
|
|
51698
|
+
}[];
|
|
51699
|
+
duration: number;
|
|
51700
|
+
project_id: number;
|
|
51701
|
+
transaction: string;
|
|
51702
|
+
event_id: string;
|
|
51703
|
+
profile_id: string;
|
|
51704
|
+
description: string;
|
|
51705
|
+
measurements: Record<string, unknown>;
|
|
51706
|
+
project_slug: string;
|
|
51707
|
+
children: {
|
|
51708
|
+
project_id: number;
|
|
51709
|
+
transaction: string;
|
|
51710
|
+
event_id: string;
|
|
51711
|
+
description: string;
|
|
51712
|
+
project_slug: string;
|
|
51713
|
+
event_type: string;
|
|
51714
|
+
}[];
|
|
51715
|
+
event_type: string;
|
|
51716
|
+
start_timestamp: string;
|
|
51717
|
+
end_timestamp: string;
|
|
51718
|
+
occurrences: {
|
|
51719
|
+
project_id: number;
|
|
51720
|
+
transaction: string;
|
|
51721
|
+
event_id: string;
|
|
51722
|
+
issue_id: number;
|
|
51723
|
+
description: string;
|
|
51724
|
+
culprit: string | null;
|
|
51725
|
+
level: string;
|
|
51726
|
+
project_slug: string;
|
|
51727
|
+
event_type: string;
|
|
51728
|
+
start_timestamp: number;
|
|
51729
|
+
short_id: string | null;
|
|
51730
|
+
issue_type: number;
|
|
51731
|
+
end_timestamp?: number | undefined;
|
|
51732
|
+
}[];
|
|
51733
|
+
op: string;
|
|
51734
|
+
parent_span_id: string | null;
|
|
51735
|
+
profiler_id: string;
|
|
51736
|
+
sdk_name: string;
|
|
51737
|
+
is_transaction: boolean;
|
|
51738
|
+
transaction_id: string;
|
|
51739
|
+
additional_attributes?: Record<string, unknown> | undefined;
|
|
51740
|
+
}>, z.ZodObject<{
|
|
51741
|
+
description: z.ZodString;
|
|
51742
|
+
event_id: z.ZodString;
|
|
51743
|
+
event_type: z.ZodString;
|
|
51744
|
+
project_id: z.ZodNumber;
|
|
51745
|
+
project_slug: z.ZodString;
|
|
51746
|
+
transaction: z.ZodString;
|
|
51747
|
+
issue_id: z.ZodNumber;
|
|
51748
|
+
level: z.ZodString;
|
|
51749
|
+
start_timestamp: z.ZodNumber;
|
|
51750
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
51751
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51752
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51753
|
+
issue_type: z.ZodNumber;
|
|
51754
|
+
}, "strip", z.ZodTypeAny, {
|
|
51755
|
+
project_id: number;
|
|
51756
|
+
transaction: string;
|
|
51757
|
+
event_id: string;
|
|
51758
|
+
issue_id: number;
|
|
51759
|
+
description: string;
|
|
51760
|
+
culprit: string | null;
|
|
51761
|
+
level: string;
|
|
51762
|
+
project_slug: string;
|
|
51763
|
+
event_type: string;
|
|
51764
|
+
start_timestamp: number;
|
|
51765
|
+
short_id: string | null;
|
|
51766
|
+
issue_type: number;
|
|
51767
|
+
end_timestamp?: number | undefined;
|
|
51768
|
+
}, {
|
|
51769
|
+
project_id: number;
|
|
51770
|
+
transaction: string;
|
|
51771
|
+
event_id: string;
|
|
51772
|
+
issue_id: number;
|
|
51773
|
+
description: string;
|
|
51774
|
+
culprit: string | null;
|
|
51775
|
+
level: string;
|
|
51776
|
+
project_slug: string;
|
|
51777
|
+
event_type: string;
|
|
51778
|
+
start_timestamp: number;
|
|
51779
|
+
short_id: string | null;
|
|
51780
|
+
issue_type: number;
|
|
51781
|
+
end_timestamp?: number | undefined;
|
|
51782
|
+
}>, z.ZodObject<{
|
|
51783
|
+
description: z.ZodString;
|
|
51784
|
+
event_id: z.ZodString;
|
|
51785
|
+
event_type: z.ZodString;
|
|
51786
|
+
project_id: z.ZodNumber;
|
|
51787
|
+
project_slug: z.ZodString;
|
|
51788
|
+
transaction: z.ZodString;
|
|
51789
|
+
children: z.ZodArray<z.ZodObject<{
|
|
51790
|
+
description: z.ZodString;
|
|
51791
|
+
event_id: z.ZodString;
|
|
51792
|
+
event_type: z.ZodString;
|
|
51793
|
+
project_id: z.ZodNumber;
|
|
51794
|
+
project_slug: z.ZodString;
|
|
51795
|
+
transaction: z.ZodString;
|
|
51796
|
+
}, "strip", z.ZodTypeAny, {
|
|
51797
|
+
project_id: number;
|
|
51798
|
+
transaction: string;
|
|
51799
|
+
event_id: string;
|
|
51800
|
+
description: string;
|
|
51801
|
+
project_slug: string;
|
|
51802
|
+
event_type: string;
|
|
51803
|
+
}, {
|
|
51804
|
+
project_id: number;
|
|
51805
|
+
transaction: string;
|
|
51806
|
+
event_id: string;
|
|
51807
|
+
description: string;
|
|
51808
|
+
project_slug: string;
|
|
51809
|
+
event_type: string;
|
|
51810
|
+
}>, "many">;
|
|
51811
|
+
errors: z.ZodArray<z.ZodObject<{
|
|
51812
|
+
description: z.ZodString;
|
|
51813
|
+
event_id: z.ZodString;
|
|
51814
|
+
event_type: z.ZodString;
|
|
51815
|
+
project_id: z.ZodNumber;
|
|
51816
|
+
project_slug: z.ZodString;
|
|
51817
|
+
transaction: z.ZodString;
|
|
51818
|
+
issue_id: z.ZodNumber;
|
|
51819
|
+
level: z.ZodString;
|
|
51820
|
+
start_timestamp: z.ZodNumber;
|
|
51821
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
51822
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51823
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51824
|
+
issue_type: z.ZodNumber;
|
|
51825
|
+
}, "strip", z.ZodTypeAny, {
|
|
51826
|
+
project_id: number;
|
|
51827
|
+
transaction: string;
|
|
51828
|
+
event_id: string;
|
|
51829
|
+
issue_id: number;
|
|
51830
|
+
description: string;
|
|
51831
|
+
culprit: string | null;
|
|
51832
|
+
level: string;
|
|
51833
|
+
project_slug: string;
|
|
51834
|
+
event_type: string;
|
|
51835
|
+
start_timestamp: number;
|
|
51836
|
+
short_id: string | null;
|
|
51837
|
+
issue_type: number;
|
|
51838
|
+
end_timestamp?: number | undefined;
|
|
51839
|
+
}, {
|
|
51840
|
+
project_id: number;
|
|
51841
|
+
transaction: string;
|
|
51842
|
+
event_id: string;
|
|
51843
|
+
issue_id: number;
|
|
51844
|
+
description: string;
|
|
51845
|
+
culprit: string | null;
|
|
51846
|
+
level: string;
|
|
51847
|
+
project_slug: string;
|
|
51848
|
+
event_type: string;
|
|
51849
|
+
start_timestamp: number;
|
|
51850
|
+
short_id: string | null;
|
|
51851
|
+
issue_type: number;
|
|
51852
|
+
end_timestamp?: number | undefined;
|
|
51853
|
+
}>, "many">;
|
|
51854
|
+
occurrences: z.ZodArray<z.ZodObject<{
|
|
51855
|
+
description: z.ZodString;
|
|
51856
|
+
event_id: z.ZodString;
|
|
51857
|
+
event_type: z.ZodString;
|
|
51858
|
+
project_id: z.ZodNumber;
|
|
51859
|
+
project_slug: z.ZodString;
|
|
51860
|
+
transaction: z.ZodString;
|
|
51861
|
+
issue_id: z.ZodNumber;
|
|
51862
|
+
level: z.ZodString;
|
|
51863
|
+
start_timestamp: z.ZodNumber;
|
|
51864
|
+
end_timestamp: z.ZodOptional<z.ZodNumber>;
|
|
51865
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51866
|
+
short_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
51867
|
+
issue_type: z.ZodNumber;
|
|
51868
|
+
}, "strip", z.ZodTypeAny, {
|
|
51869
|
+
project_id: number;
|
|
51870
|
+
transaction: string;
|
|
51871
|
+
event_id: string;
|
|
51872
|
+
issue_id: number;
|
|
51873
|
+
description: string;
|
|
51874
|
+
culprit: string | null;
|
|
51875
|
+
level: string;
|
|
51876
|
+
project_slug: string;
|
|
51877
|
+
event_type: string;
|
|
51878
|
+
start_timestamp: number;
|
|
51879
|
+
short_id: string | null;
|
|
51880
|
+
issue_type: number;
|
|
51881
|
+
end_timestamp?: number | undefined;
|
|
51882
|
+
}, {
|
|
51883
|
+
project_id: number;
|
|
51884
|
+
transaction: string;
|
|
51885
|
+
event_id: string;
|
|
51886
|
+
issue_id: number;
|
|
51887
|
+
description: string;
|
|
51888
|
+
culprit: string | null;
|
|
51889
|
+
level: string;
|
|
51890
|
+
project_slug: string;
|
|
51891
|
+
event_type: string;
|
|
51892
|
+
start_timestamp: number;
|
|
51893
|
+
short_id: string | null;
|
|
51894
|
+
issue_type: number;
|
|
51895
|
+
end_timestamp?: number | undefined;
|
|
51896
|
+
}>, "many">;
|
|
51897
|
+
transaction_id: z.ZodString;
|
|
51898
|
+
op: z.ZodString;
|
|
51899
|
+
start_timestamp: z.ZodNumber;
|
|
51900
|
+
end_timestamp: z.ZodNumber;
|
|
51901
|
+
duration: z.ZodNumber;
|
|
51902
|
+
name: z.ZodString;
|
|
51903
|
+
region_name: z.ZodString;
|
|
51904
|
+
additional_attributes: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
51905
|
+
}, "strip", z.ZodTypeAny, {
|
|
51906
|
+
name: string;
|
|
51907
|
+
errors: {
|
|
51908
|
+
project_id: number;
|
|
51909
|
+
transaction: string;
|
|
51910
|
+
event_id: string;
|
|
51911
|
+
issue_id: number;
|
|
51912
|
+
description: string;
|
|
51913
|
+
culprit: string | null;
|
|
51914
|
+
level: string;
|
|
51915
|
+
project_slug: string;
|
|
51916
|
+
event_type: string;
|
|
51917
|
+
start_timestamp: number;
|
|
51918
|
+
short_id: string | null;
|
|
51919
|
+
issue_type: number;
|
|
51920
|
+
end_timestamp?: number | undefined;
|
|
51921
|
+
}[];
|
|
51922
|
+
duration: number;
|
|
51923
|
+
project_id: number;
|
|
51924
|
+
transaction: string;
|
|
51925
|
+
event_id: string;
|
|
51926
|
+
additional_attributes: Record<string, unknown>;
|
|
51927
|
+
description: string;
|
|
51928
|
+
project_slug: string;
|
|
51929
|
+
children: {
|
|
51930
|
+
project_id: number;
|
|
51931
|
+
transaction: string;
|
|
51932
|
+
event_id: string;
|
|
51933
|
+
description: string;
|
|
51934
|
+
project_slug: string;
|
|
51935
|
+
event_type: string;
|
|
51936
|
+
}[];
|
|
51937
|
+
event_type: string;
|
|
51938
|
+
start_timestamp: number;
|
|
51939
|
+
end_timestamp: number;
|
|
51940
|
+
occurrences: {
|
|
51941
|
+
project_id: number;
|
|
51942
|
+
transaction: string;
|
|
51943
|
+
event_id: string;
|
|
51944
|
+
issue_id: number;
|
|
51945
|
+
description: string;
|
|
51946
|
+
culprit: string | null;
|
|
51947
|
+
level: string;
|
|
51948
|
+
project_slug: string;
|
|
51949
|
+
event_type: string;
|
|
51950
|
+
start_timestamp: number;
|
|
51951
|
+
short_id: string | null;
|
|
51952
|
+
issue_type: number;
|
|
51953
|
+
end_timestamp?: number | undefined;
|
|
51954
|
+
}[];
|
|
51955
|
+
op: string;
|
|
51956
|
+
transaction_id: string;
|
|
51957
|
+
region_name: string;
|
|
51958
|
+
}, {
|
|
51959
|
+
name: string;
|
|
51960
|
+
errors: {
|
|
51961
|
+
project_id: number;
|
|
51962
|
+
transaction: string;
|
|
51963
|
+
event_id: string;
|
|
51964
|
+
issue_id: number;
|
|
51965
|
+
description: string;
|
|
51966
|
+
culprit: string | null;
|
|
51967
|
+
level: string;
|
|
51968
|
+
project_slug: string;
|
|
51969
|
+
event_type: string;
|
|
51970
|
+
start_timestamp: number;
|
|
51971
|
+
short_id: string | null;
|
|
51972
|
+
issue_type: number;
|
|
51973
|
+
end_timestamp?: number | undefined;
|
|
51974
|
+
}[];
|
|
51975
|
+
duration: number;
|
|
51976
|
+
project_id: number;
|
|
51977
|
+
transaction: string;
|
|
51978
|
+
event_id: string;
|
|
51979
|
+
additional_attributes: Record<string, unknown>;
|
|
51980
|
+
description: string;
|
|
51981
|
+
project_slug: string;
|
|
51982
|
+
children: {
|
|
51983
|
+
project_id: number;
|
|
51984
|
+
transaction: string;
|
|
51985
|
+
event_id: string;
|
|
51986
|
+
description: string;
|
|
51987
|
+
project_slug: string;
|
|
51988
|
+
event_type: string;
|
|
51989
|
+
}[];
|
|
51990
|
+
event_type: string;
|
|
51991
|
+
start_timestamp: number;
|
|
51992
|
+
end_timestamp: number;
|
|
51993
|
+
occurrences: {
|
|
51994
|
+
project_id: number;
|
|
51995
|
+
transaction: string;
|
|
51996
|
+
event_id: string;
|
|
51997
|
+
issue_id: number;
|
|
51998
|
+
description: string;
|
|
51999
|
+
culprit: string | null;
|
|
52000
|
+
level: string;
|
|
52001
|
+
project_slug: string;
|
|
52002
|
+
event_type: string;
|
|
52003
|
+
start_timestamp: number;
|
|
52004
|
+
short_id: string | null;
|
|
52005
|
+
issue_type: number;
|
|
52006
|
+
end_timestamp?: number | undefined;
|
|
52007
|
+
}[];
|
|
52008
|
+
op: string;
|
|
52009
|
+
transaction_id: string;
|
|
52010
|
+
region_name: string;
|
|
52011
|
+
}>]>, "many">;
|
|
50912
52012
|
export declare const zListAuserSTeamsForAnOrganizationData: z.ZodObject<{
|
|
50913
52013
|
body: z.ZodOptional<z.ZodNever>;
|
|
50914
52014
|
path: z.ZodObject<{
|