mirror of
https://github.com/actions/cache.git
synced 2026-02-15 14:40:33 +00:00
Initial pass at chunked upload apis
This commit is contained in:
13
src/contracts.d.ts
vendored
13
src/contracts.d.ts
vendored
@@ -4,3 +4,16 @@ export interface ArtifactCacheEntry {
|
||||
creationTime?: string;
|
||||
archiveLocation?: string;
|
||||
}
|
||||
|
||||
export interface CommitCacheRequest {
|
||||
size: number;
|
||||
}
|
||||
|
||||
export interface ReserveCacheRequest {
|
||||
key: string;
|
||||
version?: string;
|
||||
}
|
||||
|
||||
export interface ReserverCacheResponse {
|
||||
cacheId: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user