Package-level declarations

Types

@Serializable
data class ApiV1PublisherDeploymentsFilesPost200Response(val deployments: List<DeploymentResponseFiles>? = null, val page: Double? = null, val pageSize: Double? = null, val pageCount: Double? = null, val totalResultCount: Double? = null)
@Serializable
data class ApiV1PublisherDeploymentsFilesPostRequest(val sortField: String, val page: Double? = null, val propertySize: Double? = null, val sortDirection: String? = null, val deploymentIds: List<String>? = null, val pathStarting: String? = null)
Link copied to clipboard
@Serializable
data class ApiV1PublisherPublishedGet200Response(val key: String? = null)
Link copied to clipboard
@Serializable
data class DeployedComponentVersion(val name: String? = null, val path: String? = null, val errors: List<String>? = null)
Link copied to clipboard
@Serializable
data class DeployedFileDTO(val relativePath: String? = null, val fileName: String? = null, val fileSize: Double? = null, val fileTimestamp: Double? = null)
Link copied to clipboard
@Serializable
data class DeploymentResponseFiles(val deploymentId: String? = null, val deploymentName: String? = null, val deploymentState: DeploymentResponseFiles.DeploymentState? = null, val deploymentType: DeploymentResponseFiles.DeploymentType? = null, val createTimestamp: Double? = null, val purls: List<String>? = null, val deployedComponentVersions: List<DeployedComponentVersion>? = null)