Skip to content

Commit a686d4d

Browse files
yoshi-automationfeywind
authored andcommitted
feat(firebaseappdistribution): update the API
#### firebaseappdistribution:v1alpha The following keys were added: - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.executionType.description - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.executionType.enum - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.executionType.enumDescriptions - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.executionType.readOnly - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.executionType.type
1 parent d0c534a commit a686d4d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

discovery/firebaseappdistribution-v1alpha.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
}
869869
}
870870
},
871-
"revision": "20251022",
871+
"revision": "20251030",
872872
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
873873
"schemas": {
874874
"AndroidxCrawlerOutputPoint": {
@@ -1336,6 +1336,23 @@
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": [

src/apis/firebaseappdistribution/v1alpha.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)