@sentry/api 0.159.0 → 0.160.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/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>;
@@ -66130,1658 +66556,6 @@ export declare const zListATagSValuesForAnIssueResponse: z.ZodArray<z.ZodObject<
66130
66556
  lastSeen: string | null;
66131
66557
  query?: string | null | undefined;
66132
66558
  }>, "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
66559
  export declare const zListAnOrganizationSReleasesData: z.ZodObject<{
67786
66560
  body: z.ZodOptional<z.ZodNever>;
67787
66561
  path: z.ZodObject<{
@@ -71714,6 +70488,475 @@ export declare const zRetrieveCustomIntegrationIssueLinksForTheGivenSentryIssueR
71714
70488
  serviceType: string;
71715
70489
  webUrl: string;
71716
70490
  }>, "many">;
70491
+ export declare const zListAnIssueSHashesData: z.ZodObject<{
70492
+ body: z.ZodOptional<z.ZodNever>;
70493
+ path: z.ZodObject<{
70494
+ organization_id_or_slug: z.ZodString;
70495
+ issue_id: z.ZodNumber;
70496
+ }, "strip", z.ZodTypeAny, {
70497
+ organization_id_or_slug: string;
70498
+ issue_id: number;
70499
+ }, {
70500
+ organization_id_or_slug: string;
70501
+ issue_id: number;
70502
+ }>;
70503
+ query: z.ZodOptional<z.ZodObject<{
70504
+ full: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
70505
+ cursor: z.ZodOptional<z.ZodString>;
70506
+ }, "strip", z.ZodTypeAny, {
70507
+ full: boolean;
70508
+ cursor?: string | undefined;
70509
+ }, {
70510
+ full?: boolean | undefined;
70511
+ cursor?: string | undefined;
70512
+ }>>;
70513
+ }, "strip", z.ZodTypeAny, {
70514
+ path: {
70515
+ organization_id_or_slug: string;
70516
+ issue_id: number;
70517
+ };
70518
+ query?: {
70519
+ full: boolean;
70520
+ cursor?: string | undefined;
70521
+ } | undefined;
70522
+ body?: undefined;
70523
+ }, {
70524
+ path: {
70525
+ organization_id_or_slug: string;
70526
+ issue_id: number;
70527
+ };
70528
+ query?: {
70529
+ full?: boolean | undefined;
70530
+ cursor?: string | undefined;
70531
+ } | undefined;
70532
+ body?: undefined;
70533
+ }>;
70534
+ export declare const zListAnIssueSHashesResponse: z.ZodArray<z.ZodObject<{
70535
+ id: z.ZodString;
70536
+ latestEvent: z.ZodUnion<[z.ZodObject<{
70537
+ id: z.ZodString;
70538
+ groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70539
+ eventID: z.ZodString;
70540
+ projectID: z.ZodString;
70541
+ message: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70542
+ title: z.ZodString;
70543
+ location: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70544
+ user: z.ZodUnion<[z.ZodObject<{
70545
+ id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70546
+ email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70547
+ username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70548
+ ip_address: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70549
+ name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70550
+ geo: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
70551
+ data: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
70552
+ }, "strip", z.ZodTypeAny, {
70553
+ name?: string | null | undefined;
70554
+ data?: Record<string, unknown> | null | undefined;
70555
+ id?: string | null | undefined;
70556
+ username?: string | null | undefined;
70557
+ email?: string | null | undefined;
70558
+ ip_address?: string | null | undefined;
70559
+ geo?: Record<string, string> | null | undefined;
70560
+ }, {
70561
+ name?: string | null | undefined;
70562
+ data?: Record<string, unknown> | null | undefined;
70563
+ id?: string | null | undefined;
70564
+ username?: string | null | undefined;
70565
+ email?: string | null | undefined;
70566
+ ip_address?: string | null | undefined;
70567
+ geo?: Record<string, string> | null | undefined;
70568
+ }>, z.ZodNull]>;
70569
+ tags: z.ZodArray<z.ZodObject<{
70570
+ query: z.ZodOptional<z.ZodString>;
70571
+ key: z.ZodString;
70572
+ value: z.ZodString;
70573
+ }, "strip", z.ZodTypeAny, {
70574
+ value: string;
70575
+ key: string;
70576
+ query?: string | undefined;
70577
+ }, {
70578
+ value: string;
70579
+ key: string;
70580
+ query?: string | undefined;
70581
+ }>, "many">;
70582
+ platform: z.ZodString;
70583
+ dateReceived: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70584
+ contexts: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
70585
+ size: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
70586
+ entries: z.ZodArray<z.ZodUnknown, "many">;
70587
+ dist: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70588
+ sdk: z.ZodRecord<z.ZodString, z.ZodString>;
70589
+ context: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
70590
+ packages: z.ZodRecord<z.ZodString, z.ZodUnknown>;
70591
+ type: z.ZodString;
70592
+ metadata: z.ZodUnknown;
70593
+ errors: z.ZodArray<z.ZodUnknown, "many">;
70594
+ occurrence: z.ZodUnknown;
70595
+ _meta: z.ZodRecord<z.ZodString, z.ZodUnknown>;
70596
+ crashFile: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70597
+ culprit: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70598
+ dateCreated: z.ZodOptional<z.ZodString>;
70599
+ fingerprints: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
70600
+ groupingConfig: z.ZodOptional<z.ZodUnknown>;
70601
+ startTimestamp: z.ZodOptional<z.ZodString>;
70602
+ endTimestamp: z.ZodOptional<z.ZodString>;
70603
+ measurements: z.ZodOptional<z.ZodUnknown>;
70604
+ breakdowns: z.ZodOptional<z.ZodUnknown>;
70605
+ }, "strip", z.ZodTypeAny, {
70606
+ entries: unknown[];
70607
+ user: {
70608
+ name?: string | null | undefined;
70609
+ data?: Record<string, unknown> | null | undefined;
70610
+ id?: string | null | undefined;
70611
+ username?: string | null | undefined;
70612
+ email?: string | null | undefined;
70613
+ ip_address?: string | null | undefined;
70614
+ geo?: Record<string, string> | null | undefined;
70615
+ } | null;
70616
+ errors: unknown[];
70617
+ dist: string | null;
70618
+ id: string;
70619
+ platform: string;
70620
+ sdk: Record<string, string>;
70621
+ tags: {
70622
+ value: string;
70623
+ key: string;
70624
+ query?: string | undefined;
70625
+ }[];
70626
+ message: string | null;
70627
+ type: string;
70628
+ title: string;
70629
+ context: Record<string, unknown> | null;
70630
+ contexts: Record<string, unknown> | null;
70631
+ size: number | null;
70632
+ groupID: string | null;
70633
+ eventID: string;
70634
+ projectID: string;
70635
+ location: string | null;
70636
+ dateReceived: string | null;
70637
+ packages: Record<string, unknown>;
70638
+ _meta: Record<string, unknown>;
70639
+ dateCreated?: string | undefined;
70640
+ groupingConfig?: unknown;
70641
+ metadata?: unknown;
70642
+ occurrence?: unknown;
70643
+ crashFile?: string | null | undefined;
70644
+ culprit?: string | null | undefined;
70645
+ fingerprints?: string[] | undefined;
70646
+ startTimestamp?: string | undefined;
70647
+ endTimestamp?: string | undefined;
70648
+ measurements?: unknown;
70649
+ breakdowns?: unknown;
70650
+ }, {
70651
+ entries: unknown[];
70652
+ user: {
70653
+ name?: string | null | undefined;
70654
+ data?: Record<string, unknown> | null | undefined;
70655
+ id?: string | null | undefined;
70656
+ username?: string | null | undefined;
70657
+ email?: string | null | undefined;
70658
+ ip_address?: string | null | undefined;
70659
+ geo?: Record<string, string> | null | undefined;
70660
+ } | null;
70661
+ errors: unknown[];
70662
+ dist: string | null;
70663
+ id: string;
70664
+ platform: string;
70665
+ sdk: Record<string, string>;
70666
+ tags: {
70667
+ value: string;
70668
+ key: string;
70669
+ query?: string | undefined;
70670
+ }[];
70671
+ message: string | null;
70672
+ type: string;
70673
+ title: string;
70674
+ context: Record<string, unknown> | null;
70675
+ contexts: Record<string, unknown> | null;
70676
+ size: number | null;
70677
+ groupID: string | null;
70678
+ eventID: string;
70679
+ projectID: string;
70680
+ location: string | null;
70681
+ dateReceived: string | null;
70682
+ packages: Record<string, unknown>;
70683
+ _meta: Record<string, unknown>;
70684
+ dateCreated?: string | undefined;
70685
+ groupingConfig?: unknown;
70686
+ metadata?: unknown;
70687
+ occurrence?: unknown;
70688
+ crashFile?: string | null | undefined;
70689
+ culprit?: string | null | undefined;
70690
+ fingerprints?: string[] | undefined;
70691
+ startTimestamp?: string | undefined;
70692
+ endTimestamp?: string | undefined;
70693
+ measurements?: unknown;
70694
+ breakdowns?: unknown;
70695
+ }>, z.ZodObject<{
70696
+ id: z.ZodString;
70697
+ 'event.type': z.ZodString;
70698
+ groupID: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70699
+ eventID: z.ZodString;
70700
+ projectID: z.ZodString;
70701
+ message: z.ZodString;
70702
+ title: z.ZodString;
70703
+ location: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70704
+ culprit: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70705
+ user: z.ZodUnion<[z.ZodObject<{
70706
+ id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70707
+ email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70708
+ username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70709
+ ip_address: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70710
+ name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
70711
+ geo: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodString>, z.ZodNull]>>;
70712
+ data: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>>;
70713
+ }, "strip", z.ZodTypeAny, {
70714
+ name?: string | null | undefined;
70715
+ data?: Record<string, unknown> | null | undefined;
70716
+ id?: string | null | undefined;
70717
+ username?: string | null | undefined;
70718
+ email?: string | null | undefined;
70719
+ ip_address?: string | null | undefined;
70720
+ geo?: Record<string, string> | null | undefined;
70721
+ }, {
70722
+ name?: string | null | undefined;
70723
+ data?: Record<string, unknown> | null | undefined;
70724
+ id?: string | null | undefined;
70725
+ username?: string | null | undefined;
70726
+ email?: string | null | undefined;
70727
+ ip_address?: string | null | undefined;
70728
+ geo?: Record<string, string> | null | undefined;
70729
+ }>, z.ZodNull]>;
70730
+ tags: z.ZodArray<z.ZodObject<{
70731
+ query: z.ZodOptional<z.ZodString>;
70732
+ key: z.ZodString;
70733
+ value: z.ZodString;
70734
+ }, "strip", z.ZodTypeAny, {
70735
+ value: string;
70736
+ key: string;
70737
+ query?: string | undefined;
70738
+ }, {
70739
+ value: string;
70740
+ key: string;
70741
+ query?: string | undefined;
70742
+ }>, "many">;
70743
+ platform: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70744
+ dateCreated: z.ZodString;
70745
+ crashFile: z.ZodUnion<[z.ZodString, z.ZodNull]>;
70746
+ metadata: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
70747
+ }, "strip", z.ZodTypeAny, {
70748
+ user: {
70749
+ name?: string | null | undefined;
70750
+ data?: Record<string, unknown> | null | undefined;
70751
+ id?: string | null | undefined;
70752
+ username?: string | null | undefined;
70753
+ email?: string | null | undefined;
70754
+ ip_address?: string | null | undefined;
70755
+ geo?: Record<string, string> | null | undefined;
70756
+ } | null;
70757
+ id: string;
70758
+ platform: string | null;
70759
+ tags: {
70760
+ value: string;
70761
+ key: string;
70762
+ query?: string | undefined;
70763
+ }[];
70764
+ message: string;
70765
+ dateCreated: string;
70766
+ title: string;
70767
+ metadata: Record<string, unknown> | null;
70768
+ groupID: string | null;
70769
+ eventID: string;
70770
+ projectID: string;
70771
+ location: string | null;
70772
+ crashFile: string | null;
70773
+ culprit: string | null;
70774
+ 'event.type': string;
70775
+ }, {
70776
+ user: {
70777
+ name?: string | null | undefined;
70778
+ data?: Record<string, unknown> | null | undefined;
70779
+ id?: string | null | undefined;
70780
+ username?: string | null | undefined;
70781
+ email?: string | null | undefined;
70782
+ ip_address?: string | null | undefined;
70783
+ geo?: Record<string, string> | null | undefined;
70784
+ } | null;
70785
+ id: string;
70786
+ platform: string | null;
70787
+ tags: {
70788
+ value: string;
70789
+ key: string;
70790
+ query?: string | undefined;
70791
+ }[];
70792
+ message: string;
70793
+ dateCreated: string;
70794
+ title: string;
70795
+ metadata: Record<string, unknown> | null;
70796
+ groupID: string | null;
70797
+ eventID: string;
70798
+ projectID: string;
70799
+ location: string | null;
70800
+ crashFile: string | null;
70801
+ culprit: string | null;
70802
+ 'event.type': string;
70803
+ }>, z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>]>;
70804
+ mergedBySeer: z.ZodBoolean;
70805
+ }, "strip", z.ZodTypeAny, {
70806
+ id: string;
70807
+ latestEvent: Record<string, unknown> | {
70808
+ entries: unknown[];
70809
+ user: {
70810
+ name?: string | null | undefined;
70811
+ data?: Record<string, unknown> | null | undefined;
70812
+ id?: string | null | undefined;
70813
+ username?: string | null | undefined;
70814
+ email?: string | null | undefined;
70815
+ ip_address?: string | null | undefined;
70816
+ geo?: Record<string, string> | null | undefined;
70817
+ } | null;
70818
+ errors: unknown[];
70819
+ dist: string | null;
70820
+ id: string;
70821
+ platform: string;
70822
+ sdk: Record<string, string>;
70823
+ tags: {
70824
+ value: string;
70825
+ key: string;
70826
+ query?: string | undefined;
70827
+ }[];
70828
+ message: string | null;
70829
+ type: string;
70830
+ title: string;
70831
+ context: Record<string, unknown> | null;
70832
+ contexts: Record<string, unknown> | null;
70833
+ size: number | null;
70834
+ groupID: string | null;
70835
+ eventID: string;
70836
+ projectID: string;
70837
+ location: string | null;
70838
+ dateReceived: string | null;
70839
+ packages: Record<string, unknown>;
70840
+ _meta: Record<string, unknown>;
70841
+ dateCreated?: string | undefined;
70842
+ groupingConfig?: unknown;
70843
+ metadata?: unknown;
70844
+ occurrence?: unknown;
70845
+ crashFile?: string | null | undefined;
70846
+ culprit?: string | null | undefined;
70847
+ fingerprints?: string[] | undefined;
70848
+ startTimestamp?: string | undefined;
70849
+ endTimestamp?: string | undefined;
70850
+ measurements?: unknown;
70851
+ breakdowns?: unknown;
70852
+ } | {
70853
+ user: {
70854
+ name?: string | null | undefined;
70855
+ data?: Record<string, unknown> | null | undefined;
70856
+ id?: string | null | undefined;
70857
+ username?: string | null | undefined;
70858
+ email?: string | null | undefined;
70859
+ ip_address?: string | null | undefined;
70860
+ geo?: Record<string, string> | null | undefined;
70861
+ } | null;
70862
+ id: string;
70863
+ platform: string | null;
70864
+ tags: {
70865
+ value: string;
70866
+ key: string;
70867
+ query?: string | undefined;
70868
+ }[];
70869
+ message: string;
70870
+ dateCreated: string;
70871
+ title: string;
70872
+ metadata: Record<string, unknown> | null;
70873
+ groupID: string | null;
70874
+ eventID: string;
70875
+ projectID: string;
70876
+ location: string | null;
70877
+ crashFile: string | null;
70878
+ culprit: string | null;
70879
+ 'event.type': string;
70880
+ } | null;
70881
+ mergedBySeer: boolean;
70882
+ }, {
70883
+ id: string;
70884
+ latestEvent: Record<string, unknown> | {
70885
+ entries: unknown[];
70886
+ user: {
70887
+ name?: string | null | undefined;
70888
+ data?: Record<string, unknown> | null | undefined;
70889
+ id?: string | null | undefined;
70890
+ username?: string | null | undefined;
70891
+ email?: string | null | undefined;
70892
+ ip_address?: string | null | undefined;
70893
+ geo?: Record<string, string> | null | undefined;
70894
+ } | null;
70895
+ errors: unknown[];
70896
+ dist: string | null;
70897
+ id: string;
70898
+ platform: string;
70899
+ sdk: Record<string, string>;
70900
+ tags: {
70901
+ value: string;
70902
+ key: string;
70903
+ query?: string | undefined;
70904
+ }[];
70905
+ message: string | null;
70906
+ type: string;
70907
+ title: string;
70908
+ context: Record<string, unknown> | null;
70909
+ contexts: Record<string, unknown> | null;
70910
+ size: number | null;
70911
+ groupID: string | null;
70912
+ eventID: string;
70913
+ projectID: string;
70914
+ location: string | null;
70915
+ dateReceived: string | null;
70916
+ packages: Record<string, unknown>;
70917
+ _meta: Record<string, unknown>;
70918
+ dateCreated?: string | undefined;
70919
+ groupingConfig?: unknown;
70920
+ metadata?: unknown;
70921
+ occurrence?: unknown;
70922
+ crashFile?: string | null | undefined;
70923
+ culprit?: string | null | undefined;
70924
+ fingerprints?: string[] | undefined;
70925
+ startTimestamp?: string | undefined;
70926
+ endTimestamp?: string | undefined;
70927
+ measurements?: unknown;
70928
+ breakdowns?: unknown;
70929
+ } | {
70930
+ user: {
70931
+ name?: string | null | undefined;
70932
+ data?: Record<string, unknown> | null | undefined;
70933
+ id?: string | null | undefined;
70934
+ username?: string | null | undefined;
70935
+ email?: string | null | undefined;
70936
+ ip_address?: string | null | undefined;
70937
+ geo?: Record<string, string> | null | undefined;
70938
+ } | null;
70939
+ id: string;
70940
+ platform: string | null;
70941
+ tags: {
70942
+ value: string;
70943
+ key: string;
70944
+ query?: string | undefined;
70945
+ }[];
70946
+ message: string;
70947
+ dateCreated: string;
70948
+ title: string;
70949
+ metadata: Record<string, unknown> | null;
70950
+ groupID: string | null;
70951
+ eventID: string;
70952
+ projectID: string;
70953
+ location: string | null;
70954
+ crashFile: string | null;
70955
+ culprit: string | null;
70956
+ 'event.type': string;
70957
+ } | null;
70958
+ mergedBySeer: boolean;
70959
+ }>, "many">;
71717
70960
  export declare const zRetrieveTagDetailsData: z.ZodObject<{
71718
70961
  body: z.ZodOptional<z.ZodNever>;
71719
70962
  path: z.ZodObject<{