@ludeo/cloud-common 1.2.257-beta-yahil-4 → 1.2.257
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ export class RuntimeArtifactsPayload {
|
|
|
15
15
|
@IsString()
|
|
16
16
|
latestVersion: string;
|
|
17
17
|
|
|
18
|
-
/** Presigned GET URLs for
|
|
18
|
+
/** Presigned GET URLs for artifact objects under this version; agent consumes them in order when non-empty. */
|
|
19
19
|
@IsArray()
|
|
20
20
|
@IsString({ each: true })
|
|
21
21
|
downloadUrls: string[];
|