@maxim_mazurok/gapi.client.storage-v1
Advanced tools
Comparing version 0.0.20241121 to 0.0.20241206
{ | ||
"name": "@maxim_mazurok/gapi.client.storage-v1", | ||
"version": "0.0.20241121", | ||
"version": "0.0.20241206", | ||
"description": "TypeScript typings for Cloud Storage JSON API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -509,2 +509,11 @@ # TypeScript typings for Cloud Storage JSON API v1 | ||
/* | ||
Moves the source object to the destination object in the same bucket. | ||
*/ | ||
await gapi.client.storage.objects.move({ | ||
bucket: 'bucket', | ||
destinationObject: 'destinationObject', | ||
sourceObject: 'sourceObject', | ||
}); | ||
/* | ||
Patches an object's metadata. | ||
@@ -511,0 +520,0 @@ */ |
Sorry, the diff of this file is too big to display
269999
4285
597