update all APIs

Like documented in the README

```
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
```
This commit is contained in:
Sebastian Thiel
2024-03-05 18:54:36 +01:00
parent 8a12e9d47e
commit ca974aa0a5
347 changed files with 202580 additions and 50157 deletions

View File

@@ -146,7 +146,7 @@
}
}
},
"revision": "20230117",
"revision": "20240227",
"rootUrl": "https://verifiedaccess.googleapis.com/",
"schemas": {
"Challenge": {
@@ -206,6 +206,10 @@
"description": "Result message for VerifiedAccess.VerifyChallengeResponse.",
"id": "VerifyChallengeResponseResult",
"properties": {
"attestedDeviceId": {
"description": "Attested device id (ADID) of the device, read from the verified data.",
"type": "string"
},
"deviceEnrollmentId": {
"description": "Device enrollment id is returned in this field (for the machine response only).",
"type": "string"
@@ -219,6 +223,7 @@
"type": "string"
},
"verificationOutput": {
"deprecated": true,
"description": "For EMCert check, device permanent id is returned here. For EUCert check, signed_public_key_and_challenge [base64 encoded] is returned if present, otherwise empty string is returned. This field is deprecated, please use device_permanent_id or signed_public_key_and_challenge fields.",
"type": "string"
}