@sentry/api 0.267.0 → 0.269.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.gen.d.ts +3 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -10383,7 +10383,7 @@ export type WorkflowValidator = {
|
|
|
10383
10383
|
* {
|
|
10384
10384
|
* "type": "latest_adopted_release",
|
|
10385
10385
|
* "comparison": {
|
|
10386
|
-
* "environment": "
|
|
10386
|
+
* "environment": "production",
|
|
10387
10387
|
* "ageComparison": "older",
|
|
10388
10388
|
* "releaseAgeType": "oldest"
|
|
10389
10389
|
* },
|
|
@@ -24640,7 +24640,7 @@ export type CreateOrganizationWorkflowData = {
|
|
|
24640
24640
|
* {
|
|
24641
24641
|
* "type": "latest_adopted_release",
|
|
24642
24642
|
* "comparison": {
|
|
24643
|
-
* "environment": "
|
|
24643
|
+
* "environment": "production",
|
|
24644
24644
|
* "ageComparison": "older",
|
|
24645
24645
|
* "releaseAgeType": "oldest"
|
|
24646
24646
|
* },
|
|
@@ -25651,7 +25651,7 @@ export type UpdateOrganizationWorkflowData = {
|
|
|
25651
25651
|
* {
|
|
25652
25652
|
* "type": "latest_adopted_release",
|
|
25653
25653
|
* "comparison": {
|
|
25654
|
-
* "environment": "
|
|
25654
|
+
* "environment": "production",
|
|
25655
25655
|
* "ageComparison": "older",
|
|
25656
25656
|
* "releaseAgeType": "oldest"
|
|
25657
25657
|
* },
|