@sentry/api 0.159.0 → 0.161.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 +11 -5
- package/dist/sdk.gen.d.ts +17 -5
- package/dist/types.gen.d.ts +323 -234
- package/dist/zod.gen.d.ts +974 -1656
- package/dist/zod.js +401 -326
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -6683,6 +6683,432 @@ export declare const zGroupExternalIssueResponse: z.ZodArray<z.ZodObject<{
|
|
|
6683
6683
|
serviceType: string;
|
|
6684
6684
|
webUrl: string;
|
|
6685
6685
|
}>, "many">;
|
|
6686
|
+
export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
6687
|
+
id: z.ZodString;
|
|
6688
|
+
latestEvent: z.ZodUnion<[z.ZodObject<{
|
|
6689
|
+
id: z.ZodString;
|
|
6690
|
+
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6691
|
+
eventID: z.ZodString;
|
|
6692
|
+
projectID: z.ZodString;
|
|
6693
|
+
message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6694
|
+
title: z.ZodString;
|
|
6695
|
+
location: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6696
|
+
user: z.ZodUnion<[z.ZodObject<{
|
|
6697
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6698
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6699
|
+
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6700
|
+
ip_address: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6701
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6702
|
+
geo: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
|
|
6703
|
+
data: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
6704
|
+
}, "strip", z.ZodTypeAny, {
|
|
6705
|
+
name?: string | null | undefined;
|
|
6706
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6707
|
+
id?: string | null | undefined;
|
|
6708
|
+
username?: string | null | undefined;
|
|
6709
|
+
email?: string | null | undefined;
|
|
6710
|
+
ip_address?: string | null | undefined;
|
|
6711
|
+
geo?: Record<string, string> | null | undefined;
|
|
6712
|
+
}, {
|
|
6713
|
+
name?: string | null | undefined;
|
|
6714
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6715
|
+
id?: string | null | undefined;
|
|
6716
|
+
username?: string | null | undefined;
|
|
6717
|
+
email?: string | null | undefined;
|
|
6718
|
+
ip_address?: string | null | undefined;
|
|
6719
|
+
geo?: Record<string, string> | null | undefined;
|
|
6720
|
+
}>, z.ZodNull]>;
|
|
6721
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
6722
|
+
query: z.ZodOptional<z.ZodString>;
|
|
6723
|
+
key: z.ZodString;
|
|
6724
|
+
value: z.ZodString;
|
|
6725
|
+
}, "strip", z.ZodTypeAny, {
|
|
6726
|
+
value: string;
|
|
6727
|
+
key: string;
|
|
6728
|
+
query?: string | undefined;
|
|
6729
|
+
}, {
|
|
6730
|
+
value: string;
|
|
6731
|
+
key: string;
|
|
6732
|
+
query?: string | undefined;
|
|
6733
|
+
}>, "many">;
|
|
6734
|
+
platform: z.ZodString;
|
|
6735
|
+
dateReceived: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6736
|
+
contexts: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
6737
|
+
size: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
6738
|
+
entries: z.ZodArray<z.ZodUnknown, "many">;
|
|
6739
|
+
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6740
|
+
sdk: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6741
|
+
context: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
6742
|
+
packages: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6743
|
+
type: z.ZodString;
|
|
6744
|
+
metadata: z.ZodUnknown;
|
|
6745
|
+
errors: z.ZodArray<z.ZodUnknown, "many">;
|
|
6746
|
+
occurrence: z.ZodUnknown;
|
|
6747
|
+
_meta: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6748
|
+
crashFile: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6749
|
+
culprit: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6750
|
+
dateCreated: z.ZodOptional<z.ZodString>;
|
|
6751
|
+
fingerprints: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6752
|
+
groupingConfig: z.ZodOptional<z.ZodUnknown>;
|
|
6753
|
+
startTimestamp: z.ZodOptional<z.ZodString>;
|
|
6754
|
+
endTimestamp: z.ZodOptional<z.ZodString>;
|
|
6755
|
+
measurements: z.ZodOptional<z.ZodUnknown>;
|
|
6756
|
+
breakdowns: z.ZodOptional<z.ZodUnknown>;
|
|
6757
|
+
}, "strip", z.ZodTypeAny, {
|
|
6758
|
+
entries: unknown[];
|
|
6759
|
+
user: {
|
|
6760
|
+
name?: string | null | undefined;
|
|
6761
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6762
|
+
id?: string | null | undefined;
|
|
6763
|
+
username?: string | null | undefined;
|
|
6764
|
+
email?: string | null | undefined;
|
|
6765
|
+
ip_address?: string | null | undefined;
|
|
6766
|
+
geo?: Record<string, string> | null | undefined;
|
|
6767
|
+
} | null;
|
|
6768
|
+
errors: unknown[];
|
|
6769
|
+
dist: string | null;
|
|
6770
|
+
id: string;
|
|
6771
|
+
platform: string;
|
|
6772
|
+
sdk: Record<string, string>;
|
|
6773
|
+
tags: {
|
|
6774
|
+
value: string;
|
|
6775
|
+
key: string;
|
|
6776
|
+
query?: string | undefined;
|
|
6777
|
+
}[];
|
|
6778
|
+
message: string | null;
|
|
6779
|
+
type: string;
|
|
6780
|
+
title: string;
|
|
6781
|
+
context: Record<string, unknown> | null;
|
|
6782
|
+
contexts: Record<string, unknown> | null;
|
|
6783
|
+
size: number | null;
|
|
6784
|
+
groupID: string | null;
|
|
6785
|
+
eventID: string;
|
|
6786
|
+
projectID: string;
|
|
6787
|
+
location: string | null;
|
|
6788
|
+
dateReceived: string | null;
|
|
6789
|
+
packages: Record<string, unknown>;
|
|
6790
|
+
_meta: Record<string, unknown>;
|
|
6791
|
+
dateCreated?: string | undefined;
|
|
6792
|
+
groupingConfig?: unknown;
|
|
6793
|
+
metadata?: unknown;
|
|
6794
|
+
occurrence?: unknown;
|
|
6795
|
+
crashFile?: string | null | undefined;
|
|
6796
|
+
culprit?: string | null | undefined;
|
|
6797
|
+
fingerprints?: string[] | undefined;
|
|
6798
|
+
startTimestamp?: string | undefined;
|
|
6799
|
+
endTimestamp?: string | undefined;
|
|
6800
|
+
measurements?: unknown;
|
|
6801
|
+
breakdowns?: unknown;
|
|
6802
|
+
}, {
|
|
6803
|
+
entries: unknown[];
|
|
6804
|
+
user: {
|
|
6805
|
+
name?: string | null | undefined;
|
|
6806
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6807
|
+
id?: string | null | undefined;
|
|
6808
|
+
username?: string | null | undefined;
|
|
6809
|
+
email?: string | null | undefined;
|
|
6810
|
+
ip_address?: string | null | undefined;
|
|
6811
|
+
geo?: Record<string, string> | null | undefined;
|
|
6812
|
+
} | null;
|
|
6813
|
+
errors: unknown[];
|
|
6814
|
+
dist: string | null;
|
|
6815
|
+
id: string;
|
|
6816
|
+
platform: string;
|
|
6817
|
+
sdk: Record<string, string>;
|
|
6818
|
+
tags: {
|
|
6819
|
+
value: string;
|
|
6820
|
+
key: string;
|
|
6821
|
+
query?: string | undefined;
|
|
6822
|
+
}[];
|
|
6823
|
+
message: string | null;
|
|
6824
|
+
type: string;
|
|
6825
|
+
title: string;
|
|
6826
|
+
context: Record<string, unknown> | null;
|
|
6827
|
+
contexts: Record<string, unknown> | null;
|
|
6828
|
+
size: number | null;
|
|
6829
|
+
groupID: string | null;
|
|
6830
|
+
eventID: string;
|
|
6831
|
+
projectID: string;
|
|
6832
|
+
location: string | null;
|
|
6833
|
+
dateReceived: string | null;
|
|
6834
|
+
packages: Record<string, unknown>;
|
|
6835
|
+
_meta: Record<string, unknown>;
|
|
6836
|
+
dateCreated?: string | undefined;
|
|
6837
|
+
groupingConfig?: unknown;
|
|
6838
|
+
metadata?: unknown;
|
|
6839
|
+
occurrence?: unknown;
|
|
6840
|
+
crashFile?: string | null | undefined;
|
|
6841
|
+
culprit?: string | null | undefined;
|
|
6842
|
+
fingerprints?: string[] | undefined;
|
|
6843
|
+
startTimestamp?: string | undefined;
|
|
6844
|
+
endTimestamp?: string | undefined;
|
|
6845
|
+
measurements?: unknown;
|
|
6846
|
+
breakdowns?: unknown;
|
|
6847
|
+
}>, z.ZodObject<{
|
|
6848
|
+
id: z.ZodString;
|
|
6849
|
+
'event.type': z.ZodString;
|
|
6850
|
+
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6851
|
+
eventID: z.ZodString;
|
|
6852
|
+
projectID: z.ZodString;
|
|
6853
|
+
message: z.ZodString;
|
|
6854
|
+
title: z.ZodString;
|
|
6855
|
+
location: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6856
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6857
|
+
user: z.ZodUnion<[z.ZodObject<{
|
|
6858
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6859
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6860
|
+
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6861
|
+
ip_address: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6862
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
6863
|
+
geo: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
|
|
6864
|
+
data: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
6865
|
+
}, "strip", z.ZodTypeAny, {
|
|
6866
|
+
name?: string | null | undefined;
|
|
6867
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6868
|
+
id?: string | null | undefined;
|
|
6869
|
+
username?: string | null | undefined;
|
|
6870
|
+
email?: string | null | undefined;
|
|
6871
|
+
ip_address?: string | null | undefined;
|
|
6872
|
+
geo?: Record<string, string> | null | undefined;
|
|
6873
|
+
}, {
|
|
6874
|
+
name?: string | null | undefined;
|
|
6875
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6876
|
+
id?: string | null | undefined;
|
|
6877
|
+
username?: string | null | undefined;
|
|
6878
|
+
email?: string | null | undefined;
|
|
6879
|
+
ip_address?: string | null | undefined;
|
|
6880
|
+
geo?: Record<string, string> | null | undefined;
|
|
6881
|
+
}>, z.ZodNull]>;
|
|
6882
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
6883
|
+
query: z.ZodOptional<z.ZodString>;
|
|
6884
|
+
key: z.ZodString;
|
|
6885
|
+
value: z.ZodString;
|
|
6886
|
+
}, "strip", z.ZodTypeAny, {
|
|
6887
|
+
value: string;
|
|
6888
|
+
key: string;
|
|
6889
|
+
query?: string | undefined;
|
|
6890
|
+
}, {
|
|
6891
|
+
value: string;
|
|
6892
|
+
key: string;
|
|
6893
|
+
query?: string | undefined;
|
|
6894
|
+
}>, "many">;
|
|
6895
|
+
platform: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6896
|
+
dateCreated: z.ZodString;
|
|
6897
|
+
crashFile: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6898
|
+
metadata: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
6899
|
+
}, "strip", z.ZodTypeAny, {
|
|
6900
|
+
user: {
|
|
6901
|
+
name?: string | null | undefined;
|
|
6902
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6903
|
+
id?: string | null | undefined;
|
|
6904
|
+
username?: string | null | undefined;
|
|
6905
|
+
email?: string | null | undefined;
|
|
6906
|
+
ip_address?: string | null | undefined;
|
|
6907
|
+
geo?: Record<string, string> | null | undefined;
|
|
6908
|
+
} | null;
|
|
6909
|
+
id: string;
|
|
6910
|
+
platform: string | null;
|
|
6911
|
+
tags: {
|
|
6912
|
+
value: string;
|
|
6913
|
+
key: string;
|
|
6914
|
+
query?: string | undefined;
|
|
6915
|
+
}[];
|
|
6916
|
+
message: string;
|
|
6917
|
+
dateCreated: string;
|
|
6918
|
+
title: string;
|
|
6919
|
+
metadata: Record<string, unknown> | null;
|
|
6920
|
+
groupID: string | null;
|
|
6921
|
+
eventID: string;
|
|
6922
|
+
projectID: string;
|
|
6923
|
+
location: string | null;
|
|
6924
|
+
crashFile: string | null;
|
|
6925
|
+
culprit: string | null;
|
|
6926
|
+
'event.type': string;
|
|
6927
|
+
}, {
|
|
6928
|
+
user: {
|
|
6929
|
+
name?: string | null | undefined;
|
|
6930
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6931
|
+
id?: string | null | undefined;
|
|
6932
|
+
username?: string | null | undefined;
|
|
6933
|
+
email?: string | null | undefined;
|
|
6934
|
+
ip_address?: string | null | undefined;
|
|
6935
|
+
geo?: Record<string, string> | null | undefined;
|
|
6936
|
+
} | null;
|
|
6937
|
+
id: string;
|
|
6938
|
+
platform: string | null;
|
|
6939
|
+
tags: {
|
|
6940
|
+
value: string;
|
|
6941
|
+
key: string;
|
|
6942
|
+
query?: string | undefined;
|
|
6943
|
+
}[];
|
|
6944
|
+
message: string;
|
|
6945
|
+
dateCreated: string;
|
|
6946
|
+
title: string;
|
|
6947
|
+
metadata: Record<string, unknown> | null;
|
|
6948
|
+
groupID: string | null;
|
|
6949
|
+
eventID: string;
|
|
6950
|
+
projectID: string;
|
|
6951
|
+
location: string | null;
|
|
6952
|
+
crashFile: string | null;
|
|
6953
|
+
culprit: string | null;
|
|
6954
|
+
'event.type': string;
|
|
6955
|
+
}>, z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>]>;
|
|
6956
|
+
mergedBySeer: z.ZodBoolean;
|
|
6957
|
+
}, "strip", z.ZodTypeAny, {
|
|
6958
|
+
id: string;
|
|
6959
|
+
latestEvent: Record<string, unknown> | {
|
|
6960
|
+
entries: unknown[];
|
|
6961
|
+
user: {
|
|
6962
|
+
name?: string | null | undefined;
|
|
6963
|
+
data?: Record<string, unknown> | null | undefined;
|
|
6964
|
+
id?: string | null | undefined;
|
|
6965
|
+
username?: string | null | undefined;
|
|
6966
|
+
email?: string | null | undefined;
|
|
6967
|
+
ip_address?: string | null | undefined;
|
|
6968
|
+
geo?: Record<string, string> | null | undefined;
|
|
6969
|
+
} | null;
|
|
6970
|
+
errors: unknown[];
|
|
6971
|
+
dist: string | null;
|
|
6972
|
+
id: string;
|
|
6973
|
+
platform: string;
|
|
6974
|
+
sdk: Record<string, string>;
|
|
6975
|
+
tags: {
|
|
6976
|
+
value: string;
|
|
6977
|
+
key: string;
|
|
6978
|
+
query?: string | undefined;
|
|
6979
|
+
}[];
|
|
6980
|
+
message: string | null;
|
|
6981
|
+
type: string;
|
|
6982
|
+
title: string;
|
|
6983
|
+
context: Record<string, unknown> | null;
|
|
6984
|
+
contexts: Record<string, unknown> | null;
|
|
6985
|
+
size: number | null;
|
|
6986
|
+
groupID: string | null;
|
|
6987
|
+
eventID: string;
|
|
6988
|
+
projectID: string;
|
|
6989
|
+
location: string | null;
|
|
6990
|
+
dateReceived: string | null;
|
|
6991
|
+
packages: Record<string, unknown>;
|
|
6992
|
+
_meta: Record<string, unknown>;
|
|
6993
|
+
dateCreated?: string | undefined;
|
|
6994
|
+
groupingConfig?: unknown;
|
|
6995
|
+
metadata?: unknown;
|
|
6996
|
+
occurrence?: unknown;
|
|
6997
|
+
crashFile?: string | null | undefined;
|
|
6998
|
+
culprit?: string | null | undefined;
|
|
6999
|
+
fingerprints?: string[] | undefined;
|
|
7000
|
+
startTimestamp?: string | undefined;
|
|
7001
|
+
endTimestamp?: string | undefined;
|
|
7002
|
+
measurements?: unknown;
|
|
7003
|
+
breakdowns?: unknown;
|
|
7004
|
+
} | {
|
|
7005
|
+
user: {
|
|
7006
|
+
name?: string | null | undefined;
|
|
7007
|
+
data?: Record<string, unknown> | null | undefined;
|
|
7008
|
+
id?: string | null | undefined;
|
|
7009
|
+
username?: string | null | undefined;
|
|
7010
|
+
email?: string | null | undefined;
|
|
7011
|
+
ip_address?: string | null | undefined;
|
|
7012
|
+
geo?: Record<string, string> | null | undefined;
|
|
7013
|
+
} | null;
|
|
7014
|
+
id: string;
|
|
7015
|
+
platform: string | null;
|
|
7016
|
+
tags: {
|
|
7017
|
+
value: string;
|
|
7018
|
+
key: string;
|
|
7019
|
+
query?: string | undefined;
|
|
7020
|
+
}[];
|
|
7021
|
+
message: string;
|
|
7022
|
+
dateCreated: string;
|
|
7023
|
+
title: string;
|
|
7024
|
+
metadata: Record<string, unknown> | null;
|
|
7025
|
+
groupID: string | null;
|
|
7026
|
+
eventID: string;
|
|
7027
|
+
projectID: string;
|
|
7028
|
+
location: string | null;
|
|
7029
|
+
crashFile: string | null;
|
|
7030
|
+
culprit: string | null;
|
|
7031
|
+
'event.type': string;
|
|
7032
|
+
} | null;
|
|
7033
|
+
mergedBySeer: boolean;
|
|
7034
|
+
}, {
|
|
7035
|
+
id: string;
|
|
7036
|
+
latestEvent: Record<string, unknown> | {
|
|
7037
|
+
entries: unknown[];
|
|
7038
|
+
user: {
|
|
7039
|
+
name?: string | null | undefined;
|
|
7040
|
+
data?: Record<string, unknown> | null | undefined;
|
|
7041
|
+
id?: string | null | undefined;
|
|
7042
|
+
username?: string | null | undefined;
|
|
7043
|
+
email?: string | null | undefined;
|
|
7044
|
+
ip_address?: string | null | undefined;
|
|
7045
|
+
geo?: Record<string, string> | null | undefined;
|
|
7046
|
+
} | null;
|
|
7047
|
+
errors: unknown[];
|
|
7048
|
+
dist: string | null;
|
|
7049
|
+
id: string;
|
|
7050
|
+
platform: string;
|
|
7051
|
+
sdk: Record<string, string>;
|
|
7052
|
+
tags: {
|
|
7053
|
+
value: string;
|
|
7054
|
+
key: string;
|
|
7055
|
+
query?: string | undefined;
|
|
7056
|
+
}[];
|
|
7057
|
+
message: string | null;
|
|
7058
|
+
type: string;
|
|
7059
|
+
title: string;
|
|
7060
|
+
context: Record<string, unknown> | null;
|
|
7061
|
+
contexts: Record<string, unknown> | null;
|
|
7062
|
+
size: number | null;
|
|
7063
|
+
groupID: string | null;
|
|
7064
|
+
eventID: string;
|
|
7065
|
+
projectID: string;
|
|
7066
|
+
location: string | null;
|
|
7067
|
+
dateReceived: string | null;
|
|
7068
|
+
packages: Record<string, unknown>;
|
|
7069
|
+
_meta: Record<string, unknown>;
|
|
7070
|
+
dateCreated?: string | undefined;
|
|
7071
|
+
groupingConfig?: unknown;
|
|
7072
|
+
metadata?: unknown;
|
|
7073
|
+
occurrence?: unknown;
|
|
7074
|
+
crashFile?: string | null | undefined;
|
|
7075
|
+
culprit?: string | null | undefined;
|
|
7076
|
+
fingerprints?: string[] | undefined;
|
|
7077
|
+
startTimestamp?: string | undefined;
|
|
7078
|
+
endTimestamp?: string | undefined;
|
|
7079
|
+
measurements?: unknown;
|
|
7080
|
+
breakdowns?: unknown;
|
|
7081
|
+
} | {
|
|
7082
|
+
user: {
|
|
7083
|
+
name?: string | null | undefined;
|
|
7084
|
+
data?: Record<string, unknown> | null | undefined;
|
|
7085
|
+
id?: string | null | undefined;
|
|
7086
|
+
username?: string | null | undefined;
|
|
7087
|
+
email?: string | null | undefined;
|
|
7088
|
+
ip_address?: string | null | undefined;
|
|
7089
|
+
geo?: Record<string, string> | null | undefined;
|
|
7090
|
+
} | null;
|
|
7091
|
+
id: string;
|
|
7092
|
+
platform: string | null;
|
|
7093
|
+
tags: {
|
|
7094
|
+
value: string;
|
|
7095
|
+
key: string;
|
|
7096
|
+
query?: string | undefined;
|
|
7097
|
+
}[];
|
|
7098
|
+
message: string;
|
|
7099
|
+
dateCreated: string;
|
|
7100
|
+
title: string;
|
|
7101
|
+
metadata: Record<string, unknown> | null;
|
|
7102
|
+
groupID: string | null;
|
|
7103
|
+
eventID: string;
|
|
7104
|
+
projectID: string;
|
|
7105
|
+
location: string | null;
|
|
7106
|
+
crashFile: string | null;
|
|
7107
|
+
culprit: string | null;
|
|
7108
|
+
'event.type': string;
|
|
7109
|
+
} | null;
|
|
7110
|
+
mergedBySeer: boolean;
|
|
7111
|
+
}>, "many">;
|
|
6686
7112
|
export declare const zGroupUpdateResponse: z.ZodObject<{
|
|
6687
7113
|
isUnhandled: z.ZodOptional<z.ZodBoolean>;
|
|
6688
7114
|
count: z.ZodOptional<z.ZodString>;
|
|
@@ -16659,6 +17085,7 @@ export declare const zOrganizationMemberWithRoles: z.ZodObject<{
|
|
|
16659
17085
|
role?: string | undefined;
|
|
16660
17086
|
roleName?: string | undefined;
|
|
16661
17087
|
}>;
|
|
17088
|
+
export declare const zOrganizationProfilingFlamegraphResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
16662
17089
|
export declare const zOrganizationProjectResponseDict: z.ZodArray<z.ZodObject<{
|
|
16663
17090
|
latestDeploys: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>, z.ZodNull]>>;
|
|
16664
17091
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -42121,6 +42548,80 @@ export declare const zRetrieveLatestBaseSnapshotResponse: z.ZodObject<{
|
|
|
42121
42548
|
pr_number?: number | null | undefined;
|
|
42122
42549
|
} | undefined;
|
|
42123
42550
|
}>;
|
|
42551
|
+
export declare const zRetrieveAFlamegraphForAnOrganizationData: z.ZodObject<{
|
|
42552
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
42553
|
+
path: z.ZodObject<{
|
|
42554
|
+
organization_id_or_slug: z.ZodString;
|
|
42555
|
+
}, "strip", z.ZodTypeAny, {
|
|
42556
|
+
organization_id_or_slug: string;
|
|
42557
|
+
}, {
|
|
42558
|
+
organization_id_or_slug: string;
|
|
42559
|
+
}>;
|
|
42560
|
+
query: z.ZodOptional<z.ZodObject<{
|
|
42561
|
+
project: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
42562
|
+
environment: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
42563
|
+
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
42564
|
+
start: z.ZodOptional<z.ZodString>;
|
|
42565
|
+
end: z.ZodOptional<z.ZodString>;
|
|
42566
|
+
dataSource: z.ZodOptional<z.ZodEnum<["functions", "profiles", "spans", "transactions"]>>;
|
|
42567
|
+
fingerprint: z.ZodOptional<z.ZodNumber>;
|
|
42568
|
+
query: z.ZodOptional<z.ZodString>;
|
|
42569
|
+
expand: z.ZodOptional<z.ZodArray<z.ZodEnum<["metrics"]>, "many">>;
|
|
42570
|
+
}, "strip", z.ZodTypeAny, {
|
|
42571
|
+
query?: string | undefined;
|
|
42572
|
+
environment?: string[] | undefined;
|
|
42573
|
+
project?: number[] | undefined;
|
|
42574
|
+
end?: string | undefined;
|
|
42575
|
+
start?: string | undefined;
|
|
42576
|
+
statsPeriod?: string | undefined;
|
|
42577
|
+
expand?: "metrics"[] | undefined;
|
|
42578
|
+
dataSource?: "spans" | "functions" | "profiles" | "transactions" | undefined;
|
|
42579
|
+
fingerprint?: number | undefined;
|
|
42580
|
+
}, {
|
|
42581
|
+
query?: string | undefined;
|
|
42582
|
+
environment?: string[] | undefined;
|
|
42583
|
+
project?: number[] | undefined;
|
|
42584
|
+
end?: string | undefined;
|
|
42585
|
+
start?: string | undefined;
|
|
42586
|
+
statsPeriod?: string | undefined;
|
|
42587
|
+
expand?: "metrics"[] | undefined;
|
|
42588
|
+
dataSource?: "spans" | "functions" | "profiles" | "transactions" | undefined;
|
|
42589
|
+
fingerprint?: number | undefined;
|
|
42590
|
+
}>>;
|
|
42591
|
+
}, "strip", z.ZodTypeAny, {
|
|
42592
|
+
path: {
|
|
42593
|
+
organization_id_or_slug: string;
|
|
42594
|
+
};
|
|
42595
|
+
query?: {
|
|
42596
|
+
query?: string | undefined;
|
|
42597
|
+
environment?: string[] | undefined;
|
|
42598
|
+
project?: number[] | undefined;
|
|
42599
|
+
end?: string | undefined;
|
|
42600
|
+
start?: string | undefined;
|
|
42601
|
+
statsPeriod?: string | undefined;
|
|
42602
|
+
expand?: "metrics"[] | undefined;
|
|
42603
|
+
dataSource?: "spans" | "functions" | "profiles" | "transactions" | undefined;
|
|
42604
|
+
fingerprint?: number | undefined;
|
|
42605
|
+
} | undefined;
|
|
42606
|
+
body?: undefined;
|
|
42607
|
+
}, {
|
|
42608
|
+
path: {
|
|
42609
|
+
organization_id_or_slug: string;
|
|
42610
|
+
};
|
|
42611
|
+
query?: {
|
|
42612
|
+
query?: string | undefined;
|
|
42613
|
+
environment?: string[] | undefined;
|
|
42614
|
+
project?: number[] | undefined;
|
|
42615
|
+
end?: string | undefined;
|
|
42616
|
+
start?: string | undefined;
|
|
42617
|
+
statsPeriod?: string | undefined;
|
|
42618
|
+
expand?: "metrics"[] | undefined;
|
|
42619
|
+
dataSource?: "spans" | "functions" | "profiles" | "transactions" | undefined;
|
|
42620
|
+
fingerprint?: number | undefined;
|
|
42621
|
+
} | undefined;
|
|
42622
|
+
body?: undefined;
|
|
42623
|
+
}>;
|
|
42624
|
+
export declare const zRetrieveAFlamegraphForAnOrganizationResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
42124
42625
|
export declare const zListAnOrganizationSClientKeysData: z.ZodObject<{
|
|
42125
42626
|
body: z.ZodOptional<z.ZodNever>;
|
|
42126
42627
|
path: z.ZodObject<{
|
|
@@ -48854,7 +49355,7 @@ export declare const zRetrieveAnOrganizationSEventsCountByProjectData: z.ZodObje
|
|
|
48854
49355
|
field: "sum(quantity)" | "sum(times_seen)";
|
|
48855
49356
|
interval?: string | undefined;
|
|
48856
49357
|
outcome?: "filtered" | "accepted" | "rate_limited" | "invalid" | "abuse" | "client_discard" | "cardinality_limited" | undefined;
|
|
48857
|
-
category?: "error" | "
|
|
49358
|
+
category?: "error" | "profiles" | "transaction" | "attachment" | "replays" | undefined;
|
|
48858
49359
|
reason?: string | undefined;
|
|
48859
49360
|
project?: unknown[] | undefined;
|
|
48860
49361
|
end?: string | undefined;
|
|
@@ -48865,7 +49366,7 @@ export declare const zRetrieveAnOrganizationSEventsCountByProjectData: z.ZodObje
|
|
|
48865
49366
|
field: "sum(quantity)" | "sum(times_seen)";
|
|
48866
49367
|
interval?: string | undefined;
|
|
48867
49368
|
outcome?: "filtered" | "accepted" | "rate_limited" | "invalid" | "abuse" | "client_discard" | "cardinality_limited" | undefined;
|
|
48868
|
-
category?: "error" | "
|
|
49369
|
+
category?: "error" | "profiles" | "transaction" | "attachment" | "replays" | undefined;
|
|
48869
49370
|
reason?: string | undefined;
|
|
48870
49371
|
project?: unknown[] | undefined;
|
|
48871
49372
|
end?: string | undefined;
|
|
@@ -48878,7 +49379,7 @@ export declare const zRetrieveAnOrganizationSEventsCountByProjectData: z.ZodObje
|
|
|
48878
49379
|
field: "sum(quantity)" | "sum(times_seen)";
|
|
48879
49380
|
interval?: string | undefined;
|
|
48880
49381
|
outcome?: "filtered" | "accepted" | "rate_limited" | "invalid" | "abuse" | "client_discard" | "cardinality_limited" | undefined;
|
|
48881
|
-
category?: "error" | "
|
|
49382
|
+
category?: "error" | "profiles" | "transaction" | "attachment" | "replays" | undefined;
|
|
48882
49383
|
reason?: string | undefined;
|
|
48883
49384
|
project?: unknown[] | undefined;
|
|
48884
49385
|
end?: string | undefined;
|
|
@@ -48895,7 +49396,7 @@ export declare const zRetrieveAnOrganizationSEventsCountByProjectData: z.ZodObje
|
|
|
48895
49396
|
field: "sum(quantity)" | "sum(times_seen)";
|
|
48896
49397
|
interval?: string | undefined;
|
|
48897
49398
|
outcome?: "filtered" | "accepted" | "rate_limited" | "invalid" | "abuse" | "client_discard" | "cardinality_limited" | undefined;
|
|
48898
|
-
category?: "error" | "
|
|
49399
|
+
category?: "error" | "profiles" | "transaction" | "attachment" | "replays" | undefined;
|
|
48899
49400
|
reason?: string | undefined;
|
|
48900
49401
|
project?: unknown[] | undefined;
|
|
48901
49402
|
end?: string | undefined;
|
|
@@ -66130,1658 +66631,6 @@ export declare const zListATagSValuesForAnIssueResponse: z.ZodArray<z.ZodObject<
|
|
|
66130
66631
|
lastSeen: string | null;
|
|
66131
66632
|
query?: string | null | undefined;
|
|
66132
66633
|
}>, "many">;
|
|
66133
|
-
export declare const zListAnIssueSHashesData: z.ZodObject<{
|
|
66134
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
66135
|
-
path: z.ZodObject<{
|
|
66136
|
-
organization_id_or_slug: z.ZodString;
|
|
66137
|
-
issue_id: z.ZodString;
|
|
66138
|
-
}, "strip", z.ZodTypeAny, {
|
|
66139
|
-
organization_id_or_slug: string;
|
|
66140
|
-
issue_id: string;
|
|
66141
|
-
}, {
|
|
66142
|
-
organization_id_or_slug: string;
|
|
66143
|
-
issue_id: string;
|
|
66144
|
-
}>;
|
|
66145
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
66146
|
-
full: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
66147
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
66148
|
-
}, "strip", z.ZodTypeAny, {
|
|
66149
|
-
full: boolean;
|
|
66150
|
-
cursor?: string | undefined;
|
|
66151
|
-
}, {
|
|
66152
|
-
full?: boolean | undefined;
|
|
66153
|
-
cursor?: string | undefined;
|
|
66154
|
-
}>>;
|
|
66155
|
-
}, "strip", z.ZodTypeAny, {
|
|
66156
|
-
path: {
|
|
66157
|
-
organization_id_or_slug: string;
|
|
66158
|
-
issue_id: string;
|
|
66159
|
-
};
|
|
66160
|
-
query?: {
|
|
66161
|
-
full: boolean;
|
|
66162
|
-
cursor?: string | undefined;
|
|
66163
|
-
} | undefined;
|
|
66164
|
-
body?: undefined;
|
|
66165
|
-
}, {
|
|
66166
|
-
path: {
|
|
66167
|
-
organization_id_or_slug: string;
|
|
66168
|
-
issue_id: string;
|
|
66169
|
-
};
|
|
66170
|
-
query?: {
|
|
66171
|
-
full?: boolean | undefined;
|
|
66172
|
-
cursor?: string | undefined;
|
|
66173
|
-
} | undefined;
|
|
66174
|
-
body?: undefined;
|
|
66175
|
-
}>;
|
|
66176
|
-
/**
|
|
66177
|
-
* Success
|
|
66178
|
-
*/
|
|
66179
|
-
export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
|
|
66180
|
-
latestEvent: z.ZodOptional<z.ZodObject<{
|
|
66181
|
-
eventID: z.ZodString;
|
|
66182
|
-
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66183
|
-
message: z.ZodString;
|
|
66184
|
-
id: z.ZodString;
|
|
66185
|
-
size: z.ZodNumber;
|
|
66186
|
-
errors: z.ZodArray<z.ZodObject<{
|
|
66187
|
-
message: z.ZodOptional<z.ZodString>;
|
|
66188
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66189
|
-
data: z.ZodOptional<z.ZodObject<{
|
|
66190
|
-
column: z.ZodOptional<z.ZodNumber>;
|
|
66191
|
-
source: z.ZodOptional<z.ZodString>;
|
|
66192
|
-
row: z.ZodOptional<z.ZodNumber>;
|
|
66193
|
-
}, "strip", z.ZodTypeAny, {
|
|
66194
|
-
source?: string | undefined;
|
|
66195
|
-
column?: number | undefined;
|
|
66196
|
-
row?: number | undefined;
|
|
66197
|
-
}, {
|
|
66198
|
-
source?: string | undefined;
|
|
66199
|
-
column?: number | undefined;
|
|
66200
|
-
row?: number | undefined;
|
|
66201
|
-
}>>;
|
|
66202
|
-
}, "strip", z.ZodTypeAny, {
|
|
66203
|
-
data?: {
|
|
66204
|
-
source?: string | undefined;
|
|
66205
|
-
column?: number | undefined;
|
|
66206
|
-
row?: number | undefined;
|
|
66207
|
-
} | undefined;
|
|
66208
|
-
message?: string | undefined;
|
|
66209
|
-
type?: string | undefined;
|
|
66210
|
-
}, {
|
|
66211
|
-
data?: {
|
|
66212
|
-
source?: string | undefined;
|
|
66213
|
-
column?: number | undefined;
|
|
66214
|
-
row?: number | undefined;
|
|
66215
|
-
} | undefined;
|
|
66216
|
-
message?: string | undefined;
|
|
66217
|
-
type?: string | undefined;
|
|
66218
|
-
}>, "many">;
|
|
66219
|
-
platform: z.ZodString;
|
|
66220
|
-
type: z.ZodString;
|
|
66221
|
-
metadata: z.ZodUnion<[z.ZodObject<{
|
|
66222
|
-
type: z.ZodString;
|
|
66223
|
-
value: z.ZodString;
|
|
66224
|
-
}, "strip", z.ZodTypeAny, {
|
|
66225
|
-
value: string;
|
|
66226
|
-
type: string;
|
|
66227
|
-
}, {
|
|
66228
|
-
value: string;
|
|
66229
|
-
type: string;
|
|
66230
|
-
}>, z.ZodObject<{
|
|
66231
|
-
title: z.ZodString;
|
|
66232
|
-
}, "strip", z.ZodTypeAny, {
|
|
66233
|
-
title: string;
|
|
66234
|
-
}, {
|
|
66235
|
-
title: string;
|
|
66236
|
-
}>]>;
|
|
66237
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
66238
|
-
value: z.ZodOptional<z.ZodString>;
|
|
66239
|
-
key: z.ZodOptional<z.ZodString>;
|
|
66240
|
-
_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66241
|
-
}, "strip", z.ZodTypeAny, {
|
|
66242
|
-
value?: string | undefined;
|
|
66243
|
-
key?: string | undefined;
|
|
66244
|
-
_meta?: string | null | undefined;
|
|
66245
|
-
}, {
|
|
66246
|
-
value?: string | undefined;
|
|
66247
|
-
key?: string | undefined;
|
|
66248
|
-
_meta?: string | null | undefined;
|
|
66249
|
-
}>, "many">;
|
|
66250
|
-
dateCreated: z.ZodString;
|
|
66251
|
-
dateReceived: z.ZodString;
|
|
66252
|
-
user: z.ZodUnion<[z.ZodObject<{
|
|
66253
|
-
username: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66254
|
-
name: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66255
|
-
ip_address: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66256
|
-
email: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66257
|
-
data: z.ZodUnion<[z.ZodObject<{
|
|
66258
|
-
isStaff: z.ZodOptional<z.ZodBoolean>;
|
|
66259
|
-
}, "strip", z.ZodTypeAny, {
|
|
66260
|
-
isStaff?: boolean | undefined;
|
|
66261
|
-
}, {
|
|
66262
|
-
isStaff?: boolean | undefined;
|
|
66263
|
-
}>, z.ZodNull]>;
|
|
66264
|
-
id: z.ZodString;
|
|
66265
|
-
}, "strip", z.ZodTypeAny, {
|
|
66266
|
-
name: string | null;
|
|
66267
|
-
data: {
|
|
66268
|
-
isStaff?: boolean | undefined;
|
|
66269
|
-
} | null;
|
|
66270
|
-
id: string;
|
|
66271
|
-
username: string | null;
|
|
66272
|
-
email: string | null;
|
|
66273
|
-
ip_address: string | null;
|
|
66274
|
-
}, {
|
|
66275
|
-
name: string | null;
|
|
66276
|
-
data: {
|
|
66277
|
-
isStaff?: boolean | undefined;
|
|
66278
|
-
} | null;
|
|
66279
|
-
id: string;
|
|
66280
|
-
username: string | null;
|
|
66281
|
-
email: string | null;
|
|
66282
|
-
ip_address: string | null;
|
|
66283
|
-
}>, z.ZodNull]>;
|
|
66284
|
-
entries: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
66285
|
-
type: z.ZodString;
|
|
66286
|
-
data: z.ZodObject<{
|
|
66287
|
-
values: z.ZodArray<z.ZodObject<{
|
|
66288
|
-
category: z.ZodString;
|
|
66289
|
-
level: z.ZodString;
|
|
66290
|
-
event_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66291
|
-
timestamp: z.ZodString;
|
|
66292
|
-
data: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
66293
|
-
message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66294
|
-
type: z.ZodString;
|
|
66295
|
-
}, "strip", z.ZodTypeAny, {
|
|
66296
|
-
data: Record<string, unknown> | null;
|
|
66297
|
-
category: string;
|
|
66298
|
-
event_id: string | null;
|
|
66299
|
-
message: string | null;
|
|
66300
|
-
type: string;
|
|
66301
|
-
timestamp: string;
|
|
66302
|
-
level: string;
|
|
66303
|
-
}, {
|
|
66304
|
-
data: Record<string, unknown> | null;
|
|
66305
|
-
category: string;
|
|
66306
|
-
event_id: string | null;
|
|
66307
|
-
message: string | null;
|
|
66308
|
-
type: string;
|
|
66309
|
-
timestamp: string;
|
|
66310
|
-
level: string;
|
|
66311
|
-
}>, "many">;
|
|
66312
|
-
}, "strip", z.ZodTypeAny, {
|
|
66313
|
-
values: {
|
|
66314
|
-
data: Record<string, unknown> | null;
|
|
66315
|
-
category: string;
|
|
66316
|
-
event_id: string | null;
|
|
66317
|
-
message: string | null;
|
|
66318
|
-
type: string;
|
|
66319
|
-
timestamp: string;
|
|
66320
|
-
level: string;
|
|
66321
|
-
}[];
|
|
66322
|
-
}, {
|
|
66323
|
-
values: {
|
|
66324
|
-
data: Record<string, unknown> | null;
|
|
66325
|
-
category: string;
|
|
66326
|
-
event_id: string | null;
|
|
66327
|
-
message: string | null;
|
|
66328
|
-
type: string;
|
|
66329
|
-
timestamp: string;
|
|
66330
|
-
level: string;
|
|
66331
|
-
}[];
|
|
66332
|
-
}>;
|
|
66333
|
-
}, "strip", z.ZodTypeAny, {
|
|
66334
|
-
data: {
|
|
66335
|
-
values: {
|
|
66336
|
-
data: Record<string, unknown> | null;
|
|
66337
|
-
category: string;
|
|
66338
|
-
event_id: string | null;
|
|
66339
|
-
message: string | null;
|
|
66340
|
-
type: string;
|
|
66341
|
-
timestamp: string;
|
|
66342
|
-
level: string;
|
|
66343
|
-
}[];
|
|
66344
|
-
};
|
|
66345
|
-
type: string;
|
|
66346
|
-
}, {
|
|
66347
|
-
data: {
|
|
66348
|
-
values: {
|
|
66349
|
-
data: Record<string, unknown> | null;
|
|
66350
|
-
category: string;
|
|
66351
|
-
event_id: string | null;
|
|
66352
|
-
message: string | null;
|
|
66353
|
-
type: string;
|
|
66354
|
-
timestamp: string;
|
|
66355
|
-
level: string;
|
|
66356
|
-
}[];
|
|
66357
|
-
};
|
|
66358
|
-
type: string;
|
|
66359
|
-
}>, z.ZodObject<{
|
|
66360
|
-
type: z.ZodString;
|
|
66361
|
-
data: z.ZodObject<{
|
|
66362
|
-
fragment: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66363
|
-
cookies: z.ZodUnion<[z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">, z.ZodNull]>;
|
|
66364
|
-
inferredContentType: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66365
|
-
env: z.ZodUnion<[z.ZodObject<{
|
|
66366
|
-
ENV: z.ZodOptional<z.ZodString>;
|
|
66367
|
-
}, "strip", z.ZodTypeAny, {
|
|
66368
|
-
ENV?: string | undefined;
|
|
66369
|
-
}, {
|
|
66370
|
-
ENV?: string | undefined;
|
|
66371
|
-
}>, z.ZodNull]>;
|
|
66372
|
-
headers: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
66373
|
-
url: z.ZodString;
|
|
66374
|
-
query: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
66375
|
-
data: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
66376
|
-
method: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66377
|
-
}, "strip", z.ZodTypeAny, {
|
|
66378
|
-
query: string[][];
|
|
66379
|
-
headers: string[][];
|
|
66380
|
-
method: string | null;
|
|
66381
|
-
url: string;
|
|
66382
|
-
data: Record<string, unknown> | null;
|
|
66383
|
-
fragment: string | null;
|
|
66384
|
-
cookies: string[][] | null;
|
|
66385
|
-
inferredContentType: string | null;
|
|
66386
|
-
env: {
|
|
66387
|
-
ENV?: string | undefined;
|
|
66388
|
-
} | null;
|
|
66389
|
-
}, {
|
|
66390
|
-
query: string[][];
|
|
66391
|
-
headers: string[][];
|
|
66392
|
-
method: string | null;
|
|
66393
|
-
url: string;
|
|
66394
|
-
data: Record<string, unknown> | null;
|
|
66395
|
-
fragment: string | null;
|
|
66396
|
-
cookies: string[][] | null;
|
|
66397
|
-
inferredContentType: string | null;
|
|
66398
|
-
env: {
|
|
66399
|
-
ENV?: string | undefined;
|
|
66400
|
-
} | null;
|
|
66401
|
-
}>;
|
|
66402
|
-
}, "strip", z.ZodTypeAny, {
|
|
66403
|
-
data: {
|
|
66404
|
-
query: string[][];
|
|
66405
|
-
headers: string[][];
|
|
66406
|
-
method: string | null;
|
|
66407
|
-
url: string;
|
|
66408
|
-
data: Record<string, unknown> | null;
|
|
66409
|
-
fragment: string | null;
|
|
66410
|
-
cookies: string[][] | null;
|
|
66411
|
-
inferredContentType: string | null;
|
|
66412
|
-
env: {
|
|
66413
|
-
ENV?: string | undefined;
|
|
66414
|
-
} | null;
|
|
66415
|
-
};
|
|
66416
|
-
type: string;
|
|
66417
|
-
}, {
|
|
66418
|
-
data: {
|
|
66419
|
-
query: string[][];
|
|
66420
|
-
headers: string[][];
|
|
66421
|
-
method: string | null;
|
|
66422
|
-
url: string;
|
|
66423
|
-
data: Record<string, unknown> | null;
|
|
66424
|
-
fragment: string | null;
|
|
66425
|
-
cookies: string[][] | null;
|
|
66426
|
-
inferredContentType: string | null;
|
|
66427
|
-
env: {
|
|
66428
|
-
ENV?: string | undefined;
|
|
66429
|
-
} | null;
|
|
66430
|
-
};
|
|
66431
|
-
type: string;
|
|
66432
|
-
}>, z.ZodObject<{
|
|
66433
|
-
type: z.ZodString;
|
|
66434
|
-
data: z.ZodObject<{
|
|
66435
|
-
formatted: z.ZodString;
|
|
66436
|
-
}, "strip", z.ZodTypeAny, {
|
|
66437
|
-
formatted: string;
|
|
66438
|
-
}, {
|
|
66439
|
-
formatted: string;
|
|
66440
|
-
}>;
|
|
66441
|
-
}, "strip", z.ZodTypeAny, {
|
|
66442
|
-
data: {
|
|
66443
|
-
formatted: string;
|
|
66444
|
-
};
|
|
66445
|
-
type: string;
|
|
66446
|
-
}, {
|
|
66447
|
-
data: {
|
|
66448
|
-
formatted: string;
|
|
66449
|
-
};
|
|
66450
|
-
type: string;
|
|
66451
|
-
}>, z.ZodObject<{
|
|
66452
|
-
type: z.ZodString;
|
|
66453
|
-
data: z.ZodObject<{
|
|
66454
|
-
excOmitted: z.ZodUnion<[z.ZodArray<z.ZodNumber, "many">, z.ZodNull]>;
|
|
66455
|
-
hasSystemFrames: z.ZodBoolean;
|
|
66456
|
-
values: z.ZodArray<z.ZodObject<{
|
|
66457
|
-
stacktrace: z.ZodUnion<[z.ZodObject<{
|
|
66458
|
-
frames: z.ZodArray<z.ZodObject<{
|
|
66459
|
-
function: z.ZodString;
|
|
66460
|
-
errors: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66461
|
-
colNo: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
66462
|
-
vars: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
66463
|
-
package: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66464
|
-
absPath: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66465
|
-
inApp: z.ZodBoolean;
|
|
66466
|
-
lineNo: z.ZodNumber;
|
|
66467
|
-
module: z.ZodString;
|
|
66468
|
-
filename: z.ZodString;
|
|
66469
|
-
platform: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66470
|
-
instructionAddr: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66471
|
-
context: z.ZodArray<z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">, "many">;
|
|
66472
|
-
symbolAddr: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66473
|
-
trust: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66474
|
-
symbol: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66475
|
-
}, "strip", z.ZodTypeAny, {
|
|
66476
|
-
symbol: string | null;
|
|
66477
|
-
function: string;
|
|
66478
|
-
errors: string | null;
|
|
66479
|
-
platform: string | null;
|
|
66480
|
-
context: (string | number)[][];
|
|
66481
|
-
package: string | null;
|
|
66482
|
-
filename: string;
|
|
66483
|
-
colNo: number | null;
|
|
66484
|
-
vars: Record<string, unknown> | null;
|
|
66485
|
-
absPath: string | null;
|
|
66486
|
-
inApp: boolean;
|
|
66487
|
-
lineNo: number;
|
|
66488
|
-
module: string;
|
|
66489
|
-
instructionAddr: string | null;
|
|
66490
|
-
symbolAddr: string | null;
|
|
66491
|
-
trust: string | null;
|
|
66492
|
-
}, {
|
|
66493
|
-
symbol: string | null;
|
|
66494
|
-
function: string;
|
|
66495
|
-
errors: string | null;
|
|
66496
|
-
platform: string | null;
|
|
66497
|
-
context: (string | number)[][];
|
|
66498
|
-
package: string | null;
|
|
66499
|
-
filename: string;
|
|
66500
|
-
colNo: number | null;
|
|
66501
|
-
vars: Record<string, unknown> | null;
|
|
66502
|
-
absPath: string | null;
|
|
66503
|
-
inApp: boolean;
|
|
66504
|
-
lineNo: number;
|
|
66505
|
-
module: string;
|
|
66506
|
-
instructionAddr: string | null;
|
|
66507
|
-
symbolAddr: string | null;
|
|
66508
|
-
trust: string | null;
|
|
66509
|
-
}>, "many">;
|
|
66510
|
-
framesOmitted: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66511
|
-
registers: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66512
|
-
hasSystemFrames: z.ZodBoolean;
|
|
66513
|
-
}, "strip", z.ZodTypeAny, {
|
|
66514
|
-
hasSystemFrames: boolean;
|
|
66515
|
-
frames: {
|
|
66516
|
-
symbol: string | null;
|
|
66517
|
-
function: string;
|
|
66518
|
-
errors: string | null;
|
|
66519
|
-
platform: string | null;
|
|
66520
|
-
context: (string | number)[][];
|
|
66521
|
-
package: string | null;
|
|
66522
|
-
filename: string;
|
|
66523
|
-
colNo: number | null;
|
|
66524
|
-
vars: Record<string, unknown> | null;
|
|
66525
|
-
absPath: string | null;
|
|
66526
|
-
inApp: boolean;
|
|
66527
|
-
lineNo: number;
|
|
66528
|
-
module: string;
|
|
66529
|
-
instructionAddr: string | null;
|
|
66530
|
-
symbolAddr: string | null;
|
|
66531
|
-
trust: string | null;
|
|
66532
|
-
}[];
|
|
66533
|
-
framesOmitted: string | null;
|
|
66534
|
-
registers: string | null;
|
|
66535
|
-
}, {
|
|
66536
|
-
hasSystemFrames: boolean;
|
|
66537
|
-
frames: {
|
|
66538
|
-
symbol: string | null;
|
|
66539
|
-
function: string;
|
|
66540
|
-
errors: string | null;
|
|
66541
|
-
platform: string | null;
|
|
66542
|
-
context: (string | number)[][];
|
|
66543
|
-
package: string | null;
|
|
66544
|
-
filename: string;
|
|
66545
|
-
colNo: number | null;
|
|
66546
|
-
vars: Record<string, unknown> | null;
|
|
66547
|
-
absPath: string | null;
|
|
66548
|
-
inApp: boolean;
|
|
66549
|
-
lineNo: number;
|
|
66550
|
-
module: string;
|
|
66551
|
-
instructionAddr: string | null;
|
|
66552
|
-
symbolAddr: string | null;
|
|
66553
|
-
trust: string | null;
|
|
66554
|
-
}[];
|
|
66555
|
-
framesOmitted: string | null;
|
|
66556
|
-
registers: string | null;
|
|
66557
|
-
}>, z.ZodNull]>;
|
|
66558
|
-
module: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66559
|
-
rawStacktrace: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
66560
|
-
mechanism: z.ZodUnion<[z.ZodObject<{
|
|
66561
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66562
|
-
handled: z.ZodOptional<z.ZodBoolean>;
|
|
66563
|
-
}, "strip", z.ZodTypeAny, {
|
|
66564
|
-
type?: string | undefined;
|
|
66565
|
-
handled?: boolean | undefined;
|
|
66566
|
-
}, {
|
|
66567
|
-
type?: string | undefined;
|
|
66568
|
-
handled?: boolean | undefined;
|
|
66569
|
-
}>, z.ZodNull]>;
|
|
66570
|
-
threadId: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
66571
|
-
value: z.ZodString;
|
|
66572
|
-
type: z.ZodString;
|
|
66573
|
-
}, "strip", z.ZodTypeAny, {
|
|
66574
|
-
value: string;
|
|
66575
|
-
type: string;
|
|
66576
|
-
stacktrace: {
|
|
66577
|
-
hasSystemFrames: boolean;
|
|
66578
|
-
frames: {
|
|
66579
|
-
symbol: string | null;
|
|
66580
|
-
function: string;
|
|
66581
|
-
errors: string | null;
|
|
66582
|
-
platform: string | null;
|
|
66583
|
-
context: (string | number)[][];
|
|
66584
|
-
package: string | null;
|
|
66585
|
-
filename: string;
|
|
66586
|
-
colNo: number | null;
|
|
66587
|
-
vars: Record<string, unknown> | null;
|
|
66588
|
-
absPath: string | null;
|
|
66589
|
-
inApp: boolean;
|
|
66590
|
-
lineNo: number;
|
|
66591
|
-
module: string;
|
|
66592
|
-
instructionAddr: string | null;
|
|
66593
|
-
symbolAddr: string | null;
|
|
66594
|
-
trust: string | null;
|
|
66595
|
-
}[];
|
|
66596
|
-
framesOmitted: string | null;
|
|
66597
|
-
registers: string | null;
|
|
66598
|
-
} | null;
|
|
66599
|
-
module: string | null;
|
|
66600
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
66601
|
-
mechanism: {
|
|
66602
|
-
type?: string | undefined;
|
|
66603
|
-
handled?: boolean | undefined;
|
|
66604
|
-
} | null;
|
|
66605
|
-
threadId: string | null;
|
|
66606
|
-
}, {
|
|
66607
|
-
value: string;
|
|
66608
|
-
type: string;
|
|
66609
|
-
stacktrace: {
|
|
66610
|
-
hasSystemFrames: boolean;
|
|
66611
|
-
frames: {
|
|
66612
|
-
symbol: string | null;
|
|
66613
|
-
function: string;
|
|
66614
|
-
errors: string | null;
|
|
66615
|
-
platform: string | null;
|
|
66616
|
-
context: (string | number)[][];
|
|
66617
|
-
package: string | null;
|
|
66618
|
-
filename: string;
|
|
66619
|
-
colNo: number | null;
|
|
66620
|
-
vars: Record<string, unknown> | null;
|
|
66621
|
-
absPath: string | null;
|
|
66622
|
-
inApp: boolean;
|
|
66623
|
-
lineNo: number;
|
|
66624
|
-
module: string;
|
|
66625
|
-
instructionAddr: string | null;
|
|
66626
|
-
symbolAddr: string | null;
|
|
66627
|
-
trust: string | null;
|
|
66628
|
-
}[];
|
|
66629
|
-
framesOmitted: string | null;
|
|
66630
|
-
registers: string | null;
|
|
66631
|
-
} | null;
|
|
66632
|
-
module: string | null;
|
|
66633
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
66634
|
-
mechanism: {
|
|
66635
|
-
type?: string | undefined;
|
|
66636
|
-
handled?: boolean | undefined;
|
|
66637
|
-
} | null;
|
|
66638
|
-
threadId: string | null;
|
|
66639
|
-
}>, "many">;
|
|
66640
|
-
}, "strip", z.ZodTypeAny, {
|
|
66641
|
-
values: {
|
|
66642
|
-
value: string;
|
|
66643
|
-
type: string;
|
|
66644
|
-
stacktrace: {
|
|
66645
|
-
hasSystemFrames: boolean;
|
|
66646
|
-
frames: {
|
|
66647
|
-
symbol: string | null;
|
|
66648
|
-
function: string;
|
|
66649
|
-
errors: string | null;
|
|
66650
|
-
platform: string | null;
|
|
66651
|
-
context: (string | number)[][];
|
|
66652
|
-
package: string | null;
|
|
66653
|
-
filename: string;
|
|
66654
|
-
colNo: number | null;
|
|
66655
|
-
vars: Record<string, unknown> | null;
|
|
66656
|
-
absPath: string | null;
|
|
66657
|
-
inApp: boolean;
|
|
66658
|
-
lineNo: number;
|
|
66659
|
-
module: string;
|
|
66660
|
-
instructionAddr: string | null;
|
|
66661
|
-
symbolAddr: string | null;
|
|
66662
|
-
trust: string | null;
|
|
66663
|
-
}[];
|
|
66664
|
-
framesOmitted: string | null;
|
|
66665
|
-
registers: string | null;
|
|
66666
|
-
} | null;
|
|
66667
|
-
module: string | null;
|
|
66668
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
66669
|
-
mechanism: {
|
|
66670
|
-
type?: string | undefined;
|
|
66671
|
-
handled?: boolean | undefined;
|
|
66672
|
-
} | null;
|
|
66673
|
-
threadId: string | null;
|
|
66674
|
-
}[];
|
|
66675
|
-
excOmitted: number[] | null;
|
|
66676
|
-
hasSystemFrames: boolean;
|
|
66677
|
-
}, {
|
|
66678
|
-
values: {
|
|
66679
|
-
value: string;
|
|
66680
|
-
type: string;
|
|
66681
|
-
stacktrace: {
|
|
66682
|
-
hasSystemFrames: boolean;
|
|
66683
|
-
frames: {
|
|
66684
|
-
symbol: string | null;
|
|
66685
|
-
function: string;
|
|
66686
|
-
errors: string | null;
|
|
66687
|
-
platform: string | null;
|
|
66688
|
-
context: (string | number)[][];
|
|
66689
|
-
package: string | null;
|
|
66690
|
-
filename: string;
|
|
66691
|
-
colNo: number | null;
|
|
66692
|
-
vars: Record<string, unknown> | null;
|
|
66693
|
-
absPath: string | null;
|
|
66694
|
-
inApp: boolean;
|
|
66695
|
-
lineNo: number;
|
|
66696
|
-
module: string;
|
|
66697
|
-
instructionAddr: string | null;
|
|
66698
|
-
symbolAddr: string | null;
|
|
66699
|
-
trust: string | null;
|
|
66700
|
-
}[];
|
|
66701
|
-
framesOmitted: string | null;
|
|
66702
|
-
registers: string | null;
|
|
66703
|
-
} | null;
|
|
66704
|
-
module: string | null;
|
|
66705
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
66706
|
-
mechanism: {
|
|
66707
|
-
type?: string | undefined;
|
|
66708
|
-
handled?: boolean | undefined;
|
|
66709
|
-
} | null;
|
|
66710
|
-
threadId: string | null;
|
|
66711
|
-
}[];
|
|
66712
|
-
excOmitted: number[] | null;
|
|
66713
|
-
hasSystemFrames: boolean;
|
|
66714
|
-
}>;
|
|
66715
|
-
}, "strip", z.ZodTypeAny, {
|
|
66716
|
-
data: {
|
|
66717
|
-
values: {
|
|
66718
|
-
value: string;
|
|
66719
|
-
type: string;
|
|
66720
|
-
stacktrace: {
|
|
66721
|
-
hasSystemFrames: boolean;
|
|
66722
|
-
frames: {
|
|
66723
|
-
symbol: string | null;
|
|
66724
|
-
function: string;
|
|
66725
|
-
errors: string | null;
|
|
66726
|
-
platform: string | null;
|
|
66727
|
-
context: (string | number)[][];
|
|
66728
|
-
package: string | null;
|
|
66729
|
-
filename: string;
|
|
66730
|
-
colNo: number | null;
|
|
66731
|
-
vars: Record<string, unknown> | null;
|
|
66732
|
-
absPath: string | null;
|
|
66733
|
-
inApp: boolean;
|
|
66734
|
-
lineNo: number;
|
|
66735
|
-
module: string;
|
|
66736
|
-
instructionAddr: string | null;
|
|
66737
|
-
symbolAddr: string | null;
|
|
66738
|
-
trust: string | null;
|
|
66739
|
-
}[];
|
|
66740
|
-
framesOmitted: string | null;
|
|
66741
|
-
registers: string | null;
|
|
66742
|
-
} | null;
|
|
66743
|
-
module: string | null;
|
|
66744
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
66745
|
-
mechanism: {
|
|
66746
|
-
type?: string | undefined;
|
|
66747
|
-
handled?: boolean | undefined;
|
|
66748
|
-
} | null;
|
|
66749
|
-
threadId: string | null;
|
|
66750
|
-
}[];
|
|
66751
|
-
excOmitted: number[] | null;
|
|
66752
|
-
hasSystemFrames: boolean;
|
|
66753
|
-
};
|
|
66754
|
-
type: string;
|
|
66755
|
-
}, {
|
|
66756
|
-
data: {
|
|
66757
|
-
values: {
|
|
66758
|
-
value: string;
|
|
66759
|
-
type: string;
|
|
66760
|
-
stacktrace: {
|
|
66761
|
-
hasSystemFrames: boolean;
|
|
66762
|
-
frames: {
|
|
66763
|
-
symbol: string | null;
|
|
66764
|
-
function: string;
|
|
66765
|
-
errors: string | null;
|
|
66766
|
-
platform: string | null;
|
|
66767
|
-
context: (string | number)[][];
|
|
66768
|
-
package: string | null;
|
|
66769
|
-
filename: string;
|
|
66770
|
-
colNo: number | null;
|
|
66771
|
-
vars: Record<string, unknown> | null;
|
|
66772
|
-
absPath: string | null;
|
|
66773
|
-
inApp: boolean;
|
|
66774
|
-
lineNo: number;
|
|
66775
|
-
module: string;
|
|
66776
|
-
instructionAddr: string | null;
|
|
66777
|
-
symbolAddr: string | null;
|
|
66778
|
-
trust: string | null;
|
|
66779
|
-
}[];
|
|
66780
|
-
framesOmitted: string | null;
|
|
66781
|
-
registers: string | null;
|
|
66782
|
-
} | null;
|
|
66783
|
-
module: string | null;
|
|
66784
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
66785
|
-
mechanism: {
|
|
66786
|
-
type?: string | undefined;
|
|
66787
|
-
handled?: boolean | undefined;
|
|
66788
|
-
} | null;
|
|
66789
|
-
threadId: string | null;
|
|
66790
|
-
}[];
|
|
66791
|
-
excOmitted: number[] | null;
|
|
66792
|
-
hasSystemFrames: boolean;
|
|
66793
|
-
};
|
|
66794
|
-
type: string;
|
|
66795
|
-
}>]>, "many">;
|
|
66796
|
-
packages: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
66797
|
-
sdk: z.ZodObject<{
|
|
66798
|
-
version: z.ZodOptional<z.ZodString>;
|
|
66799
|
-
name: z.ZodOptional<z.ZodString>;
|
|
66800
|
-
}, "strip", z.ZodTypeAny, {
|
|
66801
|
-
name?: string | undefined;
|
|
66802
|
-
version?: string | undefined;
|
|
66803
|
-
}, {
|
|
66804
|
-
name?: string | undefined;
|
|
66805
|
-
version?: string | undefined;
|
|
66806
|
-
}>;
|
|
66807
|
-
_meta: z.ZodObject<{
|
|
66808
|
-
user: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66809
|
-
context: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66810
|
-
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
66811
|
-
contexts: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66812
|
-
message: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66813
|
-
packages: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66814
|
-
tags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
66815
|
-
sdk: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
66816
|
-
}, "strip", z.ZodTypeAny, {
|
|
66817
|
-
entries?: Record<string, unknown> | undefined;
|
|
66818
|
-
user?: string | null | undefined;
|
|
66819
|
-
sdk?: string | null | undefined;
|
|
66820
|
-
tags?: Record<string, unknown> | undefined;
|
|
66821
|
-
message?: string | null | undefined;
|
|
66822
|
-
context?: string | null | undefined;
|
|
66823
|
-
contexts?: string | null | undefined;
|
|
66824
|
-
packages?: string | null | undefined;
|
|
66825
|
-
}, {
|
|
66826
|
-
entries?: Record<string, unknown> | undefined;
|
|
66827
|
-
user?: string | null | undefined;
|
|
66828
|
-
sdk?: string | null | undefined;
|
|
66829
|
-
tags?: Record<string, unknown> | undefined;
|
|
66830
|
-
message?: string | null | undefined;
|
|
66831
|
-
context?: string | null | undefined;
|
|
66832
|
-
contexts?: string | null | undefined;
|
|
66833
|
-
packages?: string | null | undefined;
|
|
66834
|
-
}>;
|
|
66835
|
-
contexts: z.ZodObject<{
|
|
66836
|
-
ForbiddenError: z.ZodOptional<z.ZodObject<{
|
|
66837
|
-
status: z.ZodOptional<z.ZodNumber>;
|
|
66838
|
-
statusText: z.ZodOptional<z.ZodString>;
|
|
66839
|
-
responseJSON: z.ZodOptional<z.ZodObject<{
|
|
66840
|
-
detail: z.ZodOptional<z.ZodString>;
|
|
66841
|
-
}, "strip", z.ZodTypeAny, {
|
|
66842
|
-
detail?: string | undefined;
|
|
66843
|
-
}, {
|
|
66844
|
-
detail?: string | undefined;
|
|
66845
|
-
}>>;
|
|
66846
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66847
|
-
}, "strip", z.ZodTypeAny, {
|
|
66848
|
-
status?: number | undefined;
|
|
66849
|
-
type?: string | undefined;
|
|
66850
|
-
statusText?: string | undefined;
|
|
66851
|
-
responseJSON?: {
|
|
66852
|
-
detail?: string | undefined;
|
|
66853
|
-
} | undefined;
|
|
66854
|
-
}, {
|
|
66855
|
-
status?: number | undefined;
|
|
66856
|
-
type?: string | undefined;
|
|
66857
|
-
statusText?: string | undefined;
|
|
66858
|
-
responseJSON?: {
|
|
66859
|
-
detail?: string | undefined;
|
|
66860
|
-
} | undefined;
|
|
66861
|
-
}>>;
|
|
66862
|
-
browser: z.ZodOptional<z.ZodObject<{
|
|
66863
|
-
version: z.ZodOptional<z.ZodString>;
|
|
66864
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66865
|
-
name: z.ZodOptional<z.ZodString>;
|
|
66866
|
-
}, "strip", z.ZodTypeAny, {
|
|
66867
|
-
name?: string | undefined;
|
|
66868
|
-
version?: string | undefined;
|
|
66869
|
-
type?: string | undefined;
|
|
66870
|
-
}, {
|
|
66871
|
-
name?: string | undefined;
|
|
66872
|
-
version?: string | undefined;
|
|
66873
|
-
type?: string | undefined;
|
|
66874
|
-
}>>;
|
|
66875
|
-
os: z.ZodOptional<z.ZodObject<{
|
|
66876
|
-
version: z.ZodOptional<z.ZodString>;
|
|
66877
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66878
|
-
name: z.ZodOptional<z.ZodString>;
|
|
66879
|
-
}, "strip", z.ZodTypeAny, {
|
|
66880
|
-
name?: string | undefined;
|
|
66881
|
-
version?: string | undefined;
|
|
66882
|
-
type?: string | undefined;
|
|
66883
|
-
}, {
|
|
66884
|
-
name?: string | undefined;
|
|
66885
|
-
version?: string | undefined;
|
|
66886
|
-
type?: string | undefined;
|
|
66887
|
-
}>>;
|
|
66888
|
-
trace: z.ZodOptional<z.ZodObject<{
|
|
66889
|
-
span_id: z.ZodOptional<z.ZodString>;
|
|
66890
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66891
|
-
trace_id: z.ZodOptional<z.ZodString>;
|
|
66892
|
-
op: z.ZodOptional<z.ZodString>;
|
|
66893
|
-
}, "strip", z.ZodTypeAny, {
|
|
66894
|
-
trace_id?: string | undefined;
|
|
66895
|
-
type?: string | undefined;
|
|
66896
|
-
op?: string | undefined;
|
|
66897
|
-
span_id?: string | undefined;
|
|
66898
|
-
}, {
|
|
66899
|
-
trace_id?: string | undefined;
|
|
66900
|
-
type?: string | undefined;
|
|
66901
|
-
op?: string | undefined;
|
|
66902
|
-
span_id?: string | undefined;
|
|
66903
|
-
}>>;
|
|
66904
|
-
organization: z.ZodOptional<z.ZodObject<{
|
|
66905
|
-
type: z.ZodOptional<z.ZodString>;
|
|
66906
|
-
id: z.ZodOptional<z.ZodString>;
|
|
66907
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
66908
|
-
}, "strip", z.ZodTypeAny, {
|
|
66909
|
-
id?: string | undefined;
|
|
66910
|
-
type?: string | undefined;
|
|
66911
|
-
slug?: string | undefined;
|
|
66912
|
-
}, {
|
|
66913
|
-
id?: string | undefined;
|
|
66914
|
-
type?: string | undefined;
|
|
66915
|
-
slug?: string | undefined;
|
|
66916
|
-
}>>;
|
|
66917
|
-
}, "strip", z.ZodTypeAny, {
|
|
66918
|
-
trace?: {
|
|
66919
|
-
trace_id?: string | undefined;
|
|
66920
|
-
type?: string | undefined;
|
|
66921
|
-
op?: string | undefined;
|
|
66922
|
-
span_id?: string | undefined;
|
|
66923
|
-
} | undefined;
|
|
66924
|
-
browser?: {
|
|
66925
|
-
name?: string | undefined;
|
|
66926
|
-
version?: string | undefined;
|
|
66927
|
-
type?: string | undefined;
|
|
66928
|
-
} | undefined;
|
|
66929
|
-
os?: {
|
|
66930
|
-
name?: string | undefined;
|
|
66931
|
-
version?: string | undefined;
|
|
66932
|
-
type?: string | undefined;
|
|
66933
|
-
} | undefined;
|
|
66934
|
-
organization?: {
|
|
66935
|
-
id?: string | undefined;
|
|
66936
|
-
type?: string | undefined;
|
|
66937
|
-
slug?: string | undefined;
|
|
66938
|
-
} | undefined;
|
|
66939
|
-
ForbiddenError?: {
|
|
66940
|
-
status?: number | undefined;
|
|
66941
|
-
type?: string | undefined;
|
|
66942
|
-
statusText?: string | undefined;
|
|
66943
|
-
responseJSON?: {
|
|
66944
|
-
detail?: string | undefined;
|
|
66945
|
-
} | undefined;
|
|
66946
|
-
} | undefined;
|
|
66947
|
-
}, {
|
|
66948
|
-
trace?: {
|
|
66949
|
-
trace_id?: string | undefined;
|
|
66950
|
-
type?: string | undefined;
|
|
66951
|
-
op?: string | undefined;
|
|
66952
|
-
span_id?: string | undefined;
|
|
66953
|
-
} | undefined;
|
|
66954
|
-
browser?: {
|
|
66955
|
-
name?: string | undefined;
|
|
66956
|
-
version?: string | undefined;
|
|
66957
|
-
type?: string | undefined;
|
|
66958
|
-
} | undefined;
|
|
66959
|
-
os?: {
|
|
66960
|
-
name?: string | undefined;
|
|
66961
|
-
version?: string | undefined;
|
|
66962
|
-
type?: string | undefined;
|
|
66963
|
-
} | undefined;
|
|
66964
|
-
organization?: {
|
|
66965
|
-
id?: string | undefined;
|
|
66966
|
-
type?: string | undefined;
|
|
66967
|
-
slug?: string | undefined;
|
|
66968
|
-
} | undefined;
|
|
66969
|
-
ForbiddenError?: {
|
|
66970
|
-
status?: number | undefined;
|
|
66971
|
-
type?: string | undefined;
|
|
66972
|
-
statusText?: string | undefined;
|
|
66973
|
-
responseJSON?: {
|
|
66974
|
-
detail?: string | undefined;
|
|
66975
|
-
} | undefined;
|
|
66976
|
-
} | undefined;
|
|
66977
|
-
}>;
|
|
66978
|
-
fingerprints: z.ZodArray<z.ZodString, "many">;
|
|
66979
|
-
context: z.ZodObject<{
|
|
66980
|
-
resp: z.ZodOptional<z.ZodObject<{
|
|
66981
|
-
status: z.ZodOptional<z.ZodNumber>;
|
|
66982
|
-
responseJSON: z.ZodOptional<z.ZodObject<{
|
|
66983
|
-
detail: z.ZodOptional<z.ZodString>;
|
|
66984
|
-
}, "strip", z.ZodTypeAny, {
|
|
66985
|
-
detail?: string | undefined;
|
|
66986
|
-
}, {
|
|
66987
|
-
detail?: string | undefined;
|
|
66988
|
-
}>>;
|
|
66989
|
-
name: z.ZodOptional<z.ZodString>;
|
|
66990
|
-
statusText: z.ZodOptional<z.ZodString>;
|
|
66991
|
-
message: z.ZodOptional<z.ZodString>;
|
|
66992
|
-
stack: z.ZodOptional<z.ZodString>;
|
|
66993
|
-
}, "strip", z.ZodTypeAny, {
|
|
66994
|
-
name?: string | undefined;
|
|
66995
|
-
status?: number | undefined;
|
|
66996
|
-
message?: string | undefined;
|
|
66997
|
-
statusText?: string | undefined;
|
|
66998
|
-
responseJSON?: {
|
|
66999
|
-
detail?: string | undefined;
|
|
67000
|
-
} | undefined;
|
|
67001
|
-
stack?: string | undefined;
|
|
67002
|
-
}, {
|
|
67003
|
-
name?: string | undefined;
|
|
67004
|
-
status?: number | undefined;
|
|
67005
|
-
message?: string | undefined;
|
|
67006
|
-
statusText?: string | undefined;
|
|
67007
|
-
responseJSON?: {
|
|
67008
|
-
detail?: string | undefined;
|
|
67009
|
-
} | undefined;
|
|
67010
|
-
stack?: string | undefined;
|
|
67011
|
-
}>>;
|
|
67012
|
-
session: z.ZodOptional<z.ZodObject<{
|
|
67013
|
-
foo: z.ZodOptional<z.ZodString>;
|
|
67014
|
-
}, "strip", z.ZodTypeAny, {
|
|
67015
|
-
foo?: string | undefined;
|
|
67016
|
-
}, {
|
|
67017
|
-
foo?: string | undefined;
|
|
67018
|
-
}>>;
|
|
67019
|
-
unauthorized: z.ZodOptional<z.ZodBoolean>;
|
|
67020
|
-
url: z.ZodOptional<z.ZodString>;
|
|
67021
|
-
}, "strip", z.ZodTypeAny, {
|
|
67022
|
-
url?: string | undefined;
|
|
67023
|
-
resp?: {
|
|
67024
|
-
name?: string | undefined;
|
|
67025
|
-
status?: number | undefined;
|
|
67026
|
-
message?: string | undefined;
|
|
67027
|
-
statusText?: string | undefined;
|
|
67028
|
-
responseJSON?: {
|
|
67029
|
-
detail?: string | undefined;
|
|
67030
|
-
} | undefined;
|
|
67031
|
-
stack?: string | undefined;
|
|
67032
|
-
} | undefined;
|
|
67033
|
-
session?: {
|
|
67034
|
-
foo?: string | undefined;
|
|
67035
|
-
} | undefined;
|
|
67036
|
-
unauthorized?: boolean | undefined;
|
|
67037
|
-
}, {
|
|
67038
|
-
url?: string | undefined;
|
|
67039
|
-
resp?: {
|
|
67040
|
-
name?: string | undefined;
|
|
67041
|
-
status?: number | undefined;
|
|
67042
|
-
message?: string | undefined;
|
|
67043
|
-
statusText?: string | undefined;
|
|
67044
|
-
responseJSON?: {
|
|
67045
|
-
detail?: string | undefined;
|
|
67046
|
-
} | undefined;
|
|
67047
|
-
stack?: string | undefined;
|
|
67048
|
-
} | undefined;
|
|
67049
|
-
session?: {
|
|
67050
|
-
foo?: string | undefined;
|
|
67051
|
-
} | undefined;
|
|
67052
|
-
unauthorized?: boolean | undefined;
|
|
67053
|
-
}>;
|
|
67054
|
-
groupID: z.ZodString;
|
|
67055
|
-
title: z.ZodString;
|
|
67056
|
-
}, "strip", z.ZodTypeAny, {
|
|
67057
|
-
entries: ({
|
|
67058
|
-
data: {
|
|
67059
|
-
values: {
|
|
67060
|
-
data: Record<string, unknown> | null;
|
|
67061
|
-
category: string;
|
|
67062
|
-
event_id: string | null;
|
|
67063
|
-
message: string | null;
|
|
67064
|
-
type: string;
|
|
67065
|
-
timestamp: string;
|
|
67066
|
-
level: string;
|
|
67067
|
-
}[];
|
|
67068
|
-
};
|
|
67069
|
-
type: string;
|
|
67070
|
-
} | {
|
|
67071
|
-
data: {
|
|
67072
|
-
query: string[][];
|
|
67073
|
-
headers: string[][];
|
|
67074
|
-
method: string | null;
|
|
67075
|
-
url: string;
|
|
67076
|
-
data: Record<string, unknown> | null;
|
|
67077
|
-
fragment: string | null;
|
|
67078
|
-
cookies: string[][] | null;
|
|
67079
|
-
inferredContentType: string | null;
|
|
67080
|
-
env: {
|
|
67081
|
-
ENV?: string | undefined;
|
|
67082
|
-
} | null;
|
|
67083
|
-
};
|
|
67084
|
-
type: string;
|
|
67085
|
-
} | {
|
|
67086
|
-
data: {
|
|
67087
|
-
formatted: string;
|
|
67088
|
-
};
|
|
67089
|
-
type: string;
|
|
67090
|
-
} | {
|
|
67091
|
-
data: {
|
|
67092
|
-
values: {
|
|
67093
|
-
value: string;
|
|
67094
|
-
type: string;
|
|
67095
|
-
stacktrace: {
|
|
67096
|
-
hasSystemFrames: boolean;
|
|
67097
|
-
frames: {
|
|
67098
|
-
symbol: string | null;
|
|
67099
|
-
function: string;
|
|
67100
|
-
errors: string | null;
|
|
67101
|
-
platform: string | null;
|
|
67102
|
-
context: (string | number)[][];
|
|
67103
|
-
package: string | null;
|
|
67104
|
-
filename: string;
|
|
67105
|
-
colNo: number | null;
|
|
67106
|
-
vars: Record<string, unknown> | null;
|
|
67107
|
-
absPath: string | null;
|
|
67108
|
-
inApp: boolean;
|
|
67109
|
-
lineNo: number;
|
|
67110
|
-
module: string;
|
|
67111
|
-
instructionAddr: string | null;
|
|
67112
|
-
symbolAddr: string | null;
|
|
67113
|
-
trust: string | null;
|
|
67114
|
-
}[];
|
|
67115
|
-
framesOmitted: string | null;
|
|
67116
|
-
registers: string | null;
|
|
67117
|
-
} | null;
|
|
67118
|
-
module: string | null;
|
|
67119
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
67120
|
-
mechanism: {
|
|
67121
|
-
type?: string | undefined;
|
|
67122
|
-
handled?: boolean | undefined;
|
|
67123
|
-
} | null;
|
|
67124
|
-
threadId: string | null;
|
|
67125
|
-
}[];
|
|
67126
|
-
excOmitted: number[] | null;
|
|
67127
|
-
hasSystemFrames: boolean;
|
|
67128
|
-
};
|
|
67129
|
-
type: string;
|
|
67130
|
-
})[];
|
|
67131
|
-
user: {
|
|
67132
|
-
name: string | null;
|
|
67133
|
-
data: {
|
|
67134
|
-
isStaff?: boolean | undefined;
|
|
67135
|
-
} | null;
|
|
67136
|
-
id: string;
|
|
67137
|
-
username: string | null;
|
|
67138
|
-
email: string | null;
|
|
67139
|
-
ip_address: string | null;
|
|
67140
|
-
} | null;
|
|
67141
|
-
errors: {
|
|
67142
|
-
data?: {
|
|
67143
|
-
source?: string | undefined;
|
|
67144
|
-
column?: number | undefined;
|
|
67145
|
-
row?: number | undefined;
|
|
67146
|
-
} | undefined;
|
|
67147
|
-
message?: string | undefined;
|
|
67148
|
-
type?: string | undefined;
|
|
67149
|
-
}[];
|
|
67150
|
-
dist: string | null;
|
|
67151
|
-
id: string;
|
|
67152
|
-
platform: string;
|
|
67153
|
-
sdk: {
|
|
67154
|
-
name?: string | undefined;
|
|
67155
|
-
version?: string | undefined;
|
|
67156
|
-
};
|
|
67157
|
-
tags: {
|
|
67158
|
-
value?: string | undefined;
|
|
67159
|
-
key?: string | undefined;
|
|
67160
|
-
_meta?: string | null | undefined;
|
|
67161
|
-
}[];
|
|
67162
|
-
message: string;
|
|
67163
|
-
type: string;
|
|
67164
|
-
dateCreated: string;
|
|
67165
|
-
title: string;
|
|
67166
|
-
context: {
|
|
67167
|
-
url?: string | undefined;
|
|
67168
|
-
resp?: {
|
|
67169
|
-
name?: string | undefined;
|
|
67170
|
-
status?: number | undefined;
|
|
67171
|
-
message?: string | undefined;
|
|
67172
|
-
statusText?: string | undefined;
|
|
67173
|
-
responseJSON?: {
|
|
67174
|
-
detail?: string | undefined;
|
|
67175
|
-
} | undefined;
|
|
67176
|
-
stack?: string | undefined;
|
|
67177
|
-
} | undefined;
|
|
67178
|
-
session?: {
|
|
67179
|
-
foo?: string | undefined;
|
|
67180
|
-
} | undefined;
|
|
67181
|
-
unauthorized?: boolean | undefined;
|
|
67182
|
-
};
|
|
67183
|
-
metadata: {
|
|
67184
|
-
value: string;
|
|
67185
|
-
type: string;
|
|
67186
|
-
} | {
|
|
67187
|
-
title: string;
|
|
67188
|
-
};
|
|
67189
|
-
contexts: {
|
|
67190
|
-
trace?: {
|
|
67191
|
-
trace_id?: string | undefined;
|
|
67192
|
-
type?: string | undefined;
|
|
67193
|
-
op?: string | undefined;
|
|
67194
|
-
span_id?: string | undefined;
|
|
67195
|
-
} | undefined;
|
|
67196
|
-
browser?: {
|
|
67197
|
-
name?: string | undefined;
|
|
67198
|
-
version?: string | undefined;
|
|
67199
|
-
type?: string | undefined;
|
|
67200
|
-
} | undefined;
|
|
67201
|
-
os?: {
|
|
67202
|
-
name?: string | undefined;
|
|
67203
|
-
version?: string | undefined;
|
|
67204
|
-
type?: string | undefined;
|
|
67205
|
-
} | undefined;
|
|
67206
|
-
organization?: {
|
|
67207
|
-
id?: string | undefined;
|
|
67208
|
-
type?: string | undefined;
|
|
67209
|
-
slug?: string | undefined;
|
|
67210
|
-
} | undefined;
|
|
67211
|
-
ForbiddenError?: {
|
|
67212
|
-
status?: number | undefined;
|
|
67213
|
-
type?: string | undefined;
|
|
67214
|
-
statusText?: string | undefined;
|
|
67215
|
-
responseJSON?: {
|
|
67216
|
-
detail?: string | undefined;
|
|
67217
|
-
} | undefined;
|
|
67218
|
-
} | undefined;
|
|
67219
|
-
};
|
|
67220
|
-
size: number;
|
|
67221
|
-
groupID: string;
|
|
67222
|
-
eventID: string;
|
|
67223
|
-
dateReceived: string;
|
|
67224
|
-
packages: Record<string, unknown>;
|
|
67225
|
-
_meta: {
|
|
67226
|
-
entries?: Record<string, unknown> | undefined;
|
|
67227
|
-
user?: string | null | undefined;
|
|
67228
|
-
sdk?: string | null | undefined;
|
|
67229
|
-
tags?: Record<string, unknown> | undefined;
|
|
67230
|
-
message?: string | null | undefined;
|
|
67231
|
-
context?: string | null | undefined;
|
|
67232
|
-
contexts?: string | null | undefined;
|
|
67233
|
-
packages?: string | null | undefined;
|
|
67234
|
-
};
|
|
67235
|
-
fingerprints: string[];
|
|
67236
|
-
}, {
|
|
67237
|
-
entries: ({
|
|
67238
|
-
data: {
|
|
67239
|
-
values: {
|
|
67240
|
-
data: Record<string, unknown> | null;
|
|
67241
|
-
category: string;
|
|
67242
|
-
event_id: string | null;
|
|
67243
|
-
message: string | null;
|
|
67244
|
-
type: string;
|
|
67245
|
-
timestamp: string;
|
|
67246
|
-
level: string;
|
|
67247
|
-
}[];
|
|
67248
|
-
};
|
|
67249
|
-
type: string;
|
|
67250
|
-
} | {
|
|
67251
|
-
data: {
|
|
67252
|
-
query: string[][];
|
|
67253
|
-
headers: string[][];
|
|
67254
|
-
method: string | null;
|
|
67255
|
-
url: string;
|
|
67256
|
-
data: Record<string, unknown> | null;
|
|
67257
|
-
fragment: string | null;
|
|
67258
|
-
cookies: string[][] | null;
|
|
67259
|
-
inferredContentType: string | null;
|
|
67260
|
-
env: {
|
|
67261
|
-
ENV?: string | undefined;
|
|
67262
|
-
} | null;
|
|
67263
|
-
};
|
|
67264
|
-
type: string;
|
|
67265
|
-
} | {
|
|
67266
|
-
data: {
|
|
67267
|
-
formatted: string;
|
|
67268
|
-
};
|
|
67269
|
-
type: string;
|
|
67270
|
-
} | {
|
|
67271
|
-
data: {
|
|
67272
|
-
values: {
|
|
67273
|
-
value: string;
|
|
67274
|
-
type: string;
|
|
67275
|
-
stacktrace: {
|
|
67276
|
-
hasSystemFrames: boolean;
|
|
67277
|
-
frames: {
|
|
67278
|
-
symbol: string | null;
|
|
67279
|
-
function: string;
|
|
67280
|
-
errors: string | null;
|
|
67281
|
-
platform: string | null;
|
|
67282
|
-
context: (string | number)[][];
|
|
67283
|
-
package: string | null;
|
|
67284
|
-
filename: string;
|
|
67285
|
-
colNo: number | null;
|
|
67286
|
-
vars: Record<string, unknown> | null;
|
|
67287
|
-
absPath: string | null;
|
|
67288
|
-
inApp: boolean;
|
|
67289
|
-
lineNo: number;
|
|
67290
|
-
module: string;
|
|
67291
|
-
instructionAddr: string | null;
|
|
67292
|
-
symbolAddr: string | null;
|
|
67293
|
-
trust: string | null;
|
|
67294
|
-
}[];
|
|
67295
|
-
framesOmitted: string | null;
|
|
67296
|
-
registers: string | null;
|
|
67297
|
-
} | null;
|
|
67298
|
-
module: string | null;
|
|
67299
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
67300
|
-
mechanism: {
|
|
67301
|
-
type?: string | undefined;
|
|
67302
|
-
handled?: boolean | undefined;
|
|
67303
|
-
} | null;
|
|
67304
|
-
threadId: string | null;
|
|
67305
|
-
}[];
|
|
67306
|
-
excOmitted: number[] | null;
|
|
67307
|
-
hasSystemFrames: boolean;
|
|
67308
|
-
};
|
|
67309
|
-
type: string;
|
|
67310
|
-
})[];
|
|
67311
|
-
user: {
|
|
67312
|
-
name: string | null;
|
|
67313
|
-
data: {
|
|
67314
|
-
isStaff?: boolean | undefined;
|
|
67315
|
-
} | null;
|
|
67316
|
-
id: string;
|
|
67317
|
-
username: string | null;
|
|
67318
|
-
email: string | null;
|
|
67319
|
-
ip_address: string | null;
|
|
67320
|
-
} | null;
|
|
67321
|
-
errors: {
|
|
67322
|
-
data?: {
|
|
67323
|
-
source?: string | undefined;
|
|
67324
|
-
column?: number | undefined;
|
|
67325
|
-
row?: number | undefined;
|
|
67326
|
-
} | undefined;
|
|
67327
|
-
message?: string | undefined;
|
|
67328
|
-
type?: string | undefined;
|
|
67329
|
-
}[];
|
|
67330
|
-
dist: string | null;
|
|
67331
|
-
id: string;
|
|
67332
|
-
platform: string;
|
|
67333
|
-
sdk: {
|
|
67334
|
-
name?: string | undefined;
|
|
67335
|
-
version?: string | undefined;
|
|
67336
|
-
};
|
|
67337
|
-
tags: {
|
|
67338
|
-
value?: string | undefined;
|
|
67339
|
-
key?: string | undefined;
|
|
67340
|
-
_meta?: string | null | undefined;
|
|
67341
|
-
}[];
|
|
67342
|
-
message: string;
|
|
67343
|
-
type: string;
|
|
67344
|
-
dateCreated: string;
|
|
67345
|
-
title: string;
|
|
67346
|
-
context: {
|
|
67347
|
-
url?: string | undefined;
|
|
67348
|
-
resp?: {
|
|
67349
|
-
name?: string | undefined;
|
|
67350
|
-
status?: number | undefined;
|
|
67351
|
-
message?: string | undefined;
|
|
67352
|
-
statusText?: string | undefined;
|
|
67353
|
-
responseJSON?: {
|
|
67354
|
-
detail?: string | undefined;
|
|
67355
|
-
} | undefined;
|
|
67356
|
-
stack?: string | undefined;
|
|
67357
|
-
} | undefined;
|
|
67358
|
-
session?: {
|
|
67359
|
-
foo?: string | undefined;
|
|
67360
|
-
} | undefined;
|
|
67361
|
-
unauthorized?: boolean | undefined;
|
|
67362
|
-
};
|
|
67363
|
-
metadata: {
|
|
67364
|
-
value: string;
|
|
67365
|
-
type: string;
|
|
67366
|
-
} | {
|
|
67367
|
-
title: string;
|
|
67368
|
-
};
|
|
67369
|
-
contexts: {
|
|
67370
|
-
trace?: {
|
|
67371
|
-
trace_id?: string | undefined;
|
|
67372
|
-
type?: string | undefined;
|
|
67373
|
-
op?: string | undefined;
|
|
67374
|
-
span_id?: string | undefined;
|
|
67375
|
-
} | undefined;
|
|
67376
|
-
browser?: {
|
|
67377
|
-
name?: string | undefined;
|
|
67378
|
-
version?: string | undefined;
|
|
67379
|
-
type?: string | undefined;
|
|
67380
|
-
} | undefined;
|
|
67381
|
-
os?: {
|
|
67382
|
-
name?: string | undefined;
|
|
67383
|
-
version?: string | undefined;
|
|
67384
|
-
type?: string | undefined;
|
|
67385
|
-
} | undefined;
|
|
67386
|
-
organization?: {
|
|
67387
|
-
id?: string | undefined;
|
|
67388
|
-
type?: string | undefined;
|
|
67389
|
-
slug?: string | undefined;
|
|
67390
|
-
} | undefined;
|
|
67391
|
-
ForbiddenError?: {
|
|
67392
|
-
status?: number | undefined;
|
|
67393
|
-
type?: string | undefined;
|
|
67394
|
-
statusText?: string | undefined;
|
|
67395
|
-
responseJSON?: {
|
|
67396
|
-
detail?: string | undefined;
|
|
67397
|
-
} | undefined;
|
|
67398
|
-
} | undefined;
|
|
67399
|
-
};
|
|
67400
|
-
size: number;
|
|
67401
|
-
groupID: string;
|
|
67402
|
-
eventID: string;
|
|
67403
|
-
dateReceived: string;
|
|
67404
|
-
packages: Record<string, unknown>;
|
|
67405
|
-
_meta: {
|
|
67406
|
-
entries?: Record<string, unknown> | undefined;
|
|
67407
|
-
user?: string | null | undefined;
|
|
67408
|
-
sdk?: string | null | undefined;
|
|
67409
|
-
tags?: Record<string, unknown> | undefined;
|
|
67410
|
-
message?: string | null | undefined;
|
|
67411
|
-
context?: string | null | undefined;
|
|
67412
|
-
contexts?: string | null | undefined;
|
|
67413
|
-
packages?: string | null | undefined;
|
|
67414
|
-
};
|
|
67415
|
-
fingerprints: string[];
|
|
67416
|
-
}>>;
|
|
67417
|
-
id: z.ZodOptional<z.ZodString>;
|
|
67418
|
-
}, "strip", z.ZodTypeAny, {
|
|
67419
|
-
id?: string | undefined;
|
|
67420
|
-
latestEvent?: {
|
|
67421
|
-
entries: ({
|
|
67422
|
-
data: {
|
|
67423
|
-
values: {
|
|
67424
|
-
data: Record<string, unknown> | null;
|
|
67425
|
-
category: string;
|
|
67426
|
-
event_id: string | null;
|
|
67427
|
-
message: string | null;
|
|
67428
|
-
type: string;
|
|
67429
|
-
timestamp: string;
|
|
67430
|
-
level: string;
|
|
67431
|
-
}[];
|
|
67432
|
-
};
|
|
67433
|
-
type: string;
|
|
67434
|
-
} | {
|
|
67435
|
-
data: {
|
|
67436
|
-
query: string[][];
|
|
67437
|
-
headers: string[][];
|
|
67438
|
-
method: string | null;
|
|
67439
|
-
url: string;
|
|
67440
|
-
data: Record<string, unknown> | null;
|
|
67441
|
-
fragment: string | null;
|
|
67442
|
-
cookies: string[][] | null;
|
|
67443
|
-
inferredContentType: string | null;
|
|
67444
|
-
env: {
|
|
67445
|
-
ENV?: string | undefined;
|
|
67446
|
-
} | null;
|
|
67447
|
-
};
|
|
67448
|
-
type: string;
|
|
67449
|
-
} | {
|
|
67450
|
-
data: {
|
|
67451
|
-
formatted: string;
|
|
67452
|
-
};
|
|
67453
|
-
type: string;
|
|
67454
|
-
} | {
|
|
67455
|
-
data: {
|
|
67456
|
-
values: {
|
|
67457
|
-
value: string;
|
|
67458
|
-
type: string;
|
|
67459
|
-
stacktrace: {
|
|
67460
|
-
hasSystemFrames: boolean;
|
|
67461
|
-
frames: {
|
|
67462
|
-
symbol: string | null;
|
|
67463
|
-
function: string;
|
|
67464
|
-
errors: string | null;
|
|
67465
|
-
platform: string | null;
|
|
67466
|
-
context: (string | number)[][];
|
|
67467
|
-
package: string | null;
|
|
67468
|
-
filename: string;
|
|
67469
|
-
colNo: number | null;
|
|
67470
|
-
vars: Record<string, unknown> | null;
|
|
67471
|
-
absPath: string | null;
|
|
67472
|
-
inApp: boolean;
|
|
67473
|
-
lineNo: number;
|
|
67474
|
-
module: string;
|
|
67475
|
-
instructionAddr: string | null;
|
|
67476
|
-
symbolAddr: string | null;
|
|
67477
|
-
trust: string | null;
|
|
67478
|
-
}[];
|
|
67479
|
-
framesOmitted: string | null;
|
|
67480
|
-
registers: string | null;
|
|
67481
|
-
} | null;
|
|
67482
|
-
module: string | null;
|
|
67483
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
67484
|
-
mechanism: {
|
|
67485
|
-
type?: string | undefined;
|
|
67486
|
-
handled?: boolean | undefined;
|
|
67487
|
-
} | null;
|
|
67488
|
-
threadId: string | null;
|
|
67489
|
-
}[];
|
|
67490
|
-
excOmitted: number[] | null;
|
|
67491
|
-
hasSystemFrames: boolean;
|
|
67492
|
-
};
|
|
67493
|
-
type: string;
|
|
67494
|
-
})[];
|
|
67495
|
-
user: {
|
|
67496
|
-
name: string | null;
|
|
67497
|
-
data: {
|
|
67498
|
-
isStaff?: boolean | undefined;
|
|
67499
|
-
} | null;
|
|
67500
|
-
id: string;
|
|
67501
|
-
username: string | null;
|
|
67502
|
-
email: string | null;
|
|
67503
|
-
ip_address: string | null;
|
|
67504
|
-
} | null;
|
|
67505
|
-
errors: {
|
|
67506
|
-
data?: {
|
|
67507
|
-
source?: string | undefined;
|
|
67508
|
-
column?: number | undefined;
|
|
67509
|
-
row?: number | undefined;
|
|
67510
|
-
} | undefined;
|
|
67511
|
-
message?: string | undefined;
|
|
67512
|
-
type?: string | undefined;
|
|
67513
|
-
}[];
|
|
67514
|
-
dist: string | null;
|
|
67515
|
-
id: string;
|
|
67516
|
-
platform: string;
|
|
67517
|
-
sdk: {
|
|
67518
|
-
name?: string | undefined;
|
|
67519
|
-
version?: string | undefined;
|
|
67520
|
-
};
|
|
67521
|
-
tags: {
|
|
67522
|
-
value?: string | undefined;
|
|
67523
|
-
key?: string | undefined;
|
|
67524
|
-
_meta?: string | null | undefined;
|
|
67525
|
-
}[];
|
|
67526
|
-
message: string;
|
|
67527
|
-
type: string;
|
|
67528
|
-
dateCreated: string;
|
|
67529
|
-
title: string;
|
|
67530
|
-
context: {
|
|
67531
|
-
url?: string | undefined;
|
|
67532
|
-
resp?: {
|
|
67533
|
-
name?: string | undefined;
|
|
67534
|
-
status?: number | undefined;
|
|
67535
|
-
message?: string | undefined;
|
|
67536
|
-
statusText?: string | undefined;
|
|
67537
|
-
responseJSON?: {
|
|
67538
|
-
detail?: string | undefined;
|
|
67539
|
-
} | undefined;
|
|
67540
|
-
stack?: string | undefined;
|
|
67541
|
-
} | undefined;
|
|
67542
|
-
session?: {
|
|
67543
|
-
foo?: string | undefined;
|
|
67544
|
-
} | undefined;
|
|
67545
|
-
unauthorized?: boolean | undefined;
|
|
67546
|
-
};
|
|
67547
|
-
metadata: {
|
|
67548
|
-
value: string;
|
|
67549
|
-
type: string;
|
|
67550
|
-
} | {
|
|
67551
|
-
title: string;
|
|
67552
|
-
};
|
|
67553
|
-
contexts: {
|
|
67554
|
-
trace?: {
|
|
67555
|
-
trace_id?: string | undefined;
|
|
67556
|
-
type?: string | undefined;
|
|
67557
|
-
op?: string | undefined;
|
|
67558
|
-
span_id?: string | undefined;
|
|
67559
|
-
} | undefined;
|
|
67560
|
-
browser?: {
|
|
67561
|
-
name?: string | undefined;
|
|
67562
|
-
version?: string | undefined;
|
|
67563
|
-
type?: string | undefined;
|
|
67564
|
-
} | undefined;
|
|
67565
|
-
os?: {
|
|
67566
|
-
name?: string | undefined;
|
|
67567
|
-
version?: string | undefined;
|
|
67568
|
-
type?: string | undefined;
|
|
67569
|
-
} | undefined;
|
|
67570
|
-
organization?: {
|
|
67571
|
-
id?: string | undefined;
|
|
67572
|
-
type?: string | undefined;
|
|
67573
|
-
slug?: string | undefined;
|
|
67574
|
-
} | undefined;
|
|
67575
|
-
ForbiddenError?: {
|
|
67576
|
-
status?: number | undefined;
|
|
67577
|
-
type?: string | undefined;
|
|
67578
|
-
statusText?: string | undefined;
|
|
67579
|
-
responseJSON?: {
|
|
67580
|
-
detail?: string | undefined;
|
|
67581
|
-
} | undefined;
|
|
67582
|
-
} | undefined;
|
|
67583
|
-
};
|
|
67584
|
-
size: number;
|
|
67585
|
-
groupID: string;
|
|
67586
|
-
eventID: string;
|
|
67587
|
-
dateReceived: string;
|
|
67588
|
-
packages: Record<string, unknown>;
|
|
67589
|
-
_meta: {
|
|
67590
|
-
entries?: Record<string, unknown> | undefined;
|
|
67591
|
-
user?: string | null | undefined;
|
|
67592
|
-
sdk?: string | null | undefined;
|
|
67593
|
-
tags?: Record<string, unknown> | undefined;
|
|
67594
|
-
message?: string | null | undefined;
|
|
67595
|
-
context?: string | null | undefined;
|
|
67596
|
-
contexts?: string | null | undefined;
|
|
67597
|
-
packages?: string | null | undefined;
|
|
67598
|
-
};
|
|
67599
|
-
fingerprints: string[];
|
|
67600
|
-
} | undefined;
|
|
67601
|
-
}, {
|
|
67602
|
-
id?: string | undefined;
|
|
67603
|
-
latestEvent?: {
|
|
67604
|
-
entries: ({
|
|
67605
|
-
data: {
|
|
67606
|
-
values: {
|
|
67607
|
-
data: Record<string, unknown> | null;
|
|
67608
|
-
category: string;
|
|
67609
|
-
event_id: string | null;
|
|
67610
|
-
message: string | null;
|
|
67611
|
-
type: string;
|
|
67612
|
-
timestamp: string;
|
|
67613
|
-
level: string;
|
|
67614
|
-
}[];
|
|
67615
|
-
};
|
|
67616
|
-
type: string;
|
|
67617
|
-
} | {
|
|
67618
|
-
data: {
|
|
67619
|
-
query: string[][];
|
|
67620
|
-
headers: string[][];
|
|
67621
|
-
method: string | null;
|
|
67622
|
-
url: string;
|
|
67623
|
-
data: Record<string, unknown> | null;
|
|
67624
|
-
fragment: string | null;
|
|
67625
|
-
cookies: string[][] | null;
|
|
67626
|
-
inferredContentType: string | null;
|
|
67627
|
-
env: {
|
|
67628
|
-
ENV?: string | undefined;
|
|
67629
|
-
} | null;
|
|
67630
|
-
};
|
|
67631
|
-
type: string;
|
|
67632
|
-
} | {
|
|
67633
|
-
data: {
|
|
67634
|
-
formatted: string;
|
|
67635
|
-
};
|
|
67636
|
-
type: string;
|
|
67637
|
-
} | {
|
|
67638
|
-
data: {
|
|
67639
|
-
values: {
|
|
67640
|
-
value: string;
|
|
67641
|
-
type: string;
|
|
67642
|
-
stacktrace: {
|
|
67643
|
-
hasSystemFrames: boolean;
|
|
67644
|
-
frames: {
|
|
67645
|
-
symbol: string | null;
|
|
67646
|
-
function: string;
|
|
67647
|
-
errors: string | null;
|
|
67648
|
-
platform: string | null;
|
|
67649
|
-
context: (string | number)[][];
|
|
67650
|
-
package: string | null;
|
|
67651
|
-
filename: string;
|
|
67652
|
-
colNo: number | null;
|
|
67653
|
-
vars: Record<string, unknown> | null;
|
|
67654
|
-
absPath: string | null;
|
|
67655
|
-
inApp: boolean;
|
|
67656
|
-
lineNo: number;
|
|
67657
|
-
module: string;
|
|
67658
|
-
instructionAddr: string | null;
|
|
67659
|
-
symbolAddr: string | null;
|
|
67660
|
-
trust: string | null;
|
|
67661
|
-
}[];
|
|
67662
|
-
framesOmitted: string | null;
|
|
67663
|
-
registers: string | null;
|
|
67664
|
-
} | null;
|
|
67665
|
-
module: string | null;
|
|
67666
|
-
rawStacktrace: Record<string, unknown> | null;
|
|
67667
|
-
mechanism: {
|
|
67668
|
-
type?: string | undefined;
|
|
67669
|
-
handled?: boolean | undefined;
|
|
67670
|
-
} | null;
|
|
67671
|
-
threadId: string | null;
|
|
67672
|
-
}[];
|
|
67673
|
-
excOmitted: number[] | null;
|
|
67674
|
-
hasSystemFrames: boolean;
|
|
67675
|
-
};
|
|
67676
|
-
type: string;
|
|
67677
|
-
})[];
|
|
67678
|
-
user: {
|
|
67679
|
-
name: string | null;
|
|
67680
|
-
data: {
|
|
67681
|
-
isStaff?: boolean | undefined;
|
|
67682
|
-
} | null;
|
|
67683
|
-
id: string;
|
|
67684
|
-
username: string | null;
|
|
67685
|
-
email: string | null;
|
|
67686
|
-
ip_address: string | null;
|
|
67687
|
-
} | null;
|
|
67688
|
-
errors: {
|
|
67689
|
-
data?: {
|
|
67690
|
-
source?: string | undefined;
|
|
67691
|
-
column?: number | undefined;
|
|
67692
|
-
row?: number | undefined;
|
|
67693
|
-
} | undefined;
|
|
67694
|
-
message?: string | undefined;
|
|
67695
|
-
type?: string | undefined;
|
|
67696
|
-
}[];
|
|
67697
|
-
dist: string | null;
|
|
67698
|
-
id: string;
|
|
67699
|
-
platform: string;
|
|
67700
|
-
sdk: {
|
|
67701
|
-
name?: string | undefined;
|
|
67702
|
-
version?: string | undefined;
|
|
67703
|
-
};
|
|
67704
|
-
tags: {
|
|
67705
|
-
value?: string | undefined;
|
|
67706
|
-
key?: string | undefined;
|
|
67707
|
-
_meta?: string | null | undefined;
|
|
67708
|
-
}[];
|
|
67709
|
-
message: string;
|
|
67710
|
-
type: string;
|
|
67711
|
-
dateCreated: string;
|
|
67712
|
-
title: string;
|
|
67713
|
-
context: {
|
|
67714
|
-
url?: string | undefined;
|
|
67715
|
-
resp?: {
|
|
67716
|
-
name?: string | undefined;
|
|
67717
|
-
status?: number | undefined;
|
|
67718
|
-
message?: string | undefined;
|
|
67719
|
-
statusText?: string | undefined;
|
|
67720
|
-
responseJSON?: {
|
|
67721
|
-
detail?: string | undefined;
|
|
67722
|
-
} | undefined;
|
|
67723
|
-
stack?: string | undefined;
|
|
67724
|
-
} | undefined;
|
|
67725
|
-
session?: {
|
|
67726
|
-
foo?: string | undefined;
|
|
67727
|
-
} | undefined;
|
|
67728
|
-
unauthorized?: boolean | undefined;
|
|
67729
|
-
};
|
|
67730
|
-
metadata: {
|
|
67731
|
-
value: string;
|
|
67732
|
-
type: string;
|
|
67733
|
-
} | {
|
|
67734
|
-
title: string;
|
|
67735
|
-
};
|
|
67736
|
-
contexts: {
|
|
67737
|
-
trace?: {
|
|
67738
|
-
trace_id?: string | undefined;
|
|
67739
|
-
type?: string | undefined;
|
|
67740
|
-
op?: string | undefined;
|
|
67741
|
-
span_id?: string | undefined;
|
|
67742
|
-
} | undefined;
|
|
67743
|
-
browser?: {
|
|
67744
|
-
name?: string | undefined;
|
|
67745
|
-
version?: string | undefined;
|
|
67746
|
-
type?: string | undefined;
|
|
67747
|
-
} | undefined;
|
|
67748
|
-
os?: {
|
|
67749
|
-
name?: string | undefined;
|
|
67750
|
-
version?: string | undefined;
|
|
67751
|
-
type?: string | undefined;
|
|
67752
|
-
} | undefined;
|
|
67753
|
-
organization?: {
|
|
67754
|
-
id?: string | undefined;
|
|
67755
|
-
type?: string | undefined;
|
|
67756
|
-
slug?: string | undefined;
|
|
67757
|
-
} | undefined;
|
|
67758
|
-
ForbiddenError?: {
|
|
67759
|
-
status?: number | undefined;
|
|
67760
|
-
type?: string | undefined;
|
|
67761
|
-
statusText?: string | undefined;
|
|
67762
|
-
responseJSON?: {
|
|
67763
|
-
detail?: string | undefined;
|
|
67764
|
-
} | undefined;
|
|
67765
|
-
} | undefined;
|
|
67766
|
-
};
|
|
67767
|
-
size: number;
|
|
67768
|
-
groupID: string;
|
|
67769
|
-
eventID: string;
|
|
67770
|
-
dateReceived: string;
|
|
67771
|
-
packages: Record<string, unknown>;
|
|
67772
|
-
_meta: {
|
|
67773
|
-
entries?: Record<string, unknown> | undefined;
|
|
67774
|
-
user?: string | null | undefined;
|
|
67775
|
-
sdk?: string | null | undefined;
|
|
67776
|
-
tags?: Record<string, unknown> | undefined;
|
|
67777
|
-
message?: string | null | undefined;
|
|
67778
|
-
context?: string | null | undefined;
|
|
67779
|
-
contexts?: string | null | undefined;
|
|
67780
|
-
packages?: string | null | undefined;
|
|
67781
|
-
};
|
|
67782
|
-
fingerprints: string[];
|
|
67783
|
-
} | undefined;
|
|
67784
|
-
}>, "many">;
|
|
67785
66634
|
export declare const zListAnOrganizationSReleasesData: z.ZodObject<{
|
|
67786
66635
|
body: z.ZodOptional<z.ZodNever>;
|
|
67787
66636
|
path: z.ZodObject<{
|
|
@@ -71714,6 +70563,475 @@ export declare const zRetrieveCustomIntegrationIssueLinksForTheGivenSentryIssueR
|
|
|
71714
70563
|
serviceType: string;
|
|
71715
70564
|
webUrl: string;
|
|
71716
70565
|
}>, "many">;
|
|
70566
|
+
export declare const zListAnIssueSHashesData: z.ZodObject<{
|
|
70567
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
70568
|
+
path: z.ZodObject<{
|
|
70569
|
+
organization_id_or_slug: z.ZodString;
|
|
70570
|
+
issue_id: z.ZodNumber;
|
|
70571
|
+
}, "strip", z.ZodTypeAny, {
|
|
70572
|
+
organization_id_or_slug: string;
|
|
70573
|
+
issue_id: number;
|
|
70574
|
+
}, {
|
|
70575
|
+
organization_id_or_slug: string;
|
|
70576
|
+
issue_id: number;
|
|
70577
|
+
}>;
|
|
70578
|
+
query: z.ZodOptional<z.ZodObject<{
|
|
70579
|
+
full: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
70580
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
70581
|
+
}, "strip", z.ZodTypeAny, {
|
|
70582
|
+
full: boolean;
|
|
70583
|
+
cursor?: string | undefined;
|
|
70584
|
+
}, {
|
|
70585
|
+
full?: boolean | undefined;
|
|
70586
|
+
cursor?: string | undefined;
|
|
70587
|
+
}>>;
|
|
70588
|
+
}, "strip", z.ZodTypeAny, {
|
|
70589
|
+
path: {
|
|
70590
|
+
organization_id_or_slug: string;
|
|
70591
|
+
issue_id: number;
|
|
70592
|
+
};
|
|
70593
|
+
query?: {
|
|
70594
|
+
full: boolean;
|
|
70595
|
+
cursor?: string | undefined;
|
|
70596
|
+
} | undefined;
|
|
70597
|
+
body?: undefined;
|
|
70598
|
+
}, {
|
|
70599
|
+
path: {
|
|
70600
|
+
organization_id_or_slug: string;
|
|
70601
|
+
issue_id: number;
|
|
70602
|
+
};
|
|
70603
|
+
query?: {
|
|
70604
|
+
full?: boolean | undefined;
|
|
70605
|
+
cursor?: string | undefined;
|
|
70606
|
+
} | undefined;
|
|
70607
|
+
body?: undefined;
|
|
70608
|
+
}>;
|
|
70609
|
+
export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
|
|
70610
|
+
id: z.ZodString;
|
|
70611
|
+
latestEvent: z.ZodUnion<[z.ZodObject<{
|
|
70612
|
+
id: z.ZodString;
|
|
70613
|
+
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70614
|
+
eventID: z.ZodString;
|
|
70615
|
+
projectID: z.ZodString;
|
|
70616
|
+
message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70617
|
+
title: z.ZodString;
|
|
70618
|
+
location: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70619
|
+
user: z.ZodUnion<[z.ZodObject<{
|
|
70620
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70621
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70622
|
+
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70623
|
+
ip_address: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70624
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70625
|
+
geo: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
|
|
70626
|
+
data: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
70627
|
+
}, "strip", z.ZodTypeAny, {
|
|
70628
|
+
name?: string | null | undefined;
|
|
70629
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70630
|
+
id?: string | null | undefined;
|
|
70631
|
+
username?: string | null | undefined;
|
|
70632
|
+
email?: string | null | undefined;
|
|
70633
|
+
ip_address?: string | null | undefined;
|
|
70634
|
+
geo?: Record<string, string> | null | undefined;
|
|
70635
|
+
}, {
|
|
70636
|
+
name?: string | null | undefined;
|
|
70637
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70638
|
+
id?: string | null | undefined;
|
|
70639
|
+
username?: string | null | undefined;
|
|
70640
|
+
email?: string | null | undefined;
|
|
70641
|
+
ip_address?: string | null | undefined;
|
|
70642
|
+
geo?: Record<string, string> | null | undefined;
|
|
70643
|
+
}>, z.ZodNull]>;
|
|
70644
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
70645
|
+
query: z.ZodOptional<z.ZodString>;
|
|
70646
|
+
key: z.ZodString;
|
|
70647
|
+
value: z.ZodString;
|
|
70648
|
+
}, "strip", z.ZodTypeAny, {
|
|
70649
|
+
value: string;
|
|
70650
|
+
key: string;
|
|
70651
|
+
query?: string | undefined;
|
|
70652
|
+
}, {
|
|
70653
|
+
value: string;
|
|
70654
|
+
key: string;
|
|
70655
|
+
query?: string | undefined;
|
|
70656
|
+
}>, "many">;
|
|
70657
|
+
platform: z.ZodString;
|
|
70658
|
+
dateReceived: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70659
|
+
contexts: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
70660
|
+
size: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
70661
|
+
entries: z.ZodArray<z.ZodUnknown, "many">;
|
|
70662
|
+
dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70663
|
+
sdk: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
70664
|
+
context: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
70665
|
+
packages: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
70666
|
+
type: z.ZodString;
|
|
70667
|
+
metadata: z.ZodUnknown;
|
|
70668
|
+
errors: z.ZodArray<z.ZodUnknown, "many">;
|
|
70669
|
+
occurrence: z.ZodUnknown;
|
|
70670
|
+
_meta: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
70671
|
+
crashFile: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70672
|
+
culprit: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70673
|
+
dateCreated: z.ZodOptional<z.ZodString>;
|
|
70674
|
+
fingerprints: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
70675
|
+
groupingConfig: z.ZodOptional<z.ZodUnknown>;
|
|
70676
|
+
startTimestamp: z.ZodOptional<z.ZodString>;
|
|
70677
|
+
endTimestamp: z.ZodOptional<z.ZodString>;
|
|
70678
|
+
measurements: z.ZodOptional<z.ZodUnknown>;
|
|
70679
|
+
breakdowns: z.ZodOptional<z.ZodUnknown>;
|
|
70680
|
+
}, "strip", z.ZodTypeAny, {
|
|
70681
|
+
entries: unknown[];
|
|
70682
|
+
user: {
|
|
70683
|
+
name?: string | null | undefined;
|
|
70684
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70685
|
+
id?: string | null | undefined;
|
|
70686
|
+
username?: string | null | undefined;
|
|
70687
|
+
email?: string | null | undefined;
|
|
70688
|
+
ip_address?: string | null | undefined;
|
|
70689
|
+
geo?: Record<string, string> | null | undefined;
|
|
70690
|
+
} | null;
|
|
70691
|
+
errors: unknown[];
|
|
70692
|
+
dist: string | null;
|
|
70693
|
+
id: string;
|
|
70694
|
+
platform: string;
|
|
70695
|
+
sdk: Record<string, string>;
|
|
70696
|
+
tags: {
|
|
70697
|
+
value: string;
|
|
70698
|
+
key: string;
|
|
70699
|
+
query?: string | undefined;
|
|
70700
|
+
}[];
|
|
70701
|
+
message: string | null;
|
|
70702
|
+
type: string;
|
|
70703
|
+
title: string;
|
|
70704
|
+
context: Record<string, unknown> | null;
|
|
70705
|
+
contexts: Record<string, unknown> | null;
|
|
70706
|
+
size: number | null;
|
|
70707
|
+
groupID: string | null;
|
|
70708
|
+
eventID: string;
|
|
70709
|
+
projectID: string;
|
|
70710
|
+
location: string | null;
|
|
70711
|
+
dateReceived: string | null;
|
|
70712
|
+
packages: Record<string, unknown>;
|
|
70713
|
+
_meta: Record<string, unknown>;
|
|
70714
|
+
dateCreated?: string | undefined;
|
|
70715
|
+
groupingConfig?: unknown;
|
|
70716
|
+
metadata?: unknown;
|
|
70717
|
+
occurrence?: unknown;
|
|
70718
|
+
crashFile?: string | null | undefined;
|
|
70719
|
+
culprit?: string | null | undefined;
|
|
70720
|
+
fingerprints?: string[] | undefined;
|
|
70721
|
+
startTimestamp?: string | undefined;
|
|
70722
|
+
endTimestamp?: string | undefined;
|
|
70723
|
+
measurements?: unknown;
|
|
70724
|
+
breakdowns?: unknown;
|
|
70725
|
+
}, {
|
|
70726
|
+
entries: unknown[];
|
|
70727
|
+
user: {
|
|
70728
|
+
name?: string | null | undefined;
|
|
70729
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70730
|
+
id?: string | null | undefined;
|
|
70731
|
+
username?: string | null | undefined;
|
|
70732
|
+
email?: string | null | undefined;
|
|
70733
|
+
ip_address?: string | null | undefined;
|
|
70734
|
+
geo?: Record<string, string> | null | undefined;
|
|
70735
|
+
} | null;
|
|
70736
|
+
errors: unknown[];
|
|
70737
|
+
dist: string | null;
|
|
70738
|
+
id: string;
|
|
70739
|
+
platform: string;
|
|
70740
|
+
sdk: Record<string, string>;
|
|
70741
|
+
tags: {
|
|
70742
|
+
value: string;
|
|
70743
|
+
key: string;
|
|
70744
|
+
query?: string | undefined;
|
|
70745
|
+
}[];
|
|
70746
|
+
message: string | null;
|
|
70747
|
+
type: string;
|
|
70748
|
+
title: string;
|
|
70749
|
+
context: Record<string, unknown> | null;
|
|
70750
|
+
contexts: Record<string, unknown> | null;
|
|
70751
|
+
size: number | null;
|
|
70752
|
+
groupID: string | null;
|
|
70753
|
+
eventID: string;
|
|
70754
|
+
projectID: string;
|
|
70755
|
+
location: string | null;
|
|
70756
|
+
dateReceived: string | null;
|
|
70757
|
+
packages: Record<string, unknown>;
|
|
70758
|
+
_meta: Record<string, unknown>;
|
|
70759
|
+
dateCreated?: string | undefined;
|
|
70760
|
+
groupingConfig?: unknown;
|
|
70761
|
+
metadata?: unknown;
|
|
70762
|
+
occurrence?: unknown;
|
|
70763
|
+
crashFile?: string | null | undefined;
|
|
70764
|
+
culprit?: string | null | undefined;
|
|
70765
|
+
fingerprints?: string[] | undefined;
|
|
70766
|
+
startTimestamp?: string | undefined;
|
|
70767
|
+
endTimestamp?: string | undefined;
|
|
70768
|
+
measurements?: unknown;
|
|
70769
|
+
breakdowns?: unknown;
|
|
70770
|
+
}>, z.ZodObject<{
|
|
70771
|
+
id: z.ZodString;
|
|
70772
|
+
'event.type': z.ZodString;
|
|
70773
|
+
groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70774
|
+
eventID: z.ZodString;
|
|
70775
|
+
projectID: z.ZodString;
|
|
70776
|
+
message: z.ZodString;
|
|
70777
|
+
title: z.ZodString;
|
|
70778
|
+
location: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70779
|
+
culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70780
|
+
user: z.ZodUnion<[z.ZodObject<{
|
|
70781
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70782
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70783
|
+
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70784
|
+
ip_address: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70785
|
+
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
70786
|
+
geo: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
|
|
70787
|
+
data: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
|
|
70788
|
+
}, "strip", z.ZodTypeAny, {
|
|
70789
|
+
name?: string | null | undefined;
|
|
70790
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70791
|
+
id?: string | null | undefined;
|
|
70792
|
+
username?: string | null | undefined;
|
|
70793
|
+
email?: string | null | undefined;
|
|
70794
|
+
ip_address?: string | null | undefined;
|
|
70795
|
+
geo?: Record<string, string> | null | undefined;
|
|
70796
|
+
}, {
|
|
70797
|
+
name?: string | null | undefined;
|
|
70798
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70799
|
+
id?: string | null | undefined;
|
|
70800
|
+
username?: string | null | undefined;
|
|
70801
|
+
email?: string | null | undefined;
|
|
70802
|
+
ip_address?: string | null | undefined;
|
|
70803
|
+
geo?: Record<string, string> | null | undefined;
|
|
70804
|
+
}>, z.ZodNull]>;
|
|
70805
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
70806
|
+
query: z.ZodOptional<z.ZodString>;
|
|
70807
|
+
key: z.ZodString;
|
|
70808
|
+
value: z.ZodString;
|
|
70809
|
+
}, "strip", z.ZodTypeAny, {
|
|
70810
|
+
value: string;
|
|
70811
|
+
key: string;
|
|
70812
|
+
query?: string | undefined;
|
|
70813
|
+
}, {
|
|
70814
|
+
value: string;
|
|
70815
|
+
key: string;
|
|
70816
|
+
query?: string | undefined;
|
|
70817
|
+
}>, "many">;
|
|
70818
|
+
platform: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70819
|
+
dateCreated: z.ZodString;
|
|
70820
|
+
crashFile: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
70821
|
+
metadata: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
70822
|
+
}, "strip", z.ZodTypeAny, {
|
|
70823
|
+
user: {
|
|
70824
|
+
name?: string | null | undefined;
|
|
70825
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70826
|
+
id?: string | null | undefined;
|
|
70827
|
+
username?: string | null | undefined;
|
|
70828
|
+
email?: string | null | undefined;
|
|
70829
|
+
ip_address?: string | null | undefined;
|
|
70830
|
+
geo?: Record<string, string> | null | undefined;
|
|
70831
|
+
} | null;
|
|
70832
|
+
id: string;
|
|
70833
|
+
platform: string | null;
|
|
70834
|
+
tags: {
|
|
70835
|
+
value: string;
|
|
70836
|
+
key: string;
|
|
70837
|
+
query?: string | undefined;
|
|
70838
|
+
}[];
|
|
70839
|
+
message: string;
|
|
70840
|
+
dateCreated: string;
|
|
70841
|
+
title: string;
|
|
70842
|
+
metadata: Record<string, unknown> | null;
|
|
70843
|
+
groupID: string | null;
|
|
70844
|
+
eventID: string;
|
|
70845
|
+
projectID: string;
|
|
70846
|
+
location: string | null;
|
|
70847
|
+
crashFile: string | null;
|
|
70848
|
+
culprit: string | null;
|
|
70849
|
+
'event.type': string;
|
|
70850
|
+
}, {
|
|
70851
|
+
user: {
|
|
70852
|
+
name?: string | null | undefined;
|
|
70853
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70854
|
+
id?: string | null | undefined;
|
|
70855
|
+
username?: string | null | undefined;
|
|
70856
|
+
email?: string | null | undefined;
|
|
70857
|
+
ip_address?: string | null | undefined;
|
|
70858
|
+
geo?: Record<string, string> | null | undefined;
|
|
70859
|
+
} | null;
|
|
70860
|
+
id: string;
|
|
70861
|
+
platform: string | null;
|
|
70862
|
+
tags: {
|
|
70863
|
+
value: string;
|
|
70864
|
+
key: string;
|
|
70865
|
+
query?: string | undefined;
|
|
70866
|
+
}[];
|
|
70867
|
+
message: string;
|
|
70868
|
+
dateCreated: string;
|
|
70869
|
+
title: string;
|
|
70870
|
+
metadata: Record<string, unknown> | null;
|
|
70871
|
+
groupID: string | null;
|
|
70872
|
+
eventID: string;
|
|
70873
|
+
projectID: string;
|
|
70874
|
+
location: string | null;
|
|
70875
|
+
crashFile: string | null;
|
|
70876
|
+
culprit: string | null;
|
|
70877
|
+
'event.type': string;
|
|
70878
|
+
}>, z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>]>;
|
|
70879
|
+
mergedBySeer: z.ZodBoolean;
|
|
70880
|
+
}, "strip", z.ZodTypeAny, {
|
|
70881
|
+
id: string;
|
|
70882
|
+
latestEvent: Record<string, unknown> | {
|
|
70883
|
+
entries: unknown[];
|
|
70884
|
+
user: {
|
|
70885
|
+
name?: string | null | undefined;
|
|
70886
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70887
|
+
id?: string | null | undefined;
|
|
70888
|
+
username?: string | null | undefined;
|
|
70889
|
+
email?: string | null | undefined;
|
|
70890
|
+
ip_address?: string | null | undefined;
|
|
70891
|
+
geo?: Record<string, string> | null | undefined;
|
|
70892
|
+
} | null;
|
|
70893
|
+
errors: unknown[];
|
|
70894
|
+
dist: string | null;
|
|
70895
|
+
id: string;
|
|
70896
|
+
platform: string;
|
|
70897
|
+
sdk: Record<string, string>;
|
|
70898
|
+
tags: {
|
|
70899
|
+
value: string;
|
|
70900
|
+
key: string;
|
|
70901
|
+
query?: string | undefined;
|
|
70902
|
+
}[];
|
|
70903
|
+
message: string | null;
|
|
70904
|
+
type: string;
|
|
70905
|
+
title: string;
|
|
70906
|
+
context: Record<string, unknown> | null;
|
|
70907
|
+
contexts: Record<string, unknown> | null;
|
|
70908
|
+
size: number | null;
|
|
70909
|
+
groupID: string | null;
|
|
70910
|
+
eventID: string;
|
|
70911
|
+
projectID: string;
|
|
70912
|
+
location: string | null;
|
|
70913
|
+
dateReceived: string | null;
|
|
70914
|
+
packages: Record<string, unknown>;
|
|
70915
|
+
_meta: Record<string, unknown>;
|
|
70916
|
+
dateCreated?: string | undefined;
|
|
70917
|
+
groupingConfig?: unknown;
|
|
70918
|
+
metadata?: unknown;
|
|
70919
|
+
occurrence?: unknown;
|
|
70920
|
+
crashFile?: string | null | undefined;
|
|
70921
|
+
culprit?: string | null | undefined;
|
|
70922
|
+
fingerprints?: string[] | undefined;
|
|
70923
|
+
startTimestamp?: string | undefined;
|
|
70924
|
+
endTimestamp?: string | undefined;
|
|
70925
|
+
measurements?: unknown;
|
|
70926
|
+
breakdowns?: unknown;
|
|
70927
|
+
} | {
|
|
70928
|
+
user: {
|
|
70929
|
+
name?: string | null | undefined;
|
|
70930
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70931
|
+
id?: string | null | undefined;
|
|
70932
|
+
username?: string | null | undefined;
|
|
70933
|
+
email?: string | null | undefined;
|
|
70934
|
+
ip_address?: string | null | undefined;
|
|
70935
|
+
geo?: Record<string, string> | null | undefined;
|
|
70936
|
+
} | null;
|
|
70937
|
+
id: string;
|
|
70938
|
+
platform: string | null;
|
|
70939
|
+
tags: {
|
|
70940
|
+
value: string;
|
|
70941
|
+
key: string;
|
|
70942
|
+
query?: string | undefined;
|
|
70943
|
+
}[];
|
|
70944
|
+
message: string;
|
|
70945
|
+
dateCreated: string;
|
|
70946
|
+
title: string;
|
|
70947
|
+
metadata: Record<string, unknown> | null;
|
|
70948
|
+
groupID: string | null;
|
|
70949
|
+
eventID: string;
|
|
70950
|
+
projectID: string;
|
|
70951
|
+
location: string | null;
|
|
70952
|
+
crashFile: string | null;
|
|
70953
|
+
culprit: string | null;
|
|
70954
|
+
'event.type': string;
|
|
70955
|
+
} | null;
|
|
70956
|
+
mergedBySeer: boolean;
|
|
70957
|
+
}, {
|
|
70958
|
+
id: string;
|
|
70959
|
+
latestEvent: Record<string, unknown> | {
|
|
70960
|
+
entries: unknown[];
|
|
70961
|
+
user: {
|
|
70962
|
+
name?: string | null | undefined;
|
|
70963
|
+
data?: Record<string, unknown> | null | undefined;
|
|
70964
|
+
id?: string | null | undefined;
|
|
70965
|
+
username?: string | null | undefined;
|
|
70966
|
+
email?: string | null | undefined;
|
|
70967
|
+
ip_address?: string | null | undefined;
|
|
70968
|
+
geo?: Record<string, string> | null | undefined;
|
|
70969
|
+
} | null;
|
|
70970
|
+
errors: unknown[];
|
|
70971
|
+
dist: string | null;
|
|
70972
|
+
id: string;
|
|
70973
|
+
platform: string;
|
|
70974
|
+
sdk: Record<string, string>;
|
|
70975
|
+
tags: {
|
|
70976
|
+
value: string;
|
|
70977
|
+
key: string;
|
|
70978
|
+
query?: string | undefined;
|
|
70979
|
+
}[];
|
|
70980
|
+
message: string | null;
|
|
70981
|
+
type: string;
|
|
70982
|
+
title: string;
|
|
70983
|
+
context: Record<string, unknown> | null;
|
|
70984
|
+
contexts: Record<string, unknown> | null;
|
|
70985
|
+
size: number | null;
|
|
70986
|
+
groupID: string | null;
|
|
70987
|
+
eventID: string;
|
|
70988
|
+
projectID: string;
|
|
70989
|
+
location: string | null;
|
|
70990
|
+
dateReceived: string | null;
|
|
70991
|
+
packages: Record<string, unknown>;
|
|
70992
|
+
_meta: Record<string, unknown>;
|
|
70993
|
+
dateCreated?: string | undefined;
|
|
70994
|
+
groupingConfig?: unknown;
|
|
70995
|
+
metadata?: unknown;
|
|
70996
|
+
occurrence?: unknown;
|
|
70997
|
+
crashFile?: string | null | undefined;
|
|
70998
|
+
culprit?: string | null | undefined;
|
|
70999
|
+
fingerprints?: string[] | undefined;
|
|
71000
|
+
startTimestamp?: string | undefined;
|
|
71001
|
+
endTimestamp?: string | undefined;
|
|
71002
|
+
measurements?: unknown;
|
|
71003
|
+
breakdowns?: unknown;
|
|
71004
|
+
} | {
|
|
71005
|
+
user: {
|
|
71006
|
+
name?: string | null | undefined;
|
|
71007
|
+
data?: Record<string, unknown> | null | undefined;
|
|
71008
|
+
id?: string | null | undefined;
|
|
71009
|
+
username?: string | null | undefined;
|
|
71010
|
+
email?: string | null | undefined;
|
|
71011
|
+
ip_address?: string | null | undefined;
|
|
71012
|
+
geo?: Record<string, string> | null | undefined;
|
|
71013
|
+
} | null;
|
|
71014
|
+
id: string;
|
|
71015
|
+
platform: string | null;
|
|
71016
|
+
tags: {
|
|
71017
|
+
value: string;
|
|
71018
|
+
key: string;
|
|
71019
|
+
query?: string | undefined;
|
|
71020
|
+
}[];
|
|
71021
|
+
message: string;
|
|
71022
|
+
dateCreated: string;
|
|
71023
|
+
title: string;
|
|
71024
|
+
metadata: Record<string, unknown> | null;
|
|
71025
|
+
groupID: string | null;
|
|
71026
|
+
eventID: string;
|
|
71027
|
+
projectID: string;
|
|
71028
|
+
location: string | null;
|
|
71029
|
+
crashFile: string | null;
|
|
71030
|
+
culprit: string | null;
|
|
71031
|
+
'event.type': string;
|
|
71032
|
+
} | null;
|
|
71033
|
+
mergedBySeer: boolean;
|
|
71034
|
+
}>, "many">;
|
|
71717
71035
|
export declare const zRetrieveTagDetailsData: z.ZodObject<{
|
|
71718
71036
|
body: z.ZodOptional<z.ZodNever>;
|
|
71719
71037
|
path: z.ZodObject<{
|