@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha
Advanced tools
Comparing version 0.0.20241122 to 0.0.20241204
@@ -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: 20241122 | ||
// Revision: 20241204 | ||
@@ -205,2 +205,3 @@ /// <reference types="gapi.client" /> | ||
interface GoogleFirebaseAppdistroV1alphaJwt { | ||
/** The JWT token (three Base64URL-encoded strings joined by dots). */ | ||
token?: string; | ||
@@ -262,2 +263,3 @@ } | ||
interface GoogleFirebaseAppdistroV1alphaReleaseNotes { | ||
/** The actual release notes text from the user. */ | ||
releaseNotes?: string; | ||
@@ -278,2 +280,4 @@ } | ||
name?: string; | ||
/** Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */ | ||
testCase?: string; | ||
/** Output only. The state of the release test. */ | ||
@@ -280,0 +284,0 @@ testState?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha", | ||
"version": "0.0.20241122", | ||
"version": "0.0.20241204", | ||
"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
64156
1177