@sentry/api 0.237.0 → 0.239.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/types.gen.d.ts +1 -128
- package/dist/zod.gen.d.ts +61 -490
- package/dist/zod.js +0 -93
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -3707,85 +3707,6 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
3707
3707
|
data?: unknown;
|
|
3708
3708
|
}[] | undefined;
|
|
3709
3709
|
}>;
|
|
3710
|
-
plugins: z.ZodArray<z.ZodObject<{
|
|
3711
|
-
id: z.ZodString;
|
|
3712
|
-
name: z.ZodString;
|
|
3713
|
-
slug: z.ZodString;
|
|
3714
|
-
shortName: z.ZodString;
|
|
3715
|
-
type: z.ZodString;
|
|
3716
|
-
canDisable: z.ZodBoolean;
|
|
3717
|
-
isTestable: z.ZodBoolean;
|
|
3718
|
-
hasConfiguration: z.ZodBoolean;
|
|
3719
|
-
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3720
|
-
contexts: z.ZodArray<z.ZodString, "many">;
|
|
3721
|
-
status: z.ZodString;
|
|
3722
|
-
assets: z.ZodArray<z.ZodUnknown, "many">;
|
|
3723
|
-
doc: z.ZodString;
|
|
3724
|
-
firstPartyAlternative: z.ZodUnknown;
|
|
3725
|
-
deprecationDate: z.ZodUnknown;
|
|
3726
|
-
altIsSentryApp: z.ZodUnknown;
|
|
3727
|
-
enabled: z.ZodBoolean;
|
|
3728
|
-
version: z.ZodString;
|
|
3729
|
-
author: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3730
|
-
isDeprecated: z.ZodBoolean;
|
|
3731
|
-
isHidden: z.ZodBoolean;
|
|
3732
|
-
description: z.ZodString;
|
|
3733
|
-
features: z.ZodArray<z.ZodString, "many">;
|
|
3734
|
-
featureDescriptions: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
3735
|
-
resourceLinks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
3736
|
-
}, "strip", z.ZodTypeAny, {
|
|
3737
|
-
name: string;
|
|
3738
|
-
id: string;
|
|
3739
|
-
features: string[];
|
|
3740
|
-
status: string;
|
|
3741
|
-
version: string;
|
|
3742
|
-
type: string;
|
|
3743
|
-
description: string;
|
|
3744
|
-
enabled: boolean;
|
|
3745
|
-
slug: string;
|
|
3746
|
-
isHidden: boolean;
|
|
3747
|
-
author: Record<string, string>;
|
|
3748
|
-
shortName: string;
|
|
3749
|
-
canDisable: boolean;
|
|
3750
|
-
isTestable: boolean;
|
|
3751
|
-
hasConfiguration: boolean;
|
|
3752
|
-
metadata: Record<string, unknown>;
|
|
3753
|
-
contexts: string[];
|
|
3754
|
-
assets: unknown[];
|
|
3755
|
-
doc: string;
|
|
3756
|
-
isDeprecated: boolean;
|
|
3757
|
-
featureDescriptions: Record<string, string>[];
|
|
3758
|
-
resourceLinks: Record<string, string>[];
|
|
3759
|
-
firstPartyAlternative?: unknown;
|
|
3760
|
-
deprecationDate?: unknown;
|
|
3761
|
-
altIsSentryApp?: unknown;
|
|
3762
|
-
}, {
|
|
3763
|
-
name: string;
|
|
3764
|
-
id: string;
|
|
3765
|
-
features: string[];
|
|
3766
|
-
status: string;
|
|
3767
|
-
version: string;
|
|
3768
|
-
type: string;
|
|
3769
|
-
description: string;
|
|
3770
|
-
enabled: boolean;
|
|
3771
|
-
slug: string;
|
|
3772
|
-
isHidden: boolean;
|
|
3773
|
-
author: Record<string, string>;
|
|
3774
|
-
shortName: string;
|
|
3775
|
-
canDisable: boolean;
|
|
3776
|
-
isTestable: boolean;
|
|
3777
|
-
hasConfiguration: boolean;
|
|
3778
|
-
metadata: Record<string, unknown>;
|
|
3779
|
-
contexts: string[];
|
|
3780
|
-
assets: unknown[];
|
|
3781
|
-
doc: string;
|
|
3782
|
-
isDeprecated: boolean;
|
|
3783
|
-
featureDescriptions: Record<string, string>[];
|
|
3784
|
-
resourceLinks: Record<string, string>[];
|
|
3785
|
-
firstPartyAlternative?: unknown;
|
|
3786
|
-
deprecationDate?: unknown;
|
|
3787
|
-
altIsSentryApp?: unknown;
|
|
3788
|
-
}>, "many">;
|
|
3789
3710
|
platforms: z.ZodArray<z.ZodString, "many">;
|
|
3790
3711
|
processingIssues: z.ZodNumber;
|
|
3791
3712
|
defaultEnvironment: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -3914,33 +3835,6 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
3914
3835
|
secondaryGroupingExpiry: number;
|
|
3915
3836
|
secondaryGroupingConfig: string | null;
|
|
3916
3837
|
fingerprintingRules: string;
|
|
3917
|
-
plugins: {
|
|
3918
|
-
name: string;
|
|
3919
|
-
id: string;
|
|
3920
|
-
features: string[];
|
|
3921
|
-
status: string;
|
|
3922
|
-
version: string;
|
|
3923
|
-
type: string;
|
|
3924
|
-
description: string;
|
|
3925
|
-
enabled: boolean;
|
|
3926
|
-
slug: string;
|
|
3927
|
-
isHidden: boolean;
|
|
3928
|
-
author: Record<string, string>;
|
|
3929
|
-
shortName: string;
|
|
3930
|
-
canDisable: boolean;
|
|
3931
|
-
isTestable: boolean;
|
|
3932
|
-
hasConfiguration: boolean;
|
|
3933
|
-
metadata: Record<string, unknown>;
|
|
3934
|
-
contexts: string[];
|
|
3935
|
-
assets: unknown[];
|
|
3936
|
-
doc: string;
|
|
3937
|
-
isDeprecated: boolean;
|
|
3938
|
-
featureDescriptions: Record<string, string>[];
|
|
3939
|
-
resourceLinks: Record<string, string>[];
|
|
3940
|
-
firstPartyAlternative?: unknown;
|
|
3941
|
-
deprecationDate?: unknown;
|
|
3942
|
-
altIsSentryApp?: unknown;
|
|
3943
|
-
}[];
|
|
3944
3838
|
platforms: string[];
|
|
3945
3839
|
processingIssues: number;
|
|
3946
3840
|
defaultEnvironment: string | null;
|
|
@@ -4077,33 +3971,6 @@ export declare const zDetailedProject: z.ZodObject<{
|
|
|
4077
3971
|
secondaryGroupingExpiry: number;
|
|
4078
3972
|
secondaryGroupingConfig: string | null;
|
|
4079
3973
|
fingerprintingRules: string;
|
|
4080
|
-
plugins: {
|
|
4081
|
-
name: string;
|
|
4082
|
-
id: string;
|
|
4083
|
-
features: string[];
|
|
4084
|
-
status: string;
|
|
4085
|
-
version: string;
|
|
4086
|
-
type: string;
|
|
4087
|
-
description: string;
|
|
4088
|
-
enabled: boolean;
|
|
4089
|
-
slug: string;
|
|
4090
|
-
isHidden: boolean;
|
|
4091
|
-
author: Record<string, string>;
|
|
4092
|
-
shortName: string;
|
|
4093
|
-
canDisable: boolean;
|
|
4094
|
-
isTestable: boolean;
|
|
4095
|
-
hasConfiguration: boolean;
|
|
4096
|
-
metadata: Record<string, unknown>;
|
|
4097
|
-
contexts: string[];
|
|
4098
|
-
assets: unknown[];
|
|
4099
|
-
doc: string;
|
|
4100
|
-
isDeprecated: boolean;
|
|
4101
|
-
featureDescriptions: Record<string, string>[];
|
|
4102
|
-
resourceLinks: Record<string, string>[];
|
|
4103
|
-
firstPartyAlternative?: unknown;
|
|
4104
|
-
deprecationDate?: unknown;
|
|
4105
|
-
altIsSentryApp?: unknown;
|
|
4106
|
-
}[];
|
|
4107
3974
|
platforms: string[];
|
|
4108
3975
|
processingIssues: number;
|
|
4109
3976
|
defaultEnvironment: string | null;
|
|
@@ -5137,13 +5004,13 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
|
|
|
5137
5004
|
type: string;
|
|
5138
5005
|
title: string;
|
|
5139
5006
|
context: Record<string, unknown> | null;
|
|
5140
|
-
contexts: Record<string, unknown> | null;
|
|
5141
5007
|
size: number | null;
|
|
5142
5008
|
groupID: string | null;
|
|
5143
5009
|
eventID: string;
|
|
5144
5010
|
projectID: string;
|
|
5145
5011
|
location: string | null;
|
|
5146
5012
|
dateReceived: string | null;
|
|
5013
|
+
contexts: Record<string, unknown> | null;
|
|
5147
5014
|
packages: Record<string, unknown>;
|
|
5148
5015
|
_meta: Record<string, unknown>;
|
|
5149
5016
|
dateCreated?: string | undefined;
|
|
@@ -5182,13 +5049,13 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
|
|
|
5182
5049
|
type: string;
|
|
5183
5050
|
title: string;
|
|
5184
5051
|
context: Record<string, unknown> | null;
|
|
5185
|
-
contexts: Record<string, unknown> | null;
|
|
5186
5052
|
size: number | null;
|
|
5187
5053
|
groupID: string | null;
|
|
5188
5054
|
eventID: string;
|
|
5189
5055
|
projectID: string;
|
|
5190
5056
|
location: string | null;
|
|
5191
5057
|
dateReceived: string | null;
|
|
5058
|
+
contexts: Record<string, unknown> | null;
|
|
5192
5059
|
packages: Record<string, unknown>;
|
|
5193
5060
|
_meta: Record<string, unknown>;
|
|
5194
5061
|
dateCreated?: string | undefined;
|
|
@@ -5233,13 +5100,13 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
|
|
|
5233
5100
|
type: string;
|
|
5234
5101
|
title: string;
|
|
5235
5102
|
context: Record<string, unknown> | null;
|
|
5236
|
-
contexts: Record<string, unknown> | null;
|
|
5237
5103
|
size: number | null;
|
|
5238
5104
|
groupID: string | null;
|
|
5239
5105
|
eventID: string;
|
|
5240
5106
|
projectID: string;
|
|
5241
5107
|
location: string | null;
|
|
5242
5108
|
dateReceived: string | null;
|
|
5109
|
+
contexts: Record<string, unknown> | null;
|
|
5243
5110
|
packages: Record<string, unknown>;
|
|
5244
5111
|
_meta: Record<string, unknown>;
|
|
5245
5112
|
dateCreated?: string | undefined;
|
|
@@ -5284,13 +5151,13 @@ export declare const zEventIdLookupResponse: z.ZodObject<{
|
|
|
5284
5151
|
type: string;
|
|
5285
5152
|
title: string;
|
|
5286
5153
|
context: Record<string, unknown> | null;
|
|
5287
|
-
contexts: Record<string, unknown> | null;
|
|
5288
5154
|
size: number | null;
|
|
5289
5155
|
groupID: string | null;
|
|
5290
5156
|
eventID: string;
|
|
5291
5157
|
projectID: string;
|
|
5292
5158
|
location: string | null;
|
|
5293
5159
|
dateReceived: string | null;
|
|
5160
|
+
contexts: Record<string, unknown> | null;
|
|
5294
5161
|
packages: Record<string, unknown>;
|
|
5295
5162
|
_meta: Record<string, unknown>;
|
|
5296
5163
|
dateCreated?: string | undefined;
|
|
@@ -6431,15 +6298,10 @@ export declare const zGroupDetailsResponse: z.ZodObject<{
|
|
|
6431
6298
|
latestEventHasAttachments: z.ZodOptional<z.ZodBoolean>;
|
|
6432
6299
|
activity: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
6433
6300
|
seenBy: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
6434
|
-
pluginActions: z.ZodArray<z.ZodUnknown, "many">;
|
|
6435
|
-
pluginIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
6436
|
-
pluginContexts: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
6437
6301
|
userReportCount: z.ZodNumber;
|
|
6438
6302
|
participants: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
6439
6303
|
}, "strip", z.ZodTypeAny, {
|
|
6440
6304
|
priority: string | null;
|
|
6441
|
-
pluginActions: unknown[];
|
|
6442
|
-
pluginIssues: Record<string, unknown>[];
|
|
6443
6305
|
activity: Record<string, unknown>[];
|
|
6444
6306
|
id: string;
|
|
6445
6307
|
platform: string | null;
|
|
@@ -6543,7 +6405,6 @@ export declare const zGroupDetailsResponse: z.ZodObject<{
|
|
|
6543
6405
|
displayName: string;
|
|
6544
6406
|
}[];
|
|
6545
6407
|
seenBy: Record<string, unknown>[];
|
|
6546
|
-
pluginContexts: Record<string, unknown>[];
|
|
6547
6408
|
userReportCount: number;
|
|
6548
6409
|
participants: Record<string, unknown>[];
|
|
6549
6410
|
inbox?: {
|
|
@@ -6583,8 +6444,6 @@ export declare const zGroupDetailsResponse: z.ZodObject<{
|
|
|
6583
6444
|
lastRelease?: Record<string, unknown> | null | undefined;
|
|
6584
6445
|
}, {
|
|
6585
6446
|
priority: string | null;
|
|
6586
|
-
pluginActions: unknown[];
|
|
6587
|
-
pluginIssues: Record<string, unknown>[];
|
|
6588
6447
|
activity: Record<string, unknown>[];
|
|
6589
6448
|
id: string;
|
|
6590
6449
|
platform: string | null;
|
|
@@ -6688,7 +6547,6 @@ export declare const zGroupDetailsResponse: z.ZodObject<{
|
|
|
6688
6547
|
displayName: string;
|
|
6689
6548
|
}[];
|
|
6690
6549
|
seenBy: Record<string, unknown>[];
|
|
6691
|
-
pluginContexts: Record<string, unknown>[];
|
|
6692
6550
|
userReportCount: number;
|
|
6693
6551
|
participants: Record<string, unknown>[];
|
|
6694
6552
|
inbox?: {
|
|
@@ -6799,11 +6657,11 @@ export declare const zGroupEventsResponseDict: z.ZodArray<z.ZodObject<{
|
|
|
6799
6657
|
message: string;
|
|
6800
6658
|
dateCreated: string;
|
|
6801
6659
|
title: string;
|
|
6802
|
-
metadata: Record<string, unknown> | null;
|
|
6803
6660
|
groupID: string | null;
|
|
6804
6661
|
eventID: string;
|
|
6805
6662
|
projectID: string;
|
|
6806
6663
|
location: string | null;
|
|
6664
|
+
metadata: Record<string, unknown> | null;
|
|
6807
6665
|
crashFile: string | null;
|
|
6808
6666
|
culprit: string | null;
|
|
6809
6667
|
'event.type': string;
|
|
@@ -6827,11 +6685,11 @@ export declare const zGroupEventsResponseDict: z.ZodArray<z.ZodObject<{
|
|
|
6827
6685
|
message: string;
|
|
6828
6686
|
dateCreated: string;
|
|
6829
6687
|
title: string;
|
|
6830
|
-
metadata: Record<string, unknown> | null;
|
|
6831
6688
|
groupID: string | null;
|
|
6832
6689
|
eventID: string;
|
|
6833
6690
|
projectID: string;
|
|
6834
6691
|
location: string | null;
|
|
6692
|
+
metadata: Record<string, unknown> | null;
|
|
6835
6693
|
crashFile: string | null;
|
|
6836
6694
|
culprit: string | null;
|
|
6837
6695
|
'event.type': string;
|
|
@@ -6951,13 +6809,13 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
6951
6809
|
type: string;
|
|
6952
6810
|
title: string;
|
|
6953
6811
|
context: Record<string, unknown> | null;
|
|
6954
|
-
contexts: Record<string, unknown> | null;
|
|
6955
6812
|
size: number | null;
|
|
6956
6813
|
groupID: string | null;
|
|
6957
6814
|
eventID: string;
|
|
6958
6815
|
projectID: string;
|
|
6959
6816
|
location: string | null;
|
|
6960
6817
|
dateReceived: string | null;
|
|
6818
|
+
contexts: Record<string, unknown> | null;
|
|
6961
6819
|
packages: Record<string, unknown>;
|
|
6962
6820
|
_meta: Record<string, unknown>;
|
|
6963
6821
|
dateCreated?: string | undefined;
|
|
@@ -6996,13 +6854,13 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
6996
6854
|
type: string;
|
|
6997
6855
|
title: string;
|
|
6998
6856
|
context: Record<string, unknown> | null;
|
|
6999
|
-
contexts: Record<string, unknown> | null;
|
|
7000
6857
|
size: number | null;
|
|
7001
6858
|
groupID: string | null;
|
|
7002
6859
|
eventID: string;
|
|
7003
6860
|
projectID: string;
|
|
7004
6861
|
location: string | null;
|
|
7005
6862
|
dateReceived: string | null;
|
|
6863
|
+
contexts: Record<string, unknown> | null;
|
|
7006
6864
|
packages: Record<string, unknown>;
|
|
7007
6865
|
_meta: Record<string, unknown>;
|
|
7008
6866
|
dateCreated?: string | undefined;
|
|
@@ -7088,11 +6946,11 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
7088
6946
|
message: string;
|
|
7089
6947
|
dateCreated: string;
|
|
7090
6948
|
title: string;
|
|
7091
|
-
metadata: Record<string, unknown> | null;
|
|
7092
6949
|
groupID: string | null;
|
|
7093
6950
|
eventID: string;
|
|
7094
6951
|
projectID: string;
|
|
7095
6952
|
location: string | null;
|
|
6953
|
+
metadata: Record<string, unknown> | null;
|
|
7096
6954
|
crashFile: string | null;
|
|
7097
6955
|
culprit: string | null;
|
|
7098
6956
|
'event.type': string;
|
|
@@ -7116,11 +6974,11 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
7116
6974
|
message: string;
|
|
7117
6975
|
dateCreated: string;
|
|
7118
6976
|
title: string;
|
|
7119
|
-
metadata: Record<string, unknown> | null;
|
|
7120
6977
|
groupID: string | null;
|
|
7121
6978
|
eventID: string;
|
|
7122
6979
|
projectID: string;
|
|
7123
6980
|
location: string | null;
|
|
6981
|
+
metadata: Record<string, unknown> | null;
|
|
7124
6982
|
crashFile: string | null;
|
|
7125
6983
|
culprit: string | null;
|
|
7126
6984
|
'event.type': string;
|
|
@@ -7154,13 +7012,13 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
7154
7012
|
type: string;
|
|
7155
7013
|
title: string;
|
|
7156
7014
|
context: Record<string, unknown> | null;
|
|
7157
|
-
contexts: Record<string, unknown> | null;
|
|
7158
7015
|
size: number | null;
|
|
7159
7016
|
groupID: string | null;
|
|
7160
7017
|
eventID: string;
|
|
7161
7018
|
projectID: string;
|
|
7162
7019
|
location: string | null;
|
|
7163
7020
|
dateReceived: string | null;
|
|
7021
|
+
contexts: Record<string, unknown> | null;
|
|
7164
7022
|
packages: Record<string, unknown>;
|
|
7165
7023
|
_meta: Record<string, unknown>;
|
|
7166
7024
|
dateCreated?: string | undefined;
|
|
@@ -7194,11 +7052,11 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
7194
7052
|
message: string;
|
|
7195
7053
|
dateCreated: string;
|
|
7196
7054
|
title: string;
|
|
7197
|
-
metadata: Record<string, unknown> | null;
|
|
7198
7055
|
groupID: string | null;
|
|
7199
7056
|
eventID: string;
|
|
7200
7057
|
projectID: string;
|
|
7201
7058
|
location: string | null;
|
|
7059
|
+
metadata: Record<string, unknown> | null;
|
|
7202
7060
|
crashFile: string | null;
|
|
7203
7061
|
culprit: string | null;
|
|
7204
7062
|
'event.type': string;
|
|
@@ -7232,13 +7090,13 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
7232
7090
|
type: string;
|
|
7233
7091
|
title: string;
|
|
7234
7092
|
context: Record<string, unknown> | null;
|
|
7235
|
-
contexts: Record<string, unknown> | null;
|
|
7236
7093
|
size: number | null;
|
|
7237
7094
|
groupID: string | null;
|
|
7238
7095
|
eventID: string;
|
|
7239
7096
|
projectID: string;
|
|
7240
7097
|
location: string | null;
|
|
7241
7098
|
dateReceived: string | null;
|
|
7099
|
+
contexts: Record<string, unknown> | null;
|
|
7242
7100
|
packages: Record<string, unknown>;
|
|
7243
7101
|
_meta: Record<string, unknown>;
|
|
7244
7102
|
dateCreated?: string | undefined;
|
|
@@ -7272,11 +7130,11 @@ export declare const zGroupHashesResponse: z.ZodArray<z.ZodObject<{
|
|
|
7272
7130
|
message: string;
|
|
7273
7131
|
dateCreated: string;
|
|
7274
7132
|
title: string;
|
|
7275
|
-
metadata: Record<string, unknown> | null;
|
|
7276
7133
|
groupID: string | null;
|
|
7277
7134
|
eventID: string;
|
|
7278
7135
|
projectID: string;
|
|
7279
7136
|
location: string | null;
|
|
7137
|
+
metadata: Record<string, unknown> | null;
|
|
7280
7138
|
crashFile: string | null;
|
|
7281
7139
|
culprit: string | null;
|
|
7282
7140
|
'event.type': string;
|
|
@@ -8459,13 +8317,13 @@ export declare const zIssueEventDetailsResponse: z.ZodObject<{
|
|
|
8459
8317
|
type: string;
|
|
8460
8318
|
title: string;
|
|
8461
8319
|
context: Record<string, unknown> | null;
|
|
8462
|
-
contexts: Record<string, unknown> | null;
|
|
8463
8320
|
size: number | null;
|
|
8464
8321
|
groupID: string | null;
|
|
8465
8322
|
eventID: string;
|
|
8466
8323
|
projectID: string;
|
|
8467
8324
|
location: string | null;
|
|
8468
8325
|
dateReceived: string | null;
|
|
8326
|
+
contexts: Record<string, unknown> | null;
|
|
8469
8327
|
packages: Record<string, unknown>;
|
|
8470
8328
|
_meta: Record<string, unknown>;
|
|
8471
8329
|
userReport: {
|
|
@@ -8556,13 +8414,13 @@ export declare const zIssueEventDetailsResponse: z.ZodObject<{
|
|
|
8556
8414
|
type: string;
|
|
8557
8415
|
title: string;
|
|
8558
8416
|
context: Record<string, unknown> | null;
|
|
8559
|
-
contexts: Record<string, unknown> | null;
|
|
8560
8417
|
size: number | null;
|
|
8561
8418
|
groupID: string | null;
|
|
8562
8419
|
eventID: string;
|
|
8563
8420
|
projectID: string;
|
|
8564
8421
|
location: string | null;
|
|
8565
8422
|
dateReceived: string | null;
|
|
8423
|
+
contexts: Record<string, unknown> | null;
|
|
8566
8424
|
packages: Record<string, unknown>;
|
|
8567
8425
|
_meta: Record<string, unknown>;
|
|
8568
8426
|
userReport: {
|
|
@@ -13222,14 +13080,14 @@ export declare const zListTraceItemAttributesResponse: z.ZodArray<z.ZodObject<{
|
|
|
13222
13080
|
replacementAttribute: z.ZodOptional<z.ZodString>;
|
|
13223
13081
|
}, "strip", z.ZodTypeAny, {
|
|
13224
13082
|
details?: string[] | undefined;
|
|
13225
|
-
isDeprecated?: boolean | undefined;
|
|
13226
13083
|
brief?: string | undefined;
|
|
13084
|
+
isDeprecated?: boolean | undefined;
|
|
13227
13085
|
examples?: unknown[] | undefined;
|
|
13228
13086
|
replacementAttribute?: string | undefined;
|
|
13229
13087
|
}, {
|
|
13230
13088
|
details?: string[] | undefined;
|
|
13231
|
-
isDeprecated?: boolean | undefined;
|
|
13232
13089
|
brief?: string | undefined;
|
|
13090
|
+
isDeprecated?: boolean | undefined;
|
|
13233
13091
|
examples?: unknown[] | undefined;
|
|
13234
13092
|
replacementAttribute?: string | undefined;
|
|
13235
13093
|
}>>;
|
|
@@ -13243,8 +13101,8 @@ export declare const zListTraceItemAttributesResponse: z.ZodArray<z.ZodObject<{
|
|
|
13243
13101
|
};
|
|
13244
13102
|
context?: {
|
|
13245
13103
|
details?: string[] | undefined;
|
|
13246
|
-
isDeprecated?: boolean | undefined;
|
|
13247
13104
|
brief?: string | undefined;
|
|
13105
|
+
isDeprecated?: boolean | undefined;
|
|
13248
13106
|
examples?: unknown[] | undefined;
|
|
13249
13107
|
replacementAttribute?: string | undefined;
|
|
13250
13108
|
} | undefined;
|
|
@@ -13259,8 +13117,8 @@ export declare const zListTraceItemAttributesResponse: z.ZodArray<z.ZodObject<{
|
|
|
13259
13117
|
};
|
|
13260
13118
|
context?: {
|
|
13261
13119
|
details?: string[] | undefined;
|
|
13262
|
-
isDeprecated?: boolean | undefined;
|
|
13263
13120
|
brief?: string | undefined;
|
|
13121
|
+
isDeprecated?: boolean | undefined;
|
|
13264
13122
|
examples?: unknown[] | undefined;
|
|
13265
13123
|
replacementAttribute?: string | undefined;
|
|
13266
13124
|
} | undefined;
|
|
@@ -15206,16 +15064,16 @@ export declare const zOrganizationConfigIntegrationsEndpointResponse: z.ZodObjec
|
|
|
15206
15064
|
key: string;
|
|
15207
15065
|
features: string[];
|
|
15208
15066
|
slug: string;
|
|
15209
|
-
canDisable: boolean;
|
|
15210
15067
|
canAdd: boolean;
|
|
15068
|
+
canDisable: boolean;
|
|
15211
15069
|
metadata?: unknown;
|
|
15212
15070
|
}, {
|
|
15213
15071
|
name: string;
|
|
15214
15072
|
key: string;
|
|
15215
15073
|
features: string[];
|
|
15216
15074
|
slug: string;
|
|
15217
|
-
canDisable: boolean;
|
|
15218
15075
|
canAdd: boolean;
|
|
15076
|
+
canDisable: boolean;
|
|
15219
15077
|
metadata?: unknown;
|
|
15220
15078
|
}>, "many">;
|
|
15221
15079
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15224,8 +15082,8 @@ export declare const zOrganizationConfigIntegrationsEndpointResponse: z.ZodObjec
|
|
|
15224
15082
|
key: string;
|
|
15225
15083
|
features: string[];
|
|
15226
15084
|
slug: string;
|
|
15227
|
-
canDisable: boolean;
|
|
15228
15085
|
canAdd: boolean;
|
|
15086
|
+
canDisable: boolean;
|
|
15229
15087
|
metadata?: unknown;
|
|
15230
15088
|
}[];
|
|
15231
15089
|
}, {
|
|
@@ -15234,8 +15092,8 @@ export declare const zOrganizationConfigIntegrationsEndpointResponse: z.ZodObjec
|
|
|
15234
15092
|
key: string;
|
|
15235
15093
|
features: string[];
|
|
15236
15094
|
slug: string;
|
|
15237
|
-
canDisable: boolean;
|
|
15238
15095
|
canAdd: boolean;
|
|
15096
|
+
canDisable: boolean;
|
|
15239
15097
|
metadata?: unknown;
|
|
15240
15098
|
}[];
|
|
15241
15099
|
}>;
|
|
@@ -16071,8 +15929,6 @@ export declare const zOrganizationGroupIndexGetResponse: z.ZodArray<z.ZodObject<
|
|
|
16071
15929
|
type: string;
|
|
16072
15930
|
date_added: string;
|
|
16073
15931
|
}>;
|
|
16074
|
-
pluginActions: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
16075
|
-
pluginIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
16076
15932
|
integrationIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
16077
15933
|
sentryAppIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
16078
15934
|
latestEventHasAttachments: z.ZodBoolean;
|
|
@@ -16098,8 +15954,6 @@ export declare const zOrganizationGroupIndexGetResponse: z.ZodArray<z.ZodObject<
|
|
|
16098
15954
|
type: string;
|
|
16099
15955
|
date_added: string;
|
|
16100
15956
|
};
|
|
16101
|
-
pluginActions: string[][];
|
|
16102
|
-
pluginIssues: Record<string, unknown>[];
|
|
16103
15957
|
sentryAppIssues: Record<string, unknown>[];
|
|
16104
15958
|
filtered: {
|
|
16105
15959
|
stats: Record<string, unknown>;
|
|
@@ -16239,8 +16093,6 @@ export declare const zOrganizationGroupIndexGetResponse: z.ZodArray<z.ZodObject<
|
|
|
16239
16093
|
type: string;
|
|
16240
16094
|
date_added: string;
|
|
16241
16095
|
};
|
|
16242
|
-
pluginActions: string[][];
|
|
16243
|
-
pluginIssues: Record<string, unknown>[];
|
|
16244
16096
|
sentryAppIssues: Record<string, unknown>[];
|
|
16245
16097
|
filtered: {
|
|
16246
16098
|
stats: Record<string, unknown>;
|
|
@@ -20615,13 +20467,13 @@ export declare const zProjectEventDetailsResponse: z.ZodObject<{
|
|
|
20615
20467
|
type: string;
|
|
20616
20468
|
title: string;
|
|
20617
20469
|
context: Record<string, unknown> | null;
|
|
20618
|
-
contexts: Record<string, unknown> | null;
|
|
20619
20470
|
size: number | null;
|
|
20620
20471
|
groupID: string | null;
|
|
20621
20472
|
eventID: string;
|
|
20622
20473
|
projectID: string;
|
|
20623
20474
|
location: string | null;
|
|
20624
20475
|
dateReceived: string | null;
|
|
20476
|
+
contexts: Record<string, unknown> | null;
|
|
20625
20477
|
packages: Record<string, unknown>;
|
|
20626
20478
|
_meta: Record<string, unknown>;
|
|
20627
20479
|
userReport: {
|
|
@@ -20712,13 +20564,13 @@ export declare const zProjectEventDetailsResponse: z.ZodObject<{
|
|
|
20712
20564
|
type: string;
|
|
20713
20565
|
title: string;
|
|
20714
20566
|
context: Record<string, unknown> | null;
|
|
20715
|
-
contexts: Record<string, unknown> | null;
|
|
20716
20567
|
size: number | null;
|
|
20717
20568
|
groupID: string | null;
|
|
20718
20569
|
eventID: string;
|
|
20719
20570
|
projectID: string;
|
|
20720
20571
|
location: string | null;
|
|
20721
20572
|
dateReceived: string | null;
|
|
20573
|
+
contexts: Record<string, unknown> | null;
|
|
20722
20574
|
packages: Record<string, unknown>;
|
|
20723
20575
|
_meta: Record<string, unknown>;
|
|
20724
20576
|
userReport: {
|
|
@@ -20829,11 +20681,11 @@ export declare const zProjectEventsResponseDict: z.ZodArray<z.ZodObject<{
|
|
|
20829
20681
|
message: string;
|
|
20830
20682
|
dateCreated: string;
|
|
20831
20683
|
title: string;
|
|
20832
|
-
metadata: Record<string, unknown> | null;
|
|
20833
20684
|
groupID: string | null;
|
|
20834
20685
|
eventID: string;
|
|
20835
20686
|
projectID: string;
|
|
20836
20687
|
location: string | null;
|
|
20688
|
+
metadata: Record<string, unknown> | null;
|
|
20837
20689
|
crashFile: string | null;
|
|
20838
20690
|
culprit: string | null;
|
|
20839
20691
|
'event.type': string;
|
|
@@ -20857,11 +20709,11 @@ export declare const zProjectEventsResponseDict: z.ZodArray<z.ZodObject<{
|
|
|
20857
20709
|
message: string;
|
|
20858
20710
|
dateCreated: string;
|
|
20859
20711
|
title: string;
|
|
20860
|
-
metadata: Record<string, unknown> | null;
|
|
20861
20712
|
groupID: string | null;
|
|
20862
20713
|
eventID: string;
|
|
20863
20714
|
projectID: string;
|
|
20864
20715
|
location: string | null;
|
|
20716
|
+
metadata: Record<string, unknown> | null;
|
|
20865
20717
|
crashFile: string | null;
|
|
20866
20718
|
culprit: string | null;
|
|
20867
20719
|
'event.type': string;
|
|
@@ -28556,16 +28408,16 @@ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
|
28556
28408
|
key: string;
|
|
28557
28409
|
features: string[];
|
|
28558
28410
|
slug: string;
|
|
28559
|
-
canDisable: boolean;
|
|
28560
28411
|
canAdd: boolean;
|
|
28412
|
+
canDisable: boolean;
|
|
28561
28413
|
metadata?: unknown;
|
|
28562
28414
|
}, {
|
|
28563
28415
|
name: string;
|
|
28564
28416
|
key: string;
|
|
28565
28417
|
features: string[];
|
|
28566
28418
|
slug: string;
|
|
28567
|
-
canDisable: boolean;
|
|
28568
28419
|
canAdd: boolean;
|
|
28420
|
+
canDisable: boolean;
|
|
28569
28421
|
metadata?: unknown;
|
|
28570
28422
|
}>, "many">;
|
|
28571
28423
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28574,8 +28426,8 @@ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
|
28574
28426
|
key: string;
|
|
28575
28427
|
features: string[];
|
|
28576
28428
|
slug: string;
|
|
28577
|
-
canDisable: boolean;
|
|
28578
28429
|
canAdd: boolean;
|
|
28430
|
+
canDisable: boolean;
|
|
28579
28431
|
metadata?: unknown;
|
|
28580
28432
|
}[];
|
|
28581
28433
|
}, {
|
|
@@ -28584,8 +28436,8 @@ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
|
28584
28436
|
key: string;
|
|
28585
28437
|
features: string[];
|
|
28586
28438
|
slug: string;
|
|
28587
|
-
canDisable: boolean;
|
|
28588
28439
|
canAdd: boolean;
|
|
28440
|
+
canDisable: boolean;
|
|
28589
28441
|
metadata?: unknown;
|
|
28590
28442
|
}[];
|
|
28591
28443
|
}>;
|
|
@@ -34410,13 +34262,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34410
34262
|
type: string;
|
|
34411
34263
|
title: string;
|
|
34412
34264
|
context: Record<string, unknown> | null;
|
|
34413
|
-
contexts: Record<string, unknown> | null;
|
|
34414
34265
|
size: number | null;
|
|
34415
34266
|
groupID: string | null;
|
|
34416
34267
|
eventID: string;
|
|
34417
34268
|
projectID: string;
|
|
34418
34269
|
location: string | null;
|
|
34419
34270
|
dateReceived: string | null;
|
|
34271
|
+
contexts: Record<string, unknown> | null;
|
|
34420
34272
|
packages: Record<string, unknown>;
|
|
34421
34273
|
_meta: Record<string, unknown>;
|
|
34422
34274
|
dateCreated?: string | undefined;
|
|
@@ -34455,13 +34307,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34455
34307
|
type: string;
|
|
34456
34308
|
title: string;
|
|
34457
34309
|
context: Record<string, unknown> | null;
|
|
34458
|
-
contexts: Record<string, unknown> | null;
|
|
34459
34310
|
size: number | null;
|
|
34460
34311
|
groupID: string | null;
|
|
34461
34312
|
eventID: string;
|
|
34462
34313
|
projectID: string;
|
|
34463
34314
|
location: string | null;
|
|
34464
34315
|
dateReceived: string | null;
|
|
34316
|
+
contexts: Record<string, unknown> | null;
|
|
34465
34317
|
packages: Record<string, unknown>;
|
|
34466
34318
|
_meta: Record<string, unknown>;
|
|
34467
34319
|
dateCreated?: string | undefined;
|
|
@@ -34506,13 +34358,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34506
34358
|
type: string;
|
|
34507
34359
|
title: string;
|
|
34508
34360
|
context: Record<string, unknown> | null;
|
|
34509
|
-
contexts: Record<string, unknown> | null;
|
|
34510
34361
|
size: number | null;
|
|
34511
34362
|
groupID: string | null;
|
|
34512
34363
|
eventID: string;
|
|
34513
34364
|
projectID: string;
|
|
34514
34365
|
location: string | null;
|
|
34515
34366
|
dateReceived: string | null;
|
|
34367
|
+
contexts: Record<string, unknown> | null;
|
|
34516
34368
|
packages: Record<string, unknown>;
|
|
34517
34369
|
_meta: Record<string, unknown>;
|
|
34518
34370
|
dateCreated?: string | undefined;
|
|
@@ -34557,13 +34409,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34557
34409
|
type: string;
|
|
34558
34410
|
title: string;
|
|
34559
34411
|
context: Record<string, unknown> | null;
|
|
34560
|
-
contexts: Record<string, unknown> | null;
|
|
34561
34412
|
size: number | null;
|
|
34562
34413
|
groupID: string | null;
|
|
34563
34414
|
eventID: string;
|
|
34564
34415
|
projectID: string;
|
|
34565
34416
|
location: string | null;
|
|
34566
34417
|
dateReceived: string | null;
|
|
34418
|
+
contexts: Record<string, unknown> | null;
|
|
34567
34419
|
packages: Record<string, unknown>;
|
|
34568
34420
|
_meta: Record<string, unknown>;
|
|
34569
34421
|
dateCreated?: string | undefined;
|
|
@@ -36105,7 +35957,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36105
35957
|
viewId: z.ZodOptional<z.ZodString>;
|
|
36106
35958
|
sort: z.ZodOptional<z.ZodEnum<["date", "freq", "inbox", "new", "recommended", "trends", "user"]>>;
|
|
36107
35959
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
36108
|
-
expand: z.ZodOptional<z.ZodArray<z.ZodEnum<["inbox", "integrationIssues", "latestEventHasAttachments", "owners", "
|
|
35960
|
+
expand: z.ZodOptional<z.ZodArray<z.ZodEnum<["inbox", "integrationIssues", "latestEventHasAttachments", "owners", "sentryAppIssues", "sessions"]>, "many">>;
|
|
36109
35961
|
collapse: z.ZodOptional<z.ZodArray<z.ZodEnum<["base", "filtered", "lifetime", "stats", "unhandled"]>, "many">>;
|
|
36110
35962
|
cursor: z.ZodOptional<z.ZodString>;
|
|
36111
35963
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36121,7 +35973,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36121
35973
|
viewId?: string | undefined;
|
|
36122
35974
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36123
35975
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36124
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
35976
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36125
35977
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36126
35978
|
}, {
|
|
36127
35979
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
@@ -36136,7 +35988,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36136
35988
|
limit?: number | undefined;
|
|
36137
35989
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36138
35990
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36139
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
35991
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36140
35992
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36141
35993
|
}>>;
|
|
36142
35994
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36156,7 +36008,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36156
36008
|
viewId?: string | undefined;
|
|
36157
36009
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36158
36010
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36159
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
36011
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36160
36012
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36161
36013
|
} | undefined;
|
|
36162
36014
|
body?: undefined;
|
|
@@ -36177,7 +36029,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36177
36029
|
limit?: number | undefined;
|
|
36178
36030
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36179
36031
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36180
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
36032
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36181
36033
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36182
36034
|
} | undefined;
|
|
36183
36035
|
body?: undefined;
|
|
@@ -36652,8 +36504,6 @@ export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
36652
36504
|
type: string;
|
|
36653
36505
|
date_added: string;
|
|
36654
36506
|
}>;
|
|
36655
|
-
pluginActions: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
36656
|
-
pluginIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
36657
36507
|
integrationIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
36658
36508
|
sentryAppIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
36659
36509
|
latestEventHasAttachments: z.ZodBoolean;
|
|
@@ -36679,8 +36529,6 @@ export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
36679
36529
|
type: string;
|
|
36680
36530
|
date_added: string;
|
|
36681
36531
|
};
|
|
36682
|
-
pluginActions: string[][];
|
|
36683
|
-
pluginIssues: Record<string, unknown>[];
|
|
36684
36532
|
sentryAppIssues: Record<string, unknown>[];
|
|
36685
36533
|
filtered: {
|
|
36686
36534
|
stats: Record<string, unknown>;
|
|
@@ -36820,8 +36668,6 @@ export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
36820
36668
|
type: string;
|
|
36821
36669
|
date_added: string;
|
|
36822
36670
|
};
|
|
36823
|
-
pluginActions: string[][];
|
|
36824
|
-
pluginIssues: Record<string, unknown>[];
|
|
36825
36671
|
sentryAppIssues: Record<string, unknown>[];
|
|
36826
36672
|
filtered: {
|
|
36827
36673
|
stats: Record<string, unknown>;
|
|
@@ -52944,14 +52790,14 @@ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.
|
|
|
52944
52790
|
replacementAttribute: z.ZodOptional<z.ZodString>;
|
|
52945
52791
|
}, "strip", z.ZodTypeAny, {
|
|
52946
52792
|
details?: string[] | undefined;
|
|
52947
|
-
isDeprecated?: boolean | undefined;
|
|
52948
52793
|
brief?: string | undefined;
|
|
52794
|
+
isDeprecated?: boolean | undefined;
|
|
52949
52795
|
examples?: unknown[] | undefined;
|
|
52950
52796
|
replacementAttribute?: string | undefined;
|
|
52951
52797
|
}, {
|
|
52952
52798
|
details?: string[] | undefined;
|
|
52953
|
-
isDeprecated?: boolean | undefined;
|
|
52954
52799
|
brief?: string | undefined;
|
|
52800
|
+
isDeprecated?: boolean | undefined;
|
|
52955
52801
|
examples?: unknown[] | undefined;
|
|
52956
52802
|
replacementAttribute?: string | undefined;
|
|
52957
52803
|
}>>;
|
|
@@ -52965,8 +52811,8 @@ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.
|
|
|
52965
52811
|
};
|
|
52966
52812
|
context?: {
|
|
52967
52813
|
details?: string[] | undefined;
|
|
52968
|
-
isDeprecated?: boolean | undefined;
|
|
52969
52814
|
brief?: string | undefined;
|
|
52815
|
+
isDeprecated?: boolean | undefined;
|
|
52970
52816
|
examples?: unknown[] | undefined;
|
|
52971
52817
|
replacementAttribute?: string | undefined;
|
|
52972
52818
|
} | undefined;
|
|
@@ -52981,8 +52827,8 @@ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.
|
|
|
52981
52827
|
};
|
|
52982
52828
|
context?: {
|
|
52983
52829
|
details?: string[] | undefined;
|
|
52984
|
-
isDeprecated?: boolean | undefined;
|
|
52985
52830
|
brief?: string | undefined;
|
|
52831
|
+
isDeprecated?: boolean | undefined;
|
|
52986
52832
|
examples?: unknown[] | undefined;
|
|
52987
52833
|
replacementAttribute?: string | undefined;
|
|
52988
52834
|
} | undefined;
|
|
@@ -56324,85 +56170,6 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56324
56170
|
data?: unknown;
|
|
56325
56171
|
}[] | undefined;
|
|
56326
56172
|
}>;
|
|
56327
|
-
plugins: z.ZodArray<z.ZodObject<{
|
|
56328
|
-
id: z.ZodString;
|
|
56329
|
-
name: z.ZodString;
|
|
56330
|
-
slug: z.ZodString;
|
|
56331
|
-
shortName: z.ZodString;
|
|
56332
|
-
type: z.ZodString;
|
|
56333
|
-
canDisable: z.ZodBoolean;
|
|
56334
|
-
isTestable: z.ZodBoolean;
|
|
56335
|
-
hasConfiguration: z.ZodBoolean;
|
|
56336
|
-
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
56337
|
-
contexts: z.ZodArray<z.ZodString, "many">;
|
|
56338
|
-
status: z.ZodString;
|
|
56339
|
-
assets: z.ZodArray<z.ZodUnknown, "many">;
|
|
56340
|
-
doc: z.ZodString;
|
|
56341
|
-
firstPartyAlternative: z.ZodUnknown;
|
|
56342
|
-
deprecationDate: z.ZodUnknown;
|
|
56343
|
-
altIsSentryApp: z.ZodUnknown;
|
|
56344
|
-
enabled: z.ZodBoolean;
|
|
56345
|
-
version: z.ZodString;
|
|
56346
|
-
author: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
56347
|
-
isDeprecated: z.ZodBoolean;
|
|
56348
|
-
isHidden: z.ZodBoolean;
|
|
56349
|
-
description: z.ZodString;
|
|
56350
|
-
features: z.ZodArray<z.ZodString, "many">;
|
|
56351
|
-
featureDescriptions: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
56352
|
-
resourceLinks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
56353
|
-
}, "strip", z.ZodTypeAny, {
|
|
56354
|
-
name: string;
|
|
56355
|
-
id: string;
|
|
56356
|
-
features: string[];
|
|
56357
|
-
status: string;
|
|
56358
|
-
version: string;
|
|
56359
|
-
type: string;
|
|
56360
|
-
description: string;
|
|
56361
|
-
enabled: boolean;
|
|
56362
|
-
slug: string;
|
|
56363
|
-
isHidden: boolean;
|
|
56364
|
-
author: Record<string, string>;
|
|
56365
|
-
shortName: string;
|
|
56366
|
-
canDisable: boolean;
|
|
56367
|
-
isTestable: boolean;
|
|
56368
|
-
hasConfiguration: boolean;
|
|
56369
|
-
metadata: Record<string, unknown>;
|
|
56370
|
-
contexts: string[];
|
|
56371
|
-
assets: unknown[];
|
|
56372
|
-
doc: string;
|
|
56373
|
-
isDeprecated: boolean;
|
|
56374
|
-
featureDescriptions: Record<string, string>[];
|
|
56375
|
-
resourceLinks: Record<string, string>[];
|
|
56376
|
-
firstPartyAlternative?: unknown;
|
|
56377
|
-
deprecationDate?: unknown;
|
|
56378
|
-
altIsSentryApp?: unknown;
|
|
56379
|
-
}, {
|
|
56380
|
-
name: string;
|
|
56381
|
-
id: string;
|
|
56382
|
-
features: string[];
|
|
56383
|
-
status: string;
|
|
56384
|
-
version: string;
|
|
56385
|
-
type: string;
|
|
56386
|
-
description: string;
|
|
56387
|
-
enabled: boolean;
|
|
56388
|
-
slug: string;
|
|
56389
|
-
isHidden: boolean;
|
|
56390
|
-
author: Record<string, string>;
|
|
56391
|
-
shortName: string;
|
|
56392
|
-
canDisable: boolean;
|
|
56393
|
-
isTestable: boolean;
|
|
56394
|
-
hasConfiguration: boolean;
|
|
56395
|
-
metadata: Record<string, unknown>;
|
|
56396
|
-
contexts: string[];
|
|
56397
|
-
assets: unknown[];
|
|
56398
|
-
doc: string;
|
|
56399
|
-
isDeprecated: boolean;
|
|
56400
|
-
featureDescriptions: Record<string, string>[];
|
|
56401
|
-
resourceLinks: Record<string, string>[];
|
|
56402
|
-
firstPartyAlternative?: unknown;
|
|
56403
|
-
deprecationDate?: unknown;
|
|
56404
|
-
altIsSentryApp?: unknown;
|
|
56405
|
-
}>, "many">;
|
|
56406
56173
|
platforms: z.ZodArray<z.ZodString, "many">;
|
|
56407
56174
|
processingIssues: z.ZodNumber;
|
|
56408
56175
|
defaultEnvironment: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -56531,33 +56298,6 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56531
56298
|
secondaryGroupingExpiry: number;
|
|
56532
56299
|
secondaryGroupingConfig: string | null;
|
|
56533
56300
|
fingerprintingRules: string;
|
|
56534
|
-
plugins: {
|
|
56535
|
-
name: string;
|
|
56536
|
-
id: string;
|
|
56537
|
-
features: string[];
|
|
56538
|
-
status: string;
|
|
56539
|
-
version: string;
|
|
56540
|
-
type: string;
|
|
56541
|
-
description: string;
|
|
56542
|
-
enabled: boolean;
|
|
56543
|
-
slug: string;
|
|
56544
|
-
isHidden: boolean;
|
|
56545
|
-
author: Record<string, string>;
|
|
56546
|
-
shortName: string;
|
|
56547
|
-
canDisable: boolean;
|
|
56548
|
-
isTestable: boolean;
|
|
56549
|
-
hasConfiguration: boolean;
|
|
56550
|
-
metadata: Record<string, unknown>;
|
|
56551
|
-
contexts: string[];
|
|
56552
|
-
assets: unknown[];
|
|
56553
|
-
doc: string;
|
|
56554
|
-
isDeprecated: boolean;
|
|
56555
|
-
featureDescriptions: Record<string, string>[];
|
|
56556
|
-
resourceLinks: Record<string, string>[];
|
|
56557
|
-
firstPartyAlternative?: unknown;
|
|
56558
|
-
deprecationDate?: unknown;
|
|
56559
|
-
altIsSentryApp?: unknown;
|
|
56560
|
-
}[];
|
|
56561
56301
|
platforms: string[];
|
|
56562
56302
|
processingIssues: number;
|
|
56563
56303
|
defaultEnvironment: string | null;
|
|
@@ -56694,33 +56434,6 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56694
56434
|
secondaryGroupingExpiry: number;
|
|
56695
56435
|
secondaryGroupingConfig: string | null;
|
|
56696
56436
|
fingerprintingRules: string;
|
|
56697
|
-
plugins: {
|
|
56698
|
-
name: string;
|
|
56699
|
-
id: string;
|
|
56700
|
-
features: string[];
|
|
56701
|
-
status: string;
|
|
56702
|
-
version: string;
|
|
56703
|
-
type: string;
|
|
56704
|
-
description: string;
|
|
56705
|
-
enabled: boolean;
|
|
56706
|
-
slug: string;
|
|
56707
|
-
isHidden: boolean;
|
|
56708
|
-
author: Record<string, string>;
|
|
56709
|
-
shortName: string;
|
|
56710
|
-
canDisable: boolean;
|
|
56711
|
-
isTestable: boolean;
|
|
56712
|
-
hasConfiguration: boolean;
|
|
56713
|
-
metadata: Record<string, unknown>;
|
|
56714
|
-
contexts: string[];
|
|
56715
|
-
assets: unknown[];
|
|
56716
|
-
doc: string;
|
|
56717
|
-
isDeprecated: boolean;
|
|
56718
|
-
featureDescriptions: Record<string, string>[];
|
|
56719
|
-
resourceLinks: Record<string, string>[];
|
|
56720
|
-
firstPartyAlternative?: unknown;
|
|
56721
|
-
deprecationDate?: unknown;
|
|
56722
|
-
altIsSentryApp?: unknown;
|
|
56723
|
-
}[];
|
|
56724
56437
|
platforms: string[];
|
|
56725
56438
|
processingIssues: number;
|
|
56726
56439
|
defaultEnvironment: string | null;
|
|
@@ -57083,85 +56796,6 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
57083
56796
|
data?: unknown;
|
|
57084
56797
|
}[] | undefined;
|
|
57085
56798
|
}>;
|
|
57086
|
-
plugins: z.ZodArray<z.ZodObject<{
|
|
57087
|
-
id: z.ZodString;
|
|
57088
|
-
name: z.ZodString;
|
|
57089
|
-
slug: z.ZodString;
|
|
57090
|
-
shortName: z.ZodString;
|
|
57091
|
-
type: z.ZodString;
|
|
57092
|
-
canDisable: z.ZodBoolean;
|
|
57093
|
-
isTestable: z.ZodBoolean;
|
|
57094
|
-
hasConfiguration: z.ZodBoolean;
|
|
57095
|
-
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
57096
|
-
contexts: z.ZodArray<z.ZodString, "many">;
|
|
57097
|
-
status: z.ZodString;
|
|
57098
|
-
assets: z.ZodArray<z.ZodUnknown, "many">;
|
|
57099
|
-
doc: z.ZodString;
|
|
57100
|
-
firstPartyAlternative: z.ZodUnknown;
|
|
57101
|
-
deprecationDate: z.ZodUnknown;
|
|
57102
|
-
altIsSentryApp: z.ZodUnknown;
|
|
57103
|
-
enabled: z.ZodBoolean;
|
|
57104
|
-
version: z.ZodString;
|
|
57105
|
-
author: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
57106
|
-
isDeprecated: z.ZodBoolean;
|
|
57107
|
-
isHidden: z.ZodBoolean;
|
|
57108
|
-
description: z.ZodString;
|
|
57109
|
-
features: z.ZodArray<z.ZodString, "many">;
|
|
57110
|
-
featureDescriptions: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
57111
|
-
resourceLinks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
57112
|
-
}, "strip", z.ZodTypeAny, {
|
|
57113
|
-
name: string;
|
|
57114
|
-
id: string;
|
|
57115
|
-
features: string[];
|
|
57116
|
-
status: string;
|
|
57117
|
-
version: string;
|
|
57118
|
-
type: string;
|
|
57119
|
-
description: string;
|
|
57120
|
-
enabled: boolean;
|
|
57121
|
-
slug: string;
|
|
57122
|
-
isHidden: boolean;
|
|
57123
|
-
author: Record<string, string>;
|
|
57124
|
-
shortName: string;
|
|
57125
|
-
canDisable: boolean;
|
|
57126
|
-
isTestable: boolean;
|
|
57127
|
-
hasConfiguration: boolean;
|
|
57128
|
-
metadata: Record<string, unknown>;
|
|
57129
|
-
contexts: string[];
|
|
57130
|
-
assets: unknown[];
|
|
57131
|
-
doc: string;
|
|
57132
|
-
isDeprecated: boolean;
|
|
57133
|
-
featureDescriptions: Record<string, string>[];
|
|
57134
|
-
resourceLinks: Record<string, string>[];
|
|
57135
|
-
firstPartyAlternative?: unknown;
|
|
57136
|
-
deprecationDate?: unknown;
|
|
57137
|
-
altIsSentryApp?: unknown;
|
|
57138
|
-
}, {
|
|
57139
|
-
name: string;
|
|
57140
|
-
id: string;
|
|
57141
|
-
features: string[];
|
|
57142
|
-
status: string;
|
|
57143
|
-
version: string;
|
|
57144
|
-
type: string;
|
|
57145
|
-
description: string;
|
|
57146
|
-
enabled: boolean;
|
|
57147
|
-
slug: string;
|
|
57148
|
-
isHidden: boolean;
|
|
57149
|
-
author: Record<string, string>;
|
|
57150
|
-
shortName: string;
|
|
57151
|
-
canDisable: boolean;
|
|
57152
|
-
isTestable: boolean;
|
|
57153
|
-
hasConfiguration: boolean;
|
|
57154
|
-
metadata: Record<string, unknown>;
|
|
57155
|
-
contexts: string[];
|
|
57156
|
-
assets: unknown[];
|
|
57157
|
-
doc: string;
|
|
57158
|
-
isDeprecated: boolean;
|
|
57159
|
-
featureDescriptions: Record<string, string>[];
|
|
57160
|
-
resourceLinks: Record<string, string>[];
|
|
57161
|
-
firstPartyAlternative?: unknown;
|
|
57162
|
-
deprecationDate?: unknown;
|
|
57163
|
-
altIsSentryApp?: unknown;
|
|
57164
|
-
}>, "many">;
|
|
57165
56799
|
platforms: z.ZodArray<z.ZodString, "many">;
|
|
57166
56800
|
processingIssues: z.ZodNumber;
|
|
57167
56801
|
defaultEnvironment: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -57290,33 +56924,6 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
57290
56924
|
secondaryGroupingExpiry: number;
|
|
57291
56925
|
secondaryGroupingConfig: string | null;
|
|
57292
56926
|
fingerprintingRules: string;
|
|
57293
|
-
plugins: {
|
|
57294
|
-
name: string;
|
|
57295
|
-
id: string;
|
|
57296
|
-
features: string[];
|
|
57297
|
-
status: string;
|
|
57298
|
-
version: string;
|
|
57299
|
-
type: string;
|
|
57300
|
-
description: string;
|
|
57301
|
-
enabled: boolean;
|
|
57302
|
-
slug: string;
|
|
57303
|
-
isHidden: boolean;
|
|
57304
|
-
author: Record<string, string>;
|
|
57305
|
-
shortName: string;
|
|
57306
|
-
canDisable: boolean;
|
|
57307
|
-
isTestable: boolean;
|
|
57308
|
-
hasConfiguration: boolean;
|
|
57309
|
-
metadata: Record<string, unknown>;
|
|
57310
|
-
contexts: string[];
|
|
57311
|
-
assets: unknown[];
|
|
57312
|
-
doc: string;
|
|
57313
|
-
isDeprecated: boolean;
|
|
57314
|
-
featureDescriptions: Record<string, string>[];
|
|
57315
|
-
resourceLinks: Record<string, string>[];
|
|
57316
|
-
firstPartyAlternative?: unknown;
|
|
57317
|
-
deprecationDate?: unknown;
|
|
57318
|
-
altIsSentryApp?: unknown;
|
|
57319
|
-
}[];
|
|
57320
56927
|
platforms: string[];
|
|
57321
56928
|
processingIssues: number;
|
|
57322
56929
|
defaultEnvironment: string | null;
|
|
@@ -57453,33 +57060,6 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
57453
57060
|
secondaryGroupingExpiry: number;
|
|
57454
57061
|
secondaryGroupingConfig: string | null;
|
|
57455
57062
|
fingerprintingRules: string;
|
|
57456
|
-
plugins: {
|
|
57457
|
-
name: string;
|
|
57458
|
-
id: string;
|
|
57459
|
-
features: string[];
|
|
57460
|
-
status: string;
|
|
57461
|
-
version: string;
|
|
57462
|
-
type: string;
|
|
57463
|
-
description: string;
|
|
57464
|
-
enabled: boolean;
|
|
57465
|
-
slug: string;
|
|
57466
|
-
isHidden: boolean;
|
|
57467
|
-
author: Record<string, string>;
|
|
57468
|
-
shortName: string;
|
|
57469
|
-
canDisable: boolean;
|
|
57470
|
-
isTestable: boolean;
|
|
57471
|
-
hasConfiguration: boolean;
|
|
57472
|
-
metadata: Record<string, unknown>;
|
|
57473
|
-
contexts: string[];
|
|
57474
|
-
assets: unknown[];
|
|
57475
|
-
doc: string;
|
|
57476
|
-
isDeprecated: boolean;
|
|
57477
|
-
featureDescriptions: Record<string, string>[];
|
|
57478
|
-
resourceLinks: Record<string, string>[];
|
|
57479
|
-
firstPartyAlternative?: unknown;
|
|
57480
|
-
deprecationDate?: unknown;
|
|
57481
|
-
altIsSentryApp?: unknown;
|
|
57482
|
-
}[];
|
|
57483
57063
|
platforms: string[];
|
|
57484
57064
|
processingIssues: number;
|
|
57485
57065
|
defaultEnvironment: string | null;
|
|
@@ -57847,11 +57427,11 @@ export declare const zListProjectEventsResponse: z.ZodArray<z.ZodObject<{
|
|
|
57847
57427
|
message: string;
|
|
57848
57428
|
dateCreated: string;
|
|
57849
57429
|
title: string;
|
|
57850
|
-
metadata: Record<string, unknown> | null;
|
|
57851
57430
|
groupID: string | null;
|
|
57852
57431
|
eventID: string;
|
|
57853
57432
|
projectID: string;
|
|
57854
57433
|
location: string | null;
|
|
57434
|
+
metadata: Record<string, unknown> | null;
|
|
57855
57435
|
crashFile: string | null;
|
|
57856
57436
|
culprit: string | null;
|
|
57857
57437
|
'event.type': string;
|
|
@@ -57875,11 +57455,11 @@ export declare const zListProjectEventsResponse: z.ZodArray<z.ZodObject<{
|
|
|
57875
57455
|
message: string;
|
|
57876
57456
|
dateCreated: string;
|
|
57877
57457
|
title: string;
|
|
57878
|
-
metadata: Record<string, unknown> | null;
|
|
57879
57458
|
groupID: string | null;
|
|
57880
57459
|
eventID: string;
|
|
57881
57460
|
projectID: string;
|
|
57882
57461
|
location: string | null;
|
|
57462
|
+
metadata: Record<string, unknown> | null;
|
|
57883
57463
|
crashFile: string | null;
|
|
57884
57464
|
culprit: string | null;
|
|
57885
57465
|
'event.type': string;
|
|
@@ -58237,13 +57817,13 @@ export declare const zGetProjectEventResponse: z.ZodObject<{
|
|
|
58237
57817
|
type: string;
|
|
58238
57818
|
title: string;
|
|
58239
57819
|
context: Record<string, unknown> | null;
|
|
58240
|
-
contexts: Record<string, unknown> | null;
|
|
58241
57820
|
size: number | null;
|
|
58242
57821
|
groupID: string | null;
|
|
58243
57822
|
eventID: string;
|
|
58244
57823
|
projectID: string;
|
|
58245
57824
|
location: string | null;
|
|
58246
57825
|
dateReceived: string | null;
|
|
57826
|
+
contexts: Record<string, unknown> | null;
|
|
58247
57827
|
packages: Record<string, unknown>;
|
|
58248
57828
|
_meta: Record<string, unknown>;
|
|
58249
57829
|
userReport: {
|
|
@@ -58334,13 +57914,13 @@ export declare const zGetProjectEventResponse: z.ZodObject<{
|
|
|
58334
57914
|
type: string;
|
|
58335
57915
|
title: string;
|
|
58336
57916
|
context: Record<string, unknown> | null;
|
|
58337
|
-
contexts: Record<string, unknown> | null;
|
|
58338
57917
|
size: number | null;
|
|
58339
57918
|
groupID: string | null;
|
|
58340
57919
|
eventID: string;
|
|
58341
57920
|
projectID: string;
|
|
58342
57921
|
location: string | null;
|
|
58343
57922
|
dateReceived: string | null;
|
|
57923
|
+
contexts: Record<string, unknown> | null;
|
|
58344
57924
|
packages: Record<string, unknown>;
|
|
58345
57925
|
_meta: Record<string, unknown>;
|
|
58346
57926
|
userReport: {
|
|
@@ -72084,15 +71664,10 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72084
71664
|
latestEventHasAttachments: z.ZodOptional<z.ZodBoolean>;
|
|
72085
71665
|
activity: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72086
71666
|
seenBy: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72087
|
-
pluginActions: z.ZodArray<z.ZodUnknown, "many">;
|
|
72088
|
-
pluginIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72089
|
-
pluginContexts: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72090
71667
|
userReportCount: z.ZodNumber;
|
|
72091
71668
|
participants: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72092
71669
|
}, "strip", z.ZodTypeAny, {
|
|
72093
71670
|
priority: string | null;
|
|
72094
|
-
pluginActions: unknown[];
|
|
72095
|
-
pluginIssues: Record<string, unknown>[];
|
|
72096
71671
|
activity: Record<string, unknown>[];
|
|
72097
71672
|
id: string;
|
|
72098
71673
|
platform: string | null;
|
|
@@ -72196,7 +71771,6 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72196
71771
|
displayName: string;
|
|
72197
71772
|
}[];
|
|
72198
71773
|
seenBy: Record<string, unknown>[];
|
|
72199
|
-
pluginContexts: Record<string, unknown>[];
|
|
72200
71774
|
userReportCount: number;
|
|
72201
71775
|
participants: Record<string, unknown>[];
|
|
72202
71776
|
inbox?: {
|
|
@@ -72236,8 +71810,6 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72236
71810
|
lastRelease?: Record<string, unknown> | null | undefined;
|
|
72237
71811
|
}, {
|
|
72238
71812
|
priority: string | null;
|
|
72239
|
-
pluginActions: unknown[];
|
|
72240
|
-
pluginIssues: Record<string, unknown>[];
|
|
72241
71813
|
activity: Record<string, unknown>[];
|
|
72242
71814
|
id: string;
|
|
72243
71815
|
platform: string | null;
|
|
@@ -72341,7 +71913,6 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72341
71913
|
displayName: string;
|
|
72342
71914
|
}[];
|
|
72343
71915
|
seenBy: Record<string, unknown>[];
|
|
72344
|
-
pluginContexts: Record<string, unknown>[];
|
|
72345
71916
|
userReportCount: number;
|
|
72346
71917
|
participants: Record<string, unknown>[];
|
|
72347
71918
|
inbox?: {
|
|
@@ -73456,11 +73027,11 @@ export declare const zListOrganizationIssueEventsResponse: z.ZodArray<z.ZodObjec
|
|
|
73456
73027
|
message: string;
|
|
73457
73028
|
dateCreated: string;
|
|
73458
73029
|
title: string;
|
|
73459
|
-
metadata: Record<string, unknown> | null;
|
|
73460
73030
|
groupID: string | null;
|
|
73461
73031
|
eventID: string;
|
|
73462
73032
|
projectID: string;
|
|
73463
73033
|
location: string | null;
|
|
73034
|
+
metadata: Record<string, unknown> | null;
|
|
73464
73035
|
crashFile: string | null;
|
|
73465
73036
|
culprit: string | null;
|
|
73466
73037
|
'event.type': string;
|
|
@@ -73484,11 +73055,11 @@ export declare const zListOrganizationIssueEventsResponse: z.ZodArray<z.ZodObjec
|
|
|
73484
73055
|
message: string;
|
|
73485
73056
|
dateCreated: string;
|
|
73486
73057
|
title: string;
|
|
73487
|
-
metadata: Record<string, unknown> | null;
|
|
73488
73058
|
groupID: string | null;
|
|
73489
73059
|
eventID: string;
|
|
73490
73060
|
projectID: string;
|
|
73491
73061
|
location: string | null;
|
|
73062
|
+
metadata: Record<string, unknown> | null;
|
|
73492
73063
|
crashFile: string | null;
|
|
73493
73064
|
culprit: string | null;
|
|
73494
73065
|
'event.type': string;
|
|
@@ -73846,13 +73417,13 @@ export declare const zGetOrganizationIssueEventResponse: z.ZodObject<{
|
|
|
73846
73417
|
type: string;
|
|
73847
73418
|
title: string;
|
|
73848
73419
|
context: Record<string, unknown> | null;
|
|
73849
|
-
contexts: Record<string, unknown> | null;
|
|
73850
73420
|
size: number | null;
|
|
73851
73421
|
groupID: string | null;
|
|
73852
73422
|
eventID: string;
|
|
73853
73423
|
projectID: string;
|
|
73854
73424
|
location: string | null;
|
|
73855
73425
|
dateReceived: string | null;
|
|
73426
|
+
contexts: Record<string, unknown> | null;
|
|
73856
73427
|
packages: Record<string, unknown>;
|
|
73857
73428
|
_meta: Record<string, unknown>;
|
|
73858
73429
|
userReport: {
|
|
@@ -73943,13 +73514,13 @@ export declare const zGetOrganizationIssueEventResponse: z.ZodObject<{
|
|
|
73943
73514
|
type: string;
|
|
73944
73515
|
title: string;
|
|
73945
73516
|
context: Record<string, unknown> | null;
|
|
73946
|
-
contexts: Record<string, unknown> | null;
|
|
73947
73517
|
size: number | null;
|
|
73948
73518
|
groupID: string | null;
|
|
73949
73519
|
eventID: string;
|
|
73950
73520
|
projectID: string;
|
|
73951
73521
|
location: string | null;
|
|
73952
73522
|
dateReceived: string | null;
|
|
73523
|
+
contexts: Record<string, unknown> | null;
|
|
73953
73524
|
packages: Record<string, unknown>;
|
|
73954
73525
|
_meta: Record<string, unknown>;
|
|
73955
73526
|
userReport: {
|
|
@@ -74174,13 +73745,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74174
73745
|
type: string;
|
|
74175
73746
|
title: string;
|
|
74176
73747
|
context: Record<string, unknown> | null;
|
|
74177
|
-
contexts: Record<string, unknown> | null;
|
|
74178
73748
|
size: number | null;
|
|
74179
73749
|
groupID: string | null;
|
|
74180
73750
|
eventID: string;
|
|
74181
73751
|
projectID: string;
|
|
74182
73752
|
location: string | null;
|
|
74183
73753
|
dateReceived: string | null;
|
|
73754
|
+
contexts: Record<string, unknown> | null;
|
|
74184
73755
|
packages: Record<string, unknown>;
|
|
74185
73756
|
_meta: Record<string, unknown>;
|
|
74186
73757
|
dateCreated?: string | undefined;
|
|
@@ -74219,13 +73790,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74219
73790
|
type: string;
|
|
74220
73791
|
title: string;
|
|
74221
73792
|
context: Record<string, unknown> | null;
|
|
74222
|
-
contexts: Record<string, unknown> | null;
|
|
74223
73793
|
size: number | null;
|
|
74224
73794
|
groupID: string | null;
|
|
74225
73795
|
eventID: string;
|
|
74226
73796
|
projectID: string;
|
|
74227
73797
|
location: string | null;
|
|
74228
73798
|
dateReceived: string | null;
|
|
73799
|
+
contexts: Record<string, unknown> | null;
|
|
74229
73800
|
packages: Record<string, unknown>;
|
|
74230
73801
|
_meta: Record<string, unknown>;
|
|
74231
73802
|
dateCreated?: string | undefined;
|
|
@@ -74311,11 +73882,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74311
73882
|
message: string;
|
|
74312
73883
|
dateCreated: string;
|
|
74313
73884
|
title: string;
|
|
74314
|
-
metadata: Record<string, unknown> | null;
|
|
74315
73885
|
groupID: string | null;
|
|
74316
73886
|
eventID: string;
|
|
74317
73887
|
projectID: string;
|
|
74318
73888
|
location: string | null;
|
|
73889
|
+
metadata: Record<string, unknown> | null;
|
|
74319
73890
|
crashFile: string | null;
|
|
74320
73891
|
culprit: string | null;
|
|
74321
73892
|
'event.type': string;
|
|
@@ -74339,11 +73910,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74339
73910
|
message: string;
|
|
74340
73911
|
dateCreated: string;
|
|
74341
73912
|
title: string;
|
|
74342
|
-
metadata: Record<string, unknown> | null;
|
|
74343
73913
|
groupID: string | null;
|
|
74344
73914
|
eventID: string;
|
|
74345
73915
|
projectID: string;
|
|
74346
73916
|
location: string | null;
|
|
73917
|
+
metadata: Record<string, unknown> | null;
|
|
74347
73918
|
crashFile: string | null;
|
|
74348
73919
|
culprit: string | null;
|
|
74349
73920
|
'event.type': string;
|
|
@@ -74377,13 +73948,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74377
73948
|
type: string;
|
|
74378
73949
|
title: string;
|
|
74379
73950
|
context: Record<string, unknown> | null;
|
|
74380
|
-
contexts: Record<string, unknown> | null;
|
|
74381
73951
|
size: number | null;
|
|
74382
73952
|
groupID: string | null;
|
|
74383
73953
|
eventID: string;
|
|
74384
73954
|
projectID: string;
|
|
74385
73955
|
location: string | null;
|
|
74386
73956
|
dateReceived: string | null;
|
|
73957
|
+
contexts: Record<string, unknown> | null;
|
|
74387
73958
|
packages: Record<string, unknown>;
|
|
74388
73959
|
_meta: Record<string, unknown>;
|
|
74389
73960
|
dateCreated?: string | undefined;
|
|
@@ -74417,11 +73988,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74417
73988
|
message: string;
|
|
74418
73989
|
dateCreated: string;
|
|
74419
73990
|
title: string;
|
|
74420
|
-
metadata: Record<string, unknown> | null;
|
|
74421
73991
|
groupID: string | null;
|
|
74422
73992
|
eventID: string;
|
|
74423
73993
|
projectID: string;
|
|
74424
73994
|
location: string | null;
|
|
73995
|
+
metadata: Record<string, unknown> | null;
|
|
74425
73996
|
crashFile: string | null;
|
|
74426
73997
|
culprit: string | null;
|
|
74427
73998
|
'event.type': string;
|
|
@@ -74455,13 +74026,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74455
74026
|
type: string;
|
|
74456
74027
|
title: string;
|
|
74457
74028
|
context: Record<string, unknown> | null;
|
|
74458
|
-
contexts: Record<string, unknown> | null;
|
|
74459
74029
|
size: number | null;
|
|
74460
74030
|
groupID: string | null;
|
|
74461
74031
|
eventID: string;
|
|
74462
74032
|
projectID: string;
|
|
74463
74033
|
location: string | null;
|
|
74464
74034
|
dateReceived: string | null;
|
|
74035
|
+
contexts: Record<string, unknown> | null;
|
|
74465
74036
|
packages: Record<string, unknown>;
|
|
74466
74037
|
_meta: Record<string, unknown>;
|
|
74467
74038
|
dateCreated?: string | undefined;
|
|
@@ -74495,11 +74066,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74495
74066
|
message: string;
|
|
74496
74067
|
dateCreated: string;
|
|
74497
74068
|
title: string;
|
|
74498
|
-
metadata: Record<string, unknown> | null;
|
|
74499
74069
|
groupID: string | null;
|
|
74500
74070
|
eventID: string;
|
|
74501
74071
|
projectID: string;
|
|
74502
74072
|
location: string | null;
|
|
74073
|
+
metadata: Record<string, unknown> | null;
|
|
74503
74074
|
crashFile: string | null;
|
|
74504
74075
|
culprit: string | null;
|
|
74505
74076
|
'event.type': string;
|