diff --git a/sonarqube/alm_integrations/alm_integrations_gen.go b/sonarqube/alm_integrations/alm_integrations_gen.go
index 72aa73a..3488575 100644
--- a/sonarqube/alm_integrations/alm_integrations_gen.go
+++ b/sonarqube/alm_integrations/alm_integrations_gen.go
@@ -66,7 +66,9 @@ type ListAzureProjectsResponse struct {
// ListBitbucketserverProjectsRequest List the Bitbucket Server projects
Requires the 'Create Projects' permission
type ListBitbucketserverProjectsRequest struct {
- AlmSetting string `url:"almSetting"` // DevOps Platform setting key
+ AlmSetting string `url:"almSetting"` // DevOps Platform setting key
+ PageSize string `url:"pageSize,omitempty"` // Number of items to return.
+ Start string `url:"start,omitempty"` // Start number for the page (inclusive). If not passed, the first page is assumed.
}
// ListBitbucketserverProjectsResponse is the response for ListBitbucketserverProjectsRequest
@@ -133,8 +135,10 @@ type SearchBitbucketcloudReposResponseAll struct {
// SearchBitbucketserverReposRequest Search the Bitbucket Server repositories with REPO_ADMIN access
Requires the 'Create Projects' permission
type SearchBitbucketserverReposRequest struct {
AlmSetting string `url:"almSetting"` // DevOps Platform setting key
+ PageSize string `url:"pageSize,omitempty"` // Number of items to return.
ProjectName string `url:"projectName,omitempty"` // Project name filter
RepositoryName string `url:"repositoryName,omitempty"` // Repository name filter
+ Start string `url:"start,omitempty"` // Start number for the page (inclusive). If not passed, the first page is assumed.
}
// SearchBitbucketserverReposResponse is the response for SearchBitbucketserverReposRequest
diff --git a/sonarqube/measures/measures_gen.go b/sonarqube/measures/measures_gen.go
index 214d1c7..e38843f 100644
--- a/sonarqube/measures/measures_gen.go
+++ b/sonarqube/measures/measures_gen.go
@@ -53,7 +53,7 @@ type ComponentTreeRequest struct {
Asc string `url:"asc,omitempty"` // Ascending sort
Branch string `url:"branch,omitempty"` // Since 6.6;Branch key. Not available in the community edition.
Component string `url:"component"` // Component key. The search is based on this component.
- MetricKeys string `url:"metricKeys"` // Comma-separated list of metric keys. Types DISTRIB are not allowed. For type DATA only new_reliability_issues, new_security_issues, new_maintainability_issues, reliability_issues, maintainability_issues, security_issues metrics are supported
+ MetricKeys string `url:"metricKeys"` // Comma-separated list of metric keys. Types DISTRIB are not allowed. For type DATA only security_issues, maintainability_issues, reliability_issues, new_maintainability_issues, new_security_issues, new_reliability_issues metrics are supported
MetricPeriodSort string `url:"metricPeriodSort,omitempty"` // Since 5.5;Sort measures by leak period or not ?. The 's' parameter must contain the 'metricPeriod' value.
MetricSort string `url:"metricSort,omitempty"` // Metric key to sort by. The 's' parameter must contain the 'metric' or 'metricPeriod' value. It must be part of the 'metricKeys' parameter
MetricSortFilter string `url:"metricSortFilter,omitempty"` // Filter components. Sort must be on a metric. Possible values are: