Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.storage-v1

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.storage-v1 - npm Package Compare versions

Comparing version 0.0.20231007 to 0.0.20231012

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc