Skip to content

Commit ce8bbe6

Browse files
Commit via running: make Sources/users
1 parent a67c692 commit ce8bbe6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/users/Types.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11485,7 +11485,8 @@ public enum Operations {
1148511485
/// - Remark: Generated from `#/paths/users/{username}/attestations/bulk-list/POST/requestBody/json/subject_digests`.
1148611486
public var subjectDigests: [Swift.String]
1148711487
/// Optional filter for fetching attestations with a given predicate type.
11488-
/// This option accepts `provenance`, `sbom`, or freeform text for custom predicate types.
11488+
/// This option accepts `provenance`, `sbom`, `release`, or freeform text
11489+
/// for custom predicate types.
1148911490
///
1149011491
/// - Remark: Generated from `#/paths/users/{username}/attestations/bulk-list/POST/requestBody/json/predicate_type`.
1149111492
public var predicateType: Swift.String?
@@ -12464,7 +12465,8 @@ public enum Operations {
1246412465
/// - Remark: Generated from `#/paths/users/{username}/attestations/{subject_digest}/GET/query/after`.
1246512466
public var after: Components.Parameters.PaginationAfter?
1246612467
/// Optional filter for fetching attestations with a given predicate type.
12467-
/// This option accepts `provenance`, `sbom`, or freeform text for custom predicate types.
12468+
/// This option accepts `provenance`, `sbom`, `release`, or freeform text
12469+
/// for custom predicate types.
1246812470
///
1246912471
/// - Remark: Generated from `#/paths/users/{username}/attestations/{subject_digest}/GET/query/predicate_type`.
1247012472
public var predicateType: Swift.String?

0 commit comments

Comments
 (0)