@@ -2859,30 +2859,32 @@ var AllPayloadSortEnum = []string{
28592859type PredicateKeyEnum string
28602860
28612861var (
2862- PredicateKeyEnumAliases PredicateKeyEnum = "aliases" // Filter by Alias attached to this service, if any
2863- PredicateKeyEnumComponentTypeID PredicateKeyEnum = "component_type_id" // Filter by the `component_type` field
2864- PredicateKeyEnumCreationSource PredicateKeyEnum = "creation_source" // Filter by the creation source
2865- PredicateKeyEnumDomainID PredicateKeyEnum = "domain_id" // Filter by Domain that includes the System this service is assigned to, if any
2866- PredicateKeyEnumFilterID PredicateKeyEnum = "filter_id" // Filter by another filter
2867- PredicateKeyEnumFramework PredicateKeyEnum = "framework" // Filter by `framework` field
2868- PredicateKeyEnumGroupIDs PredicateKeyEnum = "group_ids" // Filter by group hierarchy. Will return resources who's owner is in the group ancestry chain
2869- PredicateKeyEnumLanguage PredicateKeyEnum = "language" // Filter by `language` field
2870- PredicateKeyEnumLifecycleIndex PredicateKeyEnum = "lifecycle_index" // Filter by `lifecycle` field
2871- PredicateKeyEnumName PredicateKeyEnum = "name" // Filter by `name` field
2872- PredicateKeyEnumOwnerID PredicateKeyEnum = "owner_id" // Filter by `owner` field
2873- PredicateKeyEnumOwnerIDs PredicateKeyEnum = "owner_ids" // Filter by `owner` hierarchy. Will return resources who's owner is in the team ancestry chain
2874- PredicateKeyEnumProduct PredicateKeyEnum = "product" // Filter by `product` field
2875- PredicateKeyEnumProperties PredicateKeyEnum = "properties" // Filter by custom-defined properties
2876- PredicateKeyEnumRelationships PredicateKeyEnum = "relationships" // Filter by `relationships`
2877- PredicateKeyEnumRepositoryIDs PredicateKeyEnum = "repository_ids" // Filter by Repository that this service is attached to, if any
2878- PredicateKeyEnumSystemID PredicateKeyEnum = "system_id" // Filter by System that this service is assigned to, if any
2879- PredicateKeyEnumTags PredicateKeyEnum = "tags" // Filter by `tags` field
2880- PredicateKeyEnumTierIndex PredicateKeyEnum = "tier_index" // Filter by `tier` field
2862+ PredicateKeyEnumAliases PredicateKeyEnum = "aliases" // Filter by Alias attached to this service, if any
2863+ PredicateKeyEnumComponentCategory PredicateKeyEnum = "component_category" // Filter by the component type category for this service
2864+ PredicateKeyEnumComponentTypeID PredicateKeyEnum = "component_type_id" // Filter by the `component_type` field
2865+ PredicateKeyEnumCreationSource PredicateKeyEnum = "creation_source" // Filter by the creation source
2866+ PredicateKeyEnumDomainID PredicateKeyEnum = "domain_id" // Filter by Domain that includes the System this service is assigned to, if any
2867+ PredicateKeyEnumFilterID PredicateKeyEnum = "filter_id" // Filter by another filter
2868+ PredicateKeyEnumFramework PredicateKeyEnum = "framework" // Filter by `framework` field
2869+ PredicateKeyEnumGroupIDs PredicateKeyEnum = "group_ids" // Filter by group hierarchy. Will return resources who's owner is in the group ancestry chain
2870+ PredicateKeyEnumLanguage PredicateKeyEnum = "language" // Filter by `language` field
2871+ PredicateKeyEnumLifecycleIndex PredicateKeyEnum = "lifecycle_index" // Filter by `lifecycle` field
2872+ PredicateKeyEnumName PredicateKeyEnum = "name" // Filter by `name` field
2873+ PredicateKeyEnumOwnerID PredicateKeyEnum = "owner_id" // Filter by `owner` field
2874+ PredicateKeyEnumOwnerIDs PredicateKeyEnum = "owner_ids" // Filter by `owner` hierarchy. Will return resources who's owner is in the team ancestry chain
2875+ PredicateKeyEnumProduct PredicateKeyEnum = "product" // Filter by `product` field
2876+ PredicateKeyEnumProperties PredicateKeyEnum = "properties" // Filter by custom-defined properties
2877+ PredicateKeyEnumRelationships PredicateKeyEnum = "relationships" // Filter by `relationships`
2878+ PredicateKeyEnumRepositoryIDs PredicateKeyEnum = "repository_ids" // Filter by Repository that this service is attached to, if any
2879+ PredicateKeyEnumSystemID PredicateKeyEnum = "system_id" // Filter by System that this service is assigned to, if any
2880+ PredicateKeyEnumTags PredicateKeyEnum = "tags" // Filter by `tags` field
2881+ PredicateKeyEnumTierIndex PredicateKeyEnum = "tier_index" // Filter by `tier` field
28812882)
28822883
28832884// All PredicateKeyEnum as []string
28842885var AllPredicateKeyEnum = []string {
28852886 string (PredicateKeyEnumAliases ),
2887+ string (PredicateKeyEnumComponentCategory ),
28862888 string (PredicateKeyEnumComponentTypeID ),
28872889 string (PredicateKeyEnumCreationSource ),
28882890 string (PredicateKeyEnumDomainID ),
@@ -3469,18 +3471,6 @@ var AllTypeEnum = []string{
34693471 string (TypeEnumStartsWith ),
34703472}
34713473
3472- type RelationshipOperatorEnum string
3473-
3474- var (
3475- RelationshipOperatorEnumEquals RelationshipOperatorEnum = "EQUALS" // Matches a specific value
3476- RelationshipOperatorEnumArrayContains RelationshipOperatorEnum = "ARRAY_CONTAINS" // Matches any value within an array
3477- )
3478-
3479- var AllRelationshipOperatorEnum = []string {
3480- string (RelationshipOperatorEnumEquals ),
3481- string (RelationshipOperatorEnumArrayContains ),
3482- }
3483-
34843474// UserRole A role that can be assigned to a user
34853475type UserRole string
34863476
0 commit comments