Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.firebase-v1beta1

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.firebase-v1beta1 - npm Package Compare versions

Comparing version 0.0.20220817 to 0.0.20220819

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebase-v1beta1",
"version": "0.0.20220817",
"version": "0.0.20220819",
"description": "TypeScript typings for Firebase Management API v1beta1",

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

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebase-v1beta1 definition tests */

// Revision: 20220817
// Revision: 20220819

@@ -115,2 +115,3 @@ gapi.load('client', async () => {

pageToken: "Test string",
showDeleted: true,
});

@@ -215,2 +216,9 @@ /** Updates the attributes of the specified FirebaseProject. All [query parameters](#query-parameters) are required. */

});
/** Restores the specified AndroidApp to the project. */
await gapi.client.firebase.projects.androidApps.undelete({
name: "Test string",
}, {
etag: "Test string",
validateOnly: true,
});
/** Adds a ShaCertificate to the specified AndroidApp. */

@@ -322,2 +330,9 @@ await gapi.client.firebase.projects.androidApps.sha.create({

});
/** Restores the specified IosApp to the project. */
await gapi.client.firebase.projects.iosApps.undelete({
name: "Test string",
}, {
etag: "Test string",
validateOnly: true,
});
/**

@@ -383,3 +398,10 @@ * Requests the creation of a new WebApp in the specified FirebaseProject. The result of this call is an `Operation` which can be used to track the provisioning process. The `Operation` is

});
/** Restores the specified WebApp to the project. */
await gapi.client.firebase.projects.webApps.undelete({
name: "Test string",
}, {
etag: "Test string",
validateOnly: true,
});
}
});

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