You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/dependabot/Types.swift
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4312,16 +4312,16 @@ public enum Components {
4312
4312
///
4313
4313
/// - Remark: Generated from `#/components/parameters/secret-name`.
4314
4314
publictypealiasSecretName=Swift.String
4315
-
/// A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
4315
+
/// A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
4316
4316
///
4317
-
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-package-registry-urls`.
/// A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
4317
+
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls`.
/// A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
4320
4320
///
4321
4321
/// Can be: `jfrog-artifactory`
4322
4322
///
4323
-
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-package-registry`.
/// A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5624
+
/// A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5625
5625
///
5626
-
/// - Remark: Generated from `#/paths/orgs/{org}/dependabot/alerts/GET/query/package_registry_url`.
/// A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
5626
+
/// - Remark: Generated from `#/paths/orgs/{org}/dependabot/alerts/GET/query/artifact_registry_url`.
/// A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
5629
5629
///
5630
5630
/// Can be: `jfrog-artifactory`
5631
5631
///
5632
-
/// - Remark: Generated from `#/paths/orgs/{org}/dependabot/alerts/GET/query/package_registry`.
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-has/case1`.
@@ -5740,8 +5740,8 @@ public enum Operations {
5740
5740
/// - ecosystem: A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
5741
5741
/// - package: A comma-separated list of package names. If specified, only alerts for these packages will be returned.
5742
5742
/// - epssPercentage: CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:
5743
-
/// - packageRegistryUrl: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5744
-
/// - packageRegistry: A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
5743
+
/// - artifactRegistryUrl: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5744
+
/// - artifactRegistry: A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
5745
5745
/// - has: Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.
5746
5746
/// - scope: The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned.
5747
5747
/// - sort: The property by which to sort the results.
0 commit comments