@argos-ci/api-client
Advanced tools
Comparing version 0.7.2 to 0.8.0
@@ -102,3 +102,3 @@ import * as openapi_fetch from 'openapi-fetch'; | ||
/** @description The status of the build */ | ||
status: ("accepted" | "rejected") | ("stable" | "diffDetected") | ("expired" | "pending" | "progress" | "error" | "aborted"); | ||
status: ("accepted" | "rejected") | ("no-changes" | "changes-detected") | ("expired" | "pending" | "progress" | "error" | "aborted"); | ||
/** | ||
@@ -147,2 +147,3 @@ * Format: uri | ||
url?: string; | ||
previewUrl?: string; | ||
viewport?: { | ||
@@ -149,0 +150,0 @@ width: number; |
{ | ||
"name": "@argos-ci/api-client", | ||
"description": "Argos API Client library.", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"author": "Smooth Code", | ||
@@ -51,3 +51,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "0c91306ae0cb8bec5ef93db79565635e405086f7" | ||
"gitHead": "8d46b4d4fc2b59b4fe93bac6fda02fb18440f935" | ||
} |
22876
641