@maxim_mazurok/gapi.client.storage-v1
Advanced tools
Comparing version 0.0.20240801 to 0.0.20240805
{ | ||
"name": "@maxim_mazurok/gapi.client.storage-v1", | ||
"version": "0.0.20240801", | ||
"version": "0.0.20240805", | ||
"description": "TypeScript typings for Cloud Storage JSON API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -177,3 +177,3 @@ # TypeScript typings for Cloud Storage JSON API v1 | ||
/* | ||
Permanently deletes an empty bucket. | ||
Deletes an empty bucket. Deletions are permanent unless soft delete is enabled on the bucket. | ||
*/ | ||
@@ -221,2 +221,10 @@ await gapi.client.storage.buckets.delete({bucket: 'bucket'}); | ||
/* | ||
Restores a soft-deleted bucket. | ||
*/ | ||
await gapi.client.storage.buckets.restore({ | ||
bucket: 'bucket', | ||
generation: 'generation', | ||
}); | ||
/* | ||
Updates an IAM policy for the specified bucket. | ||
@@ -223,0 +231,0 @@ */ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
256653
4108
575