@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha
Advanced tools
Comparing version 0.0.20241003 to 0.0.20241004
@@ -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: { |
{ | ||
"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": { |
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
51043
938