Versions in this module Expand all Collapse all v1 v1.0.1 Oct 8, 2025 v1.0.0 Sep 29, 2025 Changes in this version + const BusinessCriticalityCritical + const BusinessCriticalityHigh + const BusinessCriticalityLow + const BusinessCriticalityMedium + const BusinessCriticalityUnspecified + const MaturityLevelEndOfLife + const MaturityLevelExperimental + const MaturityLevelProduction + const MaturityLevelUnspecified + const PromotionTypeCopy + const PromotionTypeDryRun + const PromotionTypeMove + var BusinessCriticalityValues = []string + var MaturityLevelValues = []string + var PromotionTypeValues = []string + type AppDescriptor struct + ApplicationKey string + ApplicationName string + BusinessCriticality *string + Description *string + GroupOwners *[]string + Labels *map[string]string + MaturityLevel *string + ProjectKey string + UserOwners *[]string + type ArtifactProperty struct + Key string + Values []string + type BindPackageRequest struct + Name string + Type string + Version string + type CommonPromoteAppVersion struct + ArtifactAdditionalProperties []ArtifactProperty + ExcludedRepositoryKeys []string + IncludedRepositoryKeys []string + PromotionType string + type CreateAppVersionRequest struct + ApplicationKey string + Sources *CreateVersionSources + Tag string + Version string + type CreateVersionArtifact struct + Path string + SHA256 string + type CreateVersionBuild struct + IncludeDependencies bool + Name string + Number string + RepositoryKey string + Started string + type CreateVersionPackage struct + Name string + Repository string + Type string + Version string + type CreateVersionReference struct + ApplicationKey string + Version string + type CreateVersionReleaseBundle struct + Name string + ProjectKey string + RepositoryKey string + Version string + type CreateVersionSources struct + Builds []CreateVersionBuild + Packages []CreateVersionPackage + ReleaseBundles []CreateVersionReleaseBundle + Versions []CreateVersionReference + type PromoteAppVersionRequest struct + Stage string + type ReleaseAppVersionRequest struct + func NewReleaseAppVersionRequest(promotionType string, includedRepositoryKeys []string, ...) *ReleaseAppVersionRequest + type RollbackAppVersionRequest struct + FromStage string + func NewRollbackAppVersionRequest(fromStage string) *RollbackAppVersionRequest + type RollbackAppVersionResponse struct + ApplicationKey string + ProjectKey string + RollbackFromStage string + RollbackToStage string + Version string + type UpdateAppVersionRequest struct + DeleteProperties []string + Properties map[string][]string + Tag string