@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha
Advanced tools
Comparing version 0.0.20231220 to 0.0.20231221
@@ -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 @@ |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44866
814
14
34
209