@sentry/api 0.236.0 → 0.238.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 +7 -128
- package/dist/zod.gen.d.ts +67 -490
- package/dist/zod.js +2 -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>;
|
|
@@ -18338,6 +18190,7 @@ export declare const zOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObj
|
|
|
18338
18190
|
end_timestamp: z.ZodString;
|
|
18339
18191
|
measurements: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18340
18192
|
browser_web_vital: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18193
|
+
mobile_app_vital: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18341
18194
|
op: z.ZodString;
|
|
18342
18195
|
name: z.ZodString;
|
|
18343
18196
|
parent_span_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -18401,6 +18254,7 @@ export declare const zOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObj
|
|
|
18401
18254
|
end_timestamp?: number | undefined;
|
|
18402
18255
|
}[];
|
|
18403
18256
|
browser_web_vital: Record<string, unknown>;
|
|
18257
|
+
mobile_app_vital: Record<string, unknown>;
|
|
18404
18258
|
op: string;
|
|
18405
18259
|
parent_span_id: string | null;
|
|
18406
18260
|
sdk_name: string;
|
|
@@ -18460,6 +18314,7 @@ export declare const zOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.ZodObj
|
|
|
18460
18314
|
end_timestamp?: number | undefined;
|
|
18461
18315
|
}[];
|
|
18462
18316
|
browser_web_vital: Record<string, unknown>;
|
|
18317
|
+
mobile_app_vital: Record<string, unknown>;
|
|
18463
18318
|
op: string;
|
|
18464
18319
|
parent_span_id: string | null;
|
|
18465
18320
|
sdk_name: string;
|
|
@@ -20612,13 +20467,13 @@ export declare const zProjectEventDetailsResponse: z.ZodObject<{
|
|
|
20612
20467
|
type: string;
|
|
20613
20468
|
title: string;
|
|
20614
20469
|
context: Record<string, unknown> | null;
|
|
20615
|
-
contexts: Record<string, unknown> | null;
|
|
20616
20470
|
size: number | null;
|
|
20617
20471
|
groupID: string | null;
|
|
20618
20472
|
eventID: string;
|
|
20619
20473
|
projectID: string;
|
|
20620
20474
|
location: string | null;
|
|
20621
20475
|
dateReceived: string | null;
|
|
20476
|
+
contexts: Record<string, unknown> | null;
|
|
20622
20477
|
packages: Record<string, unknown>;
|
|
20623
20478
|
_meta: Record<string, unknown>;
|
|
20624
20479
|
userReport: {
|
|
@@ -20709,13 +20564,13 @@ export declare const zProjectEventDetailsResponse: z.ZodObject<{
|
|
|
20709
20564
|
type: string;
|
|
20710
20565
|
title: string;
|
|
20711
20566
|
context: Record<string, unknown> | null;
|
|
20712
|
-
contexts: Record<string, unknown> | null;
|
|
20713
20567
|
size: number | null;
|
|
20714
20568
|
groupID: string | null;
|
|
20715
20569
|
eventID: string;
|
|
20716
20570
|
projectID: string;
|
|
20717
20571
|
location: string | null;
|
|
20718
20572
|
dateReceived: string | null;
|
|
20573
|
+
contexts: Record<string, unknown> | null;
|
|
20719
20574
|
packages: Record<string, unknown>;
|
|
20720
20575
|
_meta: Record<string, unknown>;
|
|
20721
20576
|
userReport: {
|
|
@@ -20826,11 +20681,11 @@ export declare const zProjectEventsResponseDict: z.ZodArray<z.ZodObject<{
|
|
|
20826
20681
|
message: string;
|
|
20827
20682
|
dateCreated: string;
|
|
20828
20683
|
title: string;
|
|
20829
|
-
metadata: Record<string, unknown> | null;
|
|
20830
20684
|
groupID: string | null;
|
|
20831
20685
|
eventID: string;
|
|
20832
20686
|
projectID: string;
|
|
20833
20687
|
location: string | null;
|
|
20688
|
+
metadata: Record<string, unknown> | null;
|
|
20834
20689
|
crashFile: string | null;
|
|
20835
20690
|
culprit: string | null;
|
|
20836
20691
|
'event.type': string;
|
|
@@ -20854,11 +20709,11 @@ export declare const zProjectEventsResponseDict: z.ZodArray<z.ZodObject<{
|
|
|
20854
20709
|
message: string;
|
|
20855
20710
|
dateCreated: string;
|
|
20856
20711
|
title: string;
|
|
20857
|
-
metadata: Record<string, unknown> | null;
|
|
20858
20712
|
groupID: string | null;
|
|
20859
20713
|
eventID: string;
|
|
20860
20714
|
projectID: string;
|
|
20861
20715
|
location: string | null;
|
|
20716
|
+
metadata: Record<string, unknown> | null;
|
|
20862
20717
|
crashFile: string | null;
|
|
20863
20718
|
culprit: string | null;
|
|
20864
20719
|
'event.type': string;
|
|
@@ -28553,16 +28408,16 @@ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
|
28553
28408
|
key: string;
|
|
28554
28409
|
features: string[];
|
|
28555
28410
|
slug: string;
|
|
28556
|
-
canDisable: boolean;
|
|
28557
28411
|
canAdd: boolean;
|
|
28412
|
+
canDisable: boolean;
|
|
28558
28413
|
metadata?: unknown;
|
|
28559
28414
|
}, {
|
|
28560
28415
|
name: string;
|
|
28561
28416
|
key: string;
|
|
28562
28417
|
features: string[];
|
|
28563
28418
|
slug: string;
|
|
28564
|
-
canDisable: boolean;
|
|
28565
28419
|
canAdd: boolean;
|
|
28420
|
+
canDisable: boolean;
|
|
28566
28421
|
metadata?: unknown;
|
|
28567
28422
|
}>, "many">;
|
|
28568
28423
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28571,8 +28426,8 @@ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
|
28571
28426
|
key: string;
|
|
28572
28427
|
features: string[];
|
|
28573
28428
|
slug: string;
|
|
28574
|
-
canDisable: boolean;
|
|
28575
28429
|
canAdd: boolean;
|
|
28430
|
+
canDisable: boolean;
|
|
28576
28431
|
metadata?: unknown;
|
|
28577
28432
|
}[];
|
|
28578
28433
|
}, {
|
|
@@ -28581,8 +28436,8 @@ export declare const zGetOrganizationConfigIntegrationsResponse: z.ZodObject<{
|
|
|
28581
28436
|
key: string;
|
|
28582
28437
|
features: string[];
|
|
28583
28438
|
slug: string;
|
|
28584
|
-
canDisable: boolean;
|
|
28585
28439
|
canAdd: boolean;
|
|
28440
|
+
canDisable: boolean;
|
|
28586
28441
|
metadata?: unknown;
|
|
28587
28442
|
}[];
|
|
28588
28443
|
}>;
|
|
@@ -34407,13 +34262,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34407
34262
|
type: string;
|
|
34408
34263
|
title: string;
|
|
34409
34264
|
context: Record<string, unknown> | null;
|
|
34410
|
-
contexts: Record<string, unknown> | null;
|
|
34411
34265
|
size: number | null;
|
|
34412
34266
|
groupID: string | null;
|
|
34413
34267
|
eventID: string;
|
|
34414
34268
|
projectID: string;
|
|
34415
34269
|
location: string | null;
|
|
34416
34270
|
dateReceived: string | null;
|
|
34271
|
+
contexts: Record<string, unknown> | null;
|
|
34417
34272
|
packages: Record<string, unknown>;
|
|
34418
34273
|
_meta: Record<string, unknown>;
|
|
34419
34274
|
dateCreated?: string | undefined;
|
|
@@ -34452,13 +34307,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34452
34307
|
type: string;
|
|
34453
34308
|
title: string;
|
|
34454
34309
|
context: Record<string, unknown> | null;
|
|
34455
|
-
contexts: Record<string, unknown> | null;
|
|
34456
34310
|
size: number | null;
|
|
34457
34311
|
groupID: string | null;
|
|
34458
34312
|
eventID: string;
|
|
34459
34313
|
projectID: string;
|
|
34460
34314
|
location: string | null;
|
|
34461
34315
|
dateReceived: string | null;
|
|
34316
|
+
contexts: Record<string, unknown> | null;
|
|
34462
34317
|
packages: Record<string, unknown>;
|
|
34463
34318
|
_meta: Record<string, unknown>;
|
|
34464
34319
|
dateCreated?: string | undefined;
|
|
@@ -34503,13 +34358,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34503
34358
|
type: string;
|
|
34504
34359
|
title: string;
|
|
34505
34360
|
context: Record<string, unknown> | null;
|
|
34506
|
-
contexts: Record<string, unknown> | null;
|
|
34507
34361
|
size: number | null;
|
|
34508
34362
|
groupID: string | null;
|
|
34509
34363
|
eventID: string;
|
|
34510
34364
|
projectID: string;
|
|
34511
34365
|
location: string | null;
|
|
34512
34366
|
dateReceived: string | null;
|
|
34367
|
+
contexts: Record<string, unknown> | null;
|
|
34513
34368
|
packages: Record<string, unknown>;
|
|
34514
34369
|
_meta: Record<string, unknown>;
|
|
34515
34370
|
dateCreated?: string | undefined;
|
|
@@ -34554,13 +34409,13 @@ export declare const zResolveOrganizationEventIdResponse: z.ZodObject<{
|
|
|
34554
34409
|
type: string;
|
|
34555
34410
|
title: string;
|
|
34556
34411
|
context: Record<string, unknown> | null;
|
|
34557
|
-
contexts: Record<string, unknown> | null;
|
|
34558
34412
|
size: number | null;
|
|
34559
34413
|
groupID: string | null;
|
|
34560
34414
|
eventID: string;
|
|
34561
34415
|
projectID: string;
|
|
34562
34416
|
location: string | null;
|
|
34563
34417
|
dateReceived: string | null;
|
|
34418
|
+
contexts: Record<string, unknown> | null;
|
|
34564
34419
|
packages: Record<string, unknown>;
|
|
34565
34420
|
_meta: Record<string, unknown>;
|
|
34566
34421
|
dateCreated?: string | undefined;
|
|
@@ -36102,7 +35957,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36102
35957
|
viewId: z.ZodOptional<z.ZodString>;
|
|
36103
35958
|
sort: z.ZodOptional<z.ZodEnum<["date", "freq", "inbox", "new", "recommended", "trends", "user"]>>;
|
|
36104
35959
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
36105
|
-
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">>;
|
|
36106
35961
|
collapse: z.ZodOptional<z.ZodArray<z.ZodEnum<["base", "filtered", "lifetime", "stats", "unhandled"]>, "many">>;
|
|
36107
35962
|
cursor: z.ZodOptional<z.ZodString>;
|
|
36108
35963
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36118,7 +35973,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36118
35973
|
viewId?: string | undefined;
|
|
36119
35974
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36120
35975
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36121
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
35976
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36122
35977
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36123
35978
|
}, {
|
|
36124
35979
|
sort?: "user" | "new" | "date" | "freq" | "inbox" | "recommended" | "trends" | undefined;
|
|
@@ -36133,7 +35988,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36133
35988
|
limit?: number | undefined;
|
|
36134
35989
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36135
35990
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36136
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
35991
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36137
35992
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36138
35993
|
}>>;
|
|
36139
35994
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36153,7 +36008,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36153
36008
|
viewId?: string | undefined;
|
|
36154
36009
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36155
36010
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36156
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
36011
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36157
36012
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36158
36013
|
} | undefined;
|
|
36159
36014
|
body?: undefined;
|
|
@@ -36174,7 +36029,7 @@ export declare const zListOrganizationIssuesData: z.ZodObject<{
|
|
|
36174
36029
|
limit?: number | undefined;
|
|
36175
36030
|
groupStatsPeriod?: "" | "auto" | "14d" | "24h" | undefined;
|
|
36176
36031
|
shortIdLookup?: "0" | "1" | undefined;
|
|
36177
|
-
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "
|
|
36032
|
+
expand?: ("inbox" | "integrationIssues" | "latestEventHasAttachments" | "owners" | "sentryAppIssues" | "sessions")[] | undefined;
|
|
36178
36033
|
collapse?: ("base" | "filtered" | "lifetime" | "stats" | "unhandled")[] | undefined;
|
|
36179
36034
|
} | undefined;
|
|
36180
36035
|
body?: undefined;
|
|
@@ -36649,8 +36504,6 @@ export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
36649
36504
|
type: string;
|
|
36650
36505
|
date_added: string;
|
|
36651
36506
|
}>;
|
|
36652
|
-
pluginActions: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
36653
|
-
pluginIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
36654
36507
|
integrationIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
36655
36508
|
sentryAppIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
36656
36509
|
latestEventHasAttachments: z.ZodBoolean;
|
|
@@ -36676,8 +36529,6 @@ export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
36676
36529
|
type: string;
|
|
36677
36530
|
date_added: string;
|
|
36678
36531
|
};
|
|
36679
|
-
pluginActions: string[][];
|
|
36680
|
-
pluginIssues: Record<string, unknown>[];
|
|
36681
36532
|
sentryAppIssues: Record<string, unknown>[];
|
|
36682
36533
|
filtered: {
|
|
36683
36534
|
stats: Record<string, unknown>;
|
|
@@ -36817,8 +36668,6 @@ export declare const zListOrganizationIssuesResponse: z.ZodArray<z.ZodObject<{
|
|
|
36817
36668
|
type: string;
|
|
36818
36669
|
date_added: string;
|
|
36819
36670
|
};
|
|
36820
|
-
pluginActions: string[][];
|
|
36821
|
-
pluginIssues: Record<string, unknown>[];
|
|
36822
36671
|
sentryAppIssues: Record<string, unknown>[];
|
|
36823
36672
|
filtered: {
|
|
36824
36673
|
stats: Record<string, unknown>;
|
|
@@ -52941,14 +52790,14 @@ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.
|
|
|
52941
52790
|
replacementAttribute: z.ZodOptional<z.ZodString>;
|
|
52942
52791
|
}, "strip", z.ZodTypeAny, {
|
|
52943
52792
|
details?: string[] | undefined;
|
|
52944
|
-
isDeprecated?: boolean | undefined;
|
|
52945
52793
|
brief?: string | undefined;
|
|
52794
|
+
isDeprecated?: boolean | undefined;
|
|
52946
52795
|
examples?: unknown[] | undefined;
|
|
52947
52796
|
replacementAttribute?: string | undefined;
|
|
52948
52797
|
}, {
|
|
52949
52798
|
details?: string[] | undefined;
|
|
52950
|
-
isDeprecated?: boolean | undefined;
|
|
52951
52799
|
brief?: string | undefined;
|
|
52800
|
+
isDeprecated?: boolean | undefined;
|
|
52952
52801
|
examples?: unknown[] | undefined;
|
|
52953
52802
|
replacementAttribute?: string | undefined;
|
|
52954
52803
|
}>>;
|
|
@@ -52962,8 +52811,8 @@ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.
|
|
|
52962
52811
|
};
|
|
52963
52812
|
context?: {
|
|
52964
52813
|
details?: string[] | undefined;
|
|
52965
|
-
isDeprecated?: boolean | undefined;
|
|
52966
52814
|
brief?: string | undefined;
|
|
52815
|
+
isDeprecated?: boolean | undefined;
|
|
52967
52816
|
examples?: unknown[] | undefined;
|
|
52968
52817
|
replacementAttribute?: string | undefined;
|
|
52969
52818
|
} | undefined;
|
|
@@ -52978,8 +52827,8 @@ export declare const zListOrganizationTraceItemAttributesResponse: z.ZodArray<z.
|
|
|
52978
52827
|
};
|
|
52979
52828
|
context?: {
|
|
52980
52829
|
details?: string[] | undefined;
|
|
52981
|
-
isDeprecated?: boolean | undefined;
|
|
52982
52830
|
brief?: string | undefined;
|
|
52831
|
+
isDeprecated?: boolean | undefined;
|
|
52983
52832
|
examples?: unknown[] | undefined;
|
|
52984
52833
|
replacementAttribute?: string | undefined;
|
|
52985
52834
|
} | undefined;
|
|
@@ -53253,6 +53102,7 @@ export declare const zGetOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.Zod
|
|
|
53253
53102
|
end_timestamp: z.ZodString;
|
|
53254
53103
|
measurements: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
53255
53104
|
browser_web_vital: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
53105
|
+
mobile_app_vital: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
53256
53106
|
op: z.ZodString;
|
|
53257
53107
|
name: z.ZodString;
|
|
53258
53108
|
parent_span_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -53316,6 +53166,7 @@ export declare const zGetOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.Zod
|
|
|
53316
53166
|
end_timestamp?: number | undefined;
|
|
53317
53167
|
}[];
|
|
53318
53168
|
browser_web_vital: Record<string, unknown>;
|
|
53169
|
+
mobile_app_vital: Record<string, unknown>;
|
|
53319
53170
|
op: string;
|
|
53320
53171
|
parent_span_id: string | null;
|
|
53321
53172
|
sdk_name: string;
|
|
@@ -53375,6 +53226,7 @@ export declare const zGetOrganizationTraceResponse: z.ZodArray<z.ZodUnion<[z.Zod
|
|
|
53375
53226
|
end_timestamp?: number | undefined;
|
|
53376
53227
|
}[];
|
|
53377
53228
|
browser_web_vital: Record<string, unknown>;
|
|
53229
|
+
mobile_app_vital: Record<string, unknown>;
|
|
53378
53230
|
op: string;
|
|
53379
53231
|
parent_span_id: string | null;
|
|
53380
53232
|
sdk_name: string;
|
|
@@ -56318,85 +56170,6 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56318
56170
|
data?: unknown;
|
|
56319
56171
|
}[] | undefined;
|
|
56320
56172
|
}>;
|
|
56321
|
-
plugins: z.ZodArray<z.ZodObject<{
|
|
56322
|
-
id: z.ZodString;
|
|
56323
|
-
name: z.ZodString;
|
|
56324
|
-
slug: z.ZodString;
|
|
56325
|
-
shortName: z.ZodString;
|
|
56326
|
-
type: z.ZodString;
|
|
56327
|
-
canDisable: z.ZodBoolean;
|
|
56328
|
-
isTestable: z.ZodBoolean;
|
|
56329
|
-
hasConfiguration: z.ZodBoolean;
|
|
56330
|
-
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
56331
|
-
contexts: z.ZodArray<z.ZodString, "many">;
|
|
56332
|
-
status: z.ZodString;
|
|
56333
|
-
assets: z.ZodArray<z.ZodUnknown, "many">;
|
|
56334
|
-
doc: z.ZodString;
|
|
56335
|
-
firstPartyAlternative: z.ZodUnknown;
|
|
56336
|
-
deprecationDate: z.ZodUnknown;
|
|
56337
|
-
altIsSentryApp: z.ZodUnknown;
|
|
56338
|
-
enabled: z.ZodBoolean;
|
|
56339
|
-
version: z.ZodString;
|
|
56340
|
-
author: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
56341
|
-
isDeprecated: z.ZodBoolean;
|
|
56342
|
-
isHidden: z.ZodBoolean;
|
|
56343
|
-
description: z.ZodString;
|
|
56344
|
-
features: z.ZodArray<z.ZodString, "many">;
|
|
56345
|
-
featureDescriptions: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
56346
|
-
resourceLinks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
56347
|
-
}, "strip", z.ZodTypeAny, {
|
|
56348
|
-
name: string;
|
|
56349
|
-
id: string;
|
|
56350
|
-
features: string[];
|
|
56351
|
-
status: string;
|
|
56352
|
-
version: string;
|
|
56353
|
-
type: string;
|
|
56354
|
-
description: string;
|
|
56355
|
-
enabled: boolean;
|
|
56356
|
-
slug: string;
|
|
56357
|
-
isHidden: boolean;
|
|
56358
|
-
author: Record<string, string>;
|
|
56359
|
-
shortName: string;
|
|
56360
|
-
canDisable: boolean;
|
|
56361
|
-
isTestable: boolean;
|
|
56362
|
-
hasConfiguration: boolean;
|
|
56363
|
-
metadata: Record<string, unknown>;
|
|
56364
|
-
contexts: string[];
|
|
56365
|
-
assets: unknown[];
|
|
56366
|
-
doc: string;
|
|
56367
|
-
isDeprecated: boolean;
|
|
56368
|
-
featureDescriptions: Record<string, string>[];
|
|
56369
|
-
resourceLinks: Record<string, string>[];
|
|
56370
|
-
firstPartyAlternative?: unknown;
|
|
56371
|
-
deprecationDate?: unknown;
|
|
56372
|
-
altIsSentryApp?: unknown;
|
|
56373
|
-
}, {
|
|
56374
|
-
name: string;
|
|
56375
|
-
id: string;
|
|
56376
|
-
features: string[];
|
|
56377
|
-
status: string;
|
|
56378
|
-
version: string;
|
|
56379
|
-
type: string;
|
|
56380
|
-
description: string;
|
|
56381
|
-
enabled: boolean;
|
|
56382
|
-
slug: string;
|
|
56383
|
-
isHidden: boolean;
|
|
56384
|
-
author: Record<string, string>;
|
|
56385
|
-
shortName: string;
|
|
56386
|
-
canDisable: boolean;
|
|
56387
|
-
isTestable: boolean;
|
|
56388
|
-
hasConfiguration: boolean;
|
|
56389
|
-
metadata: Record<string, unknown>;
|
|
56390
|
-
contexts: string[];
|
|
56391
|
-
assets: unknown[];
|
|
56392
|
-
doc: string;
|
|
56393
|
-
isDeprecated: boolean;
|
|
56394
|
-
featureDescriptions: Record<string, string>[];
|
|
56395
|
-
resourceLinks: Record<string, string>[];
|
|
56396
|
-
firstPartyAlternative?: unknown;
|
|
56397
|
-
deprecationDate?: unknown;
|
|
56398
|
-
altIsSentryApp?: unknown;
|
|
56399
|
-
}>, "many">;
|
|
56400
56173
|
platforms: z.ZodArray<z.ZodString, "many">;
|
|
56401
56174
|
processingIssues: z.ZodNumber;
|
|
56402
56175
|
defaultEnvironment: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -56525,33 +56298,6 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56525
56298
|
secondaryGroupingExpiry: number;
|
|
56526
56299
|
secondaryGroupingConfig: string | null;
|
|
56527
56300
|
fingerprintingRules: string;
|
|
56528
|
-
plugins: {
|
|
56529
|
-
name: string;
|
|
56530
|
-
id: string;
|
|
56531
|
-
features: string[];
|
|
56532
|
-
status: string;
|
|
56533
|
-
version: string;
|
|
56534
|
-
type: string;
|
|
56535
|
-
description: string;
|
|
56536
|
-
enabled: boolean;
|
|
56537
|
-
slug: string;
|
|
56538
|
-
isHidden: boolean;
|
|
56539
|
-
author: Record<string, string>;
|
|
56540
|
-
shortName: string;
|
|
56541
|
-
canDisable: boolean;
|
|
56542
|
-
isTestable: boolean;
|
|
56543
|
-
hasConfiguration: boolean;
|
|
56544
|
-
metadata: Record<string, unknown>;
|
|
56545
|
-
contexts: string[];
|
|
56546
|
-
assets: unknown[];
|
|
56547
|
-
doc: string;
|
|
56548
|
-
isDeprecated: boolean;
|
|
56549
|
-
featureDescriptions: Record<string, string>[];
|
|
56550
|
-
resourceLinks: Record<string, string>[];
|
|
56551
|
-
firstPartyAlternative?: unknown;
|
|
56552
|
-
deprecationDate?: unknown;
|
|
56553
|
-
altIsSentryApp?: unknown;
|
|
56554
|
-
}[];
|
|
56555
56301
|
platforms: string[];
|
|
56556
56302
|
processingIssues: number;
|
|
56557
56303
|
defaultEnvironment: string | null;
|
|
@@ -56688,33 +56434,6 @@ export declare const zGetProjectResponse: z.ZodObject<{
|
|
|
56688
56434
|
secondaryGroupingExpiry: number;
|
|
56689
56435
|
secondaryGroupingConfig: string | null;
|
|
56690
56436
|
fingerprintingRules: string;
|
|
56691
|
-
plugins: {
|
|
56692
|
-
name: string;
|
|
56693
|
-
id: string;
|
|
56694
|
-
features: string[];
|
|
56695
|
-
status: string;
|
|
56696
|
-
version: string;
|
|
56697
|
-
type: string;
|
|
56698
|
-
description: string;
|
|
56699
|
-
enabled: boolean;
|
|
56700
|
-
slug: string;
|
|
56701
|
-
isHidden: boolean;
|
|
56702
|
-
author: Record<string, string>;
|
|
56703
|
-
shortName: string;
|
|
56704
|
-
canDisable: boolean;
|
|
56705
|
-
isTestable: boolean;
|
|
56706
|
-
hasConfiguration: boolean;
|
|
56707
|
-
metadata: Record<string, unknown>;
|
|
56708
|
-
contexts: string[];
|
|
56709
|
-
assets: unknown[];
|
|
56710
|
-
doc: string;
|
|
56711
|
-
isDeprecated: boolean;
|
|
56712
|
-
featureDescriptions: Record<string, string>[];
|
|
56713
|
-
resourceLinks: Record<string, string>[];
|
|
56714
|
-
firstPartyAlternative?: unknown;
|
|
56715
|
-
deprecationDate?: unknown;
|
|
56716
|
-
altIsSentryApp?: unknown;
|
|
56717
|
-
}[];
|
|
56718
56437
|
platforms: string[];
|
|
56719
56438
|
processingIssues: number;
|
|
56720
56439
|
defaultEnvironment: string | null;
|
|
@@ -57077,85 +56796,6 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
57077
56796
|
data?: unknown;
|
|
57078
56797
|
}[] | undefined;
|
|
57079
56798
|
}>;
|
|
57080
|
-
plugins: z.ZodArray<z.ZodObject<{
|
|
57081
|
-
id: z.ZodString;
|
|
57082
|
-
name: z.ZodString;
|
|
57083
|
-
slug: z.ZodString;
|
|
57084
|
-
shortName: z.ZodString;
|
|
57085
|
-
type: z.ZodString;
|
|
57086
|
-
canDisable: z.ZodBoolean;
|
|
57087
|
-
isTestable: z.ZodBoolean;
|
|
57088
|
-
hasConfiguration: z.ZodBoolean;
|
|
57089
|
-
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
57090
|
-
contexts: z.ZodArray<z.ZodString, "many">;
|
|
57091
|
-
status: z.ZodString;
|
|
57092
|
-
assets: z.ZodArray<z.ZodUnknown, "many">;
|
|
57093
|
-
doc: z.ZodString;
|
|
57094
|
-
firstPartyAlternative: z.ZodUnknown;
|
|
57095
|
-
deprecationDate: z.ZodUnknown;
|
|
57096
|
-
altIsSentryApp: z.ZodUnknown;
|
|
57097
|
-
enabled: z.ZodBoolean;
|
|
57098
|
-
version: z.ZodString;
|
|
57099
|
-
author: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
57100
|
-
isDeprecated: z.ZodBoolean;
|
|
57101
|
-
isHidden: z.ZodBoolean;
|
|
57102
|
-
description: z.ZodString;
|
|
57103
|
-
features: z.ZodArray<z.ZodString, "many">;
|
|
57104
|
-
featureDescriptions: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
57105
|
-
resourceLinks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">;
|
|
57106
|
-
}, "strip", z.ZodTypeAny, {
|
|
57107
|
-
name: string;
|
|
57108
|
-
id: string;
|
|
57109
|
-
features: string[];
|
|
57110
|
-
status: string;
|
|
57111
|
-
version: string;
|
|
57112
|
-
type: string;
|
|
57113
|
-
description: string;
|
|
57114
|
-
enabled: boolean;
|
|
57115
|
-
slug: string;
|
|
57116
|
-
isHidden: boolean;
|
|
57117
|
-
author: Record<string, string>;
|
|
57118
|
-
shortName: string;
|
|
57119
|
-
canDisable: boolean;
|
|
57120
|
-
isTestable: boolean;
|
|
57121
|
-
hasConfiguration: boolean;
|
|
57122
|
-
metadata: Record<string, unknown>;
|
|
57123
|
-
contexts: string[];
|
|
57124
|
-
assets: unknown[];
|
|
57125
|
-
doc: string;
|
|
57126
|
-
isDeprecated: boolean;
|
|
57127
|
-
featureDescriptions: Record<string, string>[];
|
|
57128
|
-
resourceLinks: Record<string, string>[];
|
|
57129
|
-
firstPartyAlternative?: unknown;
|
|
57130
|
-
deprecationDate?: unknown;
|
|
57131
|
-
altIsSentryApp?: unknown;
|
|
57132
|
-
}, {
|
|
57133
|
-
name: string;
|
|
57134
|
-
id: string;
|
|
57135
|
-
features: string[];
|
|
57136
|
-
status: string;
|
|
57137
|
-
version: string;
|
|
57138
|
-
type: string;
|
|
57139
|
-
description: string;
|
|
57140
|
-
enabled: boolean;
|
|
57141
|
-
slug: string;
|
|
57142
|
-
isHidden: boolean;
|
|
57143
|
-
author: Record<string, string>;
|
|
57144
|
-
shortName: string;
|
|
57145
|
-
canDisable: boolean;
|
|
57146
|
-
isTestable: boolean;
|
|
57147
|
-
hasConfiguration: boolean;
|
|
57148
|
-
metadata: Record<string, unknown>;
|
|
57149
|
-
contexts: string[];
|
|
57150
|
-
assets: unknown[];
|
|
57151
|
-
doc: string;
|
|
57152
|
-
isDeprecated: boolean;
|
|
57153
|
-
featureDescriptions: Record<string, string>[];
|
|
57154
|
-
resourceLinks: Record<string, string>[];
|
|
57155
|
-
firstPartyAlternative?: unknown;
|
|
57156
|
-
deprecationDate?: unknown;
|
|
57157
|
-
altIsSentryApp?: unknown;
|
|
57158
|
-
}>, "many">;
|
|
57159
56799
|
platforms: z.ZodArray<z.ZodString, "many">;
|
|
57160
56800
|
processingIssues: z.ZodNumber;
|
|
57161
56801
|
defaultEnvironment: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
@@ -57284,33 +56924,6 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
57284
56924
|
secondaryGroupingExpiry: number;
|
|
57285
56925
|
secondaryGroupingConfig: string | null;
|
|
57286
56926
|
fingerprintingRules: string;
|
|
57287
|
-
plugins: {
|
|
57288
|
-
name: string;
|
|
57289
|
-
id: string;
|
|
57290
|
-
features: string[];
|
|
57291
|
-
status: string;
|
|
57292
|
-
version: string;
|
|
57293
|
-
type: string;
|
|
57294
|
-
description: string;
|
|
57295
|
-
enabled: boolean;
|
|
57296
|
-
slug: string;
|
|
57297
|
-
isHidden: boolean;
|
|
57298
|
-
author: Record<string, string>;
|
|
57299
|
-
shortName: string;
|
|
57300
|
-
canDisable: boolean;
|
|
57301
|
-
isTestable: boolean;
|
|
57302
|
-
hasConfiguration: boolean;
|
|
57303
|
-
metadata: Record<string, unknown>;
|
|
57304
|
-
contexts: string[];
|
|
57305
|
-
assets: unknown[];
|
|
57306
|
-
doc: string;
|
|
57307
|
-
isDeprecated: boolean;
|
|
57308
|
-
featureDescriptions: Record<string, string>[];
|
|
57309
|
-
resourceLinks: Record<string, string>[];
|
|
57310
|
-
firstPartyAlternative?: unknown;
|
|
57311
|
-
deprecationDate?: unknown;
|
|
57312
|
-
altIsSentryApp?: unknown;
|
|
57313
|
-
}[];
|
|
57314
56927
|
platforms: string[];
|
|
57315
56928
|
processingIssues: number;
|
|
57316
56929
|
defaultEnvironment: string | null;
|
|
@@ -57447,33 +57060,6 @@ export declare const zUpdateProjectResponse: z.ZodObject<{
|
|
|
57447
57060
|
secondaryGroupingExpiry: number;
|
|
57448
57061
|
secondaryGroupingConfig: string | null;
|
|
57449
57062
|
fingerprintingRules: string;
|
|
57450
|
-
plugins: {
|
|
57451
|
-
name: string;
|
|
57452
|
-
id: string;
|
|
57453
|
-
features: string[];
|
|
57454
|
-
status: string;
|
|
57455
|
-
version: string;
|
|
57456
|
-
type: string;
|
|
57457
|
-
description: string;
|
|
57458
|
-
enabled: boolean;
|
|
57459
|
-
slug: string;
|
|
57460
|
-
isHidden: boolean;
|
|
57461
|
-
author: Record<string, string>;
|
|
57462
|
-
shortName: string;
|
|
57463
|
-
canDisable: boolean;
|
|
57464
|
-
isTestable: boolean;
|
|
57465
|
-
hasConfiguration: boolean;
|
|
57466
|
-
metadata: Record<string, unknown>;
|
|
57467
|
-
contexts: string[];
|
|
57468
|
-
assets: unknown[];
|
|
57469
|
-
doc: string;
|
|
57470
|
-
isDeprecated: boolean;
|
|
57471
|
-
featureDescriptions: Record<string, string>[];
|
|
57472
|
-
resourceLinks: Record<string, string>[];
|
|
57473
|
-
firstPartyAlternative?: unknown;
|
|
57474
|
-
deprecationDate?: unknown;
|
|
57475
|
-
altIsSentryApp?: unknown;
|
|
57476
|
-
}[];
|
|
57477
57063
|
platforms: string[];
|
|
57478
57064
|
processingIssues: number;
|
|
57479
57065
|
defaultEnvironment: string | null;
|
|
@@ -57841,11 +57427,11 @@ export declare const zListProjectEventsResponse: z.ZodArray<z.ZodObject<{
|
|
|
57841
57427
|
message: string;
|
|
57842
57428
|
dateCreated: string;
|
|
57843
57429
|
title: string;
|
|
57844
|
-
metadata: Record<string, unknown> | null;
|
|
57845
57430
|
groupID: string | null;
|
|
57846
57431
|
eventID: string;
|
|
57847
57432
|
projectID: string;
|
|
57848
57433
|
location: string | null;
|
|
57434
|
+
metadata: Record<string, unknown> | null;
|
|
57849
57435
|
crashFile: string | null;
|
|
57850
57436
|
culprit: string | null;
|
|
57851
57437
|
'event.type': string;
|
|
@@ -57869,11 +57455,11 @@ export declare const zListProjectEventsResponse: z.ZodArray<z.ZodObject<{
|
|
|
57869
57455
|
message: string;
|
|
57870
57456
|
dateCreated: string;
|
|
57871
57457
|
title: string;
|
|
57872
|
-
metadata: Record<string, unknown> | null;
|
|
57873
57458
|
groupID: string | null;
|
|
57874
57459
|
eventID: string;
|
|
57875
57460
|
projectID: string;
|
|
57876
57461
|
location: string | null;
|
|
57462
|
+
metadata: Record<string, unknown> | null;
|
|
57877
57463
|
crashFile: string | null;
|
|
57878
57464
|
culprit: string | null;
|
|
57879
57465
|
'event.type': string;
|
|
@@ -58231,13 +57817,13 @@ export declare const zGetProjectEventResponse: z.ZodObject<{
|
|
|
58231
57817
|
type: string;
|
|
58232
57818
|
title: string;
|
|
58233
57819
|
context: Record<string, unknown> | null;
|
|
58234
|
-
contexts: Record<string, unknown> | null;
|
|
58235
57820
|
size: number | null;
|
|
58236
57821
|
groupID: string | null;
|
|
58237
57822
|
eventID: string;
|
|
58238
57823
|
projectID: string;
|
|
58239
57824
|
location: string | null;
|
|
58240
57825
|
dateReceived: string | null;
|
|
57826
|
+
contexts: Record<string, unknown> | null;
|
|
58241
57827
|
packages: Record<string, unknown>;
|
|
58242
57828
|
_meta: Record<string, unknown>;
|
|
58243
57829
|
userReport: {
|
|
@@ -58328,13 +57914,13 @@ export declare const zGetProjectEventResponse: z.ZodObject<{
|
|
|
58328
57914
|
type: string;
|
|
58329
57915
|
title: string;
|
|
58330
57916
|
context: Record<string, unknown> | null;
|
|
58331
|
-
contexts: Record<string, unknown> | null;
|
|
58332
57917
|
size: number | null;
|
|
58333
57918
|
groupID: string | null;
|
|
58334
57919
|
eventID: string;
|
|
58335
57920
|
projectID: string;
|
|
58336
57921
|
location: string | null;
|
|
58337
57922
|
dateReceived: string | null;
|
|
57923
|
+
contexts: Record<string, unknown> | null;
|
|
58338
57924
|
packages: Record<string, unknown>;
|
|
58339
57925
|
_meta: Record<string, unknown>;
|
|
58340
57926
|
userReport: {
|
|
@@ -72078,15 +71664,10 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72078
71664
|
latestEventHasAttachments: z.ZodOptional<z.ZodBoolean>;
|
|
72079
71665
|
activity: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72080
71666
|
seenBy: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72081
|
-
pluginActions: z.ZodArray<z.ZodUnknown, "many">;
|
|
72082
|
-
pluginIssues: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72083
|
-
pluginContexts: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72084
71667
|
userReportCount: z.ZodNumber;
|
|
72085
71668
|
participants: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
72086
71669
|
}, "strip", z.ZodTypeAny, {
|
|
72087
71670
|
priority: string | null;
|
|
72088
|
-
pluginActions: unknown[];
|
|
72089
|
-
pluginIssues: Record<string, unknown>[];
|
|
72090
71671
|
activity: Record<string, unknown>[];
|
|
72091
71672
|
id: string;
|
|
72092
71673
|
platform: string | null;
|
|
@@ -72190,7 +71771,6 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72190
71771
|
displayName: string;
|
|
72191
71772
|
}[];
|
|
72192
71773
|
seenBy: Record<string, unknown>[];
|
|
72193
|
-
pluginContexts: Record<string, unknown>[];
|
|
72194
71774
|
userReportCount: number;
|
|
72195
71775
|
participants: Record<string, unknown>[];
|
|
72196
71776
|
inbox?: {
|
|
@@ -72230,8 +71810,6 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72230
71810
|
lastRelease?: Record<string, unknown> | null | undefined;
|
|
72231
71811
|
}, {
|
|
72232
71812
|
priority: string | null;
|
|
72233
|
-
pluginActions: unknown[];
|
|
72234
|
-
pluginIssues: Record<string, unknown>[];
|
|
72235
71813
|
activity: Record<string, unknown>[];
|
|
72236
71814
|
id: string;
|
|
72237
71815
|
platform: string | null;
|
|
@@ -72335,7 +71913,6 @@ export declare const zGetOrganizationIssueResponse: z.ZodObject<{
|
|
|
72335
71913
|
displayName: string;
|
|
72336
71914
|
}[];
|
|
72337
71915
|
seenBy: Record<string, unknown>[];
|
|
72338
|
-
pluginContexts: Record<string, unknown>[];
|
|
72339
71916
|
userReportCount: number;
|
|
72340
71917
|
participants: Record<string, unknown>[];
|
|
72341
71918
|
inbox?: {
|
|
@@ -73450,11 +73027,11 @@ export declare const zListOrganizationIssueEventsResponse: z.ZodArray<z.ZodObjec
|
|
|
73450
73027
|
message: string;
|
|
73451
73028
|
dateCreated: string;
|
|
73452
73029
|
title: string;
|
|
73453
|
-
metadata: Record<string, unknown> | null;
|
|
73454
73030
|
groupID: string | null;
|
|
73455
73031
|
eventID: string;
|
|
73456
73032
|
projectID: string;
|
|
73457
73033
|
location: string | null;
|
|
73034
|
+
metadata: Record<string, unknown> | null;
|
|
73458
73035
|
crashFile: string | null;
|
|
73459
73036
|
culprit: string | null;
|
|
73460
73037
|
'event.type': string;
|
|
@@ -73478,11 +73055,11 @@ export declare const zListOrganizationIssueEventsResponse: z.ZodArray<z.ZodObjec
|
|
|
73478
73055
|
message: string;
|
|
73479
73056
|
dateCreated: string;
|
|
73480
73057
|
title: string;
|
|
73481
|
-
metadata: Record<string, unknown> | null;
|
|
73482
73058
|
groupID: string | null;
|
|
73483
73059
|
eventID: string;
|
|
73484
73060
|
projectID: string;
|
|
73485
73061
|
location: string | null;
|
|
73062
|
+
metadata: Record<string, unknown> | null;
|
|
73486
73063
|
crashFile: string | null;
|
|
73487
73064
|
culprit: string | null;
|
|
73488
73065
|
'event.type': string;
|
|
@@ -73840,13 +73417,13 @@ export declare const zGetOrganizationIssueEventResponse: z.ZodObject<{
|
|
|
73840
73417
|
type: string;
|
|
73841
73418
|
title: string;
|
|
73842
73419
|
context: Record<string, unknown> | null;
|
|
73843
|
-
contexts: Record<string, unknown> | null;
|
|
73844
73420
|
size: number | null;
|
|
73845
73421
|
groupID: string | null;
|
|
73846
73422
|
eventID: string;
|
|
73847
73423
|
projectID: string;
|
|
73848
73424
|
location: string | null;
|
|
73849
73425
|
dateReceived: string | null;
|
|
73426
|
+
contexts: Record<string, unknown> | null;
|
|
73850
73427
|
packages: Record<string, unknown>;
|
|
73851
73428
|
_meta: Record<string, unknown>;
|
|
73852
73429
|
userReport: {
|
|
@@ -73937,13 +73514,13 @@ export declare const zGetOrganizationIssueEventResponse: z.ZodObject<{
|
|
|
73937
73514
|
type: string;
|
|
73938
73515
|
title: string;
|
|
73939
73516
|
context: Record<string, unknown> | null;
|
|
73940
|
-
contexts: Record<string, unknown> | null;
|
|
73941
73517
|
size: number | null;
|
|
73942
73518
|
groupID: string | null;
|
|
73943
73519
|
eventID: string;
|
|
73944
73520
|
projectID: string;
|
|
73945
73521
|
location: string | null;
|
|
73946
73522
|
dateReceived: string | null;
|
|
73523
|
+
contexts: Record<string, unknown> | null;
|
|
73947
73524
|
packages: Record<string, unknown>;
|
|
73948
73525
|
_meta: Record<string, unknown>;
|
|
73949
73526
|
userReport: {
|
|
@@ -74168,13 +73745,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74168
73745
|
type: string;
|
|
74169
73746
|
title: string;
|
|
74170
73747
|
context: Record<string, unknown> | null;
|
|
74171
|
-
contexts: Record<string, unknown> | null;
|
|
74172
73748
|
size: number | null;
|
|
74173
73749
|
groupID: string | null;
|
|
74174
73750
|
eventID: string;
|
|
74175
73751
|
projectID: string;
|
|
74176
73752
|
location: string | null;
|
|
74177
73753
|
dateReceived: string | null;
|
|
73754
|
+
contexts: Record<string, unknown> | null;
|
|
74178
73755
|
packages: Record<string, unknown>;
|
|
74179
73756
|
_meta: Record<string, unknown>;
|
|
74180
73757
|
dateCreated?: string | undefined;
|
|
@@ -74213,13 +73790,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74213
73790
|
type: string;
|
|
74214
73791
|
title: string;
|
|
74215
73792
|
context: Record<string, unknown> | null;
|
|
74216
|
-
contexts: Record<string, unknown> | null;
|
|
74217
73793
|
size: number | null;
|
|
74218
73794
|
groupID: string | null;
|
|
74219
73795
|
eventID: string;
|
|
74220
73796
|
projectID: string;
|
|
74221
73797
|
location: string | null;
|
|
74222
73798
|
dateReceived: string | null;
|
|
73799
|
+
contexts: Record<string, unknown> | null;
|
|
74223
73800
|
packages: Record<string, unknown>;
|
|
74224
73801
|
_meta: Record<string, unknown>;
|
|
74225
73802
|
dateCreated?: string | undefined;
|
|
@@ -74305,11 +73882,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74305
73882
|
message: string;
|
|
74306
73883
|
dateCreated: string;
|
|
74307
73884
|
title: string;
|
|
74308
|
-
metadata: Record<string, unknown> | null;
|
|
74309
73885
|
groupID: string | null;
|
|
74310
73886
|
eventID: string;
|
|
74311
73887
|
projectID: string;
|
|
74312
73888
|
location: string | null;
|
|
73889
|
+
metadata: Record<string, unknown> | null;
|
|
74313
73890
|
crashFile: string | null;
|
|
74314
73891
|
culprit: string | null;
|
|
74315
73892
|
'event.type': string;
|
|
@@ -74333,11 +73910,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74333
73910
|
message: string;
|
|
74334
73911
|
dateCreated: string;
|
|
74335
73912
|
title: string;
|
|
74336
|
-
metadata: Record<string, unknown> | null;
|
|
74337
73913
|
groupID: string | null;
|
|
74338
73914
|
eventID: string;
|
|
74339
73915
|
projectID: string;
|
|
74340
73916
|
location: string | null;
|
|
73917
|
+
metadata: Record<string, unknown> | null;
|
|
74341
73918
|
crashFile: string | null;
|
|
74342
73919
|
culprit: string | null;
|
|
74343
73920
|
'event.type': string;
|
|
@@ -74371,13 +73948,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74371
73948
|
type: string;
|
|
74372
73949
|
title: string;
|
|
74373
73950
|
context: Record<string, unknown> | null;
|
|
74374
|
-
contexts: Record<string, unknown> | null;
|
|
74375
73951
|
size: number | null;
|
|
74376
73952
|
groupID: string | null;
|
|
74377
73953
|
eventID: string;
|
|
74378
73954
|
projectID: string;
|
|
74379
73955
|
location: string | null;
|
|
74380
73956
|
dateReceived: string | null;
|
|
73957
|
+
contexts: Record<string, unknown> | null;
|
|
74381
73958
|
packages: Record<string, unknown>;
|
|
74382
73959
|
_meta: Record<string, unknown>;
|
|
74383
73960
|
dateCreated?: string | undefined;
|
|
@@ -74411,11 +73988,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74411
73988
|
message: string;
|
|
74412
73989
|
dateCreated: string;
|
|
74413
73990
|
title: string;
|
|
74414
|
-
metadata: Record<string, unknown> | null;
|
|
74415
73991
|
groupID: string | null;
|
|
74416
73992
|
eventID: string;
|
|
74417
73993
|
projectID: string;
|
|
74418
73994
|
location: string | null;
|
|
73995
|
+
metadata: Record<string, unknown> | null;
|
|
74419
73996
|
crashFile: string | null;
|
|
74420
73997
|
culprit: string | null;
|
|
74421
73998
|
'event.type': string;
|
|
@@ -74449,13 +74026,13 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74449
74026
|
type: string;
|
|
74450
74027
|
title: string;
|
|
74451
74028
|
context: Record<string, unknown> | null;
|
|
74452
|
-
contexts: Record<string, unknown> | null;
|
|
74453
74029
|
size: number | null;
|
|
74454
74030
|
groupID: string | null;
|
|
74455
74031
|
eventID: string;
|
|
74456
74032
|
projectID: string;
|
|
74457
74033
|
location: string | null;
|
|
74458
74034
|
dateReceived: string | null;
|
|
74035
|
+
contexts: Record<string, unknown> | null;
|
|
74459
74036
|
packages: Record<string, unknown>;
|
|
74460
74037
|
_meta: Record<string, unknown>;
|
|
74461
74038
|
dateCreated?: string | undefined;
|
|
@@ -74489,11 +74066,11 @@ export declare const zListOrganizationIssueHashesResponse: z.ZodArray<z.ZodObjec
|
|
|
74489
74066
|
message: string;
|
|
74490
74067
|
dateCreated: string;
|
|
74491
74068
|
title: string;
|
|
74492
|
-
metadata: Record<string, unknown> | null;
|
|
74493
74069
|
groupID: string | null;
|
|
74494
74070
|
eventID: string;
|
|
74495
74071
|
projectID: string;
|
|
74496
74072
|
location: string | null;
|
|
74073
|
+
metadata: Record<string, unknown> | null;
|
|
74497
74074
|
crashFile: string | null;
|
|
74498
74075
|
culprit: string | null;
|
|
74499
74076
|
'event.type': string;
|