File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
src/apis/firebaseappdistribution Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 868868 }
869869 }
870870 },
871- "revision" : " 20251022 " ,
871+ "revision" : " 20251030 " ,
872872 "rootUrl" : " https://firebaseappdistribution.googleapis.com/" ,
873873 "schemas" : {
874874 "AndroidxCrawlerOutputPoint" : {
13361336 "$ref" : " GoogleFirebaseAppdistroV1alphaTestDevice" ,
13371337 "description" : " Required. The device that the test was run on."
13381338 },
1339+ "executionType" : {
1340+ "description" : " Output only. The type of execution for the test." ,
1341+ "enum" : [
1342+ " EXECUTION_TYPE_UNSPECIFIED" ,
1343+ " AI" ,
1344+ " ACTION_BASED_REPLAY" ,
1345+ " AI_REPLAY"
1346+ ],
1347+ "enumDescriptions" : [
1348+ " Execution type unspecified." ,
1349+ " An AI-driven test." ,
1350+ " A replay of a previous test run." ,
1351+ " A failed replay that was rerun using the AI agent."
1352+ ],
1353+ "readOnly" : true ,
1354+ "type" : " string"
1355+ },
13391356 "failedReason" : {
13401357 "description" : " Output only. The reason why the test failed." ,
13411358 "enum" : [
Original file line number Diff line number Diff line change @@ -364,6 +364,10 @@ export namespace firebaseappdistribution_v1alpha {
364364 * Required. The device that the test was run on.
365365 */
366366 device ?: Schema$GoogleFirebaseAppdistroV1alphaTestDevice ;
367+ /**
368+ * Output only. The type of execution for the test.
369+ */
370+ executionType ?: string | null ;
367371 /**
368372 * Output only. The reason why the test failed.
369373 */
You can’t perform that action at this time.
0 commit comments