docs/RawPackageUpload.md in cloudsmith-api-1.142.3 vs docs/RawPackageUpload.md in cloudsmith-api-2.0.0

- old
+ new

@@ -1,26 +1,26 @@ # CloudsmithApi::RawPackageUpload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**architectures** | [**Array<PackagesownerrepoArchitectures>**](PackagesownerrepoArchitectures.md) | | [optional] +**architectures** | [**Array<Architecture>**](Architecture.md) | | [optional] **cdn_url** | **String** | | [optional] **checksum_md5** | **String** | | [optional] **checksum_sha1** | **String** | | [optional] **checksum_sha256** | **String** | | [optional] **checksum_sha512** | **String** | | [optional] **dependencies_checksum_md5** | **String** | A checksum of all of the package's dependencies. | [optional] **dependencies_url** | **String** | | [optional] **description** | **String** | A textual description of this package. | [optional] -**distro** | **Object** | | [optional] -**distro_version** | **Object** | | [optional] +**distro** | [**Distribution**](Distribution.md) | | [optional] +**distro_version** | [**DistributionVersion**](DistributionVersion.md) | | [optional] **downloads** | **Integer** | | [optional] **epoch** | **Integer** | The epoch of the package version (if any). | [optional] **extension** | **String** | | [optional] **filename** | **String** | | [optional] -**files** | [**Array<PackagesownerrepoFiles>**](PackagesownerrepoFiles.md) | | [optional] +**files** | [**Array<PackageFile>**](PackageFile.md) | | [optional] **format** | **String** | | [optional] **format_url** | **String** | | [optional] **identifier_perm** | **String** | Unique and permanent identifier for the package. | [optional] **indexed** | **BOOLEAN** | | [optional] **is_downloadable** | **BOOLEAN** | | [optional] @@ -39,34 +39,34 @@ **origin_repository_url** | **String** | | [optional] **package_type** | **Integer** | The type of package contents. | [optional] **release** | **String** | The release of the package version (if any). | [optional] **repository** | **String** | | [optional] **repository_url** | **String** | | [optional] -**security_scan_completed_at** | **String** | The datetime the security scanning was completed. | [optional] -**security_scan_started_at** | **String** | The datetime the security scanning was started. | [optional] -**security_scan_status** | **String** | | [optional] -**security_scan_status_updated_at** | **String** | The datetime the security scanning status was updated. | [optional] +**security_scan_completed_at** | **DateTime** | The datetime the security scanning was completed. | [optional] +**security_scan_started_at** | **DateTime** | The datetime the security scanning was started. | [optional] +**security_scan_status** | **String** | | [optional] [default to 'Awaiting Security Scan'] +**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional] **self_html_url** | **String** | | [optional] **self_url** | **String** | | [optional] **signature_url** | **String** | | [optional] **size** | **Integer** | The calculated size of the package. | [optional] **slug** | **String** | The public unique identifier for the package. | [optional] **slug_perm** | **String** | | [optional] **stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional] **stage_str** | **String** | | [optional] -**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional] +**stage_updated_at** | **DateTime** | The datetime the package stage was updated at. | [optional] **status** | **Integer** | The synchronisation status of the package. | [optional] **status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional] **status_str** | **String** | | [optional] -**status_updated_at** | **String** | The datetime the package status was updated at. | [optional] +**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional] **status_url** | **String** | | [optional] **subtype** | **String** | | [optional] **summary** | **String** | A one-liner synopsis of this package. | [optional] -**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional] +**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional] **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional] -**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional] +**tags_immutable** | [**Tags**](Tags.md) | | [optional] **type_display** | **String** | | [optional] -**uploaded_at** | **String** | The date this package was uploaded. | [optional] +**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional] **uploader** | **String** | | [optional] **uploader_url** | **String** | | [optional] **version** | **String** | The raw version for this package. | [optional] **version_orig** | **String** | | [optional] **vulnerability_scan_results_url** | **String** | | [optional]