@maxim_mazurok/gapi.client.storage-v1
Advanced tools
Comparing version 0.0.20231007 to 0.0.20231012
{ | ||
"name": "@maxim_mazurok/gapi.client.storage-v1", | ||
"version": "0.0.20231007", | ||
"version": "0.0.20231012", | ||
"description": "TypeScript typings for Cloud Storage JSON API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -197,2 +197,37 @@ # TypeScript typings for Cloud Storage JSON API v1 | ||
/* | ||
Permanently deletes a managed folder. | ||
*/ | ||
await gapi.client.storage.managedFolders.delete({ bucket: "bucket", managedFolder: "managedFolder", }); | ||
/* | ||
Returns metadata of the specified managed folder. | ||
*/ | ||
await gapi.client.storage.managedFolders.get({ bucket: "bucket", managedFolder: "managedFolder", }); | ||
/* | ||
Returns an IAM policy for the specified managed folder. | ||
*/ | ||
await gapi.client.storage.managedFolders.getIamPolicy({ bucket: "bucket", managedFolder: "managedFolder", }); | ||
/* | ||
Creates a new managed folder. | ||
*/ | ||
await gapi.client.storage.managedFolders.insert({ bucket: "bucket", }); | ||
/* | ||
Lists managed folders in the given bucket. | ||
*/ | ||
await gapi.client.storage.managedFolders.list({ bucket: "bucket", }); | ||
/* | ||
Updates an IAM policy for the specified managed folder. | ||
*/ | ||
await gapi.client.storage.managedFolders.setIamPolicy({ bucket: "bucket", managedFolder: "managedFolder", }); | ||
/* | ||
Tests a set of permissions on the given managed folder to see which, if any, are held by the caller. | ||
*/ | ||
await gapi.client.storage.managedFolders.testIamPermissions({ bucket: "bucket", managedFolder: "managedFolder", permissions: "permissions", }); | ||
/* | ||
Permanently deletes a notification subscription. | ||
@@ -199,0 +234,0 @@ */ |
Sorry, the diff of this file is too big to display
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
355699
7176
371