@sentry/api 0.289.0 → 0.291.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.
@@ -22,7 +22,7 @@ export declare const vAutofixPostResponse: v.ObjectSchema<{
22
22
  */
23
23
  export declare const vAutofixStateResponse: v.ObjectSchema<{
24
24
  readonly formatted: v.OptionalSchema<v.ObjectSchema<{
25
- readonly format: v.PicklistSchema<["markdown", "xml"], undefined>;
25
+ readonly format: v.PicklistSchema<["markdown", "xml", "json"], undefined>;
26
26
  readonly content: v.StringSchema<undefined>;
27
27
  }, undefined>, undefined>;
28
28
  readonly autofix: v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>;
@@ -1031,8 +1031,15 @@ export declare const vDiscoverSavedQuery: v.ObjectSchema<{
1031
1031
  readonly range: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1032
1032
  readonly fields: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1033
1033
  readonly orderby: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1034
+ readonly rollup: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
1035
+ readonly aggregations: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1036
+ readonly groupby: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1037
+ readonly conditions: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1038
+ readonly limit: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
1039
+ readonly version: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 2, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
1034
1040
  readonly environment: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1035
1041
  readonly query: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1042
+ readonly widths: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1036
1043
  readonly yAxis: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1037
1044
  readonly display: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
1038
1045
  readonly topEvents: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -1055,6 +1062,7 @@ export declare const vDiscoverSavedQueryListResponse: v.ArraySchema<v.ObjectSche
1055
1062
  readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
1056
1063
  readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1057
1064
  readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
1065
+ readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1058
1066
  readonly id: v.StringSchema<undefined>;
1059
1067
  readonly name: v.StringSchema<undefined>;
1060
1068
  readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
@@ -1126,6 +1134,7 @@ export declare const vDiscoverSavedQueryModel: v.ObjectSchema<{
1126
1134
  readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
1127
1135
  readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1128
1136
  readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
1137
+ readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1129
1138
  readonly id: v.StringSchema<undefined>;
1130
1139
  readonly name: v.StringSchema<undefined>;
1131
1140
  readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
@@ -1180,6 +1189,10 @@ export declare const vDiscoverSavedQueryModel: v.ObjectSchema<{
1180
1189
  }, undefined>, undefined>;
1181
1190
  }, undefined>;
1182
1191
  }, undefined>;
1192
+ export declare const vDynamicSamplingBias: v.ObjectSchema<{
1193
+ readonly id: v.PicklistSchema<["boostEnvironments", "boostKeyTransactions", "boostLatestRelease", "boostLowVolumeTransactions", "boostReplayId", "ignoreHealthChecks", "minimumSampleRate", "recalibrationRule"], undefined>;
1194
+ readonly active: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
1195
+ }, undefined>;
1183
1196
  /**
1184
1197
  * Configures multiple options for the Javascript Loader Script.
1185
1198
  * - `Performance Monitoring`
@@ -1351,6 +1364,7 @@ export declare const vExternalIssueLinkResponse: v.ObjectSchema<{
1351
1364
  * Errors are output in camel case.
1352
1365
  */
1353
1366
  export declare const vExternalTeam: v.ObjectSchema<{
1367
+ readonly team_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
1354
1368
  readonly external_name: v.StringSchema<undefined>;
1355
1369
  readonly provider: v.PicklistSchema<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"], undefined>;
1356
1370
  readonly integration_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
@@ -1975,6 +1989,12 @@ export declare const vGroupValidator: v.ObjectSchema<{
1975
1989
  readonly discard: v.BooleanSchema<undefined>;
1976
1990
  readonly assignedTo: v.StringSchema<undefined>;
1977
1991
  readonly priority: v.PicklistSchema<["low", "medium", "high"], undefined>;
1992
+ readonly ignoreDuration: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1993
+ readonly ignoreCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1994
+ readonly ignoreWindow: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 10080, undefined>]>;
1995
+ readonly ignoreUserCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1996
+ readonly ignoreUserWindow: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 10080, undefined>]>;
1997
+ readonly snoozeDuration: v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>;
1978
1998
  }, undefined>;
1979
1999
  export declare const vInCommitValidator: v.ObjectSchema<{
1980
2000
  readonly commit: v.StringSchema<undefined>;
@@ -2171,7 +2191,7 @@ export declare const vIssueEventDetailsResponse: v.ObjectSchema<{
2171
2191
  readonly nextEventID: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2172
2192
  readonly previousEventID: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2173
2193
  readonly formatted: v.OptionalSchema<v.ObjectSchema<{
2174
- readonly format: v.PicklistSchema<["markdown", "xml"], undefined>;
2194
+ readonly format: v.PicklistSchema<["markdown", "xml", "json"], undefined>;
2175
2195
  readonly content: v.StringSchema<undefined>;
2176
2196
  }, undefined>, undefined>;
2177
2197
  }, undefined>;
@@ -2676,6 +2696,34 @@ export declare const vListOrgTeamResponse: v.ArraySchema<v.ObjectSchema<{
2676
2696
  readonly status: v.StringSchema<undefined>;
2677
2697
  }, undefined>, undefined>, undefined>;
2678
2698
  }, undefined>, undefined>;
2699
+ export declare const vListOrganizationAiConversationsResponse: v.ArraySchema<v.ObjectSchema<{
2700
+ readonly conversationId: v.StringSchema<undefined>;
2701
+ readonly title: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2702
+ readonly projectId: v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>;
2703
+ readonly flow: v.ArraySchema<v.StringSchema<undefined>, undefined>;
2704
+ readonly errors: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2705
+ readonly llmCalls: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2706
+ readonly toolCalls: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2707
+ readonly totalTokens: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2708
+ readonly inputTokens: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2709
+ readonly outputTokens: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2710
+ readonly totalCost: v.NumberSchema<undefined>;
2711
+ readonly generationDuration: v.NumberSchema<undefined>;
2712
+ readonly startTimestamp: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2713
+ readonly endTimestamp: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2714
+ readonly traceCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2715
+ readonly traceIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
2716
+ readonly firstInput: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2717
+ readonly lastOutput: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2718
+ readonly user: v.UnionSchema<[v.ObjectSchema<{
2719
+ readonly id: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2720
+ readonly email: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2721
+ readonly username: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2722
+ readonly ip_address: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
2723
+ }, undefined>, v.NullSchema<undefined>], undefined>;
2724
+ readonly toolNames: v.ArraySchema<v.StringSchema<undefined>, undefined>;
2725
+ readonly toolErrors: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
2726
+ }, undefined>, undefined>;
2679
2727
  export declare const vListOrganizationClientKeysResponse: v.ArraySchema<v.ObjectSchema<{
2680
2728
  readonly id: v.StringSchema<undefined>;
2681
2729
  readonly name: v.StringSchema<undefined>;
@@ -3656,6 +3704,17 @@ export declare const vMonitor: v.ObjectSchema<{
3656
3704
  readonly email: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3657
3705
  }, undefined>;
3658
3706
  }, undefined>;
3707
+ export declare const vMonitorAlertRuleTargetValidator: v.ObjectSchema<{
3708
+ readonly target_identifier: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
3709
+ readonly target_type: v.StringSchema<undefined>;
3710
+ }, undefined>;
3711
+ export declare const vMonitorAlertRuleValidator: v.ObjectSchema<{
3712
+ readonly environment: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
3713
+ readonly targets: v.ArraySchema<v.ObjectSchema<{
3714
+ readonly target_identifier: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
3715
+ readonly target_type: v.StringSchema<undefined>;
3716
+ }, undefined>, undefined>;
3717
+ }, undefined>;
3659
3718
  export declare const vMonitorList: v.ArraySchema<v.ObjectSchema<{
3660
3719
  readonly alertRule: v.OptionalSchema<v.ObjectSchema<{
3661
3720
  readonly targets: v.ArraySchema<v.ObjectSchema<{
@@ -3772,6 +3831,13 @@ export declare const vMonitorValidator: v.ObjectSchema<{
3772
3831
  readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
3773
3832
  readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
3774
3833
  readonly is_muted: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
3834
+ readonly alert_rule: v.OptionalSchema<v.ObjectSchema<{
3835
+ readonly environment: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
3836
+ readonly targets: v.ArraySchema<v.ObjectSchema<{
3837
+ readonly target_identifier: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
3838
+ readonly target_type: v.StringSchema<undefined>;
3839
+ }, undefined>, undefined>;
3840
+ }, undefined>, undefined>;
3775
3841
  }, undefined>;
3776
3842
  /**
3777
3843
  * Django Rest Framework serializer for incoming NotificationAction API payloads
@@ -3783,6 +3849,8 @@ export declare const vNotificationAction: v.ObjectSchema<{
3783
3849
  readonly target_identifier: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3784
3850
  readonly target_display: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
3785
3851
  readonly projects: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
3852
+ readonly sentry_app_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
3853
+ readonly target_type: v.OptionalSchema<v.StringSchema<undefined>, "specific">;
3786
3854
  }, undefined>;
3787
3855
  export declare const vOrgReleaseResponse: v.ObjectSchema<{
3788
3856
  readonly ref: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -3894,6 +3962,7 @@ export declare const vOrganizationDetailsPut: v.ObjectSchema<{
3894
3962
  readonly issueAlertsThreadFlag: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
3895
3963
  readonly metricAlertsThreadFlag: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
3896
3964
  readonly cancelDeletion: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
3965
+ readonly apdexThreshold: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
3897
3966
  }, undefined>;
3898
3967
  export declare const vOrganizationEnvironmentResponse: v.ArraySchema<v.ObjectSchema<{
3899
3968
  readonly id: v.StringSchema<undefined>;
@@ -4357,9 +4426,12 @@ export declare const vOrganizationMember: v.ObjectSchema<{
4357
4426
  }, undefined>;
4358
4427
  export declare const vOrganizationMemberRequest: v.ObjectSchema<{
4359
4428
  readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 75, undefined>]>;
4429
+ readonly role: v.OptionalSchema<v.PicklistSchema<["member", "admin", "manager", "owner"], undefined>, undefined>;
4360
4430
  readonly orgRole: v.OptionalSchema<v.PicklistSchema<["billing", "member", "manager", "owner", "admin"], undefined>, undefined>;
4431
+ readonly teams: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
4361
4432
  readonly teamRoles: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
4362
4433
  readonly reinvite: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
4434
+ readonly regenerate: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
4363
4435
  }, undefined>;
4364
4436
  /**
4365
4437
  * Conforming to the SCIM RFC, this represents a Sentry Org Member
@@ -4576,6 +4648,12 @@ export declare const vOrganizationRelease: v.ObjectSchema<{
4576
4648
  readonly type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 1, undefined>]>;
4577
4649
  }, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
4578
4650
  }, undefined>, undefined>, undefined>;
4651
+ readonly status: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4652
+ readonly headCommits: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
4653
+ readonly currentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>;
4654
+ readonly repository: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>;
4655
+ readonly previousId: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
4656
+ }, undefined>, undefined>, undefined>;
4579
4657
  readonly refs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
4580
4658
  readonly commit: v.StringSchema<undefined>;
4581
4659
  readonly repository: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>;
@@ -4967,7 +5045,32 @@ export declare const vOutgoingNotificationAction: v.ObjectSchema<{
4967
5045
  readonly targetDisplay: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
4968
5046
  }, undefined>;
4969
5047
  export declare const vProjectAdmin: v.ObjectSchema<{
5048
+ readonly digestsMinDelay: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 60, undefined>, v.MaxValueAction<number, 3600, undefined>]>;
5049
+ readonly digestsMaxDelay: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 60, undefined>, v.MaxValueAction<number, 3600, undefined>]>;
5050
+ readonly securityToken: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, undefined>]>;
5051
+ readonly securityTokenHeader: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>, v.RegexAction<string, undefined>]>;
4970
5052
  readonly isBookmarked: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5053
+ readonly autofixAutomationTuning: v.OptionalSchema<v.PicklistSchema<["off", "super_low", "low", "medium", "high", "always"], undefined>, undefined>;
5054
+ readonly seerScannerAutomation: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5055
+ readonly preprodSizeStatusChecksEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5056
+ readonly preprodSizeStatusChecksRules: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
5057
+ readonly preprodSizePrCommentsEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5058
+ readonly preprodSizePrCommentsRules: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
5059
+ readonly preprodSnapshotStatusChecksEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5060
+ readonly preprodSnapshotStatusChecksFailOnAdded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5061
+ readonly preprodSnapshotStatusChecksFailOnRemoved: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5062
+ readonly preprodSnapshotStatusChecksFailOnChanged: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5063
+ readonly preprodSnapshotStatusChecksFailOnRenamed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5064
+ readonly preprodSizeEnabledByCustomer: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5065
+ readonly preprodDistributionEnabledByCustomer: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5066
+ readonly preprodDistributionPrCommentsEnabledByCustomer: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5067
+ readonly preprodSnapshotPrCommentsEnabled: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5068
+ readonly preprodSnapshotPrCommentsPostOnAdded: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5069
+ readonly preprodSnapshotPrCommentsPostOnRemoved: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5070
+ readonly preprodSnapshotPrCommentsPostOnChanged: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5071
+ readonly preprodSnapshotPrCommentsPostOnRenamed: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5072
+ readonly preprodSizeEnabledQuery: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5073
+ readonly preprodDistributionEnabledQuery: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
4971
5074
  readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
4972
5075
  readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 100, undefined>, v.RegexAction<string, undefined>]>, undefined>;
4973
5076
  readonly platform: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -4976,8 +5079,34 @@ export declare const vProjectAdmin: v.ObjectSchema<{
4976
5079
  readonly resolveAge: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
4977
5080
  readonly highlightContext: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
4978
5081
  readonly highlightTags: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5082
+ readonly verifySSL: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5083
+ readonly defaultEnvironment: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5084
+ readonly dataScrubber: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5085
+ readonly dataScrubberDefaults: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5086
+ readonly sensitiveFields: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5087
+ readonly safeFields: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5088
+ readonly storeCrashReports: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, -1, undefined>, v.MaxValueAction<number, 100, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
5089
+ readonly relayPiiConfig: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5090
+ readonly builtinSymbolSources: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5091
+ readonly symbolSources: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5092
+ readonly scrubIPAddresses: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5093
+ readonly groupingConfig: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5094
+ readonly groupingEnhancements: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5095
+ readonly fingerprintingRules: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5096
+ readonly secondaryGroupingConfig: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5097
+ readonly secondaryGroupingExpiry: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
5098
+ readonly scrapeJavaScript: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
4979
5099
  readonly enableAutoReleaseCreation: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5100
+ readonly allowedDomains: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5101
+ readonly copy_from_project: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
5102
+ readonly targetSampleRate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
5103
+ readonly dynamicSamplingBiases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
5104
+ readonly id: v.PicklistSchema<["boostEnvironments", "boostKeyTransactions", "boostLatestRelease", "boostLowVolumeTransactions", "boostReplayId", "ignoreHealthChecks", "minimumSampleRate", "recalibrationRule"], undefined>;
5105
+ readonly active: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
5106
+ }, undefined>, undefined>, undefined>;
5107
+ readonly tempestFetchScreenshots: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
4980
5108
  readonly scmSourceContextEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
5109
+ readonly debugFilesRole: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["member", "admin", "manager", "owner"], undefined>, undefined>, undefined>;
4981
5110
  }, undefined>;
4982
5111
  export declare const vProjectEventDetailsResponse: v.ObjectSchema<{
4983
5112
  readonly id: v.StringSchema<undefined>;
@@ -5515,6 +5644,14 @@ export declare const vReplayDeletionJobCreateData: v.ObjectSchema<{
5515
5644
  readonly environments: v.ArraySchema<v.StringSchema<undefined>, undefined>;
5516
5645
  readonly query: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
5517
5646
  }, undefined>;
5647
+ /**
5648
+ * Span page plus conversation-level metadata.
5649
+ */
5650
+ export declare const vRetrieveOrganizationAiConversationResponse: v.ObjectSchema<{
5651
+ readonly conversationId: v.StringSchema<undefined>;
5652
+ readonly title: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
5653
+ readonly spans: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
5654
+ }, undefined>;
5518
5655
  export declare const vScimListResponseEnvelopeScimMemberIndexResponse: v.ObjectSchema<{
5519
5656
  readonly schemas: v.ArraySchema<v.StringSchema<undefined>, undefined>;
5520
5657
  readonly totalResults: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
@@ -5577,6 +5714,7 @@ export declare const vScimPatchRequest: v.ObjectSchema<{
5577
5714
  value: unknown;
5578
5715
  path?: string | undefined;
5579
5716
  }[], 100, undefined>]>;
5717
+ readonly schemas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5580
5718
  }, undefined>;
5581
5719
  export declare const vScimTeamPatchOperation: v.ObjectSchema<{
5582
5720
  readonly op: v.StringSchema<undefined>;
@@ -5584,6 +5722,7 @@ export declare const vScimTeamPatchOperation: v.ObjectSchema<{
5584
5722
  readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
5585
5723
  }, undefined>;
5586
5724
  export declare const vScimTeamPatchRequest: v.ObjectSchema<{
5725
+ readonly schemas: v.ArraySchema<v.StringSchema<undefined>, undefined>;
5587
5726
  readonly Operations: v.ArraySchema<v.ObjectSchema<{
5588
5727
  readonly op: v.StringSchema<undefined>;
5589
5728
  readonly value: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
@@ -5640,6 +5779,7 @@ export declare const vSentryAppParser: v.ObjectSchema<{
5640
5779
  readonly scopes: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
5641
5780
  readonly author: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5642
5781
  readonly events: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5782
+ readonly features: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.PicklistSchema<[""], undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5643
5783
  readonly schema: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
5644
5784
  readonly webhookUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
5645
5785
  readonly redirectUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -6472,10 +6612,13 @@ export declare const vExternalUserWritable: v.ObjectSchema<{
6472
6612
  }, undefined>;
6473
6613
  export declare const vOrganizationMemberRequestWritable: v.ObjectSchema<{
6474
6614
  readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 75, undefined>]>;
6615
+ readonly role: v.OptionalSchema<v.PicklistSchema<["member", "admin", "manager", "owner"], undefined>, undefined>;
6475
6616
  readonly orgRole: v.OptionalSchema<v.PicklistSchema<["billing", "member", "manager", "owner", "admin"], undefined>, undefined>;
6617
+ readonly teams: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
6476
6618
  readonly teamRoles: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
6477
6619
  readonly sendInvite: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
6478
6620
  readonly reinvite: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
6621
+ readonly regenerate: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
6479
6622
  }, undefined>;
6480
6623
  export declare const vListOrganizationsData: v.ObjectSchema<{
6481
6624
  readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
@@ -6600,6 +6743,7 @@ export declare const vUpdateOrganizationData: v.ObjectSchema<{
6600
6743
  readonly issueAlertsThreadFlag: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
6601
6744
  readonly metricAlertsThreadFlag: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
6602
6745
  readonly cancelDeletion: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
6746
+ readonly apdexThreshold: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
6603
6747
  }, undefined>, undefined>;
6604
6748
  readonly path: v.ObjectSchema<{
6605
6749
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -6877,6 +7021,74 @@ export declare const vUpdateOrganizationResponse: v.ObjectSchema<{
6877
7021
  }, undefined>, v.NullSchema<undefined>], undefined>;
6878
7022
  }, undefined>, undefined>;
6879
7023
  }, undefined>;
7024
+ export declare const vListOrganizationAiConversationsData: v.ObjectSchema<{
7025
+ readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
7026
+ readonly path: v.ObjectSchema<{
7027
+ readonly organization_id_or_slug: v.StringSchema<undefined>;
7028
+ }, undefined>;
7029
+ readonly query: v.OptionalSchema<v.ObjectSchema<{
7030
+ readonly project: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
7031
+ readonly environment: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
7032
+ readonly statsPeriod: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7033
+ readonly start: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, undefined>;
7034
+ readonly end: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, undefined>;
7035
+ readonly query: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7036
+ readonly cursor: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
7037
+ readonly per_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
7038
+ }, undefined>, undefined>;
7039
+ }, undefined>;
7040
+ export declare const vListOrganizationAiConversationsResponse2: v.ArraySchema<v.ObjectSchema<{
7041
+ readonly conversationId: v.StringSchema<undefined>;
7042
+ readonly title: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7043
+ readonly projectId: v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>;
7044
+ readonly flow: v.ArraySchema<v.StringSchema<undefined>, undefined>;
7045
+ readonly errors: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7046
+ readonly llmCalls: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7047
+ readonly toolCalls: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7048
+ readonly totalTokens: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7049
+ readonly inputTokens: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7050
+ readonly outputTokens: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7051
+ readonly totalCost: v.NumberSchema<undefined>;
7052
+ readonly generationDuration: v.NumberSchema<undefined>;
7053
+ readonly startTimestamp: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7054
+ readonly endTimestamp: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7055
+ readonly traceCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7056
+ readonly traceIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
7057
+ readonly firstInput: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7058
+ readonly lastOutput: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7059
+ readonly user: v.UnionSchema<[v.ObjectSchema<{
7060
+ readonly id: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7061
+ readonly email: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7062
+ readonly username: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7063
+ readonly ip_address: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7064
+ }, undefined>, v.NullSchema<undefined>], undefined>;
7065
+ readonly toolNames: v.ArraySchema<v.StringSchema<undefined>, undefined>;
7066
+ readonly toolErrors: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
7067
+ }, undefined>, undefined>;
7068
+ export declare const vRetrieveOrganizationAiConversationData: v.ObjectSchema<{
7069
+ readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
7070
+ readonly path: v.ObjectSchema<{
7071
+ readonly organization_id_or_slug: v.StringSchema<undefined>;
7072
+ readonly conversation_id: v.StringSchema<undefined>;
7073
+ }, undefined>;
7074
+ readonly query: v.OptionalSchema<v.ObjectSchema<{
7075
+ readonly project: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
7076
+ readonly environment: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
7077
+ readonly statsPeriod: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7078
+ readonly start: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, undefined>;
7079
+ readonly end: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, undefined>;
7080
+ readonly cursor: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
7081
+ readonly per_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
7082
+ }, undefined>, undefined>;
7083
+ }, undefined>;
7084
+ /**
7085
+ * Span page plus conversation-level metadata.
7086
+ */
7087
+ export declare const vRetrieveOrganizationAiConversationResponse2: v.ObjectSchema<{
7088
+ readonly conversationId: v.StringSchema<undefined>;
7089
+ readonly title: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
7090
+ readonly spans: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
7091
+ }, undefined>;
6880
7092
  export declare const vGetOrganizationConfigIntegrationsData: v.ObjectSchema<{
6881
7093
  readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
6882
7094
  readonly path: v.ObjectSchema<{
@@ -7663,6 +7875,7 @@ export declare const vListOrganizationDiscoverSavedQueriesResponse: v.ArraySchem
7663
7875
  readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
7664
7876
  readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7665
7877
  readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
7878
+ readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7666
7879
  readonly id: v.StringSchema<undefined>;
7667
7880
  readonly name: v.StringSchema<undefined>;
7668
7881
  readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
@@ -7727,8 +7940,15 @@ export declare const vCreateOrganizationDiscoverSavedQueryData: v.ObjectSchema<{
7727
7940
  readonly range: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7728
7941
  readonly fields: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7729
7942
  readonly orderby: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7943
+ readonly rollup: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
7944
+ readonly aggregations: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7945
+ readonly groupby: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7946
+ readonly conditions: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7947
+ readonly limit: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
7948
+ readonly version: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 2, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
7730
7949
  readonly environment: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7731
7950
  readonly query: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7951
+ readonly widths: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7732
7952
  readonly yAxis: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7733
7953
  readonly display: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7734
7954
  readonly topEvents: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -7756,6 +7976,7 @@ export declare const vCreateOrganizationDiscoverSavedQueryResponse: v.ObjectSche
7756
7976
  readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
7757
7977
  readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7758
7978
  readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
7979
+ readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7759
7980
  readonly id: v.StringSchema<undefined>;
7760
7981
  readonly name: v.StringSchema<undefined>;
7761
7982
  readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
@@ -7847,6 +8068,7 @@ export declare const vGetOrganizationDiscoverSavedQueryResponse: v.ObjectSchema<
7847
8068
  readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
7848
8069
  readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7849
8070
  readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
8071
+ readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7850
8072
  readonly id: v.StringSchema<undefined>;
7851
8073
  readonly name: v.StringSchema<undefined>;
7852
8074
  readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
@@ -7911,8 +8133,15 @@ export declare const vUpdateOrganizationDiscoverSavedQueryData: v.ObjectSchema<{
7911
8133
  readonly range: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7912
8134
  readonly fields: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7913
8135
  readonly orderby: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
8136
+ readonly rollup: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
8137
+ readonly aggregations: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
8138
+ readonly groupby: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
8139
+ readonly conditions: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
8140
+ readonly limit: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
8141
+ readonly version: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 2, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
7914
8142
  readonly environment: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7915
8143
  readonly query: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
8144
+ readonly widths: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7916
8145
  readonly yAxis: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7917
8146
  readonly display: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
7918
8147
  readonly topEvents: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -7941,6 +8170,7 @@ export declare const vUpdateOrganizationDiscoverSavedQueryResponse: v.ObjectSche
7941
8170
  readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
7942
8171
  readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7943
8172
  readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
8173
+ readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
7944
8174
  readonly id: v.StringSchema<undefined>;
7945
8175
  readonly name: v.StringSchema<undefined>;
7946
8176
  readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
@@ -8844,6 +9074,12 @@ export declare const vUpdateOrganizationIssuesData: v.ObjectSchema<{
8844
9074
  readonly discard: v.BooleanSchema<undefined>;
8845
9075
  readonly assignedTo: v.StringSchema<undefined>;
8846
9076
  readonly priority: v.PicklistSchema<["low", "medium", "high"], undefined>;
9077
+ readonly ignoreDuration: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
9078
+ readonly ignoreCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
9079
+ readonly ignoreWindow: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 10080, undefined>]>;
9080
+ readonly ignoreUserCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
9081
+ readonly ignoreUserWindow: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 10080, undefined>]>;
9082
+ readonly snoozeDuration: v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>;
8847
9083
  }, undefined>;
8848
9084
  readonly path: v.ObjectSchema<{
8849
9085
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -8903,6 +9139,7 @@ export declare const vListOrganizationMembersData: v.ObjectSchema<{
8903
9139
  readonly organization_id_or_slug: v.StringSchema<undefined>;
8904
9140
  }, undefined>;
8905
9141
  readonly query: v.OptionalSchema<v.ObjectSchema<{
9142
+ readonly query: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
8906
9143
  readonly cursor: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
8907
9144
  }, undefined>, undefined>;
8908
9145
  }, undefined>;
@@ -8981,10 +9218,13 @@ export declare const vListOrganizationMembersResponse: v.ArraySchema<v.ObjectSch
8981
9218
  export declare const vAddOrganizationMemberData: v.ObjectSchema<{
8982
9219
  readonly body: v.ObjectSchema<{
8983
9220
  readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 75, undefined>]>;
9221
+ readonly role: v.OptionalSchema<v.PicklistSchema<["member", "admin", "manager", "owner"], undefined>, undefined>;
8984
9222
  readonly orgRole: v.OptionalSchema<v.PicklistSchema<["billing", "member", "manager", "owner", "admin"], undefined>, undefined>;
9223
+ readonly teams: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
8985
9224
  readonly teamRoles: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
8986
9225
  readonly sendInvite: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
8987
9226
  readonly reinvite: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
9227
+ readonly regenerate: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
8988
9228
  }, undefined>;
8989
9229
  readonly path: v.ObjectSchema<{
8990
9230
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -9497,6 +9737,13 @@ export declare const vCreateOrganizationMonitorData: v.ObjectSchema<{
9497
9737
  readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
9498
9738
  readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
9499
9739
  readonly is_muted: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
9740
+ readonly alert_rule: v.OptionalSchema<v.ObjectSchema<{
9741
+ readonly environment: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
9742
+ readonly targets: v.ArraySchema<v.ObjectSchema<{
9743
+ readonly target_identifier: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
9744
+ readonly target_type: v.StringSchema<undefined>;
9745
+ }, undefined>, undefined>;
9746
+ }, undefined>, undefined>;
9500
9747
  }, undefined>;
9501
9748
  readonly path: v.ObjectSchema<{
9502
9749
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -9730,6 +9977,13 @@ export declare const vUpdateOrganizationMonitorData: v.ObjectSchema<{
9730
9977
  readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
9731
9978
  readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
9732
9979
  readonly is_muted: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
9980
+ readonly alert_rule: v.OptionalSchema<v.ObjectSchema<{
9981
+ readonly environment: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
9982
+ readonly targets: v.ArraySchema<v.ObjectSchema<{
9983
+ readonly target_identifier: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
9984
+ readonly target_type: v.StringSchema<undefined>;
9985
+ }, undefined>, undefined>;
9986
+ }, undefined>, undefined>;
9733
9987
  }, undefined>;
9734
9988
  readonly path: v.ObjectSchema<{
9735
9989
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -9896,6 +10150,8 @@ export declare const vCreateOrganizationNotificationsActionData: v.ObjectSchema<
9896
10150
  readonly target_identifier: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
9897
10151
  readonly target_display: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
9898
10152
  readonly projects: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
10153
+ readonly sentry_app_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
10154
+ readonly target_type: v.OptionalSchema<v.StringSchema<undefined>, "specific">;
9899
10155
  }, undefined>;
9900
10156
  readonly path: v.ObjectSchema<{
9901
10157
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -9954,6 +10210,8 @@ export declare const vUpdateOrganizationNotificationsActionData: v.ObjectSchema<
9954
10210
  readonly target_identifier: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
9955
10211
  readonly target_display: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
9956
10212
  readonly projects: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
10213
+ readonly sentry_app_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
10214
+ readonly target_type: v.OptionalSchema<v.StringSchema<undefined>, "specific">;
9957
10215
  }, undefined>;
9958
10216
  readonly path: v.ObjectSchema<{
9959
10217
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -10981,6 +11239,12 @@ export declare const vUpdateOrganizationReleaseData: v.ObjectSchema<{
10981
11239
  readonly type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 1, undefined>]>;
10982
11240
  }, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
10983
11241
  }, undefined>, undefined>, undefined>;
11242
+ readonly status: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
11243
+ readonly headCommits: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
11244
+ readonly currentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>;
11245
+ readonly repository: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>;
11246
+ readonly previousId: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
11247
+ }, undefined>, undefined>, undefined>;
10984
11248
  readonly refs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
10985
11249
  readonly commit: v.StringSchema<undefined>;
10986
11250
  readonly repository: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>;
@@ -11853,6 +12117,7 @@ export declare const vGetOrganizationScimV2GroupResponse: v.ObjectSchema<{
11853
12117
  }, undefined>;
11854
12118
  export declare const vUpdateOrganizationScimV2GroupData: v.ObjectSchema<{
11855
12119
  readonly body: v.ObjectSchema<{
12120
+ readonly schemas: v.ArraySchema<v.StringSchema<undefined>, undefined>;
11856
12121
  readonly Operations: v.ArraySchema<v.ObjectSchema<{
11857
12122
  readonly op: v.StringSchema<undefined>;
11858
12123
  readonly value: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
@@ -11993,6 +12258,7 @@ export declare const vUpdateOrganizationScimV2UserData: v.ObjectSchema<{
11993
12258
  value: unknown;
11994
12259
  path?: string | undefined;
11995
12260
  }[], 100, undefined>]>;
12261
+ readonly schemas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
11996
12262
  }, undefined>;
11997
12263
  readonly path: v.ObjectSchema<{
11998
12264
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -13292,8 +13558,33 @@ export declare const vGetProjectResponse: v.ObjectSchema<{
13292
13558
  readonly debugFilesRole: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
13293
13559
  }, undefined>;
13294
13560
  export declare const vUpdateProjectData: v.ObjectSchema<{
13295
- readonly body: v.OptionalSchema<v.ObjectSchema<{
13561
+ readonly body: v.ObjectSchema<{
13562
+ readonly digestsMinDelay: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 60, undefined>, v.MaxValueAction<number, 3600, undefined>]>;
13563
+ readonly digestsMaxDelay: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 60, undefined>, v.MaxValueAction<number, 3600, undefined>]>;
13564
+ readonly securityToken: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, undefined>]>;
13565
+ readonly securityTokenHeader: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>, v.RegexAction<string, undefined>]>;
13296
13566
  readonly isBookmarked: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13567
+ readonly autofixAutomationTuning: v.OptionalSchema<v.PicklistSchema<["off", "super_low", "low", "medium", "high", "always"], undefined>, undefined>;
13568
+ readonly seerScannerAutomation: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13569
+ readonly preprodSizeStatusChecksEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13570
+ readonly preprodSizeStatusChecksRules: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
13571
+ readonly preprodSizePrCommentsEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13572
+ readonly preprodSizePrCommentsRules: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
13573
+ readonly preprodSnapshotStatusChecksEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13574
+ readonly preprodSnapshotStatusChecksFailOnAdded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13575
+ readonly preprodSnapshotStatusChecksFailOnRemoved: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13576
+ readonly preprodSnapshotStatusChecksFailOnChanged: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13577
+ readonly preprodSnapshotStatusChecksFailOnRenamed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13578
+ readonly preprodSizeEnabledByCustomer: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13579
+ readonly preprodDistributionEnabledByCustomer: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13580
+ readonly preprodDistributionPrCommentsEnabledByCustomer: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13581
+ readonly preprodSnapshotPrCommentsEnabled: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13582
+ readonly preprodSnapshotPrCommentsPostOnAdded: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13583
+ readonly preprodSnapshotPrCommentsPostOnRemoved: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13584
+ readonly preprodSnapshotPrCommentsPostOnChanged: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13585
+ readonly preprodSnapshotPrCommentsPostOnRenamed: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13586
+ readonly preprodSizeEnabledQuery: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13587
+ readonly preprodDistributionEnabledQuery: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13297
13588
  readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
13298
13589
  readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 100, undefined>, v.RegexAction<string, undefined>]>, undefined>;
13299
13590
  readonly platform: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -13302,9 +13593,35 @@ export declare const vUpdateProjectData: v.ObjectSchema<{
13302
13593
  readonly resolveAge: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
13303
13594
  readonly highlightContext: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
13304
13595
  readonly highlightTags: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
13596
+ readonly verifySSL: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13597
+ readonly defaultEnvironment: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13598
+ readonly dataScrubber: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13599
+ readonly dataScrubberDefaults: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13600
+ readonly sensitiveFields: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
13601
+ readonly safeFields: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
13602
+ readonly storeCrashReports: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, -1, undefined>, v.MaxValueAction<number, 100, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
13603
+ readonly relayPiiConfig: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13604
+ readonly builtinSymbolSources: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
13605
+ readonly symbolSources: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13606
+ readonly scrubIPAddresses: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13607
+ readonly groupingConfig: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13608
+ readonly groupingEnhancements: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13609
+ readonly fingerprintingRules: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13610
+ readonly secondaryGroupingConfig: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
13611
+ readonly secondaryGroupingExpiry: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
13612
+ readonly scrapeJavaScript: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13305
13613
  readonly enableAutoReleaseCreation: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13614
+ readonly allowedDomains: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
13615
+ readonly copy_from_project: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
13616
+ readonly targetSampleRate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
13617
+ readonly dynamicSamplingBiases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
13618
+ readonly id: v.PicklistSchema<["boostEnvironments", "boostKeyTransactions", "boostLatestRelease", "boostLowVolumeTransactions", "boostReplayId", "ignoreHealthChecks", "minimumSampleRate", "recalibrationRule"], undefined>;
13619
+ readonly active: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
13620
+ }, undefined>, undefined>, undefined>;
13621
+ readonly tempestFetchScreenshots: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13306
13622
  readonly scmSourceContextEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
13307
- }, undefined>, undefined>;
13623
+ readonly debugFilesRole: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["member", "admin", "manager", "owner"], undefined>, undefined>, undefined>;
13624
+ }, undefined>;
13308
13625
  readonly path: v.ObjectSchema<{
13309
13626
  readonly organization_id_or_slug: v.StringSchema<undefined>;
13310
13627
  readonly project_id_or_slug: v.StringSchema<undefined>;
@@ -14322,6 +14639,13 @@ export declare const vUpdateProjectMonitorData: v.ObjectSchema<{
14322
14639
  readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
14323
14640
  readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
14324
14641
  readonly is_muted: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
14642
+ readonly alert_rule: v.OptionalSchema<v.ObjectSchema<{
14643
+ readonly environment: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 64, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
14644
+ readonly targets: v.ArraySchema<v.ObjectSchema<{
14645
+ readonly target_identifier: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
14646
+ readonly target_type: v.StringSchema<undefined>;
14647
+ }, undefined>, undefined>;
14648
+ }, undefined>, undefined>;
14325
14649
  }, undefined>;
14326
14650
  readonly path: v.ObjectSchema<{
14327
14651
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -15720,6 +16044,7 @@ export declare const vUpdateSentryAppData: v.ObjectSchema<{
15720
16044
  readonly scopes: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
15721
16045
  readonly author: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
15722
16046
  readonly events: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
16047
+ readonly features: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.PicklistSchema<[""], undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
15723
16048
  readonly schema: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
15724
16049
  readonly webhookUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
15725
16050
  readonly redirectUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
@@ -16023,6 +16348,7 @@ export declare const vUpdateTeamResponse: v.ObjectSchema<{
16023
16348
  }, undefined>;
16024
16349
  export declare const vCreateTeamExternalTeamData: v.ObjectSchema<{
16025
16350
  readonly body: v.ObjectSchema<{
16351
+ readonly team_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
16026
16352
  readonly external_name: v.StringSchema<undefined>;
16027
16353
  readonly provider: v.PicklistSchema<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"], undefined>;
16028
16354
  readonly integration_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
@@ -16066,6 +16392,7 @@ export declare const vDeleteTeamExternalTeamData: v.ObjectSchema<{
16066
16392
  export declare const vDeleteTeamExternalTeamResponse: v.VoidSchema<undefined>;
16067
16393
  export declare const vUpdateTeamExternalTeamData: v.ObjectSchema<{
16068
16394
  readonly body: v.ObjectSchema<{
16395
+ readonly team_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
16069
16396
  readonly external_name: v.StringSchema<undefined>;
16070
16397
  readonly provider: v.PicklistSchema<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"], undefined>;
16071
16398
  readonly integration_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
@@ -16897,6 +17224,12 @@ export declare const vUpdateOrganizationIssueData: v.ObjectSchema<{
16897
17224
  readonly discard: v.BooleanSchema<undefined>;
16898
17225
  readonly assignedTo: v.StringSchema<undefined>;
16899
17226
  readonly priority: v.PicklistSchema<["low", "medium", "high"], undefined>;
17227
+ readonly ignoreDuration: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
17228
+ readonly ignoreCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
17229
+ readonly ignoreWindow: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 10080, undefined>]>;
17230
+ readonly ignoreUserCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
17231
+ readonly ignoreUserWindow: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 10080, undefined>]>;
17232
+ readonly snoozeDuration: v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>;
16900
17233
  }, undefined>;
16901
17234
  readonly path: v.ObjectSchema<{
16902
17235
  readonly organization_id_or_slug: v.StringSchema<undefined>;
@@ -17034,7 +17367,7 @@ export declare const vGetOrganizationIssueAutofixStateData: v.ObjectSchema<{
17034
17367
  readonly issue_id: v.StringSchema<undefined>;
17035
17368
  }, undefined>;
17036
17369
  readonly query: v.OptionalSchema<v.ObjectSchema<{
17037
- readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["markdown", "xml"], undefined>, undefined>;
17370
+ readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["json", "markdown", "xml"], undefined>, undefined>;
17038
17371
  }, undefined>, undefined>;
17039
17372
  }, undefined>;
17040
17373
  /**
@@ -17042,7 +17375,7 @@ export declare const vGetOrganizationIssueAutofixStateData: v.ObjectSchema<{
17042
17375
  */
17043
17376
  export declare const vGetOrganizationIssueAutofixStateResponse: v.ObjectSchema<{
17044
17377
  readonly formatted: v.OptionalSchema<v.ObjectSchema<{
17045
- readonly format: v.PicklistSchema<["markdown", "xml"], undefined>;
17378
+ readonly format: v.PicklistSchema<["markdown", "xml", "json"], undefined>;
17046
17379
  readonly content: v.StringSchema<undefined>;
17047
17380
  }, undefined>, undefined>;
17048
17381
  readonly autofix: v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>;
@@ -17130,7 +17463,7 @@ export declare const vGetOrganizationIssueEventData: v.ObjectSchema<{
17130
17463
  }, undefined>;
17131
17464
  readonly query: v.OptionalSchema<v.ObjectSchema<{
17132
17465
  readonly environment: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
17133
- readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["markdown", "xml"], undefined>, undefined>;
17466
+ readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["json", "markdown", "xml"], undefined>, undefined>;
17134
17467
  }, undefined>, undefined>;
17135
17468
  }, undefined>;
17136
17469
  export declare const vGetOrganizationIssueEventResponse: v.ObjectSchema<{
@@ -17267,7 +17600,7 @@ export declare const vGetOrganizationIssueEventResponse: v.ObjectSchema<{
17267
17600
  readonly nextEventID: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
17268
17601
  readonly previousEventID: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
17269
17602
  readonly formatted: v.OptionalSchema<v.ObjectSchema<{
17270
- readonly format: v.PicklistSchema<["markdown", "xml"], undefined>;
17603
+ readonly format: v.PicklistSchema<["markdown", "xml", "json"], undefined>;
17271
17604
  readonly content: v.StringSchema<undefined>;
17272
17605
  }, undefined>, undefined>;
17273
17606
  }, undefined>;