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

@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha

Package Overview
Dependencies
Maintainers
0
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha - npm Package Compare versions

Comparing version 0.0.20241003 to 0.0.20241004

30

index.d.ts

@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase App Distribution API v1alpha 0.0 */

// Generated from: https://firebaseappdistribution.googleapis.com/$discovery/rest?version=v1alpha
// Revision: 20241003
// Revision: 20241004

@@ -99,2 +99,3 @@ /// <reference types="gapi.client" />

}
interface GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse {}
interface GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest {

@@ -662,2 +663,29 @@ /** The actual release notes body from the user */

interface TestsResource {
/** Abort automated test run on release. */
cancel(request?: {
/** V1 error format. */
'$.xgafv'?: string;
/** OAuth access token. */
access_token?: string;
/** Data format for response. */
alt?: string;
/** JSONP */
callback?: string;
/** Selector specifying which fields to include in a partial response. */
fields?: string;
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
key?: string;
/** Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` */
name: string;
/** OAuth 2.0 token for the current user. */
oauth_token?: string;
/** Returns response with indentations and line breaks. */
prettyPrint?: boolean;
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
quotaUser?: string;
/** Upload protocol for media (e.g. "raw", "multipart"). */
upload_protocol?: string;
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
uploadType?: string;
}): Request<{}>;
/** Run automated test(s) on release. */

@@ -664,0 +692,0 @@ create(request: {

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha",
"version": "0.0.20241003",
"version": "0.0.20241004",
"description": "TypeScript typings for Firebase App Distribution API v1alpha",

@@ -5,0 +5,0 @@ "repository": {

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