mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-15 22:18:10 +01:00
update dependencies
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"baseUrl": "https://playintegrity.googleapis.com/",
|
||||
"batchPath": "batch",
|
||||
"canonicalName": "Play Integrity",
|
||||
"description": "Play Integrity",
|
||||
"description": "The Play Integrity API helps you check that you're interacting with your genuine app on a genuine Android device powered by Google Play services. The Play Integrity API has replaced SafetyNet Attestation and Android Device Verification.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developer.android.com/google/play/integrity",
|
||||
"fullyEncodeReservedExpansion": true,
|
||||
@@ -138,13 +138,44 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220305",
|
||||
"revision": "20230123",
|
||||
"rootUrl": "https://playintegrity.googleapis.com/",
|
||||
"schemas": {
|
||||
"AccountActivity": {
|
||||
"description": "Contains a signal helping apps differentiating between likely genuine users and likely non-genuine traffic (such as accounts being used for fraud, accounts used by automated traffic, or accounts used in device farms) based on the presence and volume of Play store activity.",
|
||||
"id": "AccountActivity",
|
||||
"properties": {
|
||||
"activityLevel": {
|
||||
"description": "Required. Indicates the activity level of the account.",
|
||||
"enum": [
|
||||
"ACTIVITY_LEVEL_UNSPECIFIED",
|
||||
"UNEVALUATED",
|
||||
"UNUSUAL",
|
||||
"UNKNOWN",
|
||||
"TYPICAL_BASIC",
|
||||
"TYPICAL_STRONG"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Activity level has not been set.",
|
||||
"Account activity level is not evaluated because one of the prerequisite conditions is not met (e.g., device is not trusted, the user does not have Play app license)",
|
||||
"Google Play store activity is unusual for at least one of the user accounts on the device. Google Play recommends checking that this is a real user.",
|
||||
"Google Play does not have sufficient activity for the user account on the device. The account may be new, or it may lack activity on Google Play.",
|
||||
"Google Play store activity is typical for the user account or accounts on the device.",
|
||||
"Google Play store activity is typical for the user account or accounts on the device, with harder to replicate signals."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"AccountDetails": {
|
||||
"description": "Contains the account information such as the licensing status for the user in the scope.",
|
||||
"id": "AccountDetails",
|
||||
"properties": {
|
||||
"accountActivity": {
|
||||
"$ref": "AccountActivity",
|
||||
"description": "Details about the account activity for the user in the scope."
|
||||
},
|
||||
"appLicensingVerdict": {
|
||||
"description": "Required. Details about the licensing status of the user for the app in the scope.",
|
||||
"enum": [
|
||||
@@ -185,7 +216,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"certificateSha256Digest": {
|
||||
"description": "Hex fingerprint of the application signing certificate. e.g. \u201cABCE1F....\u201d Set iff app_recognition_verdict != UNEVALUATED.",
|
||||
"description": "The SHA256 hash of the requesting app's signing certificates (base64 web-safe encoded). Set iff app_recognition_verdict != UNEVALUATED.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -258,7 +289,11 @@
|
||||
"id": "RequestDetails",
|
||||
"properties": {
|
||||
"nonce": {
|
||||
"description": "Required. Nonce that was provided in the request (which is base64 web-safe no-wrap).",
|
||||
"description": "Nonce that was provided in the request (which is base64 web-safe no-wrap).",
|
||||
"type": "string"
|
||||
},
|
||||
"requestHash": {
|
||||
"description": "Request hash that was provided in the request.",
|
||||
"type": "string"
|
||||
},
|
||||
"requestPackageName": {
|
||||
|
||||
Reference in New Issue
Block a user