@sentry/api 0.290.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.
- package/dist/error-results.gen.d.ts +7 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +38 -0
- package/dist/pagination.gen.d.ts +35 -1
- package/dist/sdk.gen.d.ts +34 -1
- package/dist/types.gen.d.ts +1380 -62
- package/dist/valibot.gen.d.ts +479 -8
- package/dist/valibot.js +619 -27
- package/dist/zod.gen.d.ts +3096 -999
- package/dist/zod.js +976 -23
- package/package.json +1 -1
package/dist/valibot.gen.d.ts
CHANGED
|
@@ -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>;
|
|
@@ -4220,6 +4289,69 @@ export declare const vOrganizationIssueView: v.ObjectSchema<{
|
|
|
4220
4289
|
readonly starred: v.BooleanSchema<undefined>;
|
|
4221
4290
|
readonly stars: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
4222
4291
|
}, undefined>;
|
|
4292
|
+
export declare const vOrganizationIssueViewList: v.ArraySchema<v.ObjectSchema<{
|
|
4293
|
+
readonly id: v.StringSchema<undefined>;
|
|
4294
|
+
readonly createdBy: v.UnionSchema<[v.ObjectSchema<{
|
|
4295
|
+
readonly identities: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4296
|
+
readonly id: v.StringSchema<undefined>;
|
|
4297
|
+
readonly name: v.StringSchema<undefined>;
|
|
4298
|
+
readonly organization: v.ObjectSchema<{
|
|
4299
|
+
readonly slug: v.StringSchema<undefined>;
|
|
4300
|
+
readonly name: v.StringSchema<undefined>;
|
|
4301
|
+
}, undefined>;
|
|
4302
|
+
readonly provider: v.ObjectSchema<{
|
|
4303
|
+
readonly id: v.StringSchema<undefined>;
|
|
4304
|
+
readonly name: v.StringSchema<undefined>;
|
|
4305
|
+
}, undefined>;
|
|
4306
|
+
readonly dateVerified: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
4307
|
+
readonly dateSynced: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
4308
|
+
}, undefined>, undefined>, undefined>;
|
|
4309
|
+
readonly avatar: v.OptionalSchema<v.ObjectSchema<{
|
|
4310
|
+
readonly avatarType: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4311
|
+
readonly avatarUuid: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4312
|
+
readonly avatarUrl: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4313
|
+
}, undefined>, undefined>;
|
|
4314
|
+
readonly authenticators: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
|
|
4315
|
+
readonly canReset2fa: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4316
|
+
readonly id: v.StringSchema<undefined>;
|
|
4317
|
+
readonly name: v.StringSchema<undefined>;
|
|
4318
|
+
readonly username: v.StringSchema<undefined>;
|
|
4319
|
+
readonly email: v.StringSchema<undefined>;
|
|
4320
|
+
readonly avatarUrl: v.StringSchema<undefined>;
|
|
4321
|
+
readonly isActive: v.BooleanSchema<undefined>;
|
|
4322
|
+
readonly isSuspended: v.BooleanSchema<undefined>;
|
|
4323
|
+
readonly hasPasswordAuth: v.BooleanSchema<undefined>;
|
|
4324
|
+
readonly isManaged: v.BooleanSchema<undefined>;
|
|
4325
|
+
readonly dateJoined: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
4326
|
+
readonly lastLogin: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, v.NullSchema<undefined>], undefined>;
|
|
4327
|
+
readonly has2fa: v.BooleanSchema<undefined>;
|
|
4328
|
+
readonly lastActive: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, v.NullSchema<undefined>], undefined>;
|
|
4329
|
+
readonly isSuperuser: v.BooleanSchema<undefined>;
|
|
4330
|
+
readonly isStaff: v.BooleanSchema<undefined>;
|
|
4331
|
+
readonly experiments: v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>;
|
|
4332
|
+
readonly emails: v.ArraySchema<v.ObjectSchema<{
|
|
4333
|
+
readonly id: v.StringSchema<undefined>;
|
|
4334
|
+
readonly email: v.StringSchema<undefined>;
|
|
4335
|
+
readonly is_verified: v.BooleanSchema<undefined>;
|
|
4336
|
+
}, undefined>, undefined>;
|
|
4337
|
+
}, undefined>, v.NullSchema<undefined>], undefined>;
|
|
4338
|
+
readonly name: v.StringSchema<undefined>;
|
|
4339
|
+
readonly query: v.StringSchema<undefined>;
|
|
4340
|
+
readonly querySort: v.PicklistSchema<["date", "new", "trends", "freq", "user", "inbox", "recommended"], undefined>;
|
|
4341
|
+
readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
4342
|
+
readonly environments: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
4343
|
+
readonly timeFilters: v.ObjectSchema<{
|
|
4344
|
+
readonly start: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4345
|
+
readonly end: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4346
|
+
readonly period: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4347
|
+
readonly utc: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4348
|
+
}, undefined>;
|
|
4349
|
+
readonly lastVisited: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
4350
|
+
readonly dateCreated: v.StringSchema<undefined>;
|
|
4351
|
+
readonly dateUpdated: v.StringSchema<undefined>;
|
|
4352
|
+
readonly starred: v.BooleanSchema<undefined>;
|
|
4353
|
+
readonly stars: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
4354
|
+
}, undefined>, undefined>;
|
|
4223
4355
|
export declare const vOrganizationMember: v.ObjectSchema<{
|
|
4224
4356
|
readonly externalUsers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4225
4357
|
readonly externalId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -4294,9 +4426,12 @@ export declare const vOrganizationMember: v.ObjectSchema<{
|
|
|
4294
4426
|
}, undefined>;
|
|
4295
4427
|
export declare const vOrganizationMemberRequest: v.ObjectSchema<{
|
|
4296
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>;
|
|
4297
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>;
|
|
4298
4432
|
readonly teamRoles: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4299
4433
|
readonly reinvite: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4434
|
+
readonly regenerate: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4300
4435
|
}, undefined>;
|
|
4301
4436
|
/**
|
|
4302
4437
|
* Conforming to the SCIM RFC, this represents a Sentry Org Member
|
|
@@ -4513,6 +4648,12 @@ export declare const vOrganizationRelease: v.ObjectSchema<{
|
|
|
4513
4648
|
readonly type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 1, undefined>]>;
|
|
4514
4649
|
}, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4515
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>;
|
|
4516
4657
|
readonly refs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4517
4658
|
readonly commit: v.StringSchema<undefined>;
|
|
4518
4659
|
readonly repository: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
@@ -4904,7 +5045,32 @@ export declare const vOutgoingNotificationAction: v.ObjectSchema<{
|
|
|
4904
5045
|
readonly targetDisplay: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
4905
5046
|
}, undefined>;
|
|
4906
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>]>;
|
|
4907
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>;
|
|
4908
5074
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
4909
5075
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 100, undefined>, v.RegexAction<string, undefined>]>, undefined>;
|
|
4910
5076
|
readonly platform: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
@@ -4913,8 +5079,34 @@ export declare const vProjectAdmin: v.ObjectSchema<{
|
|
|
4913
5079
|
readonly resolveAge: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
4914
5080
|
readonly highlightContext: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
4915
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>;
|
|
4916
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>;
|
|
4917
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>;
|
|
4918
5110
|
}, undefined>;
|
|
4919
5111
|
export declare const vProjectEventDetailsResponse: v.ObjectSchema<{
|
|
4920
5112
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -5452,6 +5644,14 @@ export declare const vReplayDeletionJobCreateData: v.ObjectSchema<{
|
|
|
5452
5644
|
readonly environments: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
5453
5645
|
readonly query: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
5454
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>;
|
|
5455
5655
|
export declare const vScimListResponseEnvelopeScimMemberIndexResponse: v.ObjectSchema<{
|
|
5456
5656
|
readonly schemas: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
5457
5657
|
readonly totalResults: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
@@ -5514,6 +5714,7 @@ export declare const vScimPatchRequest: v.ObjectSchema<{
|
|
|
5514
5714
|
value: unknown;
|
|
5515
5715
|
path?: string | undefined;
|
|
5516
5716
|
}[], 100, undefined>]>;
|
|
5717
|
+
readonly schemas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
5517
5718
|
}, undefined>;
|
|
5518
5719
|
export declare const vScimTeamPatchOperation: v.ObjectSchema<{
|
|
5519
5720
|
readonly op: v.StringSchema<undefined>;
|
|
@@ -5521,6 +5722,7 @@ export declare const vScimTeamPatchOperation: v.ObjectSchema<{
|
|
|
5521
5722
|
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5522
5723
|
}, undefined>;
|
|
5523
5724
|
export declare const vScimTeamPatchRequest: v.ObjectSchema<{
|
|
5725
|
+
readonly schemas: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
5524
5726
|
readonly Operations: v.ArraySchema<v.ObjectSchema<{
|
|
5525
5727
|
readonly op: v.StringSchema<undefined>;
|
|
5526
5728
|
readonly value: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
@@ -5577,6 +5779,7 @@ export declare const vSentryAppParser: v.ObjectSchema<{
|
|
|
5577
5779
|
readonly scopes: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
5578
5780
|
readonly author: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
5579
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>;
|
|
5580
5783
|
readonly schema: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
5581
5784
|
readonly webhookUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
5582
5785
|
readonly redirectUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
@@ -6409,10 +6612,13 @@ export declare const vExternalUserWritable: v.ObjectSchema<{
|
|
|
6409
6612
|
}, undefined>;
|
|
6410
6613
|
export declare const vOrganizationMemberRequestWritable: v.ObjectSchema<{
|
|
6411
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>;
|
|
6412
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>;
|
|
6413
6618
|
readonly teamRoles: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
6414
6619
|
readonly sendInvite: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
6415
6620
|
readonly reinvite: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6621
|
+
readonly regenerate: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6416
6622
|
}, undefined>;
|
|
6417
6623
|
export declare const vListOrganizationsData: v.ObjectSchema<{
|
|
6418
6624
|
readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
|
|
@@ -6537,6 +6743,7 @@ export declare const vUpdateOrganizationData: v.ObjectSchema<{
|
|
|
6537
6743
|
readonly issueAlertsThreadFlag: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6538
6744
|
readonly metricAlertsThreadFlag: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6539
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>;
|
|
6540
6747
|
}, undefined>, undefined>;
|
|
6541
6748
|
readonly path: v.ObjectSchema<{
|
|
6542
6749
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -6814,6 +7021,74 @@ export declare const vUpdateOrganizationResponse: v.ObjectSchema<{
|
|
|
6814
7021
|
}, undefined>, v.NullSchema<undefined>], undefined>;
|
|
6815
7022
|
}, undefined>, undefined>;
|
|
6816
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>;
|
|
6817
7092
|
export declare const vGetOrganizationConfigIntegrationsData: v.ObjectSchema<{
|
|
6818
7093
|
readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
|
|
6819
7094
|
readonly path: v.ObjectSchema<{
|
|
@@ -7600,6 +7875,7 @@ export declare const vListOrganizationDiscoverSavedQueriesResponse: v.ArraySchem
|
|
|
7600
7875
|
readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
7601
7876
|
readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7602
7877
|
readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
7878
|
+
readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7603
7879
|
readonly id: v.StringSchema<undefined>;
|
|
7604
7880
|
readonly name: v.StringSchema<undefined>;
|
|
7605
7881
|
readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
@@ -7664,8 +7940,15 @@ export declare const vCreateOrganizationDiscoverSavedQueryData: v.ObjectSchema<{
|
|
|
7664
7940
|
readonly range: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7665
7941
|
readonly fields: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7666
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>;
|
|
7667
7949
|
readonly environment: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7668
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>;
|
|
7669
7952
|
readonly yAxis: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7670
7953
|
readonly display: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7671
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>;
|
|
@@ -7693,6 +7976,7 @@ export declare const vCreateOrganizationDiscoverSavedQueryResponse: v.ObjectSche
|
|
|
7693
7976
|
readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
7694
7977
|
readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7695
7978
|
readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
7979
|
+
readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7696
7980
|
readonly id: v.StringSchema<undefined>;
|
|
7697
7981
|
readonly name: v.StringSchema<undefined>;
|
|
7698
7982
|
readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
@@ -7784,6 +8068,7 @@ export declare const vGetOrganizationDiscoverSavedQueryResponse: v.ObjectSchema<
|
|
|
7784
8068
|
readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
7785
8069
|
readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7786
8070
|
readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
8071
|
+
readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7787
8072
|
readonly id: v.StringSchema<undefined>;
|
|
7788
8073
|
readonly name: v.StringSchema<undefined>;
|
|
7789
8074
|
readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
@@ -7848,8 +8133,15 @@ export declare const vUpdateOrganizationDiscoverSavedQueryData: v.ObjectSchema<{
|
|
|
7848
8133
|
readonly range: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7849
8134
|
readonly fields: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7850
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>;
|
|
7851
8142
|
readonly environment: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7852
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>;
|
|
7853
8145
|
readonly yAxis: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7854
8146
|
readonly display: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
7855
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>;
|
|
@@ -7878,6 +8170,7 @@ export declare const vUpdateOrganizationDiscoverSavedQueryResponse: v.ObjectSche
|
|
|
7878
8170
|
readonly topEvents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
7879
8171
|
readonly interval: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7880
8172
|
readonly exploreQuery: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
8173
|
+
readonly lastVisited: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
7881
8174
|
readonly id: v.StringSchema<undefined>;
|
|
7882
8175
|
readonly name: v.StringSchema<undefined>;
|
|
7883
8176
|
readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
@@ -8336,6 +8629,81 @@ export declare const vUpdateOrganizationForwardingResponse: v.ObjectSchema<{
|
|
|
8336
8629
|
readonly dateAdded: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
8337
8630
|
readonly dateUpdated: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
8338
8631
|
}, undefined>;
|
|
8632
|
+
export declare const vListOrganizationIssueViewsData: v.ObjectSchema<{
|
|
8633
|
+
readonly body: v.OptionalSchema<v.NeverSchema<undefined>, undefined>;
|
|
8634
|
+
readonly path: v.ObjectSchema<{
|
|
8635
|
+
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
8636
|
+
}, undefined>;
|
|
8637
|
+
readonly query: v.OptionalSchema<v.ObjectSchema<{
|
|
8638
|
+
readonly createdBy: v.OptionalSchema<v.PicklistSchema<["me", "others"], undefined>, undefined>;
|
|
8639
|
+
readonly sort: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["popularity", "-popularity", "visited", "-visited", "name", "-name", "created", "-created"], undefined>, undefined>, readonly ["-visited"]>;
|
|
8640
|
+
readonly query: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
8641
|
+
readonly cursor: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
8642
|
+
}, undefined>, undefined>;
|
|
8643
|
+
}, undefined>;
|
|
8644
|
+
export declare const vListOrganizationIssueViewsResponse: v.ArraySchema<v.ObjectSchema<{
|
|
8645
|
+
readonly id: v.StringSchema<undefined>;
|
|
8646
|
+
readonly createdBy: v.UnionSchema<[v.ObjectSchema<{
|
|
8647
|
+
readonly identities: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
8648
|
+
readonly id: v.StringSchema<undefined>;
|
|
8649
|
+
readonly name: v.StringSchema<undefined>;
|
|
8650
|
+
readonly organization: v.ObjectSchema<{
|
|
8651
|
+
readonly slug: v.StringSchema<undefined>;
|
|
8652
|
+
readonly name: v.StringSchema<undefined>;
|
|
8653
|
+
}, undefined>;
|
|
8654
|
+
readonly provider: v.ObjectSchema<{
|
|
8655
|
+
readonly id: v.StringSchema<undefined>;
|
|
8656
|
+
readonly name: v.StringSchema<undefined>;
|
|
8657
|
+
}, undefined>;
|
|
8658
|
+
readonly dateVerified: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
8659
|
+
readonly dateSynced: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
8660
|
+
}, undefined>, undefined>, undefined>;
|
|
8661
|
+
readonly avatar: v.OptionalSchema<v.ObjectSchema<{
|
|
8662
|
+
readonly avatarType: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
8663
|
+
readonly avatarUuid: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8664
|
+
readonly avatarUrl: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8665
|
+
}, undefined>, undefined>;
|
|
8666
|
+
readonly authenticators: v.OptionalSchema<v.ArraySchema<v.UnknownSchema, undefined>, undefined>;
|
|
8667
|
+
readonly canReset2fa: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
8668
|
+
readonly id: v.StringSchema<undefined>;
|
|
8669
|
+
readonly name: v.StringSchema<undefined>;
|
|
8670
|
+
readonly username: v.StringSchema<undefined>;
|
|
8671
|
+
readonly email: v.StringSchema<undefined>;
|
|
8672
|
+
readonly avatarUrl: v.StringSchema<undefined>;
|
|
8673
|
+
readonly isActive: v.BooleanSchema<undefined>;
|
|
8674
|
+
readonly isSuspended: v.BooleanSchema<undefined>;
|
|
8675
|
+
readonly hasPasswordAuth: v.BooleanSchema<undefined>;
|
|
8676
|
+
readonly isManaged: v.BooleanSchema<undefined>;
|
|
8677
|
+
readonly dateJoined: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>;
|
|
8678
|
+
readonly lastLogin: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, v.NullSchema<undefined>], undefined>;
|
|
8679
|
+
readonly has2fa: v.BooleanSchema<undefined>;
|
|
8680
|
+
readonly lastActive: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoTimestampAction<string, undefined>]>, v.NullSchema<undefined>], undefined>;
|
|
8681
|
+
readonly isSuperuser: v.BooleanSchema<undefined>;
|
|
8682
|
+
readonly isStaff: v.BooleanSchema<undefined>;
|
|
8683
|
+
readonly experiments: v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>;
|
|
8684
|
+
readonly emails: v.ArraySchema<v.ObjectSchema<{
|
|
8685
|
+
readonly id: v.StringSchema<undefined>;
|
|
8686
|
+
readonly email: v.StringSchema<undefined>;
|
|
8687
|
+
readonly is_verified: v.BooleanSchema<undefined>;
|
|
8688
|
+
}, undefined>, undefined>;
|
|
8689
|
+
}, undefined>, v.NullSchema<undefined>], undefined>;
|
|
8690
|
+
readonly name: v.StringSchema<undefined>;
|
|
8691
|
+
readonly query: v.StringSchema<undefined>;
|
|
8692
|
+
readonly querySort: v.PicklistSchema<["date", "new", "trends", "freq", "user", "inbox", "recommended"], undefined>;
|
|
8693
|
+
readonly projects: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>;
|
|
8694
|
+
readonly environments: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
8695
|
+
readonly timeFilters: v.ObjectSchema<{
|
|
8696
|
+
readonly start: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8697
|
+
readonly end: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8698
|
+
readonly period: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8699
|
+
readonly utc: v.OptionalSchema<v.UnionSchema<[v.BooleanSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8700
|
+
}, undefined>;
|
|
8701
|
+
readonly lastVisited: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
8702
|
+
readonly dateCreated: v.StringSchema<undefined>;
|
|
8703
|
+
readonly dateUpdated: v.StringSchema<undefined>;
|
|
8704
|
+
readonly starred: v.BooleanSchema<undefined>;
|
|
8705
|
+
readonly stars: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
8706
|
+
}, undefined>, undefined>;
|
|
8339
8707
|
export declare const vCreateOrganizationIssueViewData: v.ObjectSchema<{
|
|
8340
8708
|
readonly body: v.ObjectSchema<{
|
|
8341
8709
|
readonly name: v.StringSchema<undefined>;
|
|
@@ -8706,6 +9074,12 @@ export declare const vUpdateOrganizationIssuesData: v.ObjectSchema<{
|
|
|
8706
9074
|
readonly discard: v.BooleanSchema<undefined>;
|
|
8707
9075
|
readonly assignedTo: v.StringSchema<undefined>;
|
|
8708
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>;
|
|
8709
9083
|
}, undefined>;
|
|
8710
9084
|
readonly path: v.ObjectSchema<{
|
|
8711
9085
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -8765,6 +9139,7 @@ export declare const vListOrganizationMembersData: v.ObjectSchema<{
|
|
|
8765
9139
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
8766
9140
|
}, undefined>;
|
|
8767
9141
|
readonly query: v.OptionalSchema<v.ObjectSchema<{
|
|
9142
|
+
readonly query: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
8768
9143
|
readonly cursor: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
8769
9144
|
}, undefined>, undefined>;
|
|
8770
9145
|
}, undefined>;
|
|
@@ -8843,10 +9218,13 @@ export declare const vListOrganizationMembersResponse: v.ArraySchema<v.ObjectSch
|
|
|
8843
9218
|
export declare const vAddOrganizationMemberData: v.ObjectSchema<{
|
|
8844
9219
|
readonly body: v.ObjectSchema<{
|
|
8845
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>;
|
|
8846
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>;
|
|
8847
9224
|
readonly teamRoles: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
8848
9225
|
readonly sendInvite: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
8849
9226
|
readonly reinvite: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9227
|
+
readonly regenerate: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
8850
9228
|
}, undefined>;
|
|
8851
9229
|
readonly path: v.ObjectSchema<{
|
|
8852
9230
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -9359,6 +9737,13 @@ export declare const vCreateOrganizationMonitorData: v.ObjectSchema<{
|
|
|
9359
9737
|
readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
|
|
9360
9738
|
readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
9361
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>;
|
|
9362
9747
|
}, undefined>;
|
|
9363
9748
|
readonly path: v.ObjectSchema<{
|
|
9364
9749
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -9592,6 +9977,13 @@ export declare const vUpdateOrganizationMonitorData: v.ObjectSchema<{
|
|
|
9592
9977
|
readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
|
|
9593
9978
|
readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
9594
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>;
|
|
9595
9987
|
}, undefined>;
|
|
9596
9988
|
readonly path: v.ObjectSchema<{
|
|
9597
9989
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -9758,6 +10150,8 @@ export declare const vCreateOrganizationNotificationsActionData: v.ObjectSchema<
|
|
|
9758
10150
|
readonly target_identifier: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9759
10151
|
readonly target_display: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9760
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">;
|
|
9761
10155
|
}, undefined>;
|
|
9762
10156
|
readonly path: v.ObjectSchema<{
|
|
9763
10157
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -9816,6 +10210,8 @@ export declare const vUpdateOrganizationNotificationsActionData: v.ObjectSchema<
|
|
|
9816
10210
|
readonly target_identifier: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9817
10211
|
readonly target_display: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9818
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">;
|
|
9819
10215
|
}, undefined>;
|
|
9820
10216
|
readonly path: v.ObjectSchema<{
|
|
9821
10217
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -10843,6 +11239,12 @@ export declare const vUpdateOrganizationReleaseData: v.ObjectSchema<{
|
|
|
10843
11239
|
readonly type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 1, undefined>]>;
|
|
10844
11240
|
}, undefined>, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
10845
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>;
|
|
10846
11248
|
readonly refs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
10847
11249
|
readonly commit: v.StringSchema<undefined>;
|
|
10848
11250
|
readonly repository: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
@@ -11715,6 +12117,7 @@ export declare const vGetOrganizationScimV2GroupResponse: v.ObjectSchema<{
|
|
|
11715
12117
|
}, undefined>;
|
|
11716
12118
|
export declare const vUpdateOrganizationScimV2GroupData: v.ObjectSchema<{
|
|
11717
12119
|
readonly body: v.ObjectSchema<{
|
|
12120
|
+
readonly schemas: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
11718
12121
|
readonly Operations: v.ArraySchema<v.ObjectSchema<{
|
|
11719
12122
|
readonly op: v.StringSchema<undefined>;
|
|
11720
12123
|
readonly value: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
@@ -11855,6 +12258,7 @@ export declare const vUpdateOrganizationScimV2UserData: v.ObjectSchema<{
|
|
|
11855
12258
|
value: unknown;
|
|
11856
12259
|
path?: string | undefined;
|
|
11857
12260
|
}[], 100, undefined>]>;
|
|
12261
|
+
readonly schemas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11858
12262
|
}, undefined>;
|
|
11859
12263
|
readonly path: v.ObjectSchema<{
|
|
11860
12264
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -13154,8 +13558,33 @@ export declare const vGetProjectResponse: v.ObjectSchema<{
|
|
|
13154
13558
|
readonly debugFilesRole: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
13155
13559
|
}, undefined>;
|
|
13156
13560
|
export declare const vUpdateProjectData: v.ObjectSchema<{
|
|
13157
|
-
readonly body: v.
|
|
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>]>;
|
|
13158
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>;
|
|
13159
13588
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
13160
13589
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 100, undefined>, v.RegexAction<string, undefined>]>, undefined>;
|
|
13161
13590
|
readonly platform: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
@@ -13164,9 +13593,35 @@ export declare const vUpdateProjectData: v.ObjectSchema<{
|
|
|
13164
13593
|
readonly resolveAge: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
13165
13594
|
readonly highlightContext: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
13166
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>;
|
|
13167
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>;
|
|
13168
13622
|
readonly scmSourceContextEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
13169
|
-
|
|
13623
|
+
readonly debugFilesRole: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["member", "admin", "manager", "owner"], undefined>, undefined>, undefined>;
|
|
13624
|
+
}, undefined>;
|
|
13170
13625
|
readonly path: v.ObjectSchema<{
|
|
13171
13626
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
13172
13627
|
readonly project_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -14184,6 +14639,13 @@ export declare const vUpdateProjectMonitorData: v.ObjectSchema<{
|
|
|
14184
14639
|
readonly status: v.OptionalSchema<v.PicklistSchema<["active", "disabled"], undefined>, undefined>;
|
|
14185
14640
|
readonly owner: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
14186
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>;
|
|
14187
14649
|
}, undefined>;
|
|
14188
14650
|
readonly path: v.ObjectSchema<{
|
|
14189
14651
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -15582,6 +16044,7 @@ export declare const vUpdateSentryAppData: v.ObjectSchema<{
|
|
|
15582
16044
|
readonly scopes: v.UnionSchema<[v.ArraySchema<v.StringSchema<undefined>, undefined>, v.NullSchema<undefined>], undefined>;
|
|
15583
16045
|
readonly author: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
15584
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>;
|
|
15585
16048
|
readonly schema: v.OptionalSchema<v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
15586
16049
|
readonly webhookUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
15587
16050
|
readonly redirectUrl: v.OptionalSchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.UrlAction<string, undefined>]>, v.NullSchema<undefined>], undefined>, undefined>;
|
|
@@ -15885,6 +16348,7 @@ export declare const vUpdateTeamResponse: v.ObjectSchema<{
|
|
|
15885
16348
|
}, undefined>;
|
|
15886
16349
|
export declare const vCreateTeamExternalTeamData: v.ObjectSchema<{
|
|
15887
16350
|
readonly body: v.ObjectSchema<{
|
|
16351
|
+
readonly team_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
15888
16352
|
readonly external_name: v.StringSchema<undefined>;
|
|
15889
16353
|
readonly provider: v.PicklistSchema<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"], undefined>;
|
|
15890
16354
|
readonly integration_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
@@ -15928,6 +16392,7 @@ export declare const vDeleteTeamExternalTeamData: v.ObjectSchema<{
|
|
|
15928
16392
|
export declare const vDeleteTeamExternalTeamResponse: v.VoidSchema<undefined>;
|
|
15929
16393
|
export declare const vUpdateTeamExternalTeamData: v.ObjectSchema<{
|
|
15930
16394
|
readonly body: v.ObjectSchema<{
|
|
16395
|
+
readonly team_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
15931
16396
|
readonly external_name: v.StringSchema<undefined>;
|
|
15932
16397
|
readonly provider: v.PicklistSchema<["github", "github_enterprise", "jira_server", "slack", "slack_staging", "perforce", "gitlab", "msteams", "custom_scm"], undefined>;
|
|
15933
16398
|
readonly integration_id: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
|
|
@@ -16759,6 +17224,12 @@ export declare const vUpdateOrganizationIssueData: v.ObjectSchema<{
|
|
|
16759
17224
|
readonly discard: v.BooleanSchema<undefined>;
|
|
16760
17225
|
readonly assignedTo: v.StringSchema<undefined>;
|
|
16761
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>;
|
|
16762
17233
|
}, undefined>;
|
|
16763
17234
|
readonly path: v.ObjectSchema<{
|
|
16764
17235
|
readonly organization_id_or_slug: v.StringSchema<undefined>;
|
|
@@ -16896,7 +17367,7 @@ export declare const vGetOrganizationIssueAutofixStateData: v.ObjectSchema<{
|
|
|
16896
17367
|
readonly issue_id: v.StringSchema<undefined>;
|
|
16897
17368
|
}, undefined>;
|
|
16898
17369
|
readonly query: v.OptionalSchema<v.ObjectSchema<{
|
|
16899
|
-
readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["markdown", "xml"], undefined>, undefined>;
|
|
17370
|
+
readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["json", "markdown", "xml"], undefined>, undefined>;
|
|
16900
17371
|
}, undefined>, undefined>;
|
|
16901
17372
|
}, undefined>;
|
|
16902
17373
|
/**
|
|
@@ -16904,7 +17375,7 @@ export declare const vGetOrganizationIssueAutofixStateData: v.ObjectSchema<{
|
|
|
16904
17375
|
*/
|
|
16905
17376
|
export declare const vGetOrganizationIssueAutofixStateResponse: v.ObjectSchema<{
|
|
16906
17377
|
readonly formatted: v.OptionalSchema<v.ObjectSchema<{
|
|
16907
|
-
readonly format: v.PicklistSchema<["markdown", "xml"], undefined>;
|
|
17378
|
+
readonly format: v.PicklistSchema<["markdown", "xml", "json"], undefined>;
|
|
16908
17379
|
readonly content: v.StringSchema<undefined>;
|
|
16909
17380
|
}, undefined>, undefined>;
|
|
16910
17381
|
readonly autofix: v.UnionSchema<[v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, v.NullSchema<undefined>], undefined>;
|
|
@@ -16992,7 +17463,7 @@ export declare const vGetOrganizationIssueEventData: v.ObjectSchema<{
|
|
|
16992
17463
|
}, undefined>;
|
|
16993
17464
|
readonly query: v.OptionalSchema<v.ObjectSchema<{
|
|
16994
17465
|
readonly environment: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
16995
|
-
readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["markdown", "xml"], undefined>, undefined>;
|
|
17466
|
+
readonly llmFormat: v.OptionalSchema<v.PicklistSchema<["json", "markdown", "xml"], undefined>, undefined>;
|
|
16996
17467
|
}, undefined>, undefined>;
|
|
16997
17468
|
}, undefined>;
|
|
16998
17469
|
export declare const vGetOrganizationIssueEventResponse: v.ObjectSchema<{
|
|
@@ -17129,7 +17600,7 @@ export declare const vGetOrganizationIssueEventResponse: v.ObjectSchema<{
|
|
|
17129
17600
|
readonly nextEventID: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
17130
17601
|
readonly previousEventID: v.UnionSchema<[v.StringSchema<undefined>, v.NullSchema<undefined>], undefined>;
|
|
17131
17602
|
readonly formatted: v.OptionalSchema<v.ObjectSchema<{
|
|
17132
|
-
readonly format: v.PicklistSchema<["markdown", "xml"], undefined>;
|
|
17603
|
+
readonly format: v.PicklistSchema<["markdown", "xml", "json"], undefined>;
|
|
17133
17604
|
readonly content: v.StringSchema<undefined>;
|
|
17134
17605
|
}, undefined>, undefined>;
|
|
17135
17606
|
}, undefined>;
|