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
177
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.20231024 to 0.0.20231028

2

package.json
{
"name": "@maxim_mazurok/gapi.client.storage-v1",
"version": "0.0.20231024",
"version": "0.0.20231028",
"description": "TypeScript typings for Cloud Storage JSON API v1",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -82,2 +82,37 @@ # TypeScript typings for Cloud Storage JSON API v1

/*
Disables an Anywhere Cache instance.
*/
await gapi.client.storage.anywhereCaches.disable({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", });
/*
Returns the metadata of an Anywhere Cache instance.
*/
await gapi.client.storage.anywhereCaches.get({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", });
/*
Creates an Anywhere Cache instance.
*/
await gapi.client.storage.anywhereCaches.insert({ bucket: "bucket", });
/*
Returns a list of Anywhere Cache instances of the bucket matching the criteria.
*/
await gapi.client.storage.anywhereCaches.list({ bucket: "bucket", });
/*
Pauses an Anywhere Cache instance.
*/
await gapi.client.storage.anywhereCaches.pause({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", });
/*
Resumes a paused or disabled Anywhere Cache instance.
*/
await gapi.client.storage.anywhereCaches.resume({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", });
/*
Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.
*/
await gapi.client.storage.anywhereCaches.update({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", });
/*
Permanently deletes the ACL entry for the specified entity on the specified bucket.

@@ -84,0 +119,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