@@ -2857,44 +2857,56 @@ var AllPayloadSortEnum = []string{
28572857type PredicateKeyEnum string
28582858
28592859var (
2860- PredicateKeyEnumAliases PredicateKeyEnum = "aliases" // Filter by Alias attached to this service, if any
2861- PredicateKeyEnumComponentTypeID PredicateKeyEnum = "component_type_id" // Filter by the `component_type` field
2862- PredicateKeyEnumCreationSource PredicateKeyEnum = "creation_source" // Filter by the creation source
2863- PredicateKeyEnumDomainID PredicateKeyEnum = "domain_id" // Filter by Domain that includes the System this service is assigned to, if any
2864- PredicateKeyEnumFilterID PredicateKeyEnum = "filter_id" // Filter by another filter
2865- PredicateKeyEnumFramework PredicateKeyEnum = "framework" // Filter by `framework` field
2866- PredicateKeyEnumGroupIDs PredicateKeyEnum = "group_ids" // Filter by group hierarchy. Will return resources who's owner is in the group ancestry chain
2867- PredicateKeyEnumLanguage PredicateKeyEnum = "language" // Filter by `language` field
2868- PredicateKeyEnumLifecycleIndex PredicateKeyEnum = "lifecycle_index" // Filter by `lifecycle` field
2869- PredicateKeyEnumName PredicateKeyEnum = "name" // Filter by `name` field
2870- PredicateKeyEnumOwnerID PredicateKeyEnum = "owner_id" // Filter by `owner` field
2871- PredicateKeyEnumOwnerIDs PredicateKeyEnum = "owner_ids" // Filter by `owner` hierarchy. Will return resources who's owner is in the team ancestry chain
2872- PredicateKeyEnumProduct PredicateKeyEnum = "product" // Filter by `product` field
2873- PredicateKeyEnumProperties PredicateKeyEnum = "properties" // Filter by custom-defined properties
2874- PredicateKeyEnumRepositoryIDs PredicateKeyEnum = "repository_ids" // Filter by Repository that this service is attached to, if any
2875- PredicateKeyEnumSystemID PredicateKeyEnum = "system_id" // Filter by System that this service is assigned to, if any
2876- PredicateKeyEnumTags PredicateKeyEnum = "tags" // Filter by `tags` field
2877- PredicateKeyEnumTierIndex PredicateKeyEnum = "tier_index" // Filter by `tier` field
2860+ PredicateKeyEnumAliases PredicateKeyEnum = "aliases" // Filter by Alias attached to this service, if any
2861+ PredicateKeyEnumAlertStatus PredicateKeyEnum = "alert_status" // Filter by alert status field
2862+ PredicateKeyEnumComponentTypeID PredicateKeyEnum = "component_type_id" // Filter by the `component_type` field
2863+ PredicateKeyEnumCreationSource PredicateKeyEnum = "creation_source" // Filter by the creation source
2864+ PredicateKeyEnumDeployEnvironment PredicateKeyEnum = "deploy_environment" // Filter by the existence of a deploy to an environment
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+ PredicateKeyEnumLevelIndex PredicateKeyEnum = "level_index" // Filter by level 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+ PredicateKeyEnumProperty PredicateKeyEnum = "property" // Filter by a custom-defined property value
2878+ PredicateKeyEnumRelationship PredicateKeyEnum = "relationship" // Filter by the existence of a relationship to another catalog component
2879+ PredicateKeyEnumRepositoryIDs PredicateKeyEnum = "repository_ids" // Filter by Repository that this service is attached to, if any
2880+ PredicateKeyEnumSystemID PredicateKeyEnum = "system_id" // Filter by System that this service is assigned to, if any
2881+ PredicateKeyEnumTag PredicateKeyEnum = "tag" // Filter by tag field
2882+ PredicateKeyEnumTags PredicateKeyEnum = "tags" // Filter by `tags` field
2883+ PredicateKeyEnumTierIndex PredicateKeyEnum = "tier_index" // Filter by `tier` field
28782884)
28792885
28802886// All PredicateKeyEnum as []string
28812887var AllPredicateKeyEnum = []string {
28822888 string (PredicateKeyEnumAliases ),
2889+ string (PredicateKeyEnumAlertStatus ),
28832890 string (PredicateKeyEnumComponentTypeID ),
28842891 string (PredicateKeyEnumCreationSource ),
2892+ string (PredicateKeyEnumDeployEnvironment ),
28852893 string (PredicateKeyEnumDomainID ),
28862894 string (PredicateKeyEnumFilterID ),
28872895 string (PredicateKeyEnumFramework ),
28882896 string (PredicateKeyEnumGroupIDs ),
28892897 string (PredicateKeyEnumLanguage ),
2898+ string (PredicateKeyEnumLevelIndex ),
28902899 string (PredicateKeyEnumLifecycleIndex ),
28912900 string (PredicateKeyEnumName ),
28922901 string (PredicateKeyEnumOwnerID ),
28932902 string (PredicateKeyEnumOwnerIDs ),
28942903 string (PredicateKeyEnumProduct ),
28952904 string (PredicateKeyEnumProperties ),
2905+ string (PredicateKeyEnumProperty ),
2906+ string (PredicateKeyEnumRelationship ),
28962907 string (PredicateKeyEnumRepositoryIDs ),
28972908 string (PredicateKeyEnumSystemID ),
2909+ string (PredicateKeyEnumTag ),
28982910 string (PredicateKeyEnumTags ),
28992911 string (PredicateKeyEnumTierIndex ),
29002912}
0 commit comments