@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha
Advanced tools
Comparing version 0.0.20241030 to 0.0.20241101
@@ -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: 20241030 | ||
// Revision: 20241101 | ||
@@ -58,2 +58,6 @@ /// <reference types="gapi.client" /> | ||
goal?: string; | ||
/** Optional. Hint text containing suggestions to help the agent accomplish the goal */ | ||
hint?: string; | ||
/** Optional. A description of criteria the agent should use to determine if the goal has been successfully completed */ | ||
successCriteria?: string; | ||
} | ||
@@ -261,3 +265,3 @@ interface GoogleFirebaseAppdistroV1alphaAiStepResult { | ||
deviceExecutions?: GoogleFirebaseAppdistroV1alphaDeviceExecution[]; | ||
/** Optional. Display name of the release test. Required if the release test is created with multiple goals */ | ||
/** Optional. Display name of the release test. Required if the release test is created with multiple goals. */ | ||
displayName?: string; | ||
@@ -302,2 +306,4 @@ /** Optional. Input only. Login credentials for the test. Input only. */ | ||
interface GoogleFirebaseAppdistroV1alphaTestConfig { | ||
/** Optional. Display name of the AI driven test. Required if the release test is created with multiple goals. */ | ||
displayName?: string; | ||
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig` */ | ||
@@ -304,0 +310,0 @@ name?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha", | ||
"version": "0.0.20241030", | ||
"version": "0.0.20241101", | ||
"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
51819
950