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
1
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.20231220 to 0.0.20231221

36

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: 20231220
// Revision: 20231221

@@ -434,2 +434,4 @@ /// <reference types="gapi.client" />

prettyPrint?: boolean;
/** The name of the project, which is the parent of testers Format: `projects/{project_number}` */
project?: string;
/** 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. */

@@ -780,4 +782,36 @@ quotaUser?: string;

}
interface TestersResource {
/** Get UDIDs of tester iOS devices in a project */
getUdids(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;
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
mobilesdkAppId?: string;
/** OAuth 2.0 token for the current user. */
oauth_token?: string;
/** Returns response with indentations and line breaks. */
prettyPrint?: boolean;
/** The name of the project, which is the parent of testers Format: `projects/{project_number}` */
project: string;
/** 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<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>;
}
interface ProjectsResource {
apps: AppsResource;
testers: TestersResource;
}

@@ -784,0 +818,0 @@

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha",
"version": "0.0.20231220",
"version": "0.0.20231221",
"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